 | blojsom Contributions Downloads
You will find downloads for the contributed plugins and tools available from the Contributions download section on the blojsom site. |
Movable Type entry export to blojsom conversion
The source to the Perl script to convert a Movable Type export file to a blojsom (or blosxom) directory tree is available. Perl script courtesy of Pierre-Alexandre Losson. These were his instructions from his e-mail.
It handles TITLE, BODY, DATE, and CATEGORY ..
It can be called like this :
perl mt2blojsom.pl [MT EXPORT FILE] [BLOJSOM DATA DIR]
ex : perl mt2blojsom.pl mt.txt /var/blojsom/data
Licensed with the blojsom license.
Download
Radio to blojsom Conversion
Perl script to quickly migrate Radio Userland websites (and their categories) over to blojsom format. It handles categories and it preserves all the original post dates.
It can be called like this from your blog's blog-home directory:
perl RadioToBlojsom.pl [RADIO EXPORT FILE]
ex : perl RadioToBlojsom.pl exportedWeblogs.xml
Download
Command-line *NIX script to add new blogs
The script will allow you to execute
addblojsomuser username
on the command line of a *NIX box to add a user without having to update all sorts of files, etc.
Download