Docs: Updated docs

This commit is contained in:
Paul Beckingham 2015-12-20 13:19:54 -05:00
parent 1ba3652c0e
commit d236315450
3 changed files with 56 additions and 5 deletions

View file

@ -1,9 +1,11 @@
1.0.0 () -
- Introduced the new common submodule
Project started 2015-11-29
Design completed 2015-12-XX
Project started 2015-11-29
------ current release ---------------------------
------ start -----------------------------------

View file

@ -69,8 +69,8 @@ lists them and their defaults plus the CMAKE_INSTALL_PREFIX:
CMAKE_INSTALL_PREFIX /usr/local
TIMEW_BINDIR bin
TIMEW_DOCDIR share/doc/task
TIMEW_RCDIR share/doc/task/rc
TIMEW_DOCDIR share/doc/timew
TIMEW_RCDIR share/doc/timew/rc
TIMEW_MAN1DIR share/man/man1
TIMEW_MAN5DIR share/man/man5
@ -78,8 +78,8 @@ The corresponding TIMEW_* variables will be combined with CMAKE_INSTALL_PREFIX t
get absolute installation directories:
CMAKE_INSTALL_PREFIX/TIMEW_BINDIR /usr/local/bin
CMAKE_INSTALL_PREFIX/TIMEW_DOCDIR /usr/local/share/doc/task
CMAKE_INSTALL_PREFIX/TIMEW_RCDIR /usr/local/share/doc/task/rc
CMAKE_INSTALL_PREFIX/TIMEW_DOCDIR /usr/local/share/doc/timew
CMAKE_INSTALL_PREFIX/TIMEW_RCDIR /usr/local/share/doc/timew/rc
CMAKE_INSTALL_PREFIX/TIMEW_MAN1DIR /usr/local/share/man/man1
CMAKE_INSTALL_PREFIX/TIMEW_MAN5DIR /usr/local/share/man/man5

View file

@ -0,0 +1,49 @@
# Disclaimer during ongoing development
We want to discourage you from using the development version of Timewarrior.
The development branch is a work in progress and may not pass all quality tests,
therefore it may harm your data. We do not guarantee proper or even adequate
functionality, performance or timely fixes.
We welcome bug reports from beta- and release-level software, but generally not
development versions. If you are undaunted by this, please:
- Make proper backups.
- Expect broken and missing functionality.
- Be aware that using the development branch involves risks.
---
Thank you for taking a look at Timewarrior!
Timewarrior is a time tracking utility that offers simple stopwatch features,
as well as sophicated calendar-base backfill, with flexible reporting.
It is a portable, well supported and very active Open Source project.
Timewarrior is a new project, but is growing every day, and will soon have
online documentation and demonstrations. You'll find all the details at:
http://taskwarrior.org
At the site you'll find online documentation, downloads, news and more.
Your contributions are especially welcome. Whether it comes in the form of
code patches, ideas, discussion, bug reports, encouragement or criticism, your
input is needed.
For support options, take a look at:
http://taskwarrior.org/support
Please send your code patches to:
support@taskwarrior.org
Consider joining bug.tasktools.org, answers.tasktools.org and participating in
the future of Timewarrior.
---
Timewarrior is released under the MIT license. For details check the LICENSE
file.