Re-organizing project as a Python module.

Transitioning documentation to rst.
This commit is contained in:
Dorian 2013-04-24 07:58:25 -04:00
parent 17f728ceac
commit f61e33b943
17 changed files with 18 additions and 6 deletions

4
README
View File

@ -1,4 +0,0 @@
Rookeries
A task centric CMS, office suite and lightweight project management tool powered by Flask.
Licensed under the Affero GNU General Public License (AGPL) version 3.0

9
README.rst Normal file
View File

@ -0,0 +1,9 @@
Rookeri.es
==========
**Rookeri.es** is a task centric productivity and personal project management webapp, that lets you apply the concepts
and best practises of the Agile methodolgy without needing a PhD in project management to do so. Think to-do list
manager meets agile project management meets online office suite.
**Rookeri.es** is powered by Flask and Python under the covers, and licensed under the Affero GNU General Public License
(AGPL) version 3.0.

7
docs/TODO.rst Normal file
View File

@ -0,0 +1,7 @@
Things To-Do
============
* Transition COPYING to a reStructured setup.
* Build out setup.py and make it easy to distribute on PyPI.
* Build out user account management and registration.
* Build out simple to-do/project creation and management setup.

View File

@ -1,6 +1,5 @@
Flask==0.9 Flask==0.9
Flask-Login==0.1.3
Flask-SQLAlchemy==0.16 Flask-SQLAlchemy==0.16
Jinja2==2.6 Jinja2==2.6
SQLAlchemy==0.8.0b2 SQLAlchemy==0.8.0
Werkzeug==0.8.3 Werkzeug==0.8.3

View File

@ -0,0 +1 @@
__author__ = 'dorian'

View File

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB