Skip to content

Commit

Permalink
docs: remove links to inexistent tarballs
Browse files Browse the repository at this point in the history
Change-Id: I541aff8597f815124f7277eb24944da2fceffe9e
  • Loading branch information
Pesa committed Jan 21, 2024
1 parent da43c61 commit d4c2a1c
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 74 deletions.
3 changes: 2 additions & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ If you would like to become a contributor to the official repository, please fol
* 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>
Expand Down
8 changes: 4 additions & 4 deletions docs/GETTING-STARTED.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Getting Started with NLSR
.. toctree::
..

Getting Source
--------------
Obtaining the Source Code
-------------------------

- `GitHub NLSR repository <https://github.com/named-data/NLSR>`__

Expand Down Expand Up @@ -39,15 +39,15 @@ Running

Run nlsr with the following command:

::
.. code-block:: sh
nlsr
NLSR will look for the default configuration file, ``nlsr.conf``, in the current directory.

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
Expand Down
4 changes: 2 additions & 2 deletions docs/INSTALL.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NLSR Installation Instructions
==============================
Installation Instructions
=========================

.. toctree::
..
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
109 changes: 43 additions & 66 deletions docs/releases.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
All NLSR Releases
=================
Release History
===============

.. toctree::
:glob:
Expand All @@ -10,97 +10,74 @@ All NLSR Releases
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>`__)

0 comments on commit d4c2a1c

Please sign in to comment.