Browse Source

Update README

Baptiste Jonglez 10 years ago
parent
commit
b8dac304f2
1 changed files with 15 additions and 2 deletions
  1. 15 2
      README.md

+ 15 - 2
README.md

@@ -1,14 +1,27 @@
 The COIN project
 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
 It is written in Django, and makes an heavy use of LDAP (for
 authentication, and to store configuration information).
 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.
 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
 Quickstart
 ==========
 ==========