From: Andre Noll Date: Tue, 16 Jun 2020 15:33:52 +0000 (+0200) Subject: web: Simplify main page. X-Git-Tag: v0.2.0~2^2~2 X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=commitdiff_plain;h=3d464e41fd4ed1074a8b1ecc185caacfa9d057ec;ds=sidebyside web: Simplify main page. This combines and streamlines the "Download", "License" and "Contact" sections of the home page and moves them to the README file. This reduces the tabs of the main page navigation from 8 to 5 and makes the various URLs more prominent, and part of README. --- diff --git a/README b/README index 75f60c4..c9606ae 100644 --- a/README +++ b/README @@ -34,9 +34,22 @@ work on other Unix systems as well. Libosl is open source: -- Licensed under the GPL, version 2. +- Licensed under the [GNU General Public License, Version +2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) Apart from the library itself, the package also contains simple examples and an fsck program, oslfsck, which can be used to recover from corrupted tables due to system crashes or bugs in the application or the library. + +Resources: + +- Git clone URL: git://git.tuebingen.mpg.de/osl.git +- [Gitweb](http://git.tuebingen.mpg.de/osl.git) +- [Author Home Page](http://people.tuebingen.mpg.de/maan) +- [Project Page](http://people.tuebingen.mpg.de/maan/osl) +- Email: [Andre Noll](mailto:maan@tuebingen.mpg.de) + +Comments and bug reports are welcome. Please provide enough info +such as the version of osl you are using and relevant parts of +the logs. diff --git a/web/header.html b/web/header.html index 2b5e798..0dfffa6 100644 --- a/web/header.html +++ b/web/header.html @@ -30,12 +30,9 @@
[README] - [Download] [INSTALL] [Quick Start] [API] - [License] - [Contact] [man page]
diff --git a/web/index.html.in b/web/index.html.in index edd7745..f83ec8c 100644 --- a/web/index.html.in +++ b/web/index.html.in @@ -9,38 +9,6 @@
-
-

- Download -

-
- -

Only the source code is available for download. Use - - git - - to clone the osl repository by executing

- -
- - git clone git://git.tuebingen.mpg.de/osl.git - -
- -

or grab the - - tarball - - of the current tree. If you prefer to download the tarball of - the latest release, select the corresponding snapshot - link on the - - osl gitweb page - -

- -
-

INSTALL @@ -61,40 +29,6 @@
-
-

- License -

-
- -

osl is open source software, licensed under the - - GNU - General Public License, Version 2.

- -
- -
-

- Contact -

-
- -

Email: André Noll, maan@tuebingen.mpg.de, - Homepage: http://people.tuebingen.mpg.de/maan/ -

- - - Comments and bug reports are welcome. Please provide - enough info such as the version of osl you are using and - relevant parts of the logs. Including the string [osl] in - the subject line is also a good idea. - -
-

Man page