This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
""" | |
Python Whisperbot | |
Copyright (C) 2010 Gnurfk | |
This program is free software: you can redistribute it and/or modify | |
it under the terms of the GNU General Public License as published by | |
the Free Software Foundation, either version 3 of the License, or | |
(at your option) any later version. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submission format for LPC-2 | |
======================================================================== | |
* enforce public version controled hosting. | |
using git/svn/cvs/bzr/hg whatever you like and | |
host it at github/sourceforge/bitbucket/launchpad etc | |
* Handing in an installscript which must run on a provided free distro vm. | |
It should not contain a 'wget my-executable' or such, but actually | |
- install deps |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This describes an approach how to make different named set layers work for Automapping. | |
As of now the layers in Automapping are all prefixed with "rule" which is just redundancy. | |
Therefore the prefixing will be split up into several different prefixes to exactly | |
indicate which function is assumed at a layer. Having the prefixes all different the detection of the assumed function of that layer is easier than before. | |
There will be | |
"regions" which is the prior "RuleRegions" describing the region which | |
is considered to be a rule. |