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