From e059c9eff94ab37598d740cc5777e591216368a1 Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 4 Jul 2006 06:07:32 +0000 Subject: * Make RecentChanges use a table and some CSS, should be much more readable. No code changes involved. * Encode & in diffurl in examples, to conform to pedantic rules. --- doc/ikiwiki.setup | 2 +- doc/todo/html.mdwn | 7 +++---- doc/usage.mdwn | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index c516da1b9..9713d553b 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -21,7 +21,7 @@ use IkiWiki::Setup::Standard { # Subversion stuff. rcs => "svn", #historyurl => "http://svn.myhost/trunk/[[file]]", - #diffurl => "http://svn.someurl/trunk/[[file]]?root=wiki&r1=[[r1]]&r2=[[r2]]", + #diffurl => "http://svn.someurl/trunk/[[file]]?root=wiki&r1=[[r1]]&r2=[[r2]]", svnrepo => "/svn/wiki", svnpath => "trunk", diff --git a/doc/todo/html.mdwn b/doc/todo/html.mdwn index 51f669a13..a99f87c8a 100644 --- a/doc/todo/html.mdwn +++ b/doc/todo/html.mdwn @@ -1,5 +1,4 @@ -Create some nice stylesheets. Make RecentChanges use table for -formatting, and images to indicate web vs svn commits and to link to diffs. +Create some nice(r) stylesheets. -All of this should be doable w/o touching a single line of code, just -editing the [[templates]] and/or editing [[style.css]] BTW. +Should be doable w/o touching a single line of code, just +editing the [[templates]] and/or editing [[style.css]]. diff --git a/doc/usage.mdwn b/doc/usage.mdwn index 7bf50e5f7..7bc9e5314 100644 --- a/doc/usage.mdwn +++ b/doc/usage.mdwn @@ -158,7 +158,7 @@ These options configure the wiki. Specifies the email address that ikiwiki should use for sending email. -* --diffurl http://url/trunk/\[[file]]?root=wiki&r1=\[[r1]]&r2=\[[r2]] +* --diffurl http://url/trunk/\[[file]]?root=wiki&r1=\[[r1]]&r2=\[[r2]] Specifies the url to link to for a diff of changes to a page. In the url, "\[[file]]" is replaced with the file to browse, "\[[r1]]" is the old -- cgit v1.2.3