Update copyright notices and docs
Change-Id: Idee9b24f42e41f85a68f64ceab5f14d525442e2e
diff --git a/docs/INSTALL.rst b/docs/INSTALL.rst
index 941eece..c2e6b31 100644
--- a/docs/INSTALL.rst
+++ b/docs/INSTALL.rst
@@ -1,4 +1,6 @@
-.. _NSL Installation Instructions:
+.. _NDN DeLorean Installation Instructions:
-NSL Installation Instructions
-=============================
+NDN DeLorean Installation Instructions
+======================================
+
+TBD
diff --git a/docs/README.rst b/docs/README.rst
deleted file mode 100644
index a772979..0000000
--- a/docs/README.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-NSL Overview
-============
diff --git a/docs/conf.py b/docs/conf.py
index d3dd152..01c218c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,16 +1,6 @@
# -*- coding: utf-8 -*-
#
-# NSL - NDN Signature Logger documentation build configuration file, created by
-# sphinx-quickstart on Sun Apr 6 19:58:22 2014.
-#
-# This file is execfile()d with the current directory set to its
-# containing dir.
-#
-# Note that not all possible configuration values are present in this
-# autogenerated file.
-#
-# All configuration values have a default; values that are commented out
-# serve to show the default.
+# NDN DeLorean documentation build configuration file
import sys
import os
@@ -61,8 +51,8 @@
master_doc = 'index'
# General information about the project.
-project = u'NSL: NDN Signature Logger'
-copyright = u'2014, Named Data Networking Project'
+project = u'NDN DeLorean: An Authentication System for Data Archives in Named Data Networking'
+copyright = u'2014-2017, Named Data Networking Project'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -186,7 +176,7 @@
html_file_suffix = ".html"
# Output file base name for HTML help builder.
-htmlhelp_basename = 'nsl-docs'
+htmlhelp_basename = 'ndn-delorean-docs'
# -- Options for LaTeX output ---------------------------------------------
@@ -206,7 +196,7 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
- ('index', 'nsl-docs.tex', u'NDN Signature Logger',
+ ('index', 'ndn-delorean-docs.tex', u'NDN DeLorean',
u'Named Data Networking Project', 'manual'),
]
@@ -235,9 +225,9 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
-man_pages = [
- ('manpages/nsl', 'nsl', u'NDN Signature Logger', None, 1),
-]
+# man_pages = [
+# ('manpages/ndn-delorean', 'ndn-delorean', u'NDN DeLorean', None, 1),
+# ]
# If true, show URL addresses after external links.
diff --git a/docs/design.rst b/docs/design.rst
index dd11bb8..ae3e424 100644
--- a/docs/design.rst
+++ b/docs/design.rst
@@ -1,7 +1,7 @@
.. _design:
-NSL Design Document
-==============
+NDN DeLorean Design Document
+============================
.. toctree::
design-doc/merkle
diff --git a/docs/doxygen.conf.in b/docs/doxygen.conf.in
index f2f3bd3..6d1ce78 100644
--- a/docs/doxygen.conf.in
+++ b/docs/doxygen.conf.in
@@ -32,7 +32,7 @@
# title of most generated pages and in a few other places.
# The default value is: My Project.
-PROJECT_NAME = "NSL: NDN Signature Logger"
+PROJECT_NAME = "NDN DeLorean: An Authentication System for Data Archives in Named Data Networking"
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
# could be handy for archiving the generated documentation or if some version
@@ -1972,7 +1972,7 @@
# tag file that is based on the input files it reads. See section "Linking to
# external documentation" for more information about the usage of tag files.
-GENERATE_TAGFILE = nsl.tag
+GENERATE_TAGFILE = ndn-delorean.tag
# If the ALLEXTERNALS tag is set to YES all external class will be listed in the
# class index. If set to NO only the inherited external classes will be listed.
diff --git a/docs/index.rst b/docs/index.rst
index bc31c03..3097ce9 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,10 +1,9 @@
-NSL: NDN Signature Logger
-=========================
+NDN DeLorean: An Authentication System for Data Archives in Named Data Networking
+=================================================================================
-NSL is a Logging System that can be used to validate data with long lifetime.
+Named Data Networking (NDN) enables data-centric security in network communication by mandating digital signatures on network-layer data packets. Since the lifetime of some data can extend to many years, they out-live the lifetime of their signatures.
-Please submit any bugs or issues to the `NSL issue tracker
-<http://redmine.named-data.net/projects/nsl/issues>`__.
+*NDN DeLorean* is an authentication framework to ensure the long-term authenticity of long-lived data, taking a publicly auditable bookkeeping service approach to keep permanent proofs of data signatures and the times the signatures were generated.
NSL Documentation
-----------------
@@ -13,7 +12,6 @@
:hidden:
:maxdepth: 3
- README
INSTALL
manpages
design
@@ -34,10 +32,6 @@
License
-------
-NSL is an open source project licensed under conditions of GNU Lesser General Public License.
-For more information about the license, refer to
-`COPYING <https://github.com/named-data/nsl/blob/master/COPYING>`_.
+NDN DeLorean is an open source project licensed under conditions of GNU Lesser General Public License. For more information about the license, refer to `COPYING <https://github.com/named-data/nsl/blob/master/COPYING>`_.
-While the license does not require it, we really would appreciate it if
-others would share their contributions to the library if they are
-willing to do so under the same license.
+While the license does not require it, we really would appreciate it if others would share their contributions to the library if they are willing to do so under the same license.
diff --git a/docs/manpages/nsl.rst b/docs/manpages/nsl.rst
deleted file mode 100644
index f57c6cf..0000000
--- a/docs/manpages/nsl.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-nsl
-===