HelpContents > HelpForDevelopers
MoinMoin would miss quite some features without the help of its users/developers. MoinMoin is written in Python1 and uses Mercurial2 as its version control system. Information on MoinMoin source code and other developer issues can be found on MoinDev (main wiki) and its subpages. Here is what you can do to help improve MoinMoin:
If something looks broken provide a bug report (first search existing bugs and KnownIssues)
If something looks missing may be make a FeatureRequest (also search before writing a new).
Develop new extensions: Macros, actions and parsers (MoinMoinExtensions)
Help with Development Version: Help testing and developing (MoinDev).
Create Patches: Fix bugs and provide patches (HelpOnPatchCreation).
Help Translating: especially adding new languages (MoinDev/Translation)
Design Themes: (styles and icons) (MoinDev/ThemeDevelopment)
Build packages: HelpOnPackageInstaller
Python Homepage: http://www.python.org/ (1)
Mercurial Homepage: http://www.selenic.com/mercurial/ (2)