From cdd2d3126c72e18f72eebf2588d823a192cadf3f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 3 Nov 2007 20:33:40 -0400 Subject: web commit by tschwinge: Bug With Referring to *js* and *css* Files --- doc/plugins/contrib/gallery/discussion.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/plugins/contrib/gallery/discussion.mdwn b/doc/plugins/contrib/gallery/discussion.mdwn index 60b8fde0f..1f7c76eb3 100644 --- a/doc/plugins/contrib/gallery/discussion.mdwn +++ b/doc/plugins/contrib/gallery/discussion.mdwn @@ -1,3 +1,5 @@ +# Adaptation to Newer Versions of ikiwiki + I tried using this plugin, but to no success so far. I used *gallery* git branch, rebased it onto the *origin/master*, built a Debian package and installed that one. @@ -29,3 +31,9 @@ New version updated at SVN REPO : http://ned.snow-crash.org:8080/svn/ikiwiki-gal --[[arpitjain]] + +# Bug With Referring to *js* and *css* Files + +In the generated files `gallery/index/index.html` and `gallery/index/*/gallery_*` +it should not be referred to `/js` but to `../../js` and `../../../js`, respectively. +Likewise for `/css`. -- cgit v1.2.3 From 06b06cd7d95c280ce1edcb994a7d41da3da74ae7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 3 Nov 2007 20:35:01 -0400 Subject: web commit by tschwinge: All Thumbnails on One Page --- doc/plugins/contrib/gallery/discussion.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/plugins/contrib/gallery/discussion.mdwn b/doc/plugins/contrib/gallery/discussion.mdwn index 1f7c76eb3..37fa6f884 100644 --- a/doc/plugins/contrib/gallery/discussion.mdwn +++ b/doc/plugins/contrib/gallery/discussion.mdwn @@ -37,3 +37,9 @@ New version updated at SVN REPO : http://ned.snow-crash.org:8080/svn/ikiwiki-gal In the generated files `gallery/index/index.html` and `gallery/index/*/gallery_*` it should not be referred to `/js` but to `../../js` and `../../../js`, respectively. Likewise for `/css`. + + +# All Thumbnails on One Page + +Could `rows="0"` be used to state that all thumbnails should be put on the same page, +no matter how much there are? -- cgit v1.2.3 From 1810f29433f53a9b14cca2d097e6b16458ca0ed0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 4 Nov 2007 04:05:47 -0500 Subject: web commit by http://ccshan.myopenid.com/: expecified -> specified --- doc/plugins/aggregate.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/plugins/aggregate.mdwn b/doc/plugins/aggregate.mdwn index 8b1abcd61..398da4b5e 100644 --- a/doc/plugins/aggregate.mdwn +++ b/doc/plugins/aggregate.mdwn @@ -8,7 +8,7 @@ Aggregate a feed as follows feedurl="http://example.com/index.rss" url="http://example.com/" updateinterval="15"]] -That example aggregates posts from the expecified RSS feed, updating no +That example aggregates posts from the specified RSS feed, updating no more frequently than once every 15 minutes, and puts a page per post under the example/ directory in the wiki. -- cgit v1.2.3 From 3903d2ebd2357508dac130344dec9e0022d75298 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 5 Nov 2007 06:33:46 -0500 Subject: web commit by ThomasBleher --- .../search_for_locale_data_in_the_installed_location.mdwn | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/bugs/search_for_locale_data_in_the_installed_location.mdwn diff --git a/doc/bugs/search_for_locale_data_in_the_installed_location.mdwn b/doc/bugs/search_for_locale_data_in_the_installed_location.mdwn new file mode 100644 index 000000000..ad379da1a --- /dev/null +++ b/doc/bugs/search_for_locale_data_in_the_installed_location.mdwn @@ -0,0 +1,15 @@ +It seems like gettext only searches for locale information in /usr/share/locale, by default. I installed ikiwiki into /usr/local, therefore the locale information wasn't found. This patch fixes the issue: + + --- a/IkiWiki.pm + +++ b/IkiWiki.pm + @@ -1057,6 +1057,7 @@ sub gettext { #{{{ + $gettext_obj=undef; + return shift; + } + + $gettext_obj->dir("$installdir/share/locale/"); + } + return $gettext_obj->get(shift); + } + +[[tag patch]] +-- [[ThomasBleher]] \ No newline at end of file -- cgit v1.2.3 From f4f3ca7a19717274cdca4a7a153080b0600737c5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 5 Nov 2007 08:56:45 -0500 Subject: web commit from 204.10.114.144: poll vote (No opinion) --- doc/news/server_speed.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/news/server_speed.mdwn b/doc/news/server_speed.mdwn index e4cd189e9..9f7a9b431 100644 --- a/doc/news/server_speed.mdwn +++ b/doc/news/server_speed.mdwn @@ -1,7 +1,7 @@ Quick poll: Do you feel that ikiwiki is fast enough on this server, or should I move it to my much beefier auxillary server? -[[poll 27 "It's fast enough" 4 "It's too slow!" 3 "No opinion"]] +[[poll 27 "It's fast enough" 4 "It's too slow!" 4 "No opinion"]] If you have specifics on performance issues, you might mention them on the [[discussion]] page. -- cgit v1.2.3 From 0e6a3e13e752d44c0c908832d84bb8930737e062 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 5 Nov 2007 08:56:48 -0500 Subject: web commit from 204.10.114.144: poll vote (It's fast enough) --- doc/news/server_speed.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/news/server_speed.mdwn b/doc/news/server_speed.mdwn index 9f7a9b431..558d2eb41 100644 --- a/doc/news/server_speed.mdwn +++ b/doc/news/server_speed.mdwn @@ -1,7 +1,7 @@ Quick poll: Do you feel that ikiwiki is fast enough on this server, or should I move it to my much beefier auxillary server? -[[poll 27 "It's fast enough" 4 "It's too slow!" 4 "No opinion"]] +[[poll 28 "It's fast enough" 4 "It's too slow!" 4 "No opinion"]] If you have specifics on performance issues, you might mention them on the [[discussion]] page. -- cgit v1.2.3 From 7fad6c0cfb9e33e0f0456aeeb490ebde300001b4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 5 Nov 2007 08:56:57 -0500 Subject: web commit from 204.10.114.144: poll vote (It's fast enough) --- doc/news/server_speed.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/news/server_speed.mdwn b/doc/news/server_speed.mdwn index 558d2eb41..56f1d15ab 100644 --- a/doc/news/server_speed.mdwn +++ b/doc/news/server_speed.mdwn @@ -1,7 +1,7 @@ Quick poll: Do you feel that ikiwiki is fast enough on this server, or should I move it to my much beefier auxillary server? -[[poll 28 "It's fast enough" 4 "It's too slow!" 4 "No opinion"]] +[[poll 33 "It's fast enough" 4 "It's too slow!" 4 "No opinion"]] If you have specifics on performance issues, you might mention them on the [[discussion]] page. -- cgit v1.2.3