Skip to content
Michel Kuhlmann edited this page Jan 16, 2014 · 4 revisions

Features we'd like in gitit 2, missing from gitit.

  • wiki can easily be moved to a subdirectory URL with no apache modules needed

  • .page extension configurable

    • automatic file-type-recognition by file-name-extension (eg. [blub-label](topic1/subject1/blub) should look for files with basename blub in folder topic1/subject1, common extension would be md, markdown, tex, ... )
  • per-section edits as in wikipedia

  • allow use of a bare repository

  • better system for categories (less processor intensive)

  • should metadata be stored in a separate file? pagename.md, pagename.yaml

  • need a rewrite of filestore for efficiency (need to be able to retrieve parsed log lazily). suggestion: use attoparsec.

  • access control though roles (users,groups)

  • allow page hierarchies, by putting them into directories; and showing the hierarchy in the header

Clone this wiki locally