summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Take the plugin info attributes aoutside the __init__. This allows usJoel Andres Granados2007-11-236-87/+120
| | | | to query plugin information without instantiating.
* Erase the return from the functions.Joel Andres Granados2007-11-224-24/+1
|
* Change all references from init to prepare.Joel Andres Granados2007-11-228-40/+40
| | | | | | Change all references from purge to clean. Log a warning when abstract functions are not used.
* Some documentation.Joel Andres Granados2007-11-213-3/+54
| | | | Added myself as an author.
* Get the shell/Binary example working.Joel Andres Granados2007-11-214-7/+144
|
* Took away the BinPlugin class. It is not needed because the pluginJoel Andres Granados2007-11-211-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 Granados2007-11-211-5/+1
| | | | no describe function.
* Implement the error class.Joel Andres Granados2007-11-215-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 Granados2007-11-202-61/+9
| | | | Change the word destroy for purge. It just sounds better.
* General debuging.Joel Andres Granados2007-11-202-17/+20
| | | | Begin to do the example plugins.
* Do some documenting and chante the Plugin class so thatJoel Andres Granados2007-11-201-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 Granados2007-11-202-14/+49
|
* A little documentation.Joel Andres Granados2007-11-201-4/+15
|
* The order is not defined by the internal variables of the Plugin class or theJoel Andres Granados2007-11-201-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 Granados2007-11-201-11/+19
|
* I prefer spaces rather than tabs. Its better when the file is seen inJoel Andres Granados2007-11-203-7/+12
| | | | some other editor.
* TypoJoel Andres Granados2007-11-201-1/+1
|
* Handle the step sequence using "flow" and handle exceptions from the stepsMartin Sivak2007-11-161-24/+46
|
* Copying header to every saource fileMartin Sivak2007-11-157-0/+119
|
* Some documentation and licensingMartin Sivak2007-11-153-0/+399
|
* Add a simple runner scriptMartin Sivak2007-11-131-0/+7
|
* Add logging moduleMartin Sivak2007-11-132-9/+18
|
* Basic funcionality for the BinPlugin (encapsulation arbitrary binaries as ↵Martin Sivak2007-11-131-16/+26
| | | | plugins)
* Correct one stupid typo in extension processingMartin Sivak2007-11-121-1/+1
|
* Default dummy pluginMartin Sivak2007-11-121-0/+5
|
* Plugin importing works! And I added some debug messagesMartin Sivak2007-11-122-9/+21
|
* Mark tasker as a moduleMartin Sivak2007-11-121-0/+0
|
* Make the source importable, fix typos and stuffMartin Sivak2007-11-122-2/+3
|
* first try to define plugin apiMartin Sivak2007-11-092-0/+214
|
* Inital bare structure for the First Aid KitMartin Sivak2007-11-097-0/+0