First, I wish to all of you an Happy New Year... Then (sorry!!), a question: I need a special setup that you can see on: http://www.raoult.com/diary/index.html...
bruno raoult
br@...
Jan 3, 2003 10:08 am
194
... Mine currently reads: my @pi = split m{/+}, path_info(); shift @pi; my $pi_bl = ''; while ($pi[0] && $pi[0] =~ /^[a-zA-Z]\w*$/) { $pi_bl .= '/' . shift...
... Thank you very much. I will try your changes soon. Four your information, all I did to implement my "own blosxom" is at: ...
bruno raoult
br@...
Jan 4, 2003 7:47 am
196
Hi, I have a silly question (off-topic, sorry), but I would like to know what is your thinking about "blog/weblog" regarding your usual site. As an example: My...
bruno raoult
br@...
Jan 4, 2003 10:17 am
197
Hi, On a similar note, I made a change on the release version of Blosxom to make it work with my setup. Turns out that the links that where being shown had an...
So is it still a problem in 0+6i_b1? Rael ... Rael Dornfest Researcher, O'Reilly & Associates, Inc. Program Chair, O'Reilly Emerging Technology Conference ...
Hi, While you're all on the subject of the trailing slash bug, I'll chime in. I was messing around last fall with Blosxom and found the same problem. I...
Perhaps this is a general perl question, but I am getting the following prototype error in my logs: Prototype mismatch: sub main::ctime (;$) vs none at ...
Hi, I'm new to Blosxom and could use some help setting up a better look for my blog. I've got Blosxom running fine, and can (mostly) adjust head, foot and...
... my page (http://indigoid.net/) just uses a single <table>, and uses stylesheets to create nice borders around things, rather than slowing things down with...
XHTML and CSS layouts are the new *in* thing for sites, especially weblogs. never one miss the bandwagon, i've applied those concepts for a simple site design...
... Hi, I wanted the same setup, and you could have a look on: http://www.raoult.com/weblog/index.html I also wrote some details on what I did for this: ...
bruno raoult
br@...
Jan 7, 2003 2:06 pm
206
... nicely done! good simple html, the way it should be :-) j. -- toyota power: http://indigoid.net/...
... thanks! i wish my web hosting provider had mason available, then i could really clean up the code by using includes and whatnot for the navigation, but oh...
... hum, yes. ive pondered how to integrate weblog and non-weblog bits for a while now. since my sidebar (and therefore header/footer) contents are by no...
Hi, I would go for the Blosxom 0.6 version with static rendering. Although its beta its rather stable. You can have a look at my page at http://tooh.myweb.nl ...
I've been using the static rendering for a while now, and am really starting to get the value of it - blog locally, publish globally. Cool. I have my blog...
Hi, Now that Brent Simmons added support for "date" "subject" and "creator" (as specified by the dc module for RSS 1.0) in NetNewsWire, I wanted to ask if...
Hi, I had the same problem, please read a post I sent with the quick fix for it, sent less than a week ago. If you don't find it, or don't have access to it,...
So, just to be sure, 0+6i works as expected on this front? I'd like to push it out as the release in the next week. Rael On Monday, January 13, 2003, at 12:10...
Howdy, Ok, grokked and fixed. I've made the patched version available as 0+6i beta 2 at: http://www.raelity.org/apps/blosxom/downloads/blosxom_0+6i_b2.zip For...
Hi, all, I'm having a duplicating-paths issue on my links, too. I've read this thread (several times) and I still don't quite understand. 1. Is this fixed? 2....
Howdy, At present it's fixed in 0+6i_b2, downloadable at: http://www.raelity.org/apps/blosxom/downloads/blosxom_0+6i_b2.zip I'm about ready to make that the...
Hi, There is also a small problem (in both 0+5 & 0+6), in the "span()" line (when we change the date). In some versions of perl, it appears to generate this...
bruno raoult
br@...
Jan 16, 2003 12:09 am
225
Howdy, ... Teach me to use a standard Perl module (CGI.pm) ;-) I've updated the downloadable 0+6i_b2 version, replacing the offending line: $content_type eq...
... [...] ... [...] ... Perhaps you need to insist on a particular version of CGI.pm? I think that particular one was fixed in either 2.75 or 2.73 (we're...
... I know, that is why I was saying "some versions of perl". But adding one (useless) constraint on blosxom is not a good idea IMHO: Tons of users could have...