From 88972be0012e75b12751db859340c056ae6829b6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 8 Jan 2008 09:05:54 -0500 Subject: web commit by http://stefano.zacchiroli.myopenid.com/ --- doc/users/Stefano_Zacchiroli.mdwn | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/users/Stefano_Zacchiroli.mdwn (limited to 'doc') diff --git a/doc/users/Stefano_Zacchiroli.mdwn b/doc/users/Stefano_Zacchiroli.mdwn new file mode 100644 index 000000000..b874df9a3 --- /dev/null +++ b/doc/users/Stefano_Zacchiroli.mdwn @@ -0,0 +1 @@ + -- cgit v1.2.3 From 1cfb23cba290fca6f5d0650d3ea5586d4ff5fa4b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 8 Jan 2008 13:00:01 -0500 Subject: web commit by http://subvert.org.uk/~bma/ --- doc/bugs/rst_plugin_hangs_on_utf-8.mdwn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/bugs/rst_plugin_hangs_on_utf-8.mdwn (limited to 'doc') diff --git a/doc/bugs/rst_plugin_hangs_on_utf-8.mdwn b/doc/bugs/rst_plugin_hangs_on_utf-8.mdwn new file mode 100644 index 000000000..2fa8e28a5 --- /dev/null +++ b/doc/bugs/rst_plugin_hangs_on_utf-8.mdwn @@ -0,0 +1,14 @@ +When rendering an rst page with utf-8 characters in (specifically "£"), ikiwiki seems to hang. + +Killing with Control-C gives the following traceback: + + Traceback (most recent call last): + File "/usr/lib/ikiwiki/plugins/rst", line 97, in ? + handler.handle_request() + File "/usr/lib/ikiwiki/plugins/rst", line 74, in handle_request + ret = rpc_read(processor) + File "/usr/lib/ikiwiki/plugins/rst", line 42, in rpc_read + line = sys.stdin.readline() + KeyboardInterrupt + +rst2html on the same file has no problem rendering the file as expected. -- cgit v1.2.3 From 01d7ba5f688dbf719b1a1d2353a3abfca0f629d4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 8 Jan 2008 13:27:18 -0500 Subject: web commit by madmax --- doc/todo/enable-htaccess-files.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/todo/enable-htaccess-files.mdwn b/doc/todo/enable-htaccess-files.mdwn index 68f0b9be2..0c86cd55f 100644 --- a/doc/todo/enable-htaccess-files.mdwn +++ b/doc/todo/enable-htaccess-files.mdwn @@ -39,4 +39,11 @@ access and such .htaccess files should not be accessible through wiki cgi. Of co > See [[debbug 447267]] for a patch for this. +--- + +bump! I would like to see some form of this functionality included in ikiwiki. I use patched version, but +its a bit of a PITA to constantly apply it. I know that security concern important, but I use ikiwiki for a very small group +of people collaborating and svn/web access is under control and htaccess is for limiting access to some areas of wiki. +It should be off by default of course. --Max + [[tag patch]] -- cgit v1.2.3 From d21467601cf37d99911350e2dffb0f80388be92d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 8 Jan 2008 13:28:57 -0500 Subject: web commit by madmax --- doc/todo/enable-htaccess-files.mdwn | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/todo/enable-htaccess-files.mdwn b/doc/todo/enable-htaccess-files.mdwn index 0c86cd55f..4d377d3f6 100644 --- a/doc/todo/enable-htaccess-files.mdwn +++ b/doc/todo/enable-htaccess-files.mdwn @@ -41,9 +41,10 @@ access and such .htaccess files should not be accessible through wiki cgi. Of co --- -bump! I would like to see some form of this functionality included in ikiwiki. I use patched version, but -its a bit of a PITA to constantly apply it. I know that security concern important, but I use ikiwiki for a very small group -of people collaborating and svn/web access is under control and htaccess is for limiting access to some areas of wiki. +bump! I would like to see some form of this functionality included in ikiwiki. I use a patched version, but +its a bit of a PITA to constantly apply it (and to forget sometimes!). I know that security concern is important to consider, +but I use ikiwiki with a very small group of people collaborating so svn/web access is under control +and htaccess is for limiting access to some areas of wiki. It should be off by default of course. --Max [[tag patch]] -- cgit v1.2.3