
All software packages from ZSS must contain the following:
README.txt - a readme document that contains the following:
Name - The name of the package. Homepage - Url to software homepage. Email - Usually 'support@zenspider.com'. Descr - A simple discription of the package. Features - List of features. License - License under which this package is released.
History.txt - Version History for the package containing the
following:
- ISO 8601 formatted date of release.
- ZSS standards compliant version number.
- Bullet list of additions (major version changes only).
- Bullet list of changes (major and minor).
- Bullet list of bug fixes incl bug #.
- A separator for easy viewing of the file.
Manifest.txt - A manifest of the files in the package.
- May be called MANIFEST for perl packages.
Anything else?
############################################################################ 2002-04-01 1.0.0 00 major / 00 minor / 00 bug Major Enhancements: + Major enhancement description Minor Enhancements: + Minor enhancement description Bug Fixes: + #1234 - Bug description
History.txt Manifest.txt Makefile src/blah.c ...
ZenPackage http: //www.zenspider.com/ZSS/Products/ZenPackage/ support@zenspider.com DESCRIPTION: ZenPackage is a package of blah blah blah... FEATURES: + First Feature + Second Feature
LICENSE:
(The MIT License)
Copyright (c) 2001-2002 Ryan Davis, Zen Spider Software
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.