Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-05 | comments: Added commentmoderation directive for easy linking to the comment ↵ | Joey Hess | |
moderation queue. | |||
2010-06-30 | Use comment template on comments page of example blog. | Joey Hess | |
2010-06-15 | match only pages in calendar | Joey Hess | |
2010-06-14 | limit blog inlines to pages | Joey Hess | |
This way images attached to blog posts don't show up as enclosures in the blog by default. | |||
2010-06-13 | wording | Joey Hess | |
2010-06-09 | remove tag on first post | Joey Hess | |
It's a broken link on ikiwiki.info. | |||
2010-06-09 | remove example blog tag pages | Joey Hess | |
Autotag will create them as needed. Avoids some complexity. | |||
2010-05-28 | Revert "delete me" | Joey Hess | |
2010-05-28 | delete me | https://www.google.com/accounts/o8/id?id=AItOawmC_nMjWfriv8nVMOwnvYhgmzwvVP4OVjU | |
2010-05-15 | fixup pagespecs to work relative too | Joey Hess | |
2010-05-15 | fix comment feed filename | Joey Hess | |
2010-05-15 | move moderation info to sidebar | Joey Hess | |
2010-05-15 | reword comment count to avoid pluralisation issues | Joey Hess | |
2010-05-08 | conditionalize use of sidebar | Joey Hess | |
2010-05-07 | switch to use comments(), and add a count (and a feed) of | Joey Hess | |
comments pending moderation | |||
2010-05-01 | update example tag pages to match autotag.tmpl | Joey Hess | |
2010-04-15 | fix tagspec | Joey Hess | |
2010-04-15 | reorg | Joey Hess | |
2010-04-15 | typo | Joey Hess | |
2010-04-15 | allow sidebar directive to enable use of sidebar page | Joey Hess | |
This way, the example blog always has a sidebar on the index page, but not the overhead of sidebars on all the other pages. And if a user wants to, they can enable global_sidebars to switch to sidebars on every page. | |||
2010-04-15 | add note if ikiwiki-calendar needs to be run | Joey Hess | |
2010-04-15 | update | Joey Hess | |
2010-04-15 | CSS and templates for sidebar changed to use a class, not an id. | Joey Hess | |
Multiple sidebars should be possible; also, I want to add a sidebar template. | |||
2010-04-15 | enhance pagestats and rework example blog front page | Joey Hess | |
* pagestats: Class parameter can be used to override default class for custom styling. * pagestats: Use style=list to get a list of tags, scaled by use like in a tag cloud. This is useful to put in a sidebar. * Rework example blog front page. | |||
2010-03-28 | fix tag | Joey Hess | |
Actually, tags can't be made to work with and w/o tagbase, so just make it assume tagbase is set. Better example anyway. (It'll be a broken link on ikiwiki.info though.) | |||
2010-03-28 | auto-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. | |||
2009-10-07 | Merge branch 'master' into dependency-types | Joey Hess | |
2009-10-07 | limit to discussion pages of blog posts, not whole wiki | Joey Hess | |
2009-10-05 | add among limit to pagestats | Joey Hess | |
2009-09-25 | add comments page to example blog, listing all comments | Joey Hess | |
2009-08-25 | Fix example blog's tags/life to not have a broken PageSpec. Closes: #543510 | Joey Hess | |
2009-01-12 | update, formatting | Joey Hess | |
2009-01-12 | remove meta title | Joey Hess | |
When at toplevel, the default is ok. | |||
2009-01-12 | update path | Joey Hess | |
2008-12-04 | remove clutter in example blog | Joey Hess | |
2008-12-04 | (no commit message) | o | |
2008-10-06 | remove 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-14 | rootpage is not a pagespec | Joey Hess | |
So ./posts won't be interpreted right. Just "posts" should do, I think. | |||
2008-07-21 | Migrate everything else via prefix_directives | Simon McVittie | |
This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives | |||
2007-12-22 | Revert 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-20 | web commit by http://theclapp.myopenid.com/ | Joey Hess | |
2007-03-09 | rm | joey | |
2007-03-09 | web commit by http://ajdlinux.livejournal.com/ | joey | |
2007-02-19 | add ikiwiki links to example pages | joey | |
2007-02-14 | web commit by JoshTriplett: Put links into a list. | joey | |
2007-02-14 | web commit by JoshTriplett: Fix links. | joey | |
2007-02-14 | web commit by JoshTriplett: Add some sample links. | joey | |
2007-02-06 | * Patch based on a patch from Ethan to support relative matching in | joey | |
PageSpecs, by using "./". pagespec_match() has grown a new third parameter to support this. |