Changes between Initial Version and Version 1 of Ticket #10637
- Timestamp:
- 01/17/11 18:14:18 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10637 – Description
initial v1 7 7 which given worksheets 8 8 9 {{{bla.sws, bli.sws, ...}}} would create ReST files {{{bla.rst, 10 bli.rst, ...}}} together with media directories: 9 {{{bla.sws, bli.sws, ...}}} would create ReST files {{{bla.rst, bli.rst, ...}}} together with media directories: 11 10 12 11 {{{ … … 25 24 BeautifulSoup Python library (released under Python's license). 26 25 27 The script builds the ReST file from the included worksheet.html file 28 as follow: 26 The script builds the ReST file from the worksheet.html file included in the .sws as follow: 29 27 30 - Preparsing to handle the {{{ / }}}28 - Preparsing to handle the input / output fields 31 29 - Parsing of the resulting html using BeautifulSoup 32 30 - Manipulation on the obtained tree