Introduction
Please get in touch if you have questions, ideas or need help with wiki contribution, content or editing guidelines.
Create an Account
Decide on an AccountName (username, FirstnameLastname preferred) and Email Address for your new account.
Contact WikiAdmin via IRC or Email with chosen AccountName and Email Address.
WikiAdmin will create an account for you and add you to ContributorsGroup.
Reset password using new AccountName.
- Follow reset password instructions sent to your email.
- Have fun editing!
Resetting Password
Lost Account
Contact WikiAdmin with your AccountName.
Access Control Lists
Two main ACLs exist, modulo more specific ACLs for team or specifric project purposes; ContributorsGroup and DevelopersGroup.
ContributorsGroup provides write access to most pages, except for a few important pages, such as the FrontPage, cannot edit Group pages, nor add #acl keywords.
DevelopersGroup provides access to most/all pages, except for those pages with more restrictive / additional ACLs, and can add #acl keywords.
Wiki Modifications
The following modifications have been made to the standard moinmoin. These are added here mainly as a help to the admin in case of future upgrade...
More flags
As suggested by SergeyMatveychuk, a bunch of flags have been added. See the HelpOnSmileys for information on how to use the flags in the wiki.
The flags came from MaxMind and are used here with permission.
The following (very elegant!) perl oneliner was used to convert to moinmoin config format:
ls *.gif | perl -ne 'chomp; /(.*)\.gif/; print " \"{flag-$1}\": (18, 12, 1, \"flags/$1.gif\"),\n";'