lyx_mirror/lib/doc
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
..
clipart * lib/doc/clipart/escher-lsd.eps: 2007-06-04 07:52:59 +00:00
cs Move translated files to their own directory 2007-02-25 18:12:03 +00:00
da Move translated files to their own directory 2007-02-25 18:12:03 +00:00
de de-FAQ.lyx: fix small issue recovered by Bernhard Roider 2007-06-13 00:55:59 +00:00
es EmbeddedObjects: fix issue recovered by Ignacio 2007-05-28 11:23:39 +00:00
eu BIG change: 2007-03-04 03:06:14 +00:00
fr BIG change: 2007-03-04 03:06:14 +00:00
gl Move translated files to their own directory 2007-02-25 18:12:03 +00:00
he Hebrew updates by Ran: 2007-05-29 20:20:43 +00:00
hu Move translated files to their own directory 2007-02-25 18:12:03 +00:00
it Rename .C ==> .cpp for files in src, part one 2007-04-26 04:41:58 +00:00
nb Move translated files to their own directory 2007-02-25 18:12:03 +00:00
nl Move translated files to their own directory 2007-02-25 18:12:03 +00:00
pl Move translated files to their own directory 2007-02-25 18:12:03 +00:00
pt Move translated files to their own directory 2007-02-25 18:12:03 +00:00
ro Move translated files to their own directory 2007-02-25 18:12:03 +00:00
ru Move translated files to their own directory 2007-02-25 18:12:03 +00:00
sk BIG change: 2007-03-04 03:06:14 +00:00
sl Move translated files to their own directory 2007-02-25 18:12:03 +00:00
sv Move translated files to their own directory 2007-02-25 18:12:03 +00:00
ChangeLog BIG change: 2007-03-04 03:06:14 +00:00
Customization.lyx Make HTML export work. 2007-06-15 17:02:35 +00:00
depend.py Fix TOC generation for build dir != src dir 2007-03-18 10:44:26 +00:00
doc_toc.py Fix TOC generation for build dir != src dir 2007-03-18 10:44:26 +00:00
DocStyle.lyx Update to format 245. 2006-01-02 02:29:55 +00:00
DummyDocument1.lyx EmbeddedObjects.lyx: 2007-03-18 03:27:19 +00:00
DummyDocument2.lyx EmbeddedObjects.lyx: 2007-03-18 03:27:19 +00:00
DummyTextDocument.txt EmbeddedObjects.lyx: 2007-03-18 03:27:19 +00:00
EmbeddedObjects.lyx EmbeddedObjects: fix issue recovered by Ignacio 2007-05-28 11:23:39 +00:00
Extended.lyx add layout and template for iopart 2007-06-12 01:09:49 +00:00
FAQ.lyx fix url to Herbert's tips (bug 1634) 2006-02-16 15:48:13 +00:00
Intro.lyx Intro.lyx: fix wrong image path 2007-04-16 23:50:43 +00:00
LaTeXConfig.lyx.in add layout and template for iopart 2007-06-12 01:09:49 +00:00
Makefile.am UserGuide: - German translation updates by Hartmut 2007-05-27 14:19:36 +00:00
Makefile.depend New Spanish translation of the Extended manual, by Ignacio. 2007-04-09 17:30:54 +00:00
README.Documentation
Reference.lyx Update to format 245. 2006-01-02 02:29:55 +00:00
Tutorial.lyx Tutorial.lyx: fix a typo 2007-06-04 20:11:44 +00:00
UserGuide.lyx Add --Separator-- environment 2007-06-13 15:09:28 +00:00

README.Documentation

by John Weiss [3/2000] jpweiss@idsi.net


================
Introduction

    The purpose of this file is *used* *to* *be* to provide a style
    sheet and helpful hints to those wishing to help with the
    LyX Documentation Project.  There's now a separate style-sheet for
    that.

    If you're actually looking for documentation, check out the "Help"
    menu.  Start by reading the Introduction.

================
Why a separate documentation project?  Can't the developers do it?

    In a word, no.  They're too busy adding features and squishing
    bugs.

    Also, g++ is far more forgiving of style changes than a human
    brain.  As long as the code is correct, g++ will happilly compile
    it, and compile it the same way from machine to machine.  Human
    brains are far less forgiving and far more individualized.  So,
    the documentation needs to all be in a uniform style, in addition
    to being grammatically correct and easily readable.  That's a
    pretty big undertaking - which is why I volunteered to
    administrate the docs back in 1997.  Since then, I've passed the
    duty of maintaining the docs on to others.

================
Helping Out

    If you'd like to contribute to the LyX Documentation Project,
    start by reading the file Intro.lyx.  It contains a description of
    the style of the documentation from a reader's perspective.  After
    that, read the LyX Documentation Style Sheet (DocStyle.lyx) and
    commit it to memory!


John Weiss
March, 2000