lyx_mirror/lib/doc
Jean-Marc Lasgouttes 7dd29bb818 Move translated files to their own directory
What I did:

* move xx_foo.ext to xx/foo.ext

* update Makefile.am to make install work

* minimally update scons_manifest.py (I'd be surprised to see it
  work).

* update i18nLibFileSearch to use the new naming scheme, and keep
  temporarily some code that checks the old method.

* update image paths in .lyx files

* update name of files (examples in tutorial, for ex.) in lyx files

What is definitely broken:

* cmake (did not touch it)

* TOC files (I am not sure how the code works)

I would be surprised if nothing else was wrong. 



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17343 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-25 18:12:03 +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 Move translated files to their own directory 2007-02-25 18:12:03 +00:00
es Move translated files to their own directory 2007-02-25 18:12:03 +00:00
eu Move translated files to their own directory 2007-02-25 18:12:03 +00:00
fr Move translated files to their own directory 2007-02-25 18:12:03 +00:00
gl Move translated files to their own directory 2007-02-25 18:12:03 +00:00
he Move translated files to their own directory 2007-02-25 18:12:03 +00:00
hu Move translated files to their own directory 2007-02-25 18:12:03 +00:00
it Move translated files to their own directory 2007-02-25 18:12:03 +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 Move translated files to their own directory 2007-02-25 18:12:03 +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 * Customization.lyx: 2007-02-06 14:35:17 +00:00
Customization.lyx * Customization.lyx: 2007-02-06 14:35:17 +00:00
depend.py rename ExtendedInsets - forgot this 2007-01-31 00:25:24 +00:00
doc_toc.py All lyx files are encoded in utf-8 now. :-) 2006-08-29 11:11:12 +00:00
DocStyle.lyx Update to format 245. 2006-01-02 02:29:55 +00:00
EmbeddedObjects.lyx EmbeddedObjects: 2007-02-13 22:25:11 +00:00
escher-lsd.eps add missing doc files and update makefile 2004-06-02 13:40:06 +00:00
Extended.lyx hopefully last part of the ExtendedInsets.lyx renaming 2007-01-31 21:46:10 +00:00
FAQ.lyx fix url to Herbert's tips (bug 1634) 2006-02-16 15:48:13 +00:00
Intro.lyx fix filenames 2007-01-24 16:44:50 +00:00
LaTeXConfig.lyx.in Support for the EURO sign (bug 845): 2006-12-06 16:46:57 +00:00
Makefile.am Move translated files to their own directory 2007-02-25 18:12:03 +00:00
Makefile.depend Move translated files to their own directory 2007-02-25 18:12:03 +00:00
mobius.eps add missing doc files and update makefile 2004-06-02 13:40:06 +00:00
platypus.eps add missing doc files and update makefile 2004-06-02 13:40:06 +00:00
README.Documentation add missing doc files and update makefile 2004-06-02 13:40:06 +00:00
Reference.lyx Update to format 245. 2006-01-02 02:29:55 +00:00
Tutorial.lyx Document inset-dissolve without format change (taken from 1.4 branch) 2006-09-25 15:06:04 +00:00
UserGuide.lyx * lib/doc/*.lyx: replace "ascii" by "plain text" 2007-01-16 22:15:33 +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