From 97dfdf8c64673912c09b079da4c612506e036677 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 3 Feb 2008 04:28:37 -0500 Subject: web commit by http://edward.myopenid.com/: fix broken link to http://git.or.cz/gitwiki/GitFaq --- doc/rcs/git.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rcs/git.mdwn b/doc/rcs/git.mdwn index 38a418a5b..f97131742 100644 --- a/doc/rcs/git.mdwn +++ b/doc/rcs/git.mdwn @@ -22,7 +22,7 @@ but it works the best for typical ikiwiki use. and git. It is **paramount** that you **never** push to the non-bare repository -([this FAQ entry explains why](http://git.or.cz/gitwiki/GitFaq#head-b6a3d85f677763313159eb39f7dbf4579d4ee28b)). +([this FAQ entry explains why](http://git.or.cz/gitwiki/GitFaq#head-b96f48bc9c925074be9f95c0fce69bcece5f6e73)). Instead, if you want to work on the wiki from a remote machine, clone the bare repository, using either the `git` transport (if available), or `ssh`. -- cgit v1.2.3 From 58ef55c79893190021a441b2ba618178fce13bc5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 3 Feb 2008 12:16:06 -0500 Subject: web commit by tschwinge: Thanks!, and a bug report. --- doc/plugins/recentchanges/discussion.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/plugins/recentchanges/discussion.mdwn diff --git a/doc/plugins/recentchanges/discussion.mdwn b/doc/plugins/recentchanges/discussion.mdwn new file mode 100644 index 000000000..b563a8d9d --- /dev/null +++ b/doc/plugins/recentchanges/discussion.mdwn @@ -0,0 +1,8 @@ +Thanks for that one, again, it's great! + +One minor thing I noticed, seen on : +The links to user pages of e.g. *MichaelBanck* or *GianlucaGuida* don't work, as they're +being linked to , whereas it should be +. + +--[[tschwinge]] -- cgit v1.2.3 From 6c1cb3f985a0f1d8568ff386cc40e35405bad4f7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 3 Feb 2008 12:18:26 -0500 Subject: web commit by tschwinge: Another minor bug. --- doc/plugins/recentchanges/discussion.mdwn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/plugins/recentchanges/discussion.mdwn b/doc/plugins/recentchanges/discussion.mdwn index b563a8d9d..69145435e 100644 --- a/doc/plugins/recentchanges/discussion.mdwn +++ b/doc/plugins/recentchanges/discussion.mdwn @@ -5,4 +5,8 @@ The links to user pages of e.g. *MichaelBanck* or *GianlucaGuida* don't work, as being linked to , whereas it should be . +Another one. If you change the *recentchangespage* configuration option, (it seems to me) +that the pages from the old hierarchy will not be removed from the disk. But then, changing +this should be a rather uncommon thing. + --[[tschwinge]] -- cgit v1.2.3