blob: 8dbcefa343eff6184d1200df868d0bd5e7ad08f4 [file] [log] [blame]
Yingdi Yuc9843cf2014-08-04 17:52:19 -07001NSL: NDN Signature Logger
2=========================
3
4NSL is a Logging System that can be used to validate data with long lifetime.
5
6Please submit any bugs or issues to the `NSL issue tracker
7<http://redmine.named-data.net/projects/nsl/issues>`__.
8
9NSL Documentation
10-----------------
11
12.. toctree::
13 :hidden:
14 :maxdepth: 3
15
16 README
17 INSTALL
18 manpages
19
20- :doc:`README`
21
22- :doc:`INSTALL`
23
24- :doc:`manpages`
25
26Documentation for ndn-cxx developers and contributors
27+++++++++++++++++++++++++++++++++++++++++++++++++++++
28
29- `API documentation (doxygen) <doxygen/annotated.html>`_
30
31License
32-------
33
34NSL is an open source project licensed under conditions of GNU Lesser General Public License.
35For more information about the license, refer to
36`COPYING <https://github.com/named-data/nsl/blob/master/COPYING>`_.
37
38While the license does not require it, we really would appreciate it if
39others would share their contributions to the library if they are
40willing to do so under the same license.