From 4069bf2bf35676018cc3cb1cf4df3514f43f2658 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawlzADDUvepOXauF4Aq1VZ4rJaW_Dwrl6xE" Date: Wed, 14 Jul 2010 10:42:39 +0000 Subject: --- doc/forum/how_to_enable_multimarkdown__63__.mdwn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/forum/how_to_enable_multimarkdown__63__.mdwn (limited to 'doc') diff --git a/doc/forum/how_to_enable_multimarkdown__63__.mdwn b/doc/forum/how_to_enable_multimarkdown__63__.mdwn new file mode 100644 index 000000000..8213716e4 --- /dev/null +++ b/doc/forum/how_to_enable_multimarkdown__63__.mdwn @@ -0,0 +1,5 @@ +I enabled multimarkdown in my setup file but I get this message 'remote: multimarkdown is enabled, but Text::MultiMarkdown is not installed'. +I also installed multimarkdown-git for my distro (archlinux), which should take care of installing all required perl modules, I believe. +What am I missing? + +Thanks. -- cgit v1.2.3 From 37859c390f269d7a9629a7b583b2c08f94c56fab Mon Sep 17 00:00:00 2001 From: "http://hendry.iki.fi/" Date: Wed, 14 Jul 2010 14:23:18 +0000 Subject: finding unmoderated comments --- doc/plugins/comments.mdwn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/plugins/comments.mdwn b/doc/plugins/comments.mdwn index 14bd28a04..59f83441c 100644 --- a/doc/plugins/comments.mdwn +++ b/doc/plugins/comments.mdwn @@ -49,5 +49,6 @@ held for moderation. (Or with the [[moderatedcomments]] plugin, all comments will be held.) Wiki admins can access the comment moderation queue via a button on their Preferences page. -The unmoderated comments are stored in the `srcdir` with a filename ending -in "._comment_pending". They are not checked into revision control. +To find unmoderated comments, `find /your/ikiwiki/srcdir -name '*._comment_pending'` + +They are not checked into revision control. -- cgit v1.2.3 From 231886e851babcdd00e6243fd989c04628b6977a Mon Sep 17 00:00:00 2001 From: "http://hendry.iki.fi/" Date: Wed, 14 Jul 2010 14:25:10 +0000 Subject: --- doc/plugins/comments/discussion.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/plugins/comments/discussion.mdwn b/doc/plugins/comments/discussion.mdwn index 396d1f6d4..7cc8a4b2a 100644 --- a/doc/plugins/comments/discussion.mdwn +++ b/doc/plugins/comments/discussion.mdwn @@ -1,3 +1,9 @@ +## Moderating comments from the CLI + +How do you do this, without using the UI in the Preferences? + +Please put this info on the page. Many thanks --[[Kai Hendry]] + ## Why internal pages? (unresolved) Comments are saved as internal pages, so they can never be edited through the CGI, -- cgit v1.2.3 From eda2357c3e1990df049264735e8751af8962ded5 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawlzADDUvepOXauF4Aq1VZ4rJaW_Dwrl6xE" Date: Wed, 14 Jul 2010 14:54:25 +0000 Subject: --- ...s_incorrect_html___40__interpreted_as_wikilinks__41____63__.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/forum/square_brackets_inside_backticks_generates_incorrect_html___40__interpreted_as_wikilinks__41____63__.html (limited to 'doc') diff --git a/doc/forum/square_brackets_inside_backticks_generates_incorrect_html___40__interpreted_as_wikilinks__41____63__.html b/doc/forum/square_brackets_inside_backticks_generates_incorrect_html___40__interpreted_as_wikilinks__41____63__.html new file mode 100644 index 000000000..5ea0e1fac --- /dev/null +++ b/doc/forum/square_brackets_inside_backticks_generates_incorrect_html___40__interpreted_as_wikilinks__41____63__.html @@ -0,0 +1,6 @@ +the following markdown code +`foo [["bar"]]` generates the following output: + +foo ?"bar" + +Perhaps this is a bug in the markdown processor? -- cgit v1.2.3