0.0.3 • Published 12 years ago

blogsiple v0.0.3

Weekly downloads
3
License
-
Repository
github
Last release
12 years ago

Blogsiple - simple blog system example

Blogsiple is the official Node.js testbed for Create CMS UI integration. It has been built using the NodeXT framework.

Installation

$ npm install

You also need a JugglingDB database provider. By default we use Redis:

$ npm install redis

Running

$ ./node_modules/nodext/bin/nodext configuration/redis_8001.json

Importing blog entries

You can populate the Blogsiple database with blog posts from any RSS feed. Do this with:

$ ./bin/import_rss configuration/redis_8001.json http://bergie.iki.fi/blog/rss.xml

TODO

  • Authentication with PassportJS
  • Access controls into JugglingDB
  • Atom format

License and contributing

For now Blogsiple is intended to serve only as an example and CreateJS development testbed. But even so, contributions are welcome.

Blogsiple code is available under the MIT license.