From fc5cf77d3f3f2714e4b0a8f6d377caf73c6fe82a Mon Sep 17 00:00:00 2001 From: openmedi Date: Wed, 22 Oct 2014 18:01:43 -0400 Subject: [PATCH 1/9] Added a comment --- ...ment_1_c66ef7bcfd45cab29453cd0a17d71ea1._comment | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/forum/Problems_with_img_directive_on_nearly_free_speech/comment_1_c66ef7bcfd45cab29453cd0a17d71ea1._comment diff --git a/doc/forum/Problems_with_img_directive_on_nearly_free_speech/comment_1_c66ef7bcfd45cab29453cd0a17d71ea1._comment b/doc/forum/Problems_with_img_directive_on_nearly_free_speech/comment_1_c66ef7bcfd45cab29453cd0a17d71ea1._comment new file mode 100644 index 000000000..82ede676a --- /dev/null +++ b/doc/forum/Problems_with_img_directive_on_nearly_free_speech/comment_1_c66ef7bcfd45cab29453cd0a17d71ea1._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="openmedi" + ip="91.65.196.164" + subject="comment 1" + date="2014-10-22T22:01:41Z" + content=""" +Okay. I figured it out with help from the nearlyfreespeech forum. It had nothing to do with ikiwiki. Nonetheless here's the solution, for posterity: You can check, if PerlMagick is installed by running ```perl -MImage::Magick -e \"print $Image::Magick::VERSION\"```. If it isn't, you will get an error that looks like this: + +>```Can't locate Image/Magick.pm in @INC (@INC contains: /usr/local/lib/perl5/5.16/BSDPAN /usr/local/lib/perl5/site_perl/5.16/mach /usr/local/lib/perl5/site_perl/5.16 /usr/local/lib/perl5/5.16/mach /usr/local/lib/perl5/5.16 .). +BEGIN failed--compilation aborted. ``` + +If that's the case, you might have to upgrade/switch to a new \"realm\". As of the time of this writing PerlMagick is installed in the realms \"indigo\" and \"white\". How this is done, is described in the members only FAQ of nfs. +"""]] From 7bccc272f9e7e45df0d6c96626b47d400d26037e Mon Sep 17 00:00:00 2001 From: smcv Date: Thu, 23 Oct 2014 03:57:40 -0400 Subject: [PATCH 2/9] Added a comment --- ..._49f82c1d9bfb460c1a468e66c9acf97b._comment | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 doc/forum/Right-to-left_support/comment_3_49f82c1d9bfb460c1a468e66c9acf97b._comment diff --git a/doc/forum/Right-to-left_support/comment_3_49f82c1d9bfb460c1a468e66c9acf97b._comment b/doc/forum/Right-to-left_support/comment_3_49f82c1d9bfb460c1a468e66c9acf97b._comment new file mode 100644 index 000000000..f1e648786 --- /dev/null +++ b/doc/forum/Right-to-left_support/comment_3_49f82c1d9bfb460c1a468e66c9acf97b._comment @@ -0,0 +1,33 @@ +[[!comment format=mdwn + username="smcv" + ip="81.100.115.242" + subject="comment 3" + date="2014-10-23T07:57:39Z" + content=""" +> The Arabic pages on your wiki seem to have the Arabic in LTR, instead of the intended RTL + +As I said on the other forum thread, it does look to me as though it is RTL; +the display bug is that it's left-justified (text-align: left) because the +blueview stylesheet explicitly (and unnecessarily?) left-aligns text. + +You can test RTL/LTR in English by putting a distinctive directionless punctuation +character at the beginning and end of a paragraph like this: + +

• This renders with a bullet on the left and an ellipsis on the right…

+

• This renders with a bullet on the right and an ellipsis on the left…

+ +The actual text still goes left-to-right because Latin characters are known +to be left-to-right by the Unicode bidi algorithm, but the punctuation moves +around, and in ikiwiki themes other than blueview and goldtype, the alignment +changes too: + +

• This renders with a bullet on the left and an ellipsis on the right…

+

• This renders with a bullet on the right and an ellipsis on the left…

+ +More test-cases: + +* +* +* +* +"""]] From ac4c0271e875526e2c8d9f34d8426d738d13eecf Mon Sep 17 00:00:00 2001 From: smcv Date: Thu, 23 Oct 2014 04:06:51 -0400 Subject: [PATCH 3/9] Added a comment --- ...3_ebe1c390b478bb87021850ea019a8194._comment | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/forum/PO_and_RTL_support/comment_13_ebe1c390b478bb87021850ea019a8194._comment diff --git a/doc/forum/PO_and_RTL_support/comment_13_ebe1c390b478bb87021850ea019a8194._comment b/doc/forum/PO_and_RTL_support/comment_13_ebe1c390b478bb87021850ea019a8194._comment new file mode 100644 index 000000000..9c167f8ea --- /dev/null +++ b/doc/forum/PO_and_RTL_support/comment_13_ebe1c390b478bb87021850ea019a8194._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="smcv" + ip="81.100.115.242" + subject="comment 13" + date="2014-10-23T08:06:48Z" + content=""" +> I was told here that there is a patch already + +That patch is for the po plugin, which is specifically designed for a wiki +in which every page `foo` is written in a \"master language\" (often English) +in a file like `/foo.mdwn`, and then translated into secondary languages +via translation files like `/foo.ar.po`. + +If that doesn't describe your wiki, then the po plugin is not intended +for you, and you would be better off with a change to the meta plugin +to make it possible to emit the same language and/or direction +attributes in the HTML, but triggered by different source code. +"""]] From 62cd653a3a33e47d0a8e94fcd4b93c32304591cf Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Thu, 23 Oct 2014 07:13:19 -0400 Subject: [PATCH 4/9] wishlist --- .../MUA-like_access_to_forum__47__blog.mdwn | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 doc/todo/MUA-like_access_to_forum__47__blog.mdwn diff --git a/doc/todo/MUA-like_access_to_forum__47__blog.mdwn b/doc/todo/MUA-like_access_to_forum__47__blog.mdwn new file mode 100644 index 000000000..8d11a5504 --- /dev/null +++ b/doc/todo/MUA-like_access_to_forum__47__blog.mdwn @@ -0,0 +1,35 @@ +[[!tag wishlist]] + +Maybe I'm not using ikiwiki right, and I'll appreciate any advice on this, but +it seems to me that using ikiwiki instead of a mailing lists has some major +weaknesses which I fail to overcome, but which may be possible to fix, maybe +using some client-side software. + +The problem: Mailing lists give me things I need but can't find here, so I'm +failing to track the [[/forum]], [[/todo]] and so on: + +- With MLs I can easily see what I read, to what I replied, mark things with + colors and labels if my MUA supports it +- With MLs I can easily send a reply, without going through git. Reading and + writing happen together in the same dedicated UI + +I know I can subscribe to [[forum]] and to individual posts' comment feeds, but +it's not the same - I don't see the tree of comments like in e-mail. Either I +sort by creation time (not seeing evidence of more recent replies) or by +last-edited time, or perhaps by last comment (then busy pages cause less busy +ones quickly go deep into the list and are never seen by the user). + +Is there an existing solution to this? + +Random ideas, maybe direction for a solution: + +- Make client software which takes a local git clone of a wiki and operates on + it, while the user sees an MUA-like interface +- Add some plugin to ikiwiki that can cooperate with an MTA: listen to e-mail + on a mailing list with specific formatting and put the content into a wiki. + +What do you think? How do you keep track of the forum etc. in the same way it's +done with mailing lists? + +(I don't mind a hacked solution that solves the problem for me, but if it's not just +me being crazy, I prefer a general-purpose solution that helps everyone) From 3bccedd49230314f44d26aafa4391cb1217213ed Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Thu, 23 Oct 2014 07:14:16 -0400 Subject: [PATCH 5/9] wishlist: ask about using ikiwiki as ML --- .../MUA-like_access_to_forum__47__blog.mdwn | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/doc/todo/MUA-like_access_to_forum__47__blog.mdwn b/doc/todo/MUA-like_access_to_forum__47__blog.mdwn index 8d11a5504..54cc8e888 100644 --- a/doc/todo/MUA-like_access_to_forum__47__blog.mdwn +++ b/doc/todo/MUA-like_access_to_forum__47__blog.mdwn @@ -33,3 +33,41 @@ done with mailing lists? (I don't mind a hacked solution that solves the problem for me, but if it's not just me being crazy, I prefer a general-purpose solution that helps everyone) + + + +[[!tag wishlist]] + +Maybe I'm not using ikiwiki right, and I'll appreciate any advice on this, but +it seems to me that using ikiwiki instead of a mailing lists has some major +weaknesses which I fail to overcome, but which may be possible to fix, maybe +using some client-side software. + +The problem: Mailing lists give me things I need but can't find here, so I'm +failing to track the [[/forum]], [[/todo]] and so on: + +- With MLs I can easily see what I read, to what I replied, mark things with + colors and labels if my MUA supports it +- With MLs I can easily send a reply, without going through git. Reading and + writing happen together in the same dedicated UI + +I know I can subscribe to [[forum]] and to individual posts' comment feeds, but +it's not the same - I don't see the tree of comments like in e-mail. Either I +sort by creation time (not seeing evidence of more recent replies) or by +last-edited time, or perhaps by last comment (then busy pages cause less busy +ones quickly go deep into the list and are never seen by the user). + +Is there an existing solution to this? + +Random ideas, maybe direction for a solution: + +- Make client software which takes a local git clone of a wiki and operates on + it, while the user sees an MUA-like interface +- Add some plugin to ikiwiki that can cooperate with an MTA: listen to e-mail + on a mailing list with specific formatting and put the content into a wiki. + +What do you think? How do you keep track of the forum etc. in the same way it's +done with mailing lists? + +(I don't mind a hacked solution that solves the problem for me, but if it's not just +me being crazy, I prefer a general-purpose solution that helps everyone) From bdec9d5e5fbfc513ec2a04f3affb60ccf7e3ac8b Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Thu, 23 Oct 2014 07:15:27 -0400 Subject: [PATCH 6/9] --- .../MUA-like_access_to_forum__47__blog.mdwn | 38 ------------------- 1 file changed, 38 deletions(-) diff --git a/doc/todo/MUA-like_access_to_forum__47__blog.mdwn b/doc/todo/MUA-like_access_to_forum__47__blog.mdwn index 54cc8e888..8d11a5504 100644 --- a/doc/todo/MUA-like_access_to_forum__47__blog.mdwn +++ b/doc/todo/MUA-like_access_to_forum__47__blog.mdwn @@ -33,41 +33,3 @@ done with mailing lists? (I don't mind a hacked solution that solves the problem for me, but if it's not just me being crazy, I prefer a general-purpose solution that helps everyone) - - - -[[!tag wishlist]] - -Maybe I'm not using ikiwiki right, and I'll appreciate any advice on this, but -it seems to me that using ikiwiki instead of a mailing lists has some major -weaknesses which I fail to overcome, but which may be possible to fix, maybe -using some client-side software. - -The problem: Mailing lists give me things I need but can't find here, so I'm -failing to track the [[/forum]], [[/todo]] and so on: - -- With MLs I can easily see what I read, to what I replied, mark things with - colors and labels if my MUA supports it -- With MLs I can easily send a reply, without going through git. Reading and - writing happen together in the same dedicated UI - -I know I can subscribe to [[forum]] and to individual posts' comment feeds, but -it's not the same - I don't see the tree of comments like in e-mail. Either I -sort by creation time (not seeing evidence of more recent replies) or by -last-edited time, or perhaps by last comment (then busy pages cause less busy -ones quickly go deep into the list and are never seen by the user). - -Is there an existing solution to this? - -Random ideas, maybe direction for a solution: - -- Make client software which takes a local git clone of a wiki and operates on - it, while the user sees an MUA-like interface -- Add some plugin to ikiwiki that can cooperate with an MTA: listen to e-mail - on a mailing list with specific formatting and put the content into a wiki. - -What do you think? How do you keep track of the forum etc. in the same way it's -done with mailing lists? - -(I don't mind a hacked solution that solves the problem for me, but if it's not just -me being crazy, I prefer a general-purpose solution that helps everyone) From 71b347e842f20053cd28531867d7a0137782838d Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Thu, 23 Oct 2014 07:15:55 -0400 Subject: [PATCH 7/9] --- doc/todo/MUA-like_access_to_forum__47__blog.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/todo/MUA-like_access_to_forum__47__blog.mdwn b/doc/todo/MUA-like_access_to_forum__47__blog.mdwn index 8d11a5504..d61aac5b0 100644 --- a/doc/todo/MUA-like_access_to_forum__47__blog.mdwn +++ b/doc/todo/MUA-like_access_to_forum__47__blog.mdwn @@ -33,3 +33,5 @@ done with mailing lists? (I don't mind a hacked solution that solves the problem for me, but if it's not just me being crazy, I prefer a general-purpose solution that helps everyone) + +-- [[fr3domlover]] From e4f807e857d4a7aa2fbb3491af42ab6f4a061f58 Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Thu, 23 Oct 2014 07:16:26 -0400 Subject: [PATCH 8/9] Typos... --- doc/todo/MUA-like_access_to_forum__47__blog.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/todo/MUA-like_access_to_forum__47__blog.mdwn b/doc/todo/MUA-like_access_to_forum__47__blog.mdwn index d61aac5b0..4468a65b1 100644 --- a/doc/todo/MUA-like_access_to_forum__47__blog.mdwn +++ b/doc/todo/MUA-like_access_to_forum__47__blog.mdwn @@ -34,4 +34,4 @@ done with mailing lists? (I don't mind a hacked solution that solves the problem for me, but if it's not just me being crazy, I prefer a general-purpose solution that helps everyone) --- [[fr3domlover]] +-- [[fr33domlover]] From 59c53d584f6aa76121f43dde7a140d1bce1a014c Mon Sep 17 00:00:00 2001 From: spalax Date: Thu, 23 Oct 2014 10:40:14 -0400 Subject: [PATCH 9/9] Forgot download link --- doc/plugins/contrib/compile.mdwn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/plugins/contrib/compile.mdwn b/doc/plugins/contrib/compile.mdwn index 7ae4968ad..564f7f68c 100644 --- a/doc/plugins/contrib/compile.mdwn +++ b/doc/plugins/contrib/compile.mdwn @@ -206,3 +206,7 @@ For instance, if you have a `.tiff` file you want to convert to png before displaying it on your website, you can use as a template: + +# Download + +Code and documentation can be found here : [[https://atelier.gresille.org/projects/gresille-ikiwiki/wiki/Compile]].