blob: bc31c03db5735ff5b953519780fb6dd11f5028f6 [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
peizhen guo883a7872014-08-11 09:26:49 -070019 design
Yingdi Yuc9843cf2014-08-04 17:52:19 -070020
21- :doc:`README`
22
23- :doc:`INSTALL`
24
25- :doc:`manpages`
26
peizhen guo883a7872014-08-11 09:26:49 -070027- :doc:`design`
28
Yingdi Yuc9843cf2014-08-04 17:52:19 -070029Documentation for ndn-cxx developers and contributors
30+++++++++++++++++++++++++++++++++++++++++++++++++++++
31
32- `API documentation (doxygen) <doxygen/annotated.html>`_
33
34License
35-------
36
37NSL is an open source project licensed under conditions of GNU Lesser General Public License.
38For more information about the license, refer to
39`COPYING <https://github.com/named-data/nsl/blob/master/COPYING>`_.
40
41While the license does not require it, we really would appreciate it if
42others would share their contributions to the library if they are
43willing to do so under the same license.