]> sipb.mit.edu Git - ikiwiki.git/blob - TODO.cvs
add TODO notes
[ikiwiki.git] / TODO.cvs
1 * write test cases:
2     * web edits can create CVS/foo.mdwn (and think of case-insensitive "cvs/")
3     * binary file detection
4     * `cvsps` output format
5     * `findtimes()`
6 * `File::MimeInfo::default()` wrongly marks some text files `-kb`
7     * stop doing it
8     * find and fix existing
9 * instead of reading backwards, write one changeset per file and
10   `ls | sort -nr | head -100`
11     * obviates need for File::ReadBackwards
12 * parameterize `cvsps` command
13 * when is `-x` overkill? ever?
14 * `-b HEAD`, always?
15 * use `open()` instead of `system()`
16 * implement the time optimizations
17 * use `cvs_runcvs` everywhere `cvs` is run
18 * set up `log_accum` and `commit_prep` in `ikiwiki-makerepo`
19     * obviates need for `cvsps`
20 * historyurl overzealously escapes path slashes?