| @@ -1,4 +1,4 @@ | |||||
| = Invoice | |||||
| # Invoice | |||||
| This is my quick and dirty invoice system I am going to use for my invoices | This is my quick and dirty invoice system I am going to use for my invoices | ||||
| in year 2012. | in year 2012. | ||||
| @@ -6,9 +6,9 @@ in year 2012. | |||||
| The program is higly experimental and users are expected to know at least a | The program is higly experimental and users are expected to know at least a | ||||
| bit of Python coding. Feedback is appreciated. | bit of Python coding. Feedback is appreciated. | ||||
| Pavel Å imerda <pavlix@pavlix.net> | |||||
| Pavel æimerda <pavlix@pavlix.net> | |||||
| == License | |||||
| ## License | |||||
| This version of the source code is released into public domain, future releases | This version of the source code is released into public domain, future releases | ||||
| may adopt a BSD-like license. | may adopt a BSD-like license. | ||||
| @@ -19,7 +19,7 @@ may adopt a BSD-like license. | |||||
| * python3-tempita 0.5.1 | * python3-tempita 0.5.1 | ||||
| * pdflatex | * pdflatex | ||||
| == Installation | |||||
| ## Installation | |||||
| You don't need to install, just make a symlink to the invoice script | You don't need to install, just make a symlink to the invoice script | ||||
| in ~/bin or /usr/bin/local. | in ~/bin or /usr/bin/local. | ||||
| @@ -35,11 +35,11 @@ You will need to make the following symlinks or directories in ~/.invoice/ | |||||
| Use the code or error messages in case this list is incomplete. Use -D for | Use the code or error messages in case this list is incomplete. Use -D for | ||||
| debugging. | debugging. | ||||
| == User configuration | |||||
| ## User configuration | |||||
| For now an empthy ~/.invoice/config should do. | For now an empthy ~/.invoice/config should do. | ||||
| == Basic usage | |||||
| ## Basic usage | |||||
| Export EDITOR and PDF_VIEWER environment variables to choose your favourite | Export EDITOR and PDF_VIEWER environment variables to choose your favourite | ||||
| text editor and PDF viewer. Defaults are 'vim' and 'xdg-open'. | text editor and PDF viewer. Defaults are 'vim' and 'xdg-open'. | ||||