]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Merge commit 'origin/master'
authorJoey Hess <joey@gnu.kitenet.net>
Tue, 29 Sep 2009 17:35:41 +0000 (13:35 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Tue, 29 Sep 2009 17:35:41 +0000 (13:35 -0400)
doc/bugs/librpc-xml-perl_0.69_breaks_XML-RPC_plugins.mdwn [new file with mode: 0644]
doc/download.mdwn
doc/sandbox.mdwn
doc/tips/github.mdwn

diff --git a/doc/bugs/librpc-xml-perl_0.69_breaks_XML-RPC_plugins.mdwn b/doc/bugs/librpc-xml-perl_0.69_breaks_XML-RPC_plugins.mdwn
new file mode 100644 (file)
index 0000000..0b3d4fb
--- /dev/null
@@ -0,0 +1,11 @@
+Upgrading to `librpc-xml-perl` 0.69-1 on debian breaks external XML-RPC plugins (such as [[rst]]).
+Refresing the wiki fails with an error message like this:
+
+    RPC::XML::Parser::new: This method should have
+    been overridden by the RPC::XML::Parser class at
+    /usr/share/perl5/RPC/XML/Parser.pm line 46, <GEN1> line 30.
+
+It appears an incompatible change in the library creates this problem.
+
+`librpc-xml-perl` version 0.67-1 works. The easiest solution is to downgrade to this version,
+or disable XML-RPC plugins if they are not needed.
index 015c87f1b36e0846e880165bf1dde055fdc46fe2..8f5004ca92c7ebad6f8ddfa8afd1c2b01bb3603a 100644 (file)
@@ -16,8 +16,8 @@ To install with apt, if using Debian or Ubuntu:
 
 Or download the deb from <http://packages.debian.org/unstable/web/ikiwiki>.
 
-There is a backport of a recent version of ikiwiki for Debian 4.0 at
-<http://packages.debian.org/etch-backports/ikiwiki>.
+There is a backport of a recent version of ikiwiki for Debian 5.0 at
+<http://packages.debian.org/lenny-backports/ikiwiki>.
 
 Fedora versions 8 and newer have RPMs of ikiwiki available.
 
index 1f842d499ee19639f0957ffd3f9ec65ae093e5d7..9dc808219dc8232c97b5ae0e9cfd14e018d0167b 100644 (file)
@@ -48,6 +48,7 @@ blah
 ## Different sorts of links:
 
 * [[Features]]
+* <http://ikiwiki.info/ikiwiki/formatting/>
 * [[different_name_for_a_WikiLink|ikiwiki/WikiLink]]
 * <http://www.gnu.org/>
 * [GNU](http://www.gnu.org/)
index c3fdab7345b22958283179a1b19306e508dd25c8..9bdf157519590ee7213901088f1aadd5ae98aa0c 100644 (file)
@@ -24,7 +24,7 @@ for more space, or you can migrate your site elsewhere.
 ## Local Setup
 
 * On your laptop, create two empty git repositories to correspond to the github repositories: <br />
-       `YOU = your github username here` <br />
+       `YOU=your github username here` <br />
        `mkdir ~/$YOU.github.com` <br />
        `cd ~/$YOU.github.com` <br />
        `git init` <br />