From Fedora Project Wiki

< Infrastructure

Revision as of 21:36, 25 May 2008 by Ricky (talk | contribs) (Cleanup.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


Requirements for a New Wiki

  • Performance
  • MoinMoin has some architectural problems that limit performance, especially when saving changes. In theory these architectural problems with MoinMoin are solvable but no one has stepped up and written some code yet.
  • The Wiki sees a lot of traffic, especially around release time.
  • Interacting well with proxies and load balancers is important, as we use both to improve performance/reliability.
  • Full text searches are currently very slow.
  • Security
  • Integration with the Fedora Account System - there shouldn't be a different username for editing the Wiki from what is used for the rest of the Fedora infrastructure.
  • ACLs - some pages (e.g. the Packaging hierarchy) need to have edit access limited to specific groups of individuals.
  • I would like to have an easy way to propose changes to ACL protected pages by editing them and waiting for someone to approve the changes. It is really a PITA to ask everytime on via mail for a change. This would also make it easier to discuss changes to a wiki page, even when there is no acl.
  • Underlying implementation needs to have a good track record for security - e.g. anything implemented in PHP going to have an uphill battle to gain acceptance.
  • Automated conversion of existing content.
  • Keeping history of changes would be nice, but not a requirement.
  • No one wants to manually reformat poorly translated content.
  • Ability to convert sections of the wiki to DocBook XML or to manual pages.
  • For the release notes and other Docs projects uses.
  • I18N
  • Page translations
  • Separate language URLs
  • HTML/CSS
  • Output valid/semantic markup
  • Easily themable
  • General
  • SQL Backend
  • Unicode support
  • Hierarchical pages
  • Page history
  • Searchable
  • File attachments
  • Categories?
  • Email notifications?