Changes between Version 7 and Version 8 of BittenRecipesExtractorScript


Ignore:
Timestamp:
Dec 5, 2011, 3:13:20 PM (12 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BittenRecipesExtractorScript

    v7 v8  
    4343
    4444=== Reading and Writing Recipes ===
    45 Create a directory for which the recipes will be saved at. Each Bitten Rule will be a separate <recipe_name>.recipe file. The two python scripts must be copied to this newly created directory.[[BR]]
     45Each Bitten Rule will be a separate <recipe_name>.recipe file.[[BR]]
    4646Each python script uses the same single argument. The only argument that is needed, is the path to your Trac environment. Which is exactly what is necessary when ever you run:
    4747{{{
     
    5151{{{
    5252sudo python recipe_get.py /some/trac/environment
     53}}}
     54and:
     55{{{
    5356sudo python recipe_put.py /some/trac/environment
    5457}}}
    55 Whilst in the same directory as your saved recipes. You can leave these files there and continue to run both scripts for eternity. No need to clean them up. And quite frankly, leaving them alone for backup reasons, is a darn good idea.
     58Accordingly.[[BR]][[BR]]
     59When you perform a recipe_get.py, a directory will be created with a name equal to your Trac directory with '_recipes' appended to it (trac-directory-name_recipes). The recipes will be saved (or updated for recipes currently residing) in this directory.
     60You can leave these files there and continue to run both scripts for eternity. No need to clean them up. And quite frankly, leaving them alone for backup reasons, is a darn good idea.
    5661
    5762=== Editing the Recipe Files ===