Merge branch 'master' of ssh://git.ikiwiki.info

master
Joey Hess 2012-04-06 14:32:05 -04:00
commit 089e72caa7
7 changed files with 22 additions and 2 deletions

View File

@ -33,3 +33,10 @@ I think the presence dependency is probably the cleanest approach?
> I think it was possibly a mistake to use wikilink style lookup for > I think it was possibly a mistake to use wikilink style lookup for
> `pagenames`. --[[Joey]] > `pagenames`. --[[Joey]]
[[!tag patch]] [[!template id=gitbranch branch=smcv/literal-pagenames author="[[smcv]]"]]
>> I used the linking rules to make references to
>> "nearby" pages convenient, but if you'd prefer "absolute"
>> semantics, my `ready/literal-pagenames` branch does that. For
>> my main use-case for `pagenames` ([[plugins/contrib/album]])
>> it's fine either way. --[[smcv]]

View File

@ -1,3 +1,8 @@
in ikiwiki instances that don't reside in the git root directory (the only ones i know of are ikiwiki itself), reverts show the wrong link in the recentchanges (for example, in the ikiwiki main repository's 4530430 and its revert, the main index page was edited, but the revert shows doc/index as a link). in ikiwiki instances that don't reside in the git root directory (the only ones i know of are ikiwiki itself), reverts show the wrong link in the recentchanges (for example, in the ikiwiki main repository's 4530430 and its revert, the main index page was edited, but the revert shows doc/index as a link).
the expected behavior is to compensate for the modified root directory (i.e., show index instead of doc/index). the expected behavior is to compensate for the modified root directory (i.e., show index instead of doc/index).
> This seems to work OK now - commit 84c4ca33 and its reversion both
> appear correctly in [[recentchanges]]. Looking at git history,
> Joey [[fixed this|done]] in commit 1b6c1895 before 3.20120203.
> --[[smcv]]

View File

@ -3,7 +3,7 @@ to convert it to ikiwiki? Various tools and techniques have been developed
to handle such conversions. to handle such conversions.
* [[tips/convert_mediawiki_to_ikiwiki]] * [[tips/convert_mediawiki_to_ikiwiki]]
* [[tips/Convert_MoinMoin_to_ikiwiki]] * [[tips/convert_moinmoin_to_ikiwiki]]
* [[tips/convert_blogger_blogs_to_ikiwiki]] * [[tips/convert_blogger_blogs_to_ikiwiki]]
In addition, [[JoshTriplett]] has written scripts to convert Twiki sites, see [his page](/users/JoshTriplett) for more information. In addition, [[JoshTriplett]] has written scripts to convert Twiki sites, see [his page](/users/JoshTriplett) for more information.

View File

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://joey.kitenet.net/"
nickname="joey"
subject="comment 1"
date="2012-04-05T18:35:25Z"
content="""
See [[plugins/install]]
"""]]

View File

@ -65,4 +65,4 @@ Moin version is 1.8.5
Help please! Help please!
> Please take a look at [[tips/Convert_MoinMoin_to_ikiwiki]] again, the code has radically changed and should now be easier to use *and* work with 1.8.x. --[[anarcat]] > Please take a look at [[tips/Convert_moinmoin_to_ikiwiki]] again, the code has radically changed and should now be easier to use *and* work with 1.8.x. --[[anarcat]]