X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/10150e675d6b8320a6c39c25f39297381180d1da..3fa594f62fb6816adb0c425f183f0483240f41c1:/doc/users/sabr.mdwn diff --git a/doc/users/sabr.mdwn b/doc/users/sabr.mdwn index fcbc94e80..c5a1a2066 100644 --- a/doc/users/sabr.mdwn +++ b/doc/users/sabr.mdwn @@ -1,4 +1,4 @@ -[[toc ]] +[[!toc ]] ### My name @@ -16,7 +16,7 @@ a wiki that doesn't suck. Thanks to [[madduck]], I track this site with the following feed: -[[inline pages="internal(recentchanges/change_*) and !author(http://sabr.myopenid.com/)" +[[!inline pages="internal(recentchanges/change_*) and !author(http://sabr.myopenid.com/)" feedonly=yes rss=no atom=yes]] ### Tests @@ -25,3 +25,8 @@ feedonly=yes rss=no atom=yes]] * Can I create this page? [[/root_page_test]] * no, it's a bug: [[/bugs/Can__39__t_create_root_page]] * This page has a [[plugins/toc]]. Why doesn't it appear in the edit preview? [[plugins/toc/discussion]] +* Add two subpages: [[sub1]] and [[sub2]] to try to produce a directory listing as discussed in [[todo/pagespec_expansions]]. Will it list? + +> [[!inline pages="./sabr/* and !./sabr/*/*" template="titlepage" archive="yes" feeds="no"]] + +> How very strange that I need to put the name of my own page in there. I don't understand that. But it does seem to work.