Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
commit
a45f31ae03
|
@ -62,6 +62,7 @@ think about merging them. This is recommended. :-)
|
|||
([browse](http://git.liegesta.at/?p=ikiwiki.git;a=summary))
|
||||
* [[GustafThorslund]] `http://gustaf.thorslund.org/src/ikiwiki.git`
|
||||
* [[peteg]] `git://git.hcoop.net/git/peteg/ikiwiki.git`
|
||||
* [[privat]] `git://github.com/privat/ikiwiki.git`
|
||||
|
||||
## branches
|
||||
|
||||
|
|
|
@ -245,3 +245,12 @@ Thank you! I'm not a Perl programmer, so what's your opinion: is this behavior a
|
|||
|
||||
I am experiencing the same problem "/etc/ikiwiki/custom: failed to set up the repository with ikiwiki-makerepo
|
||||
" on Debian squeeze with perl5.10.0. Upgrading to ikiwiki 3.10 fixes it. -- [Albert](http://www.docunext.com/)
|
||||
|
||||
----
|
||||
|
||||
Just a note, perl 5.10 isn't packaged as part of RHEL or thus CentOS nor EPEL,
|
||||
so it's not especially trivial to satisfy that requirement for ikiwiki on
|
||||
those platforms, without backporting it from Fedora or building from source.
|
||||
However, I have an ikiwiki 3.20100403 running on RHEL-4 supplied 5.8.8 without
|
||||
(seemingly too much) complaint. How strong is the 5.10 requirement? what
|
||||
precicely breaks without it? -- [[Jon]]
|
||||
|
|
|
@ -15,6 +15,8 @@ those contents instead.
|
|||
|
||||
>> Here a simple [[patch]] for multiple sidebars. Not too fancy but better than having multiple copies of the sidebar plugin. --[[jeanprivat]]
|
||||
|
||||
>>> I made a [[git]] branch for it [[!template id=gitbranch branch="privat/multiple_sidebars" author="[[jeanprivat]]"]] --[[jeanprivat]]
|
||||
|
||||
<pre>
|
||||
--- /usr/share/perl5/IkiWiki/Plugin/sidebar.pm 2010-02-11 22:53:17.000000000 -0500
|
||||
+++ plugins/IkiWiki/Plugin/sidebar.pm 2010-02-27 09:54:12.524412391 -0500
|
||||
|
|
|
@ -51,6 +51,8 @@ Penultimately, the following are merely half-formed thoughts:
|
|||
unticking checkboxes next to a tag name (rather than entering the
|
||||
directive into the text of the page directly)
|
||||
* perhaps the same for meta
|
||||
* I'd like to make profiling ikiwiki in action very easy for newcomers.
|
||||
Perhaps even a plugin that created a file /profile or similar on build.
|
||||
|
||||
Finally, backlinks (since I have issues with the current backlinks
|
||||
implementation, see [[bugs/backlinks onhover thing can go weird]]):
|
||||
|
|
Loading…
Reference in New Issue