Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Take the plugin info attributes aoutside the __init__. This allows us | Joel Andres Granados | 2007-11-23 | 6 | -87/+120 | |
| | | | | to query plugin information without instantiating. | |||||
* | Erase the return from the functions. | Joel Andres Granados | 2007-11-22 | 4 | -24/+1 | |
| | ||||||
* | Change all references from init to prepare. | Joel Andres Granados | 2007-11-22 | 8 | -40/+40 | |
| | | | | | | Change all references from purge to clean. Log a warning when abstract functions are not used. | |||||
* | Some documentation. | Joel Andres Granados | 2007-11-21 | 3 | -3/+54 | |
| | | | | Added myself as an author. | |||||
* | Get the shell/Binary example working. | Joel Andres Granados | 2007-11-21 | 4 | -7/+144 | |
| | ||||||
* | Took away the BinPlugin class. It is not needed because the plugin | Joel Andres Granados | 2007-11-21 | 1 | -39/+10 | |
| | | | | | | | | developer can use the subprocess functionality that python provides. This functionality will be far more general that whatever we can privide. Some other minor changes. | |||||
* | take out unnecesary space. | Joel Andres Granados | 2007-11-21 | 1 | -5/+1 | |
| | | | | no describe function. | |||||
* | Implement the error class. | Joel Andres Granados | 2007-11-21 | 5 | -17/+235 | |
| | | | | | | Implement the Return code class. Implement the manage flow stuff. Implement some examples of pligins | |||||
* | Erase default so we can create the sample files. | Joel Andres Granados | 2007-11-20 | 2 | -61/+9 | |
| | | | | Change the word destroy for purge. It just sounds better. | |||||
* | General debuging. | Joel Andres Granados | 2007-11-20 | 2 | -17/+20 | |
| | | | | Begin to do the example plugins. | |||||
* | Do some documenting and chante the Plugin class so that | Joel Andres Granados | 2007-11-20 | 1 | -24/+75 | |
| | | | | | it handles the flows automatically and also provides a manual override (The nextstep function) | |||||
* | Lets use Plugin as an abstract class. | Joel Andres Granados | 2007-11-20 | 2 | -14/+49 | |
| | ||||||
* | A little documentation. | Joel Andres Granados | 2007-11-20 | 1 | -4/+15 | |
| | ||||||
* | The order is not defined by the internal variables of the Plugin class or the | Joel Andres Granados | 2007-11-20 | 1 | -15/+3 | |
| | | | | classes that derive from it. It is defined by the flows defined in the class. | |||||
* | I Think its better this way. | Joel Andres Granados | 2007-11-20 | 1 | -11/+19 | |
| | ||||||
* | I prefer spaces rather than tabs. Its better when the file is seen in | Joel Andres Granados | 2007-11-20 | 3 | -7/+12 | |
| | | | | some other editor. | |||||
* | Typo | Joel Andres Granados | 2007-11-20 | 1 | -1/+1 | |
| | ||||||
* | Handle the step sequence using "flow" and handle exceptions from the steps | Martin Sivak | 2007-11-16 | 1 | -24/+46 | |
| | ||||||
* | Copying header to every saource file | Martin Sivak | 2007-11-15 | 7 | -0/+119 | |
| | ||||||
* | Some documentation and licensing | Martin Sivak | 2007-11-15 | 3 | -0/+399 | |
| | ||||||
* | Add a simple runner script | Martin Sivak | 2007-11-13 | 1 | -0/+7 | |
| | ||||||
* | Add logging module | Martin Sivak | 2007-11-13 | 2 | -9/+18 | |
| | ||||||
* | Basic funcionality for the BinPlugin (encapsulation arbitrary binaries as ↵ | Martin Sivak | 2007-11-13 | 1 | -16/+26 | |
| | | | | plugins) | |||||
* | Correct one stupid typo in extension processing | Martin Sivak | 2007-11-12 | 1 | -1/+1 | |
| | ||||||
* | Default dummy plugin | Martin Sivak | 2007-11-12 | 1 | -0/+5 | |
| | ||||||
* | Plugin importing works! And I added some debug messages | Martin Sivak | 2007-11-12 | 2 | -9/+21 | |
| | ||||||
* | Mark tasker as a module | Martin Sivak | 2007-11-12 | 1 | -0/+0 | |
| | ||||||
* | Make the source importable, fix typos and stuff | Martin Sivak | 2007-11-12 | 2 | -2/+3 | |
| | ||||||
* | first try to define plugin api | Martin Sivak | 2007-11-09 | 2 | -0/+214 | |
| | ||||||
* | Inital bare structure for the First Aid Kit | Martin Sivak | 2007-11-09 | 7 | -0/+0 | |