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)
Sun Apr 20 18:52:18 -0700 2008
commit  f767ccaf5da293ed9cb34380bb988bd625881724
tree    dc7ae2d52dc4d20057f45d0b6230b0e2ba7b6c01
parent  c14f8a96904bf47cdc2bcdf96bf6d13f4b7f04b8 parent  a34c1151386501b52161ef02b548e68ac422fd50
git-wiki / TODO
100644 36 lines (32 sloc) 1.107 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
36
= SOON
  * repo stats/info/maintenance page
  * deleting pages
  * pushing repo from web interface
 
= CHACON IDEAS
  * tagging
  * file attachments
  * inter-branch links
  * merge conflict resolution
  * git-less version (read-only)
  * track which branched from which
  * push?
  * cherry-picked branches (read-tree/write-tree)
  * 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
  
= DONE
  * working launchd plist
  * in-place editing
  * 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 (removed March 14 2008 by al3x, may add back in)
  * 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.