From 5c2ac340cedeb318d254b4b4b13860aab098b6f9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 21 Dec 2007 16:35:17 -0500 Subject: [PATCH 1/4] web commit by http://theclapp.myopenid.com/: question / feature request about tag plugin --- doc/tags/discussion.mdwn | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/tags/discussion.mdwn diff --git a/doc/tags/discussion.mdwn b/doc/tags/discussion.mdwn new file mode 100644 index 000000000..62b2935fd --- /dev/null +++ b/doc/tags/discussion.mdwn @@ -0,0 +1 @@ +In another blog, I could tag a post with arbitrary words and not have to do anything else for the software to recognize it as a tag. In Ikiwiki if you want to tag something \[[tag foo]] you also have to go to tags/ and create foo.mkdn (even if it's zero-length), because "tags are links", and links don't actually *link* if they have no destination. This allows for customization of how you present different tag feeds, but this (to me) is too much work and more like a category than a tag. It'd be nice if you could tell the tag plugin "if the tag target doesn't exist in tags/*, pretend it does exist and is zero-length". -- [[users/Larry_Clapp]] From 91220207e37e7cd3db96a2bc400d967b23a88c4f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 21 Dec 2007 16:39:53 -0500 Subject: [PATCH 2/4] web commit by http://theclapp.myopenid.com/ --- doc/tags/discussion.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/tags/discussion.mdwn b/doc/tags/discussion.mdwn index 62b2935fd..b8004fa95 100644 --- a/doc/tags/discussion.mdwn +++ b/doc/tags/discussion.mdwn @@ -1 +1,3 @@ In another blog, I could tag a post with arbitrary words and not have to do anything else for the software to recognize it as a tag. In Ikiwiki if you want to tag something \[[tag foo]] you also have to go to tags/ and create foo.mkdn (even if it's zero-length), because "tags are links", and links don't actually *link* if they have no destination. This allows for customization of how you present different tag feeds, but this (to me) is too much work and more like a category than a tag. It'd be nice if you could tell the tag plugin "if the tag target doesn't exist in tags/*, pretend it does exist and is zero-length". -- [[users/Larry_Clapp]] + +Never mind, I think I found the answer (or at least a pointer) [here](plugins/tag/discussion/). Feel free to delete both these comments :). -- [[users/Larry_Clapp]] From 554f4c2b5fdf5251505a7fd9abb0d53839f1fab5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 21 Dec 2007 16:47:45 -0500 Subject: [PATCH 3/4] web commit by http://engla.myopenid.com/: fixing larry's link --- doc/tags/discussion.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tags/discussion.mdwn b/doc/tags/discussion.mdwn index b8004fa95..85235e3f6 100644 --- a/doc/tags/discussion.mdwn +++ b/doc/tags/discussion.mdwn @@ -1,3 +1,3 @@ In another blog, I could tag a post with arbitrary words and not have to do anything else for the software to recognize it as a tag. In Ikiwiki if you want to tag something \[[tag foo]] you also have to go to tags/ and create foo.mkdn (even if it's zero-length), because "tags are links", and links don't actually *link* if they have no destination. This allows for customization of how you present different tag feeds, but this (to me) is too much work and more like a category than a tag. It'd be nice if you could tell the tag plugin "if the tag target doesn't exist in tags/*, pretend it does exist and is zero-length". -- [[users/Larry_Clapp]] -Never mind, I think I found the answer (or at least a pointer) [here](plugins/tag/discussion/). Feel free to delete both these comments :). -- [[users/Larry_Clapp]] +Never mind, I think I found the answer (or at least a pointer) [[here|plugins/tag/discussion/]]. Feel free to delete both these comments :). -- [[users/Larry_Clapp]] From 01fb89bcd4d5e28ced28383aeb6a7720efdaa12b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 22 Dec 2007 10:25:15 -0500 Subject: [PATCH 4/4] web commit by http://morgant.myopenid.com/ --- ...d_filename__34___error_when_src_path_contains_spaces.mdwn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/bugs/__34__skipping_bad_filename__34___error_when_src_path_contains_spaces.mdwn diff --git a/doc/bugs/__34__skipping_bad_filename__34___error_when_src_path_contains_spaces.mdwn b/doc/bugs/__34__skipping_bad_filename__34___error_when_src_path_contains_spaces.mdwn new file mode 100644 index 000000000..470d4eebd --- /dev/null +++ b/doc/bugs/__34__skipping_bad_filename__34___error_when_src_path_contains_spaces.mdwn @@ -0,0 +1,5 @@ +After installing IkiWiki 2.16 on Mac OS X 10.4 server I attempted to use "/Library/Application\ Support/IkiWiki/Working\ Copies" as the parent of my $SRCPATH and get "skipping bad filename" errors for any .mdwn file in that directory: + + skipping bad filename /Library/Application Support/IkiWiki/Working Copies/ikiwikinewt/index.mdwn + +Tthe .ikiwiki directory is correctly created in that directory. I switched to using a path with no spaces and it works correctly.