Axel Beckert | 31 Jul 01:15
Face

Blosxom 2.1.1 released

Hi,

I just released Blosxom 2.1.1 which fixes the two issues discussed on
blosxom-devel today respectively the last few days.

>From the ChangeLog:

v2.1.1
    * The "never trust a dot zero release" bugfix release for 2.1.0.
    * Added CVS Id keyword to file header.
    * Declaring $encode_xml_entities as a config option by moving it into
      the config section -- no functionality change.
    * Changing isPermalink back to "false" for the default RSS story
      template because it won't be a working link in many situations.
      This won't change the GUID, but don't let it be used as 
      anymore. That's what the <link> tag is for anyway. Thanks to Lilo
      von Hanffstengel for pointing this out.
    * Rewrote the (at least with Apache 2.2's environment) no more working
      manual base URL detection code. Made it simpler, easier to
      understand and let it only apply, if the base URL was not set
      manually. The concept since 2.0.2 was: Always ask for the whole URI
      and then remove the PATH_INFO in some cases again. This caused some
      havoc. New concept is: Strip PATH_INFO from base URL if CGI.pm
      didn't manage to do it. In those rare cases where neither CGI.pm nor
      Blosxom manages to correctly determine the base URL, you can easily
      set $url in the config file to the correct value and no base URL
      magic happens anymore (except the removing of a trailing slash if
      present -- as before). Closes: #2032685
    * Added a lot of comments explaining the fixed problems and the
      remaining seldom cases where manual configuration is necessary.
(Continue reading)

Steve Sergeant | 22 Jul 17:47

New plugin: head_meta-v0.1b

To use the expression, I had an itch that needed scratching.  I 
couldn't find any existing bloxsom plugins to do what I needed, so I wrote 
something.  If I've reinvented some wagon wheel I didn't know 
about, I'd appreciate a pointer to something better.

My first working version of head_meta determines the meta tags for 
the top story on the page (using the meta plugin), and caches them so 
that they can be used in the head and foot templates.  The goal was 
to be able to have unique keywords and page description meta tags in the
head section of the html for each  story.  This is valuable for many
search engine optimization strategies.

This plugin seems to be working OK now on my site at: http://www.wildebeat.net/

I had to rename the meta plugin to "0meta" so that it would load 
before head-meta.  I know there's a better way to do this, but I 
don't know what that is.

I've pasted the code into this e-mail, below.  As you'll see, it
really doesn't have any documentation yet.  Once I've done some more
testing (and if I get any feedback), I'll create another version and
make it available on my web site.

-----SNIP-----
# Blosxom Plugin: head_meta
# Author(s):  Steve Sergeant <stevesgt@...>
# Version: 0.1b of 20080722
# Blosxom Home/Docs/Licensing: http://www.raelity.org/apps/blosxom/
# Blosxom Plugin Docs: http://www.raelity.org/apps/blosxom/plugin.shtml

(Continue reading)

Marcin Kasperski | 21 Jul 19:14

Settings from .ini file ignored (running under paste)


Hello.

I am just trying to run pyblosxom (1.4.3, installed using
"easy_install pyblosxom") under Paste.

It looks like, contrary to docs, settings from .ini file are
not used (those which were intended to override config.py)

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Ryan Hunt | 17 Jul 21:26

Config Plugin

I have never been able to get the config plugin working correctly,  
and am not sure if I am doing things right.

I copied the 00config file to $datadir/category/config

Even though I have specified 10 posts in this config, I still only  
get the 1 specified in the master configuration.

Am I doing this wrong?

-Ryan

I added the following lines so the file looks like this:

# Blosxom Plugin: config
# Author(s): Rael Dornfest <rael@...>
# Version: 2003-03-18
# Documentation: See the bottom of this file or type: perldoc config

# WARNING: DO NOT PUT CONFIG FILES IN WORLD-READABLE PLACES SUCH AS  
WITHIN
# YOUR DOCUMENT ROOT.  IF YOUR $DATADIR IS LOCATED WITHIN YOUR  
DOCUMENT ROOT,
# I HEARTILY ADVISE THAT YOU MOVE IT.  WHILE MOST OF THE CONFIGURATION
# DIRECTIVES ARE INNOCUOUS ENOUGH, IT'S A SLIPPERY SLOPE AND YOU  
MIGHT WELL
# FIND YOU'VE EXPOSED YOUR STATIC PASSWORD OR INTERNAL DIRECTORY  
STRUCTURE
# TO ANYONE WITH A WEB BROWSER!

(Continue reading)

kunwon1 | 18 Jun 05:12

my hack to add captcha support to writeback plugin

There are two patches, one for the plugin file and one for
foot.writeback. This is just a basic implementation, and relies on
Authen::Captcha from CPAN. YMMV. Change the directories in five
places, 4 in the plugin and 1 in the foot.

http://kunwon1.com/writeback_captcha_patches/writeback.captcha.patch.txt
http://kunwon1.com/writeback_captcha_patches/foot.writeback.captcha.patch.txt

==========
A human being should be able to change a diaper, plan an invasion,
butcher a hog, conn a ship, design a building, write a sonnet, balance
accounts, build a wall, set a bone, comfort the dying, take orders,
give orders, cooperate, act alone, solve equations, analyze a new
problem, pitch manure, program a computer, cook a tasty meal, fight
efficiently, die gallantly. Specialization is for insects. -Heinlein

This message copyright (c) 2004-2007 David J Moore

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
Turgut Durduran | 13 Jun 00:19

Inline images

I must be missing something obvious. I can't include inline images in my blog.

For example:

category view:
http://www.stwing.upenn.edu/~durduran/support/bloxsom/index.cgi/photography
shows only the text.

pernament link to  story shows broken images:
http://www.stwing.upenn.edu/~durduran/support/bloxsom/index.cgi/2008/06/01#a_day_at_castelldefels_beach__spain
pernament link to individual posting shows images properly:
http://www.stwing.upenn.edu/~durduran/support/bloxsom/index.cgi/photography/a_day_at_castelldefels_beach__spain.html

I am including them with regular "img src=....." tags.

What am I missing here?

Thanks.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
Nick Leverton | 6 Jun 23:20

Moreentries bug fix, and HTTP Last-Modified header

Sorry for disappearing from the development for a while.  Real Live has
been intervening and it looks as though it will be around for a while yet.

In the meantime I'd like to publish a minor bugfix to moreentries whcih
builds on Steve Schwarz's version 0.3.  Steve, feel free if you wish to
grab this and hack further on it.

The bug I fixed was to do with directory names containing regexp special
characters - in my case a '+' sign - which got interpreted as part of
the regular expression.  Adding \Q to the regexp causes them to be quoted
rather than interpreted.

I also added some changes to make Blosxom safe for modular use including
"use strict", which is something I am working on as a longer term project.

http://www.leverton.org/blosxom/Software/Projects/Blosxom/moreentries.html

I've also done a very simple plugin to add HTTP Last-Modified header.
I hope that this will reduce the frequency with which Googlebot, Yahoo
Slurp and MSNbot try to crawl my site, by telling them the modification
date on each story page !

http://www.leverton.org/blosxom/Software/Projects/Blosxom/last_modified.html

Nick

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
(Continue reading)

Steve Sergeant | 1 May 22:33

No-blank-page plug-in?

Does anyone know of a "no blank pages" plug-in?  What I'm looking for 
is a Blosxom plug-in that will, if a URL addresses a date range that 
contains no articles, or an article-specific page that doesn't exist, 
causes some administrator-defined default redirection?

For example:

If http://host.domain.tld/blosxom.cgi/2008/06/01 doesn't contain any 
articles, or http://host.domain.tld/blosxom.cgi/no-story.html doesn't 
exist, then a meta-refresh line could be added to head.html to 
instead redirect to some other URL.  Normally, Blosxom would just 
display a page with no articles.  Another alternative would be a 
default story file that Blosxom would insert as if it was the story 
requested, in a file that looks just like a Blosxom story.

Does such a plug-in exist?

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
Lilo | 10 Apr 09:55

css plugin - patch for css naked day

Hello,

yesterday was CSS naked day for 24 hours. No, that's nothing ugly or inmoral.
This is a initiative to show a webpage without styles.
The goal is to promote webstandards.
You can read more about it at <http://naked.dustindiaz.com/>.

The plugin disables css between April 9th and April 10th.

Now my plugin css as attachment.

--

-- 
Regards from Germany
Lilo
Webmistress - Perl programmer - Dragoness

Attachment (css): application/octet-stream, 5182 bytes
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Blosxom-users mailing list
Blosxom-users@...
https://lists.sourceforge.net/lists/listinfo/blosxom-users
(Continue reading)

Dorottya Darvas | 8 Apr 14:11

entries_timestamp reindexing

How to reindex with entries_timestamp plugin. soory but i don't know what this means:
If you update the string version and want
that to override the system time, you should pass a
Cargument to blosxom to force the system
timestamps to be checked and updated.

I modified the human readable dates, but how to make this change exactly (where should i put '?reindex=<reindex_password>'?

thanks


--
http://dornyika.com

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Blosxom-users mailing list
Blosxom-users@...
https://lists.sourceforge.net/lists/listinfo/blosxom-users
Dorottya Darvas | 7 Apr 19:21

storytitle plugin

hello, i was wondering why the storytitle plugin doesn't work for me. i've placed it in plugins directory, called it in html flavour's head section but nothing happens. tried to call it elsewhere with the same results. any idea?

thanks in advance
Dorottya Darvas

--
http://dornyika.com

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Blosxom-users mailing list
Blosxom-users@...
https://lists.sourceforge.net/lists/listinfo/blosxom-users

Gmane