Re-organizing project as a Python module.
Transitioning documentation to rst.
This commit is contained in:
parent
17f728ceac
commit
f61e33b943
4
README
4
README
|
@ -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
|
|
@ -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.
|
|
@ -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.
|
|
@ -1,6 +1,5 @@
|
|||
Flask==0.9
|
||||
Flask-Login==0.1.3
|
||||
Flask-SQLAlchemy==0.16
|
||||
Jinja2==2.6
|
||||
SQLAlchemy==0.8.0b2
|
||||
SQLAlchemy==0.8.0
|
||||
Werkzeug==0.8.3
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
__author__ = 'dorian'
|
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 8.6 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Loading…
Reference in New Issue