|
@@ -1,14 +1,27 @@
|
|
|
The COIN project
|
|
|
================
|
|
|
|
|
|
-`Coin` is Illyse's Information System, designed to managed subscribers.
|
|
|
+`Coin` is Illyse's Information System, designed to manage both members
|
|
|
+and Internet accesses, such as through DSL, VPN, wireless…
|
|
|
|
|
|
It is written in Django, and makes an heavy use of LDAP (for
|
|
|
authentication, and to store configuration information).
|
|
|
|
|
|
-It currently only works with python2, because `python-ldap` is (as of
|
|
|
+It features a generic configuration interface, which allows to implement
|
|
|
+custom backends for different technologies. Currently implemented is a
|
|
|
+LDAP-based backend for OpenVPN.
|
|
|
+
|
|
|
+Coin currently only works with python2, because `python-ldap` is (as of
|
|
|
2013) not compatible with python3.
|
|
|
|
|
|
+The project page (issue, wiki, etc) is here:
|
|
|
+
|
|
|
+ https://www.illyse.org/projects/ils-si/
|
|
|
+
|
|
|
+A mirror of the code is available at:
|
|
|
+
|
|
|
+ https://code.ffdn.org/zorun/coin/
|
|
|
+
|
|
|
|
|
|
Quickstart
|
|
|
==========
|