My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/apps/koffice/README.md

31 lines
766 B

# k-office
A set of plain-text, free software tools to run a small business.
## Set of tools
Currently k-office consists of the following tools. A support library
`libko` provides the basic building blocks for other tools.
- cassiopeia -- a plain-text time tracking tool
- invoice -- a LaTeX template based invoice generator
## How to build
Build files for the whole suite are provided in [`nix/`](./nix/). You
can also build individual tools (e.g. to hack on) via Cargo.
## Contributions
If you want to make suggestions, or send a patch in you can do so via
my public inbox. Either send the patches directly, or via a
request-pull!
## License
k-office is free software, licensed under the GPL-3.0 (or later). See
[LICENSE](./LICENSE) for details.