master
joey 2007-08-11 22:46:15 +00:00
parent b3392663e1
commit 7de36e253c
9 changed files with 22 additions and 6 deletions

View File

@ -83,4 +83,4 @@ regenerate this one against that).
--
1.5.2.2
[[tag patch]]

View File

@ -43,4 +43,6 @@ This patch adds function bestdir() which returns best directory from the directo
my $file=shift;
----
-[[users/arpitjain]]
-[[users/arpitjain]]
[[tag patch]]

View File

@ -151,4 +151,6 @@ Index: IkiWiki.pm
%config %links %renderedfiles %pagesources %destsources);
our $VERSION = 2.00; # plugin interface version, next is ikiwiki version
our $version='unknown'; # VERSION_AUTOREPLACE done by Makefile, DNE
</pre>
</pre>
[[tag patch]]

View File

@ -462,3 +462,5 @@ sub rcs_getctime ($) {
1
</pre>
"""]]
[[tag patch]]

View File

@ -256,4 +256,6 @@ Index: IkiWiki.pm
my %cleared;
sub will_render ($$;$) { #{{{
my $page=shift;
</pre>
</pre>
[[tag patch]]

View File

@ -3,4 +3,6 @@ such as postscript or plain text, and provide links to those on the html output.
This would provide true "printable versions" of the wiki pages supporting it.
--[[JeremieKoenig]]
--[[JeremieKoenig]]
[[tag wishlist]]

View File

@ -88,6 +88,8 @@ diff -urNX ignorepats ikiwiki/IkiWiki/Plugin/relative.pm ikidev/IkiWiki/Plugin/r
+1
</pre>
[[tag patch]]
> This looks really interesting. It reminds me of XPath and its conditionals.
> Those might actually work well adapted to pagespecs. For instance, to write
> "match any page with a child blah", you could just write *[blah] , or if you

View File

@ -31,3 +31,5 @@ Change queues would be wiki pages as well (probably using [[inlines|plugins/inli
> web interface, though.
>
> -- [[JoshTriplett]]
[[tag wishlist]]

View File

@ -3,4 +3,6 @@ which can be converted and rendered to many formats.
I should add, however, that SDF allows executing arbitrary perl code
from its documents; which means some sanitization would need to occur
before the document is fed to sdf.
--[[JeremieKoenig]]
--[[JeremieKoenig]]
[[tag wishlist]]