GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

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
schacon (author)
Sat Mar 08 11:02:58 -0800 2008
commit  535e37fb0a5879069a1c979af587b8d6f82c21ca
tree    533a54c8720a65085ba6bb172356d41c0900104e
parent  a9118c05ae818fff164e8f3133a102b85d3e9ad1 parent  d32d06adedcc487fca4196dd1b0185483e7abcda
git-wiki / TODO
100644 34 lines (30 sloc) 0.988 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
26
27
28
29
30
31
32
33
34
= SOON
  * repo stats/info/maintenance page
  * deleting pages
  * pushing repo
 
= CHACON IDEAS
  * inter-branch links
  * remotes (add / fetch)
  * tagging
  * merge conflict resolution
  * cherry-picked branches (read-tree/write-tree)
  * git-less version (read-only)
  * push?
  * users (email/name/ip - use for commits)
  
= 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.