summaryrefslogtreecommitdiff
path: root/doc/examples
AgeCommit message (Collapse)Author
2010-03-28auto-blog.setup: Set tagbase by default, since most bloggers will want it.Joey Hess
Also modified first_post page to use a tag format that will work whether or not tagbase is set.
2010-03-01ref new tip from softwaresite pageJon Dowland
2009-12-15declutterJoey Hess
2009-12-02(no commit message)testerinchen
2009-12-02(no commit message)testerinchen
2009-10-11Merge branch 'master' into dependency-typesJoey Hess
Conflicts: debian/changelog doc/plugins/calendar.mdwn
2009-10-11ikiwiki-calendar: New command automates creation of archive pages using the ↵Joey Hess
calendar plugin.
2009-10-07Merge branch 'master' into dependency-typesJoey Hess
2009-10-07limit to discussion pages of blog posts, not whole wikiJoey Hess
2009-10-05add among limit to pagestatsJoey Hess
2009-09-25add comments page to example blog, listing all commentsJoey Hess
2009-08-25Fix example blog's tags/life to not have a broken PageSpec. Closes: #543510Joey Hess
2009-03-02(no commit message)http://electropo.mp/
2009-01-12update, formattingJoey Hess
2009-01-12updateJoey Hess
2009-01-12remove meta titleJoey Hess
When at toplevel, the default is ok.
2009-01-12update pathJoey Hess
2009-01-07remove clutterJoey Hess
2009-01-07(no commit message)test
2008-12-28formattingJoey Hess
2008-12-21unify pagespecsJoey Hess
2008-12-21fix linksJoey Hess
2008-12-21formattingJoey Hess
2008-12-21mention comments pluginJoey Hess
2008-12-04remove clutter in example blogJoey Hess
2008-12-04(no commit message)o
2008-10-06remove post, since this is intended to be an example people copy and use,Joey Hess
it should not get cluttered up
2008-10-06(no commit message)foob
2008-10-06(no commit message)foob
2008-09-14rootpage is not a pagespecJoey Hess
So ./posts won't be interpreted right. Just "posts" should do, I think.
2008-07-21Migrate escaped directives (\[[) in the rest of doc to have \[[! prefixSimon McVittie
2008-07-21Migrate everything else via prefix_directivesSimon McVittie
This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives
2008-04-22remove question that was added to a non-discussion pageJoey Hess
2008-04-21web commit by bartuer: add a question about restructuredtextJoey Hess
2007-12-22Revert change to example pagespec for matching the tag. The pagespec ↵Joey Hess
intentionally limits it to pages in the blog tagged with the tag, since that's what you typically want, not any page anywhere in the wiki that is tagged or links to the tag.
2007-12-20web commit by http://theclapp.myopenid.com/Joey Hess
2007-08-21fixesjoey
2007-04-06Add the Integrated issue tracking with Ikiwiki article, which was orginallyjoey
published on linuxworld.com. Republished here with their permission, as their contract allows me to keep the copyright and use it in this free software project.
2007-03-29--no-rcs is the default now, so no need to explicitly specifyjoey
2007-03-29don't exclude discussion for this examplejoey
2007-03-24* Finally fixed the longstanding inline removal bug.joey
* Renamed %oldpagemtime to a more accurately named %pagemtime and fix it to actually store pages' mtimes. * Add "mtime" sort parameter to inline plugin.
2007-03-21improve Makefilejoey
2007-03-21updatesjoey
2007-03-21* Fix link() PageSpecs to not just look at the raw link text, but at wherejoey
that given link points based on the page doing the linking. Note that this could make such PageSpecs match different things than before, if you relied on the old behavior of them only matching the raw link text. * This required changing the match_* interface, adding a third parameter. * Allow link() PageSpecs to match relative, as is allowed with globs.a * Add postform option to inline plugin. * Add an bug tracker to the softwaresite example.
2007-03-09rmjoey
2007-03-09web commit by http://ajdlinux.livejournal.com/joey
2007-02-19add ikiwiki links to example pagesjoey
2007-02-14web commit by JoshTriplett: upcase Subversion.joey
2007-02-14add a tips pagejoey
2007-02-14web commit by JoshTriplett: s/page/script/joey