Merge branch 'master' of ssh://git.ikiwiki.info
commit
68140a8df2
|
@ -0,0 +1,5 @@
|
|||
I added a file with Chinese file name, and committed and pushed it to my Ikiwiki instance on Web. It displays correctly in browser. But, the file name shows up like
|
||||
|
||||
http://i53.tinypic.com/2cikb9y.png
|
||||
|
||||
Is there a way to fix it?
|
|
@ -0,0 +1,11 @@
|
|||
Hi,
|
||||
|
||||
I'm wondering how is TITLE evaluated in inline archive templates?
|
||||
|
||||
Needless to say, I don't know much perl except the code that looks similar to other languages like bash.
|
||||
|
||||
I found this line:
|
||||
|
||||
$template->param(title => pagetitle(basename($page)));
|
||||
|
||||
It seems to return a page name (pagetitle having no effect). Or maybe I'm not testing this the right way!
|
|
@ -0,0 +1 @@
|
|||
How to move pages in ikiwiki?
|
|
@ -0,0 +1,11 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://smcv.pseudorandom.co.uk/"
|
||||
nickname="smcv"
|
||||
subject="comment 1"
|
||||
date="2011-08-05T13:57:09Z"
|
||||
content="""
|
||||
Enable the [[plugins/rename]] plugin and ensure that you have permission to edit the page.
|
||||
Edit the page and press the Rename button.
|
||||
|
||||
\"Following Unix tradition, renaming also allows moving to a different directory.\" —from its documentation
|
||||
"""]]
|
|
@ -0,0 +1 @@
|
|||
Is [[Section editing|http://www.wikimatrix.org/wiki/feature:Section%20Editing]] possible in ikiwiki? Is there a plugin?
|
|
@ -103,3 +103,27 @@ which does not work though. I also tried it in this Wiki. Just take a look at th
|
|||
|
||||
> Unlike wikilinks, pagespecs match relative to the top of the wiki by
|
||||
> default. So lose the "/" and it will work. --[[Joey]]
|
||||
|
||||
|
||||
----
|
||||
|
||||
I'd like to create a collapsable tree with a map, eg
|
||||
|
||||
* top level item
|
||||
|
||||
* * second level item1
|
||||
|
||||
* * * content 1
|
||||
|
||||
* * * content 2
|
||||
|
||||
* * * content 3
|
||||
|
||||
* * second level item2
|
||||
|
||||
* * second level item3
|
||||
|
||||
|
||||
but I can't work out how to specify "all items at this level, and all directories at ../ and all the other directories to the root
|
||||
|
||||
any ideas?
|
||||
|
|
|
@ -1,5 +1,14 @@
|
|||
# Sandbox
|
||||
|
||||
|
||||
[[!sidebar content="dfdsfsf""
|
||||
This is my custom sidebar for this page.
|
||||
|
||||
\[[!calendar pages="posts/*"]]
|
||||
"""]]
|
||||
|
||||
[[!sidebar ]]
|
||||
|
||||
## number 2
|
||||
|
||||
This is the [[SandBox]], a page anyone can edit to try out ikiwiki
|
||||
|
|
|
@ -25,8 +25,8 @@ This page controls what shortcut links the wiki supports.
|
|||
* [[!shortcut name=debpts url="http://packages.qa.debian.org/%s"]]
|
||||
* [[!shortcut name=debmsg url="http://lists.debian.org/msgid-search/%s"]]
|
||||
* [[!shortcut name=debrt url="https://rt.debian.org/Ticket/Display.html?id=%s"]]
|
||||
* [[!shortcut name=debss url="http://snapshot.debian.net/package/%s"]]
|
||||
* Usage: `\[[!debss package]]`, `\[[!debss package#version]]`, or `\[[!debss package/version]]`. See http://snapshot.debian.net for details.
|
||||
* [[!shortcut name=debss url="http://snapshot.debian.org/package/%s/"]]
|
||||
* Usage: `\[[!debss package]]` or `\[[!debss package/version]]`. See <http://snapshot.debian.org/> for details.
|
||||
* [[!shortcut name=debwiki url="http://wiki.debian.org/%s"]]
|
||||
* [[!shortcut name=fdobug url="https://bugs.freedesktop.org/show_bug.cgi?id=%s" desc="freedesktop.org bug #%s"]]
|
||||
* [[!shortcut name=fdolist url="http://lists.freedesktop.org/mailman/listinfo/%s" desc="%s@lists.freedesktop.org"]]
|
||||
|
|
Loading…
Reference in New Issue