Statistics
| Branch: | Tag: | Revision:

root / README.md @ 4772922a

History | View | Annotate | Download (2.4 kB)

1
# DjNRO
2

    
3
## Description
4
DjNRO is more than keeping eduroam.org updated with data. In essence it is a distributed management application.
5
It is distributed in the sense that information about each institution locations and services is kept up-to-date by each local eduroam administrator.
6
Keeping in pace with eduroam's federated nature, the implementation uses federated authentication/authorisation mechanisms, namely Shibboleth plus social media itegration.
7
The local institution eduroam administrators can become DjNRO admins. Local eduroam administrators register to the application via Shibboleth.
8
Once the accounts are acitvated, local eduroam admins can manage their eduroam locations, contact points and institution information.
9

    
10
## Installation Considerations
11
[![Documentation Status](https://readthedocs.org/projects/djnro/badge/?version=latest)](https://readthedocs.org/projects/djnro/?badge=latest)
12

    
13
You can find the installation instructions for Debian Wheezy (64)
14
with Django 1.4.x at [Djnro documentation](http://djnro.readthedocs.org).
15
If upgrading from a previous version bear in mind the changes introduced in Django 1.4.
16

    
17
## Contact
18

    
19
You can find more about Djnro or raise your issues at [GRNET Djnro
20
repository](https://code.grnet.gr/djnro), [GRNET Djnro Github repository](https://github.com/grnet/djnro), [Djnro mailing list](https://lists.grnet.gr/wws/info/djnro) or [GRNET Djnro minisite](http://djnro.grnet.gr/).
21

    
22
## LICENCE
23
Copyright © 2011-2015 Greek Research and Technology Network (GRNET S.A.)
24

    
25
Developed by Leonidas Poulopoulos (leopoul-at-noc-dot-grnet-dot-gr),
26
Zenon Mousmoulas (zmousm-at-noc-dot-grnet-dot-gr) and Stavros Kroustouris
27
(staurosk-at-noc-dot-grnet-dot-gr), GRNET NOC
28

    
29
Contributions by Jamie Curtis, REANNZ
30

    
31
Permission to use, copy, modify, and/or distribute this software for any
32
purpose with or without fee is hereby granted, provided that the above
33
copyright notice and this permission notice appear in all copies.
34

    
35
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD
36
TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
37
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
38
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
39
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
40
ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
41
SOFTWARE.