Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jan 21, 2015
1 parent fca08f8 commit bf3e39e
Show file tree
Hide file tree
Showing 23 changed files with 201 additions and 1,048 deletions.
File renamed without changes.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,14 @@
Appendix B. Changelog
=====================

v1.0.0
------

* User documentation
* Form validation
* Redis for storing data
* Rebuilding the site, using RQ as a task queue

v0.6.0
------

Expand Down
3 changes: 2 additions & 1 deletion MANIFEST.in
@@ -1,3 +1,4 @@
graft comet
include README.rst LICENSE CHANGELOG.rst setup.py setup.cfg setup_virtualenv.sh requirements.txt
graft docs
include README.rst AUTHORS LICENSE CHANGELOG.rst setup.py setup.cfg requirements.txt
global-exclude __pycache__ *.pyc
18 changes: 3 additions & 15 deletions README.rst
Expand Up @@ -2,22 +2,10 @@
Comet CMS
=========

The goal of the ``comet_cms`` project is to make Nikola accessible for non-programmers, casual users, and all other people that don’t feel comfortable using the command line.
Making Nikola accessible for non-programmers, casual users, and all other
people that don’t feel comfortable using the command line.

Setup
-----

1. Install Nikola from git.
2. Install Comet from git.
3. Add to your CSS on the Nikola side:
<https://github.com/Voog/wysihtml/blob/master/examples/css/stylesheet.css>
4. Run ``nikola build``

Setup for the test repo (this one): ``./setup_virtualenv.sh``

Usage
-----

Run with ``comet``.

Default credentials: admin / admin.
Setting up Comet CMS is described in `the documentation <http://comet-cms.readthedocs.org/en/latest/admin/setup/>`_.

0 comments on commit bf3e39e

Please sign in to comment.