Over the weekend I finally got happy enough with radiant and my
extensions to go live:
http://www.thegroggysquirrel.com/
I’m probably too lazy to actually write up anything I did to get it
going, but you’re completely free to have a look through my extension:
http://soxbox.no-ip.org/radiant/svn/extensions/x_groggy
Everything in the extension is specifically tailored for the site. I’ve
been fairly lazy with some of the coding, and I doubt anything in there
will be directly transferable to another site, but there’s probably some
interesting things in there for budding extension developers. You’ll
also need both of my other ‘real’ extensions:
http://soxbox.no-ip.org/radiant/svn/extensions/part_attachments
http://soxbox.no-ip.org/radiant/svn/extensions/admin_parts (soon to be
obseleted by the work in the facets branch)
Some of the things that I’ve done are:
- An alphabet-based Page that divides up pages based on their titles.
- An ATOM page for producing an atom feed - provides tags to get the
variables you need for an atom feed, still needs you to write a decent
template. - My own custom redcloth filter to make referencing images through
textile easier. - Customisation to the Admin::PageController to preselect the type of a
child page
There’s more in there, have a poke around.
Dan.