root/lyx-devel/branches/BRANCH-1_2_X/README

Revision 5921, 7.4 kB (checked in by lasgouttes, 6 years ago)

some updates to prepare for 1.2.3

  • Property svn:eol-style set to native
Line 
1 Preamble: LyX version scheme
2
3         In September of 1999 the LyX Team decided that we could no
4         longer successfully use the two strand development process
5         like the Linux kernel. The idea was to to switch to a
6         development model similar to that used by Fetchmail where only
7         we would will only make small stable changes between releases
8         and release more often.  This lead to the 1.1.x series of LyX
9         releases where the inhards of the program have been rewritten
10         to make use of the C++ Standard Library features, establish
11         the foundations of GUI/system independence, and generally
12         clean up the data structures used in the core of LyX.
13
14         As of April 2002, this transition phase is completed and we
15         feel it is time to switch to (yet) another version scheme.
16         This new series will be in a state of continual advancement.
17         Note the word "advancement" and not "development." Development
18         will be occurring in branches of CVS and once the
19         feature/modification has proved stable it will be merged into
20         the main releases.
21
22         LyX still uses a continuous numbering scheme where odd or
23         even numbering is not significant. Prereleases are
24         labeled with a "pre" suffix and any fixes required between
25         stable releases have a "fix" suffix. Thus there are three
26         possible file names:
27
28            lyx-1.2.0.tar.gz       -- stable release
29            lyx-1.2.3.tar.gz       -- third maintenance release of the
30                                      1.2.0 stable release
31            lyx-1.2.0pre1.tar.gz   -- potentially unstable test release
32
33         The maintenance releases are designed mainly to fix bugs. The
34         goal here is not to have parallel development as for the linux
35         kernel (the team is too small to afford that), but rather to
36         include all the simple (so that the maintenance burden on us
37         is not too high) and safe (so that system administrators can
38         install them without fear) bug fixes.  Experience shows that
39         these releases will contain a few new features, and that the
40         bulk of the patches will be documentation updates.
41
42 What is LyX?
43
44         LyX is an advanced open-source "document processor". Unlike
45         standard word processors, LyX encourages writing based on the
46         structure of your documents, not their appearance. It lets you
47         concentrate on writing, leaving details of visual layout to the
48         software.
49
50         You can read more about this concept in the documentation,
51         which you'll find under the Help menu.  If you plan to use LyX,
52         you really should read about it to be able to make the best of
53         it.
54
55 What is LyX not?
56
57         LyX is not just another word processor that claims to be a
58         Desktop Publishing program.  It's a more modern way of
59         creating documents that look much nicer, but without wasting
60         time with layout-fiddling.  For these reasons you might need
61         little time to get used to the differences.
62         If you are looking for a free Desktop Publishing program for
63         Unix, you will be disappointed.
64
65 What do I need to run LyX?
66
67         A Unix-like system or Windows with cygwin, OS/2 with XFree
68         At least X11 Release 5
69         A decent LaTeX2e installation (e.g. teTeX or NTeX) not older
70            than 1995/12/01
71         Perl5.002 or later to import LaTeX files into LyX
72
73 What's new?
74
75         Read NEWS.
76
77 How do I install a binary distribution of LyX?
78
79         Unpack it and run it.  We recommend unpacking it in /usr/local,
80         but it should work anywhere.  In particular, you can try LyX
81         in a temporary directory before installing permanently by
82         typing "bin/lyx".
83
84         We recommend that you configure LyX system-wide by copying the
85         file share/lyx/lyxrc.example to share/lyx/lyxrc, and then
86         reading and modifying it.
87
88         You should read the notes regarding this particular build in
89         the file README.bin.
90
91 How do I upgrade from an earlier LyX version?
92
93         Read the file UPGRADING for info on this subject.
94         If you are upgrading from version 0.12.0 or later, you don't
95         need to do anything special.
96
97 What do I need to compile LyX from the source distribution?
98
99         1. A good c++ compiler.  Development is being done mainly on
100            gcc/g++, but some others work. As of LyX 1.2.0, you need at
101            least gcc 2.95.X (or egcs 1.1.x). Another compiler known to
102            work is compaq cxx 6.1.
103         2. The Xforms library version 1.0 (recommended) or the older
104            0.89.6/0.88.1.
105         3. LibXpm version 4.7 (or newer).
106
107         Read the file "INSTALL" for more information on compiling.
108
109 Okay, I've installed LyX. What now?
110
111         Once you've installed it, and everything looks fine, go read
112         the "Introduction" item under the Help menu.  You should follow
113         the instructions there, which tell you to read (or at least skim)
114         the Tutorial. After that, you should also read "Help/LaTeX
115         configuration" which provides info on your LaTeX configuration
116         as LyX sees it.  You might be missing a package or two that you'd
117         like to have.
118
119         User-level configuration is possible via the Edit>Preferences menu.
120
121 Does LyX have support for non-English speakers/writers/readers?
122
123         Yes. LyX supports writing in many languages.
124
125         Menus and error messages have been translated to the following
126         languages (* means there are language-specific keyboard menu
127         bindings as well):
128
129         Basque      (eu)
130         Bulgarian   (bg)
131         Catalan     (ca)
132         Czech       (cs)
133         Danish      (da)
134         German      (de)    *
135         Spanish     (es)
136         Finnish     (fi)
137         French      (fr)    *
138         Hebrew      (he)
139         Hungarian   (hu)    *
140         Italian     (it)
141         Dutch       (nl)
142         Norwegian   (no)
143         Polish      (pl)
144         Portuguese  (pt)    *
145         Romanian    (ro)
146         Russian     (ru)
147         Slovenian   (sl)
148         Swedish     (sv)    *
149         Turkish     (tr)
150         Walloon     (wa)
151
152         Keymaps can ease typing in one or more of the following languages:
153
154         Arabic
155         Bulgarian
156         Czech
157         French, Swiss French
158         German, Swiss German
159         Greek
160         Hebrew
161         Hungarian (Magyar)
162         Latvian
163         Polish
164         Portugese
165         Romanian
166         Slovenian
167         Turkish
168         Ukrainian
169
170 Internet resources of relevance to LyX
171
172         The LyX homepage contains valuable information about LyX and the
173         various LyX mailing lists, as well as links to mirrors and other
174         LyX homepages around the world:
175         http://www.lyx.org/
176
177         Main LyX archive site:
178         ftp://ftp.lyx.org/pub/lyx/
179
180         The LyX Development page has information about the development
181         effort. LyX is now under CVS control, so you can get the very
182         latest sources from there at any time.
183         http://www.devel.lyx.org/
184         ftp://www.devel.lyx.org/pub/lyx/
185
186 How do I submit a bug report?
187
188         If possible, read the Introduction found under the Help menu in LyX.
189         You'll find detailed info on submitting bug reports there.
190
191         If you can't do that, send details to the LyX Developers mailing
192         list, or use the LyX bug tracker at http://bugzilla.lyx.org/.
193         Don't forget to mention which version you are having problems with!
194
195 How can I participate in the development of LyX?
196
197         Any help with the development of LyX is greatly appreciated--
198         after all LyX wouldn't be what it is today without the help
199         of volunteers. We need your help!
200
201         If you want to work on LyX, you should contact the developer's
202         mailing list for discussion on how to do your stuff.  LyX is being
203         cleaned up, and therefore it's important to follow some rules.
204         Read about those rules in development/Code_rules/.
205
206         If you don't know C++, there are many other ways to contribute.
207         Write documentation. Help to internationalize LyX by translating
208         documentation or menus/error messages, or by writing a new keymap.
209         Write a new textclass.  Work on reLyX (Perl). Find bugs (but please
210         read the list of known bugs first). Contribute money. Or just offer
211         feature suggestions (but please read the online TODO list first). 
212
213 Thank you for trying LyX, and we appreciate your feedback in the mailing
214 lists.
215
216 The LyX Team.
Note: See TracBrowser for help on using the browser.