From 835f0a36db4e006b336ae6d41ae87d1195af7ec7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 27 Sep 2015 01:55:27 +0200 Subject: Convert README to AsciiDoc --- README | 28 ---------------------------- README.adoc | 28 ++++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 README create mode 100644 README.adoc diff --git a/README b/README deleted file mode 100644 index 25e9543..0000000 --- a/README +++ /dev/null @@ -1,28 +0,0 @@ -liberty -======= - -`liberty' is a pseudolibrary of all the common C code I have written for various -projects. I used to copy-paste large swaths of code with minimal changes to it -and it slowly became awfully painful to synchronize. The project can be thought -of as a successor to my other C library, libxtnd. - -You are supposed to import it as a git submodule and include the main source -file directly everywhere you need it. Everything is declared "static". I have -come to the conclusion that this style of C programming suits me the best, as it -allows me to nearly forget about the mess that are header files. - -The API is intentionally unstable, which allows for easy refactoring. - -All development is done on Linux, but other POSIX-compatible operating systems -should be supported as well. They have an extremely low priority, however, and -I'm not testing them at all. - -License -------- -`liberty' is written by Přemysl Janouch . - -You may use the software under the terms of the ISC license, the text of which -is included within the package, or, at your option, you may relicense the work -under the MIT or the Modified BSD License, as listed at the following site: - -http://www.gnu.org/licenses/license-list.html diff --git a/README.adoc b/README.adoc new file mode 100644 index 0000000..81b9b27 --- /dev/null +++ b/README.adoc @@ -0,0 +1,28 @@ +liberty +======= + +'liberty' is a pseudolibrary of all the common C code I have written for various +projects. I used to copy-paste large swaths of code with minimal changes to it +and it slowly became awfully painful to synchronize. The project can be thought +of as a successor to my other C library, libxtnd. + +You are supposed to import it as a git submodule and include the main source +file directly everywhere you need it. Everything is declared "static". I have +come to the conclusion that this style of C programming suits me the best, as it +allows me to nearly forget about the mess that are header files. + +The API is intentionally unstable, which allows for easy refactoring. + +All development is done on Linux, but other POSIX-compatible operating systems +should be supported as well. They have an extremely low priority, however, and +I'm not testing them at all. + +License +------- +'liberty' is written by Přemysl Janouch . + +You may use the software under the terms of the ISC license, the text of which +is included within the package, or, at your option, you may relicense the work +under the MIT or the Modified BSD License, as listed at the following site: + +http://www.gnu.org/licenses/license-list.html -- cgit v1.2.3