Last change
on this file was
33983,
checked in by sjamaan, 4 years ago
|
qwiki: Add (very bare bones) diffing option to history page.
This just delegates the diffing to svn-diff and uses colorize to
highlight the unified context diff output and any other stuff that
svn decides to put in there.
Hey, at least it's better than no diff ;)
|
File size:
383 bytes
|
Line | |
---|
1 | ;; -*- Scheme -*- |
---|
2 | |
---|
3 | ((synopsis "qwiki - the quick wiki") |
---|
4 | (depends (intarweb "1.0") (uri-common "1.0") (spiffy "5.1") (doctype "1.2") |
---|
5 | (sxml-transforms "1.4") (svn-client "0.23") estraier-client |
---|
6 | sxpath (message-digest "3.0.0") (sha1 "3.0.0") (svnwiki-sxml 0.2.1) |
---|
7 | html-parser colorize) |
---|
8 | (test-depends test) |
---|
9 | (author "Peter Bex") |
---|
10 | (category web) |
---|
11 | (license "BSD")) |
---|
Note: See
TracBrowser
for help on using the repository browser.