From 7e51fd25571dbcc7e1aeb2d23a6dca521f984f80 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 19 Apr 2012 23:19:40 +0200 Subject: font works again --- docs/README | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 docs/README (limited to 'docs/README') diff --git a/docs/README b/docs/README new file mode 100644 index 0000000..d839d8d --- /dev/null +++ b/docs/README @@ -0,0 +1,33 @@ +For general program informations see http://loadbars.buetow.org + +For legal informations see COPYING and COPYING.FONT + +For any program help check out --help on command line or 'h' during program +execution. + +For a list of features which might be added in the future see WHISHLIST + +For a changelog see CHANGELOG + +For a list of all known bugs see BUGS + +Supported platforms are: Linux + +the latter may not have full functionality). + +For Linux at least a 2.6 Kernel is required. + +Versioning schema: a.b.c[.d][.e], where + a = Don't know yet. Maybe will stay forever 0. + b = Major release (new major features) + c = Minor release (new minor features or code refactoring) + d = Optional, bugfixes only release + e = Optional, cosmetic fixes only release + + It's not a release if there is a -master suffix. It's a stable + version (master branch) then. + + It's not a release if there is a -devel suffix. It's a development + version (devel branch) then. + +For some help/usage please consult the HELP file. -- cgit v1.2.3