summaryrefslogtreecommitdiff
path: root/README (follow)
Commit message (Collapse)AuthorAge
* Switch to https URLs.Andre Noll2024-05-19
| | | | It's much safer, they say.
* 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: Fix typo in README.Andre Noll2020-09-22
|
* Don't mention MacOS and Solaris in README and INSTALL.Andre Noll2020-06-16
| | | | Support for these was dropped recently.
* README: Remove duplicate "network".Andre Noll2016-07-28
|
* Convert README and INSTALL to markdown.Andre Noll2016-07-28
| | | | | | | | | The grutatxt project is dead, so we need to switch to something else eventually. Fortunately, only little changes are required for the switch to the markdown markup language as there are only two files in the source tree which are formated with grutatxt. This patch converts both files and adjusts the Makefile to run the markdown converter instead of the grutatxt script.
* README: Clarify red-black tree statements.Andre Noll2009-08-03
| | | | | | | | | | As noted by Sebastian Stark, the old text was a bit misleading. So make it clear that no special linux files are necessary to compile the library. Also, the sentence on table locking was not quite true: There's the dirty bit in each osl table which is some kind of locking. Correct that statement as well.
* README: Trivial typo fix.Andre Noll2009-07-27
| | | | Noted by Sebastian Stark.
* Add README/INSTALL and webpage generation stuff.Andre Noll2009-07-26