summaryrefslogtreecommitdiff
path: root/web/index.html.in (follow)
Commit message (Collapse)AuthorAge
* web: Simplify main page.Andre Noll2020-09-22
| | | | | | | | 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.
* web: Don't duplicate the html header.Andre Noll2020-09-22
| | | | | Now that all web pages are in a single directory, we can get rid of some duplication by using header.html also to create index.html.
* web: Get rid of doxygen.Andre Noll2020-09-22
| | | | | | | | | | | Doxygen is an additional dependency, and it's total overkill for a small project like osl. The self-contained gendoc.m4 script does everything we need, and is much faster. This patch converts osl.h.in to gendoc syntax and removes all traces of doxygen. Since gendoc.m4 relies on features of gnu-m4 we run it with -g to enable gnu extensions. This has been tested on FreeBSD and NetBSD which ship different m4 implementations, both of which understand -g.
* web: Convert QUICK_START to markdown syntax.Andre Noll2020-09-22
| | | | | | | | | This file is rather simple and we don't need doxygen to convert it to html. After this, the quick start document becomes part of the main page. Although this patch modifies almost every line of QUICK_START, the changes to the actual contents have been kept to a minimum.
* Add link to author homepage.Andre Noll2019-02-13
| | | | | The osl page already contains a link to the paraslash page, but it makes sense to link also to the main software page.
* web: Fix gibweb link.Andre Noll2016-01-13
| | | | | | | | The correct git:// and gitweb URLs contain a ".git" suffix. While the git service works with and without this suffix, the gitweb link 404s without it. This commit adds the .git suffix to both URLs.
* Update URLs and email addresses.Andre Noll2014-08-19
| | | | | The project has been moved from systemlinux.org to people.tuebingen.mpg.de. This commit updates all links and email addresses.
* Add subject=[osl] to the mailto link.Andre Noll2009-07-27
| | | | | Suggested by Sebastian Schultheiss. Let's see how much spam comes through this link..
* Change the osl slogan.Andre Noll2009-07-27
| | | | | As the text "object storage layer" is already contained in the logo, we need something different.
* Add README/INSTALL and webpage generation stuff.Andre Noll2009-07-26