Re: [dev] [sw] Suckless web-framework

2010-04-03 Thread carmen
ive been working on one for a while, 'element' on gitorious/rubyforge/repo.or.cz 1461 lines of ruby if sloccount is accurate. includesa full Filesystem-backed key/value/triple-store with range query and web-arch complaint API. using it as a mail app as well, screenshot: http://i574.photobucket.

[dev] [sw] Suckless web-framework

2010-04-03 Thread node
This code is horrible > #!/bin/sh > # sw - 2010 - nibble > > # Configuration > TITLE="foo.org" # Site title > SUBTITLE="" # Site subtitle > SITE="site" # Site folder # grep thinks the second argument is a file > BL="^index.md$ ^images$" # Black list BL="^i

[dev] [sw] Suckless web-framework

2010-04-03 Thread Nibble
Hi, I'm writing a little (68 LOC) "web-framework" is sh. I think that the most remarkable features are: * Markdown support * Only depends on some standard commands: 'echo', 'grep', 'ls' and 'sed'. * Easy configuration * Create a web site is as easy as creating folders for sections and markdown

Re: [dev] [dmenu] kpress bugs & patch

2010-04-03 Thread Connor Lane Smith
I realised the second kpress patch actually introduced a new bug, sorry guys! Quick fix patch attached. cls dmenu.diff Description: Binary data