# HG changeset patch # User Sandro Knauß # Date 1335366738 -7200 # Node ID c96d569a8ac84d30443002effd5378304b8fb8bd # Parent 4d376a97e6638c8864caced168e195b24f8b23a5 more description for iro. diff -r 4d376a97e663 -r c96d569a8ac8 doc/tmpl/index.html --- a/doc/tmpl/index.html Wed Apr 25 17:09:50 2012 +0200 +++ b/doc/tmpl/index.html Wed Apr 25 17:12:18 2012 +0200 @@ -12,8 +12,11 @@

What it is all about?

- Iro is a non blocking server for sending a message to a bunsh of recipient. It can handle diffrent types of message typs and can be extended easially. - It was initially written for sms backend of castorticker.de. Diffrent backends are supportes by Iro. + Iro is a non blocking server for sending a message to a bunsh of recipients. It can handle different types of message and can be extended easially. + It was initially written for sms backend of castorticker.de. There are diffrent backends are supported by Iro. + Iro helps you for these kinds of tasks: You want to send a message to some recipient over a different backend, than for other recipients. + Or you want to define fallback strategies: If one messages can't be send over this backend use another. + Because Iro also knows users, you can create bills for different clients.

@@ -46,9 +49,10 @@ + You can also get the code from our repository.

-
+

Planned features for 1.0

    diff -r 4d376a97e663 -r c96d569a8ac8 fabfile.py --- a/fabfile.py Wed Apr 25 17:09:50 2012 +0200 +++ b/fabfile.py Wed Apr 25 17:12:18 2012 +0200 @@ -1,7 +1,6 @@ from fabric.api import local, run, env from fabric.operations import put - from iro import __version__ import ngdatabase @@ -19,7 +18,6 @@ env.hosts = ['sandy@hal.netzguerilla.net'] env.directory = "iro" - def prepare_deploy(): local("python setup.py sdist") @@ -34,7 +32,6 @@ virtualenv("pip uninstall -y iro") virtualenv("pip install %s/dist/iro-%s.tar.gz"%(env.directory,__version__)) - def prepare_tests(): put("tests/*","%s/tests/"%env.directory) @@ -68,3 +65,7 @@ run("mv web/* %s/"%env.directory) run("rmdir web") run("rm /tmp/web.tar.gz") + +def web(): + createweb() + pushweb() diff -r 4d376a97e663 -r c96d569a8ac8 web/images/db-schema.svg --- a/web/images/db-schema.svg Wed Apr 25 17:09:50 2012 +0200 +++ b/web/images/db-schema.svg Wed Apr 25 17:12:18 2012 +0200 @@ -84,13 +84,13 @@ + user -apiuser->userright +apiuser->userright + name + user -offer->userright +offer->userright + name + offer