~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to wiki/underlay/pages/HelpForDevelopers/revisions/00000001

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20080622211713-inlv5k4eifxckelr
ImportĀ upstreamĀ versionĀ 1.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Please edit system and help pages ONLY in the master wiki!
 
2
## For more information, please see MoinMoin:MoinDev/Translation.
 
3
##master-page:Unknown-Page
 
4
##master-date:Unknown-Date
 
5
#acl -All:write Default
 
6
#format wiki
 
7
#language en
 
8
HelpContents > HelpForDevelopers
 
9
 
 
10
'''MoinMoin''' would be missing a lot of features without the help of its users and developers. !MoinMoin is written in Python<<FootNote(Python Homepage: http://www.python.org/)>> and uses the Mercurial<<FootNote(Mercurial Homepage: http://www.selenic.com/mercurial/)>> version control system. Information on the !MoinMoin source code and other developer issues can be found on MoinMoin:MoinDev (main wiki) and its subpages. Here is what you can do to help improve !MoinMoin:
 
11
 
 
12
 * If something looks broken send in a '''[[MoinMoin:MoinMoinBugs|bug report]]''' (first search existing bugs and MoinMoin:KnownIssues)
 
13
 * If something looks like it is missing make a '''[[MoinMoin:FeatureRequests|FeatureRequest]]''' (also search before writing a new).
 
14
 * '''Develop new extensions''': Create macros, actions, or parsers (MoinMoin:MoinMoinExtensions)
 
15
 * '''Help with Development Version''': Help test and develop MoinMoin (MoinMoin:MoinDev).
 
16
 * '''Create Patches''': Fix bugs and write patches (HelpOnPatchCreation).
 
17
 * '''Help Translating''': Translate MoinMoin to new languages (MoinMoin:MoinDev/Translation)
 
18
 * '''Design Themes''': Create styles and icons (MoinMoin:MoinDev/ThemeDevelopment)
 
19
 * '''Build packages''': HelpOnPackageInstaller
 
20
----