Changeset 191 in tracdarcs for README.rst


Ignore:
Timestamp:
06/12/10 09:28:01 (3 years ago)
Author:
lele@…
Hash name:
20100612072801-97f81-e253157cc10bd94c1349a69eafabfdb316f919e5
Message:

Explicit mention the plugin activation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.rst

    r190 r191  
    3232 
    3333or manually copy the egg from the "dist" subdir into the environment's 
    34 "plugins" subdirectory 
     34"plugins" subdirectory. The latter requires adding that directory to 
     35the ``PYTHONPATH`` if you wanna use the post hook as explained below. 
    3536 
    36 In general, follow the directions in TracPlugins. 
     37Plugin activation 
     38----------------- 
     39 
     40In general, follow the directions in TracPlugins. At the minimum, the 
     41plugin must be activated with something like the following in the Trac 
     42instance's ``conf/trac.ini`` file:: 
     43 
     44  [components] 
     45  tracdarcs.* = enabled 
    3746 
    3847Specific configuration options 
     
    6776  trac database... 
    6877 
    69 Using a postcommit hook 
     78Using a post apply hook 
    7079----------------------- 
    7180 
     
    8796   extracting the list of changeset hashes from the the ``darcs 
    8897   changes --xml`` format: it accepts the input either as the 
    89    ``$DARCS_PATCHES_XML`` or from standard input:: 
     98   ``$DARCS_PATCHES_XML`` environment variable (as set by darcs 
     99   posthooks) or from standard input:: 
    90100 
    91101    $ darcs changes --xml | python -m tracdarcs.changesparser | head -3 
Note: See TracChangeset for help on using the changeset viewer.