0
0
Repository for the blog, currently rebuilt in go. http://zero-knowledge.org
Go to file
2011-07-05 19:33:00 +02:00
models get the comments as json 2011-07-05 19:18:11 +02:00
public - changed the index url for admin 2011-07-04 11:15:29 +02:00
views forgot to commit the view for viewing a single post 2011-07-05 19:02:42 +02:00
.gitignore add settings.rb to ignorelist 2011-06-26 08:12:12 +02:00
.rvmrc initial commit 2011-06-24 09:25:34 +02:00
admin.rb - changed the index url for admin 2011-07-04 11:15:29 +02:00
config.ru added javascript support 2011-06-25 07:33:58 +02:00
Gemfile changed from rdiscount to redcarpet for markdown 2011-07-01 09:18:56 +02:00
Gemfile.lock changed from rdiscount to redcarpet for markdown 2011-07-01 09:18:56 +02:00
libs.rb added comments to the post and added some to the seeds file 2011-07-05 18:32:53 +02:00
page.rb redirect to 404, when post was not found 2011-07-05 19:33:00 +02:00
Rakefile two fixes for ruby 1.9.2 2011-06-28 21:28:43 +02:00
README added a readme 2011-06-26 08:21:48 +02:00
seeds.rb the comments were not saved 2011-07-05 19:05:30 +02:00
settings.rb.example added an example settings file 2011-06-26 08:08:15 +02:00

zero-blog
=========

After using jekyll for some time we decided, that it was not what we were looking
for. The idea itself was good, but it made writing blogs without a larger screen
impossible.

That's why we write our own blog system now. It stores the posts in a database
and will have an admin panel. That way, it's possible to write an entry from the
phone too.

Until now, it does not have many features apart from using datamapper and it
will likely not be the blog system you are looking for, without making some
changes for yourself, like the structure for the posts or the design. But maybe
you can build another system out of it.