Done
From MapbenderWiki
If you are working on a module, and want it integrated in a future Mapbender release, you're module needs to be done. Here's our current definition. Please follow the links. If things are unclear, contact the Developer List.
source code
- All code must follow the code conventions!
- Document your code with NaturalDocs
- Use the Mapbender API! Follow the tutorial if you want to learn how to write a Mapbender module! (Mapbender >= 2.7)
- Use a validator!
- make your HTML ThemeRoller compliant!
testing
- unfortunately, we do not yet have unit tests. Please test your module manually, in these browsers.
documentation
- You will find most Mapbender documentation here and in the Issue Tracker. All new modules and features, database changes and bug fixes must be documented!
- Follow the commit guidelines before sharing your code in SVN!
