You are not logged in.
Hey guys.
Just thought about releasing shblog to the Arch people. Btw, I don't know if I should propose a git-PKGBUILD on the AUR... Please help me to figure it out.
shblog is not litteraly speaking a blog engine, but more likely a blog generator. As does nanoblogger, shblog generates HTML files from your data/ directory: index, singles and sidebar ATM. I plan to add "static pages" (haha) but I'm currently thinking about a smart way to generate them without a total copy/paste of the current posts generation process.
The installation process is quite simple:
0°/ git clone git://github.com/addikt1ve/shblog.git ;
1°/ Edit $HOME/shblog/shblog and modify BASEDIR, plus edit conf/shblog.conf following your needs ;
2°/ ln -s /srv/http/shblog $HOME/shblog/static ;
3°/ ...
4°/ PROFIT!
Some basic commands you should know:
shblog post <post-title> # lets you write a new post, then generates its HTML file and regenerates your blog's index
shblog gen index # regenerates index
shblog gen single <post-ID> # regenerates post n°<post-ID>
shblog update # if you modified something under your data/ directory (i.e any .shpost), shblog will regenerate it
shblog clean # deletes data/*, static/* (excepted themes), rss.xml and the timestamps database [might be improved, along with other things of course]
I suggest you to export PATH=$HOME/shblog:$PATH so you'll be able to use the shblog command.
*Please* send me feedbacks, bug reports or any suggestion that would make shblog better .
##hippie irc.freenode.net
Offline
Offline
I didn't know sw yet, while werc seemed too heavy to me. I'll take a look. Thanks steve__ !
##hippie irc.freenode.net
Offline
Heh, and there I was making one of these guys not a week ago. Mine's literally a four scripts that: Add entries and refresh the index; create a comments page; check an email address for comments; markdown comments and add to the correct page.
I'll check out your code later, but this only goes to prove that if an idea's worth having once...
EDIT: I'll be happy to share mine upon request
Last edited by Hiato (2010-05-31 11:33:43)
Offline
nice.. another bloatless blogging solution. Wonder how it compares to http://blaze.blackened.cz/
He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.
Douglas Adams
Offline
Just tested it now, and wow, nicely done - puts mine to shame. Impressive [:
Offline
I gotta say, this is pretty neat.
Although, for some reason, the timestamp shows up correctly on the main page, but when I click the post permalink, the date reverts to 28th May, 2010.
Offline
I gotta say, this is pretty neat.
Although, for some reason, the timestamp shows up correctly on the main page, but when I click the post permalink, the date reverts to 28th May, 2010.
I think you generated the post packaged with shblog. It dates back to 27th May, though.
Thanks for your compliments . I'm bothering with archives, now (by date, by tag, by author...).
Last edited by AddiKT1ve (2010-06-03 15:34:11)
##hippie irc.freenode.net
Offline
shblog 0.5 has been released this morning.
It is a major release!
By the way, shblog is now available on the AUR (shblog-git package) and installed thanks to install.sh.
##hippie irc.freenode.net
Offline
Good initiative, but unfortunately there are problems when creating new blog pages in Russian. Also, I never could figure out where the program generates html pages. Perhaps it would be better to join the development nanoblogger?
Offline
Is there any news on shblog development?
Offline
Hi. I haven't been working on shblog for a while... May correct some bugs and/or add features during summer.
You should submit a bug report concerning the Russian language on github. Thanks .
##hippie irc.freenode.net
Offline