pyblosxom 1.4.3 rc1

will <[email protected]>
Newsgroups gmane.comp.web.pyblosxom.devel
Message-ID <[email protected]>
I posted a pyblosxom 1.4.3 rc1 here:

http://bluesock.org/~willg/download/pyblosxom-1.4.3-rc1.tar.gz

It's got the following changes in it:


Changes between 1.4.2 and 1.4.3
===============================

Pertinent to users:
-------------------

1. Adjusted the code that parses blog.ini values so that it can take values
    like::

       foo = 'a'                 # string
       foo = "a"                 # string
       foo = 23                  # integer
       foo = [ "a", 23, "b" ]    # list of strings and integers

    as well as::

       foo = a                   # string

    Note: if you want the string "23", then you MUST enclose it in quotes,
    otherwise it will be parsed as an integer.

2. Fixed PyBlosxomWSGIApp so that it's WSGI compliant as an application.

3. Template variables can now be delimited.  Examples::

       $foo                      - variable is "foo"
       $(foo)                    - variable is "foo"
       $(url)index.atom          - variable is "url"


Pertinent to developers:
------------------------

1. Fixed tools.importname--it now logs errors to the logger.

2. Fixed PyBlosxomWSGIApp so that it's WSGI compliant as an application.

3. Added more unit tests.


If you have some time, fire it up in Paste and test it out with your 
blog.  Let me know:

1) that whatever you tested works nicely, or
2) that whatever you tested didn't work at all and what hte problems were

I'd like to release this soon (Friday would be nice).  It's got three 
fixes in it that I think are pretty important.

Thanks!

/will

-------------------------------------------------------------------------
SF.Net email is sponsored by:
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.