public
Fork of sr/git-wiki
Description: A wiki engine that uses a Git repository as its data store.
Homepage: http://atonie.org/2008/02/git-wiki
Clone URL: git://github.com/al3x/git-wiki.git
Search Repo:
al3x (author)
Tue Mar 11 17:32:56 -0700 2008
commit  1c1ec6e80bd5c29cde200fe9fe5809b2937012e8
tree    fff304d38538eea8ef370dfc631a67b674b1ea65
parent  3a6f793043cfa05dc91d3ad3e0a0396c4c616f68
git-wiki / TODO
100644 25 lines (22 sloc) 0.763 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
= SOON
  * repo stats/info/maintenance page
  * in-place editing
  * deleting pages
  * pushing repo
 
= LATER/MAYBE
  * backlinks (trivial syntax, ideally)
  * outliner functionality
  * menubar item launcher (like Instiki back in the day)
  * RubyCocoa GUI
  * working launchd plist
  
= DONE
  * fix duplication of routes/methods to accommodate file extensions
  * "append selected text/link to page" bookmarklet (shamelessly cribbed
    from Trsly/Instapaper)
  * allow "code pages" by supporting file extensions, applying syntax
    highlighting
  * next/previous commit links on pages
  * pretty stylesheet
  
= PROBABLY NOT
  * Shoes GUI: Shoes is still pretty immature, ex: all paths are relative
    to the `shoes` binary making requires a pain, etc.