Mercurial > bottledash
annotate README.txt @ 17:09e3c38a7802
removing the old template cause of an ambiguous name
author | sean |
---|---|
date | Wed, 05 Aug 2015 13:36:26 +0200 |
parents | 3e66e2f92770 |
children | f730dd0bcf85 |
rev | line source |
---|---|
4
3e66e2f92770
added LICENSE and license headers in the sourcecode. Added readme
sean
parents:
1
diff
changeset
|
1 This README is part of "Bottledash" |
3e66e2f92770
added LICENSE and license headers in the sourcecode. Added readme
sean
parents:
1
diff
changeset
|
2 author: sean engelhardt > sean.engelhardt@intevation.de |
3e66e2f92770
added LICENSE and license headers in the sourcecode. Added readme
sean
parents:
1
diff
changeset
|
3 license: GNU >= V2. See LICENSE for details |
3e66e2f92770
added LICENSE and license headers in the sourcecode. Added readme
sean
parents:
1
diff
changeset
|
4 |
3e66e2f92770
added LICENSE and license headers in the sourcecode. Added readme
sean
parents:
1
diff
changeset
|
5 dependencies: python3 standard library |
3e66e2f92770
added LICENSE and license headers in the sourcecode. Added readme
sean
parents:
1
diff
changeset
|
6 |
3e66e2f92770
added LICENSE and license headers in the sourcecode. Added readme
sean
parents:
1
diff
changeset
|
7 usage: python3 dash.py |
3e66e2f92770
added LICENSE and license headers in the sourcecode. Added readme
sean
parents:
1
diff
changeset
|
8 |
3e66e2f92770
added LICENSE and license headers in the sourcecode. Added readme
sean
parents:
1
diff
changeset
|
9 the configuration is provided in the "dash.conf" file. |
3e66e2f92770
added LICENSE and license headers in the sourcecode. Added readme
sean
parents:
1
diff
changeset
|
10 |
3e66e2f92770
added LICENSE and license headers in the sourcecode. Added readme
sean
parents:
1
diff
changeset
|
11 If there is no "dash.conf" file, the programm will create a new one. |
3e66e2f92770
added LICENSE and license headers in the sourcecode. Added readme
sean
parents:
1
diff
changeset
|
12 |
3e66e2f92770
added LICENSE and license headers in the sourcecode. Added readme
sean
parents:
1
diff
changeset
|
13 For further details see the insctructions inside the dash.conf. |
3e66e2f92770
added LICENSE and license headers in the sourcecode. Added readme
sean
parents:
1
diff
changeset
|
14 |