forked from git/git-scm.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO.txt
66 lines (50 loc) · 1.42 KB
/
TODO.txt
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
3.1 Launch:
* add MIT/CC license link to footer
* asciidoc parsing
* convert URLs to links
* nested dlists (eg. diff.mnemonicprefix in diff-config.txt)
* dlist dd with nested ulist with continuations (eg. git-blame -L)
* "admonition block" (eg. NOTE at the end of git-blame)
* Misc
- change win download repo to msys when they start uploading
- reindex command - drops index and re-does everything
* Videos
- add transcription to search
- add to related items
* release notes box
- needs local cached version of release notes
* Book
- incremental updates (get hashes of all pages, only update changed ones)
* errata / commenting?
* Sidebar related content
- ajaxify(?)
- stackoverflow articles
- gitref sections
* Version Dropdown
* all versions page
* remember version
* dismiss dropdown when clicking elsewhere
* Documentation
- gitref content
- try git!
* Search
* weighting
- weigh porcelain over plumbing
- weigh by total views
* follow link on mouse click
* add book content to search
* add video shownotes to search
* add stackoverflow to search
* only search your locale plus english
* search internal pages, too (blog, etc)
--
Maybes:
* db-ify GUIs?
* Fullscreen Manpage (or, hide sidebar)
* Developers? (under Community)
- mailing list (browse/search/api)
- IRC (browser-based client)
- how to contribute
- technical docs
- jgit and co
- libgit2 and wrappers