Forgot to document _append feature
This commit is contained in:
parent
7ca5022d3e
commit
9d9e42f66d
|
@ -32,6 +32,12 @@ Main values to edit are :
|
|||
* **display_hooks** : List of display hooks
|
||||
* **locale** : Displayed locale (_en_ or _fr_)
|
||||
|
||||
You can also append an element to an existing default configuration list by using "_append" suffix. Example :
|
||||
multimedia_files_append = ['xml']
|
||||
or
|
||||
multimedia_files_append = 'xml'
|
||||
Will append 'xml' to current multimedia_files list
|
||||
|
||||
Then, you can launch iwla. Output HTML files are created in _output_ directory by default. To quickly see it, go into _output_ and type
|
||||
|
||||
python -m SimpleHTTPServer 8000
|
||||
|
|
|
@ -32,6 +32,12 @@ Main values to edit are :
|
|||
* **display_hooks** : List of display hooks
|
||||
* **locale** : Displayed locale (_en_ or _fr_)
|
||||
|
||||
You can also append an element to an existing default configuration list by using "_append" suffix. Example :
|
||||
multimedia_files_append = ['xml']
|
||||
or
|
||||
multimedia_files_append = 'xml'
|
||||
Will append 'xml' to current multimedia_files list
|
||||
|
||||
Then, you can launch iwla. Output HTML files are created in _output_ directory by default. To quickly see it, go into _output_ and type
|
||||
|
||||
python -m SimpleHTTPServer 8000
|
||||
|
|
Loading…
Reference in New Issue
Block a user