An extremely flexible organizer platform.
Project description
Orgtool
=======
`Orgtool` is an extremely flexible organizer platform. It encourages creation
of loosely coupled reusable components by combining `Docu`_'s fantastic
flexibility with `Tool`_'s signals-driven approach.
.. _Docu: http://pypi.python.org/pypi/docu
.. _Tool: http://pypi.python.org/pypi/tool
Installation
------------
$ pip install orgtool
This won't give you a working organizer. Orgtool is a *platform* so you need to
create a `Tool`_ project and include Orgtool's extensions as "bundles". Each
component provides commands, controllers, URL rules and templates (not
necessarily all of them). You can easily create almost any kind of organizer
(from PIM to a Trac clone) by combining existing components (`orgtool.ext.*`),
overriding their templates and writing your own components.
Documentation
-------------
See the `complete documentation`_ for details.
.. _complete documentation: http://packages.python.org/orgtool
Author
------
The original idea was conceived by Andrey Mikhaylenko and Ilia Musabirov in
2009. The code has been written by Andrey Mikhaylenko since 2009.
See the file AUTHORS for a complete authors list of this application.
Please feel free to submit patches, report bugs or request features:
http://bitbucket.org/neithere/orgtool/issues/
Licensing
---------
Orgtool is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Orgtool is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with Orgtool. If not, see <http://gnu.org/licenses/>.
=======
`Orgtool` is an extremely flexible organizer platform. It encourages creation
of loosely coupled reusable components by combining `Docu`_'s fantastic
flexibility with `Tool`_'s signals-driven approach.
.. _Docu: http://pypi.python.org/pypi/docu
.. _Tool: http://pypi.python.org/pypi/tool
Installation
------------
$ pip install orgtool
This won't give you a working organizer. Orgtool is a *platform* so you need to
create a `Tool`_ project and include Orgtool's extensions as "bundles". Each
component provides commands, controllers, URL rules and templates (not
necessarily all of them). You can easily create almost any kind of organizer
(from PIM to a Trac clone) by combining existing components (`orgtool.ext.*`),
overriding their templates and writing your own components.
Documentation
-------------
See the `complete documentation`_ for details.
.. _complete documentation: http://packages.python.org/orgtool
Author
------
The original idea was conceived by Andrey Mikhaylenko and Ilia Musabirov in
2009. The code has been written by Andrey Mikhaylenko since 2009.
See the file AUTHORS for a complete authors list of this application.
Please feel free to submit patches, report bugs or request features:
http://bitbucket.org/neithere/orgtool/issues/
Licensing
---------
Orgtool is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Orgtool is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with Orgtool. If not, see <http://gnu.org/licenses/>.