Weblog tree...
- Researchers Feel Pressure To Cite Superfluous Papers
- Ask Slashdot: Are Daily Stand-Up Meetings More Productive?
- Apple Clarifies iBooks Author Licensing
- Doctors 'Cheating' On Board Certifications
- Yes We Can (Profile You): a Brief Primer On Campaigns and Political Data
- Jetset Psychopath Pleads Guilty
- kuro5hin's Membership Fees Are a Good Thing
- 4A 01-23-2012 LETTER Letter F/defendant To Court
- Fuck the Fat Acceptance Movement
- What the Clark County, WA courts should know about K5.
Thu, 31 Jul 2003
Changes in weblog
After upgrading to blosxom 2.0, I made some changes in this weblog, by:
- Replacing my old crontab generated tree by blosxom's dynamic plugin.
- Adding the archive plugin (the calendar list in the right column). I had to patch this one to make it XHTML 1.1 compliant.
- Adding the paginate plugin, that gives links to next and previous
pages, as well as to all available ones.
This plugin is still buggy: The last entry in the last page is a ghost one, and it does not use the current category to compute the number of pages. This last problem is probably due to the structure of plugins itself.
I also switched my main page from
Server Side Includes
to
a PHP one. In fact my SSI scripts were going
really long, and difficult to maintain. With PHP I was able to rewrite the
whole in a few lines, while still being able to fully control the page.
Eventually I added a lot of rewrite rules in my apache configuration,
to be able to "hide" the most of the weblog structure (the php is hidden,
old links are redirected, etc...).