| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
| |
The osl page already contains a link to the paraslash page, but it
makes sense to link also to the main software page.
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
| |
The project has been moved from systemlinux.org to people.tuebingen.mpg.de.
This commit updates all links and email addresses.
|
| |
|
|
|
| |
Suggested by Sebastian Schultheiss. Let's see how much spam comes
through this link..
|
| |
|
|
|
| |
As the text "object storage layer" is already contained in the logo,
we need something different.
|
| |
|