lyx_mirror/lib/scripts
Richard Heck 954be90e11 Make HTML export work.
The key is the new copier script lib/scripts/ext_copy.py. Usage:
 ext_copy.py [-e ext1,ext2,...] <from file> <to file>
Given a <from file> and <to file>, it will copy all files in the directory 
in which from_file is found that have the extensions given in the -e option, 
or all files in that directory if no such argument is given. So, for example, 
we can do:
  python ext_copy.py -e png,html,css /path/from/file.html /path/to/file.html
and all html, png, and css files in /path/from/ will be copied to the 
(possibly new) directory /path/to/file.html.LyXconv/. The -t option determines 
the extension added to the output filename passed to the script ($$o, in the
copier definition), the default being "LyXconv". If just . is given, then no 
extension is added.

Other changes:
* configure.py: added appropriate copier definitions for html and wordhtml
formats, as well as for the Program pseudo-format.
* lib/Makefile.am and development/scons/scons_manifest.py: add ext_copy.py.
* lib/doc/Customization.lyx: update documentation.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18791 a592a061-630c-0410-9148-cb99ea01b6c8
2007-06-15 17:02:35 +00:00
..
clean_dvi.py Remove hardcoded option -tt from python scripts 2006-07-17 19:41:32 +00:00
convertDefault.py Fix bug 3400 2007-03-31 18:21:54 +00:00
date.py Fix bug 3220 2007-02-13 19:09:54 +00:00
ext_copy.py Make HTML export work. 2007-06-15 17:02:35 +00:00
fen2ascii.py Partially revert changeset 16635. 2007-01-10 04:24:36 +00:00
fig2pdftex.py Fix encoding of converters path and arguments 2007-01-22 02:58:47 +00:00
fig2pstex.py Fix encoding of converters path and arguments 2007-01-22 02:58:47 +00:00
fig_copy.py Partially revert changeset 16635. 2007-01-10 04:24:36 +00:00
layout2layout.py New framework for declaring generic features in textclasses. 2007-04-06 09:02:23 +00:00
legacy_lyxpreview2ppm.py Convert python scripts to utf-8. 2006-08-08 10:42:59 +00:00
listerrors
lyxpreview2bitmap.py Convert python scripts to utf-8. 2006-08-08 10:42:59 +00:00
lyxpreview_tools.py Remove hardcoded option -tt from python scripts 2006-07-17 19:41:32 +00:00
tex_copy.py fix typo 2007-04-23 18:10:24 +00:00
TeXFiles.py Convert python scripts to utf-8. 2006-08-08 10:42:59 +00:00