PEAR Handbuch | ||
---|---|---|
Zurück | Kapitel 5. FAQ - Frequently Asked Questions | Nach vorne |
Yes. But make sure, that you mark up the experimental/unstable status of the project in the documentation. The best place to do this is in the package.xml in the <status>-tag. The values for this tag are
early stages of development, all things could change (API, behavoir) without notice, expect lots of bugs
API should normally not change, usable software, expect bugs
a release for other developers who want early access to test and give feedback, code quality may vary from pre-alpha to stable
the software was tested, the API fixed, the documentation wrote and is the recommended release for users and production enviroments
a CVS snapshot from a certain date
package is in "bottoms up development", anything may change
Zurück | Zum Anfang | Nach vorne |
Why a flat directory structure instead of a deep? | Nach oben | Am I expected to add examples and/or test files to my package and where to store them? |