docs: remove links to inexistent tarballs
Change-Id: I541aff8597f815124f7277eb24944da2fceffe9e
diff --git a/AUTHORS.md b/AUTHORS.md
index f3b71d3..cba7f79 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -10,12 +10,13 @@
* Pedro David Arjona Villicaña <https://github.com/david-arjona>
* Muktadir R. Chowdhury <https://github.com/alvyC>
* Damian Coomes <https://github.com/dmcoomes>
-* ***(Maintainer)*** Saurab Dulal <https://dulalsaurab.github.io>
+* ***(Former Maintainer)*** Saurab Dulal <https://dulalsaurab.github.io>
* Laqin Fan <https://github.com/laqinfan>
* Simon Fayer <https://github.com/sfayer>
* ***(Former Maintainer)*** Ashlesh Gawande <https://www.linkedin.com/in/agawande>
* ***(Former Maintainer)*** Nicholas Gordon <https://github.com/gorgonical>
* ***(Former Maintainer)*** A. K. M. Mahmudul Hoque <https://sites.google.com/site/akmhoque/home>
+* ***(Maintainer)*** Alexander Lane <https://github.com/awlane>
* ***(Former Maintainer)*** Vince Lehman <http://vslehman.com>
* Tianxing Ma <https://github.com/matianxing1992>
* Spyridon Mastorakis <https://sites.google.com/site/spyridonmastorakis>
diff --git a/docs/GETTING-STARTED.rst b/docs/GETTING-STARTED.rst
index 7909828..64820a0 100644
--- a/docs/GETTING-STARTED.rst
+++ b/docs/GETTING-STARTED.rst
@@ -4,8 +4,8 @@
.. toctree::
..
-Getting Source
---------------
+Obtaining the Source Code
+-------------------------
- `GitHub NLSR repository <https://github.com/named-data/NLSR>`__
@@ -39,7 +39,7 @@
Run nlsr with the following command:
-::
+.. code-block:: sh
nlsr
@@ -47,7 +47,7 @@
You can also run ``nlsr -f`` with the absolute path of the configuration file:
-::
+.. code-block:: sh
nlsr -f /usr/local/etc/ndn/nlsr.conf
diff --git a/docs/INSTALL.rst b/docs/INSTALL.rst
index 3443043..c388db5 100644
--- a/docs/INSTALL.rst
+++ b/docs/INSTALL.rst
@@ -1,5 +1,5 @@
-NLSR Installation Instructions
-==============================
+Installation Instructions
+=========================
.. toctree::
..
diff --git a/docs/conf.py b/docs/conf.py
index 1e61a46..8e1f755 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -10,7 +10,7 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
project = 'Named Data Link State Routing Protocol (NLSR)'
-copyright = 'Copyright © 2014-2023 Named Data Networking Project.'
+copyright = 'Copyright © 2014-2024 Named Data Networking Project.'
author = 'Named Data Networking Project'
# The short X.Y version.
diff --git a/docs/releases.rst b/docs/releases.rst
index 9e9da64..54523c1 100644
--- a/docs/releases.rst
+++ b/docs/releases.rst
@@ -1,5 +1,5 @@
-All NLSR Releases
-=================
+Release History
+===============
.. toctree::
:glob:
@@ -10,97 +10,74 @@
release-notes/*
* **NLSR version 0.7.0**
- (:doc:`Release Notes <release-notes/release-notes-0.7.0>`, `Documentation <https://docs.named-data.net/NLSR/0.7.0/>`__)
-
- `src (git) <https://github.com/named-data/NLSR/releases/tag/NLSR-0.7.0>`__,
- `src (tarball) <https://named-data.net/downloads/nlsr-0.7.0.tar.xz>`__ (`checksum <https://named-data.net/downloads/nlsr-0.7.0.tar.xz.sha256>`__)
+ (:doc:`Release Notes <release-notes/release-notes-0.7.0>`,
+ `GitHub <https://github.com/named-data/NLSR/releases/tag/NLSR-0.7.0>`__,
+ `Documentation <https://docs.named-data.net/NLSR/0.7.0/>`__)
* **NLSR version 0.6.0**
- (:doc:`Release Notes <release-notes/release-notes-0.6.0>`, `Documentation <https://docs.named-data.net/NLSR/0.6.0/>`__)
-
- `src (git) <https://github.com/named-data/NLSR/releases/tag/NLSR-0.6.0>`__,
- `src (tarball) <https://named-data.net/downloads/nlsr-0.6.0.tar.bz2>`__ (`checksum <https://named-data.net/downloads/nlsr-0.6.0.tar.bz2.sha256>`__)
+ (:doc:`Release Notes <release-notes/release-notes-0.6.0>`,
+ `GitHub <https://github.com/named-data/NLSR/releases/tag/NLSR-0.6.0>`__,
+ `Documentation <https://docs.named-data.net/NLSR/0.6.0/>`__)
* **NLSR version 0.5.2**
- (:doc:`Release Notes <release-notes/release-notes-0.5.2>`, `Documentation <https://docs.named-data.net/NLSR/0.5.2/>`__)
-
- `src (git) <https://github.com/named-data/NLSR/releases/tag/NLSR-0.5.2>`__,
- `src (tarball) <https://named-data.net/downloads/nlsr-0.5.2.tar.bz2>`__ (`checksum <https://named-data.net/downloads/nlsr-0.5.2.tar.bz2.sha256>`__)
+ (:doc:`Release Notes <release-notes/release-notes-0.5.2>`,
+ `GitHub <https://github.com/named-data/NLSR/releases/tag/NLSR-0.5.2>`__,
+ `Documentation <https://docs.named-data.net/NLSR/0.5.2/>`__)
* **NLSR version 0.5.1**
- (:doc:`Release Notes <release-notes/release-notes-0.5.1>`, `Documentation <https://docs.named-data.net/NLSR/0.5.1/>`__)
-
- `src (git) <https://github.com/named-data/NLSR/releases/tag/NLSR-0.5.1>`__,
- `src (tarball) <https://named-data.net/downloads/nlsr-0.5.1.tar.bz2>`__ (`checksum <https://named-data.net/downloads/nlsr-0.5.1.tar.bz2.sha256>`__)
+ (:doc:`Release Notes <release-notes/release-notes-0.5.1>`,
+ `GitHub <https://github.com/named-data/NLSR/releases/tag/NLSR-0.5.1>`__,
+ `Documentation <https://docs.named-data.net/NLSR/0.5.1/>`__)
* **NLSR version 0.5.0**
- (:doc:`Release Notes <release-notes/release-notes-0.5.0>`, `Documentation <https://docs.named-data.net/NLSR/0.5.0/>`__)
-
- `src (git) <https://github.com/named-data/NLSR/releases/tag/NLSR-0.5.0>`__,
- `src (tarball) <https://named-data.net/downloads/nlsr-0.5.0.tar.bz2>`__ (`checksum <https://named-data.net/downloads/nlsr-0.5.0.tar.bz2.sha256>`__)
+ (:doc:`Release Notes <release-notes/release-notes-0.5.0>`,
+ `GitHub <https://github.com/named-data/NLSR/releases/tag/NLSR-0.5.0>`__,
+ `Documentation <https://docs.named-data.net/NLSR/0.5.0/>`__)
* **NLSR version 0.4.3**
- (:doc:`Release Notes <release-notes/release-notes-0.4.3>`, `Documentation <https://docs.named-data.net/NLSR/0.4.3/>`__)
-
- `src (git) <https://github.com/named-data/NLSR/releases/tag/NLSR-0.4.3>`__,
- `src (tarball) <https://named-data.net/downloads/nlsr-0.4.3.tar.bz2>`__ (`checksum <https://named-data.net/downloads/nlsr-0.4.3.tar.bz2.sha256>`__)
+ (:doc:`Release Notes <release-notes/release-notes-0.4.3>`,
+ `GitHub <https://github.com/named-data/NLSR/releases/tag/NLSR-0.4.3>`__,
+ `Documentation <https://docs.named-data.net/NLSR/0.4.3/>`__)
* **NLSR version 0.4.2**
- (:doc:`Release Notes <release-notes/release-notes-0.4.2>`, `Documentation <https://docs.named-data.net/NLSR/0.4.2/>`__)
-
- `src (git) <https://github.com/named-data/NLSR/releases/tag/NLSR-0.4.2>`__,
- `src (tarball) <https://named-data.net/downloads/nlsr-0.4.2.tar.bz2>`__ (`checksum <https://named-data.net/downloads/nlsr-0.4.2.tar.bz2.sha256>`__)
+ (:doc:`Release Notes <release-notes/release-notes-0.4.2>`,
+ `GitHub <https://github.com/named-data/NLSR/releases/tag/NLSR-0.4.2>`__,
+ `Documentation <https://docs.named-data.net/NLSR/0.4.2/>`__)
* **NLSR version 0.4.1**
- (:doc:`Release Notes <release-notes/release-notes-0.4.1>`, `Documentation <https://docs.named-data.net/NLSR/0.4.1/>`__)
-
- `src (git) <https://github.com/named-data/NLSR/releases/tag/NLSR-0.4.1>`__,
- `src (tarball) <https://named-data.net/downloads/nlsr-0.4.1.tar.bz2>`__ (`checksum <https://named-data.net/downloads/nlsr-0.4.1.tar.bz2.sha256>`__)
+ (:doc:`Release Notes <release-notes/release-notes-0.4.1>`,
+ `GitHub <https://github.com/named-data/NLSR/releases/tag/NLSR-0.4.1>`__,
+ `Documentation <https://docs.named-data.net/NLSR/0.4.1/>`__)
* **NLSR version 0.4.0**
- (:doc:`Release Notes <release-notes/release-notes-0.4.0>`, `Documentation <https://docs.named-data.net/NLSR/0.4.0/>`__)
-
- `src (git) <https://github.com/named-data/NLSR/releases/tag/NLSR-0.4.0>`__,
- `src (tarball) <https://named-data.net/downloads/nlsr-0.4.0.tar.bz2>`__ (`checksum <https://named-data.net/downloads/nlsr-0.4.0.tar.bz2.sha256>`__)
+ (:doc:`Release Notes <release-notes/release-notes-0.4.0>`,
+ `GitHub <https://github.com/named-data/NLSR/releases/tag/NLSR-0.4.0>`__,
+ `Documentation <https://docs.named-data.net/NLSR/0.4.0/>`__)
* **NLSR version 0.3.2**
- (:doc:`Release Notes <release-notes/release-notes-0.3.2>`)
-
- `src (git) <https://github.com/named-data/NLSR/releases/tag/NLSR-0.3.2>`__,
- `src (tarball) <https://named-data.net/downloads/nlsr-0.3.2.tar.bz2>`__ (`checksum <https://named-data.net/downloads/nlsr-0.3.2.tar.bz2.sha256>`__)
+ (:doc:`Release Notes <release-notes/release-notes-0.3.2>`,
+ `GitHub <https://github.com/named-data/NLSR/releases/tag/NLSR-0.3.2>`__)
* **NLSR version 0.3.1**
- (:doc:`Release Notes <release-notes/release-notes-0.3.1>`)
-
- `src (git) <https://github.com/named-data/NLSR/releases/tag/NLSR-0.3.1>`__,
- `src (tarball) <https://named-data.net/downloads/nlsr-0.3.1.tar.bz2>`__ (`checksum <https://named-data.net/downloads/nlsr-0.3.1.tar.bz2.sha256>`__)
+ (:doc:`Release Notes <release-notes/release-notes-0.3.1>`,
+ `GitHub <https://github.com/named-data/NLSR/releases/tag/NLSR-0.3.1>`__)
* **NLSR version 0.3.0**
- (:doc:`Release Notes <release-notes/release-notes-0.3.0>`)
-
- `src (git) <https://github.com/named-data/NLSR/releases/tag/NLSR-0.3.0>`__,
- `src (tarball) <https://named-data.net/downloads/nlsr-0.3.0.tar.bz2>`__ (`checksum <https://named-data.net/downloads/nlsr-0.3.0.tar.bz2.sha256>`__)
+ (:doc:`Release Notes <release-notes/release-notes-0.3.0>`,
+ `GitHub <https://github.com/named-data/NLSR/releases/tag/NLSR-0.3.0>`__)
* **NLSR version 0.2.2**
- (:doc:`Release Notes <release-notes/release-notes-0.2.2>`)
-
- `src (git) <https://github.com/named-data/NLSR/releases/tag/NLSR-0.2.2>`__,
- `src (tarball) <https://named-data.net/downloads/nlsr-0.2.2.tar.bz2>`__ (`checksum <https://named-data.net/downloads/nlsr-0.2.2.tar.bz2.sha256>`__)
+ (:doc:`Release Notes <release-notes/release-notes-0.2.2>`,
+ `GitHub <https://github.com/named-data/NLSR/releases/tag/NLSR-0.2.2>`__)
* **NLSR version 0.2.1**
- (:doc:`Release Notes <release-notes/release-notes-0.2.1>`)
-
- `src (git) <https://github.com/named-data/NLSR/releases/tag/NLSR-0.2.1>`__,
- `src (tarball) <https://named-data.net/downloads/nlsr-0.2.1.tar.bz2>`__ (`checksum <https://named-data.net/downloads/nlsr-0.2.1.tar.bz2.sha256>`__)
+ (:doc:`Release Notes <release-notes/release-notes-0.2.1>`,
+ `GitHub <https://github.com/named-data/NLSR/releases/tag/NLSR-0.2.1>`__)
* **NLSR version 0.2.0**
- (:doc:`Release Notes <release-notes/release-notes-0.2.0>`)
-
- `src (git) <https://github.com/named-data/NLSR/releases/tag/NLSR-0.2.0>`__,
- `src (tarball) <https://named-data.net/downloads/nlsr-0.2.0.tar.bz2>`__ (`checksum <https://named-data.net/downloads/nlsr-0.2.0.tar.bz2.sha256>`__)
+ (:doc:`Release Notes <release-notes/release-notes-0.2.0>`,
+ `GitHub <https://github.com/named-data/NLSR/releases/tag/NLSR-0.2.0>`__)
* **NLSR version 0.1.0**
- (:doc:`Release Notes <release-notes/release-notes-0.1.0>`)
-
- `src (git) <https://github.com/named-data/NLSR/releases/tag/NLSR-0.1.0>`__,
- `src (tarball) <https://named-data.net/downloads/nlsr-0.1.0.tar.bz2>`__ (`checksum <https://named-data.net/downloads/nlsr-0.1.0.tar.bz2.sha256>`__)
+ (:doc:`Release Notes <release-notes/release-notes-0.1.0>`,
+ `GitHub <https://github.com/named-data/NLSR/releases/tag/NLSR-0.1.0>`__)