equal
deleted
inserted
replaced
14 <p> |
14 <p> |
15 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. |
15 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. |
16 It was initially written for sms backend of <a href="http://castorticker.de">castorticker.de</a>. Diffrent backends are supportes by Iro. |
16 It was initially written for sms backend of <a href="http://castorticker.de">castorticker.de</a>. Diffrent backends are supportes by Iro. |
17 </p> |
17 </p> |
18 </div> |
18 </div> |
19 <div class="item"> |
19 <div class="item" id="backends"> |
20 <h3>Supported Backends</h3> |
20 <h3>Supported Backends</h3> |
21 <p> |
21 <p> |
22 A backend is a provider, that actually sends the message. |
22 A backend is a provider, that actually sends the message. |
23 <ul> |
23 <ul> |
24 <li><b>smtp</b> with TLS and SSL</li> |
24 <li><b>smtp</b> with TLS and SSL</li> |
26 <li><b><a href="http://sipgate.de">sipgate</a></b> fax and sms</li> |
26 <li><b><a href="http://sipgate.de">sipgate</a></b> fax and sms</li> |
27 </ul> |
27 </ul> |
28 </p> |
28 </p> |
29 |
29 |
30 </div> |
30 </div> |
31 <div class="item"> |
31 <div class="item" id="installation"> |
32 <h3>Installation</h3> |
32 <h3>Installation</h3> |
33 <p> |
33 <p> |
34 You'll find the installtion instruction under <a href="dev/install.html">dev/install</a>. |
34 Just download <a href="files/${code}">${code}</a> see also installtion instruction under <a href="dev/install.html">Installing Iro</a>. |
35 </p> |
35 </p> |
36 |
36 |
37 <h3>Documentation</h3> |
37 <h3>Documentation</h3> |
38 <p> |
38 <p> |
39 All documentation for extending iro see <a href="dev/index.html">dev</a> |
39 If you want just use iro see <a href="current.html">API Documentation</a>. |
|
40 For extending iro see the <a href="dev/index.html">developer documenation</a>. |
40 </p> |
41 </p> |
41 </div> |
42 </div> |
42 </body> |
43 <div class="item" id="files"> |
|
44 <h3>Files</h3> |
|
45 <p> |
|
46 <ul> |
|
47 <li py:for="f in files" value="${f.version}">${f.version} <a href="files/${f.name}">${f.name}</a></li> |
|
48 </ul> |
|
49 </p> |
|
50 </div> |
|
51 <div class="item"> |
|
52 <h3>Planned features for 1.0</h3> |
|
53 <p> |
|
54 <ul> |
|
55 <li>JSON Interface</li> |
|
56 <li>admin interface for creating modifing users</li> |
|
57 <li>heartbeat</li> |
|
58 </ul> |
|
59 For any further ideas, bugs or anything - send at <a href="mailto:iro@netzgerilla.net">iro@netzgerilla.net</a>. |
|
60 </p> |
|
61 </div> |
|
62 </body> |
43 </html> |
63 </html> |
44 |
64 |
45 |
65 |