0
0
Fork 0
Repository for the blog, currently rebuilt in go. http://zero-knowledge.org
Go to file
Gibheer d6ec7051d7 seperate code from text 2012-09-28 12:01:57 +02:00
images added an image dir, just to support images a little bit 2011-08-10 19:52:47 +02:00
models there is no preset? 2012-01-30 21:41:20 +01:00
public * changed the links to relative paths 2011-07-19 20:22:50 +02:00
rake read, create and everything else with tags 2011-08-09 14:59:55 +02:00
views seperate code from text 2012-09-28 12:01:57 +02:00
.gitignore ignore the .rbx 2011-09-13 14:35:23 +02:00
.rvmrc initial commit 2011-06-24 09:25:34 +02:00
Gemfile wait with rack until rack-flash is fixed 2012-01-30 21:42:00 +01:00
Gemfile.lock update of gems 2011-09-28 14:28:12 +02:00
README added a readme 2011-06-26 08:21:48 +02:00
Rakefile make an initial setup with the console, so that the passwords do not 2011-08-10 19:49:02 +02:00
admin.rb use 303 for redirects or else chromium lands in the cache hell 2012-01-30 21:40:36 +01:00
config.ru compress everything with gzip 2011-08-10 20:05:45 +02:00
libs.rb added tag support for models 2011-07-27 18:03:53 +02:00
page.rb issue #10 added the domain to all page links 2011-09-29 19:48:59 +02:00
seeds.rb add more posts to the seed 2011-07-15 19:17:48 +02:00
settings.rb.example issue #10 added the domain to all page links 2011-09-29 19:48:59 +02:00

README

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.