public
Description: Very Very Simple Blogging Software in Perl, similar to blosxome or Jekyll
Homepage:
Clone URL: git://github.com/perigrin/blawd.git
blawd /
name age message
file MANIFEST.SKIP Sun Sep 20 13:12:31 -0700 2009 add stuff to make it easier to live on CPAN [perigrin]
file Makefile.PL Tue Dec 08 09:49:00 -0800 2009 add Plack dep to the Makefile [perigrin]
file README.md Sun Nov 01 16:41:24 -0800 2009 update Coverage in README [perigrin]
file TODO.md Sat Oct 17 22:05:28 -0700 2009 Longer commit message to satisfy nothingmuch. ... [perigrin]
directory bin/ Sun Dec 06 14:28:43 -0800 2009 factor out rerendering into a method on Blawd.pm [doy]
directory lib/ Fri Dec 11 00:35:40 -0800 2009 really, we don't need next at all [doy]
directory t/ Tue Dec 08 15:17:43 -0800 2009 "fix" tests The tests used to depend on being ... [perigrin]
README.md

Blawd -- a Jekyll/Bloxsom like Blog Built around Git

Blawd is a blog aware git based content management system, similar to Bloxsom or Jekyll. It has managed to replace MovableType on my personal blog, but it is still very very rough. By default it will generate a tree of HTML documents, but it can be run as a server as well using HTTP::Engine.

The Name

04:24 <@perigrin> .ety blossom
04:24 <+phenny> "O.E. blostma, from P.Gmc. *blo-s-, from PIE *bhle-, extended 
                form of *bhel- 'to thrive, bloom.' This is the native word, now 
                largely superseded by bloom and flower." - 
                http://etymonline.com/?term=blossom
04:25 <@perigrin> interesting
04:25 <@perigrin> .ety flower
04:25 <+phenny> "c.1200, from O.Fr. flor, from L. florem (nom. flos) 'flower' 
                (see flora), from PIE base *bhlo- 'to blossom, flourish' (cf. 
                M.Ir. blath, Welsh blawd 'blossom, flower,' O.E. blowan 'to 
                flower, bloom')." - http://etymonline.com/?term=flower

Usage

blawd server --directory /path/to/blog.git 

Coverage

---------------------------- ------ ------ ------ ------ ------ ------ ------
File                           stmt   bran   cond    sub    pod   time  total
---------------------------- ------ ------ ------ ------ ------ ------ ------
lib/Blawd.pm                  100.0  100.0    n/a  100.0  100.0    2.6  100.0
lib/Blawd/Entry/API.pm        100.0    n/a    n/a  100.0    n/a    0.0  100.0
...wd/Entry/MultiMarkdown.pm  100.0  100.0    n/a  100.0    n/a    0.4  100.0
lib/Blawd/Index.pm            100.0  100.0    n/a  100.0  100.0    1.3  100.0
lib/Blawd/Renderable.pm       100.0    n/a    n/a  100.0  100.0    4.4  100.0
lib/Blawd/Renderer/API.pm     100.0    n/a    n/a  100.0    n/a    0.1  100.0
...Renderer/MultiMarkdown.pm  100.0    n/a    n/a  100.0  100.0    6.9  100.0
lib/Blawd/Renderer/RSS.pm     100.0    n/a    n/a  100.0  100.0    3.3  100.0
lib/Blawd/Storage/API.pm      100.0    n/a    n/a  100.0  100.0    3.0  100.0
lib/Blawd/Storage/Git.pm      100.0    n/a    n/a  100.0  100.0   28.0  100.0
t/01.simple.t                 100.0    n/a    n/a  100.0    n/a   34.8  100.0
t/02.git-wrap.t                98.8    n/a    n/a  100.0    n/a    3.3   98.9
t/03.multi-markdown.t          97.1    n/a    n/a  100.0    n/a   11.8   97.6
Total                          99.5  100.0    n/a  100.0  100.0  100.0   99.6
---------------------------- ------ ------ ------ ------ ------ ------ ------