... If the "bits of weblog" are stories that have been re-ordered but not renamed, the autolinks plugin is designed to deal with that situation... ...but...
... autocorrect, you mean? Or is there another one I've missed? Apache's Redirect can also be useful, and I have a blosxom 'redirect' plugin I'm using for...
How does one do that: give blosxom permissions? Is there a way to associate the executions of the blosxom perl script with a specified "blosxom" user? (If...
... Basic Unix: every file has permissions based on user, group, and other. In OS X (10.2) these are visible/setable in the 'Get Info' window. A program has...
Daniel T. Staal
dstaal@...
May 1, 2003 8:41 pm
2845
... those shouldn't be 'my' -- that makes them private to the declaring module, and the plugins can't see them. $datadir =...
... You're welcome! I don't deserve the credit for the badge, though, except maybe for asking for it -- Jacob Kaplan-Moss did the blosxom one I'm using (and...
Has anyone looked at getting Blosxom to support ETags or If-Modified-Since so requestors only download the page if it changed? It'd be particularly helpful for...
... yeah autocorrect does the job, partly. it'd be even better if it optionally returned a 404 when it displays a relocated page - this would tell search...
... I have built an etag plugin to go along with my lastmodified plugin -- I need a couple of changes to blosxom to get it working completely correctly though....
I have released a new version of the find plugin. Many people requested an easier way to match whole words, and to set the default to boolean "and" searches....
I recently switched hosts so I could move from static rendering to using the cgi script proper. Here's the problem: clicking on categories works fine on...
... are you setting $url or letting the automatic thing happen? I'm thinking maybe you're using auto, and it's not working well. -- John Todd Larason |...
This is less of a Blosxom question and more of a CSS/XHTML question, but there's some topical overlap (and this list is replete with experts), so I hope you'll...
Is there a reason for printing "here" to STDERR in ping_weblogs_com at line 29? $get_app or return 0; print STDERR "here\n"; Tamara -- may my heart always be...
... Dangit, good catch... I missed that. Still, is there no other facility for achieving this goal? Can no external stylesheet be attached to a block-level...
... I think you're not supposed to put <style> tags inside the <body>, are you? Your alternative (at least with Blosxom) is to write a plugin that isolates a...
Does flavourdir interfere with having flavours in the directory for a specific category? I can't seem to get that to work. Tamara -- may my heart always be...
I am publishing a static Blosxom-blog, at a non-cgi place, but would like to provide some interactive features when my Mac is not sleeping. Is there a way to...
Can anybody help me on this .htaccess thing? When I use this: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d ...
while setting up blosxom, everything has been fine, but yesterday Safari stopped being able to connect to the localhost... does anyone have any ideas? At first...
... A fast connection failure means nothing's listening on the port -- ie, Apache isn't running. I can't remember the OS X-style method for restarting it, ...
... I'm afraid I don't have any good ideas, not seeing any real way this could be happening. Are you using the latest version of the plugin? -- John Todd...
... It first looks in the tree rooted in $flavour_dir, then falls back to looking in the tree rooted in $datadir, if configured to. If you have flavour files ...