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)
Thu Mar 06 15:38:46 -0800 2008
commit  b0f4475857c54a55d030ea14f04137c96a771023
tree    6d5cce86ad1226e575772f1c18c6e214edf17a92
parent  3e835ce51f6057c356854bf80a5c2eb23b12f6c7
git-wiki / TODO
100644 35 lines (31 sloc) 0.994 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
35
= SOON
  * fix duplication of routes/methods to accommodate file extensions
  * working launchd plist
  * deleting pages
  * pushing repo
 
= CHACON IDEAS
  * download tarball
  * branching (clean/derivative)
  * inter-branch links
  * remotes (add / fetch)
  * merge branches (local and remotes)
  * tagging
  * cherry-picked branches (read-tree/write-tree)
  * git-less version (read-only)
  * push?
  * users (email/name/ip - use for commits)
  
= LATER/MAYBE
  * repo stats/info/maintenance page
  * backlinks (trivial syntax, ideally)
  * outliner functionality
  * RubyCocoa GUI
  
= DONE
  * "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.