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