]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/README.texi
Issue 4668: README: replace lilypond-cvs list info with lilypond-auto
[lilypond.git] / Documentation / topdocs / README.texi
index f920937325f3a4040d31bfc492d711b7524e1b71..e282c32fba41326ebbb1a7e86bdd536857a23dfa 100644 (file)
@@ -1,8 +1,11 @@
 \input texinfo @c -*-texinfo-*-
+@documentencoding UTF-8
+@documentlanguage en
 @setfilename README.info
 @settitle Toplevel README
 
-@node Top, , , 
+
+@node Top
 @top
 
 @chapter Toplevel README
@@ -14,35 +17,27 @@ Project.
 
 @section Versioning
 
-LilyPond uses a versioning scheme similar to the Linux kernel.  In a
-version "x.y.z", an even second number 'y' denotes a stable version.
-For development versions 'y' is odd.
+LilyPond uses a versioning scheme that easily identifies stable and
+development releases.  In a version "x.y.z", an even second number 'y'
+denotes a stable version.  For development versions 'y' is odd.
 
 @section Downloading
 
 The primary download site for sourcecode is
 @uref{http://lilypond.org/download/}.
 
-If you have a slow connection, then you are advised to use
-@uref{http://sourceforge.net/projects/xdelta/,xdelta} for patching
-source archives; Xdelta (@file{.xd}) files are supplied on the FTP site.
-
 @section Compilation
 
 For compiling and running LilyPond see the installation instructions.
 These instructions can be found when you unpack lilypond, as
-@file{lilypond-x.y.z/INSTALL.txt}. They are also available on the web
+@file{lilypond-x.y.z/INSTALL.txt}.  They are also available on the web
 at
-@uref{http://lilypond.org/doc/v2.1/Documentation/topdocs/out-www/INSTALL.html}.
-
-NOTE: If you downloaded a binary (@file{.rpm}) or use the Cygwin
-@file{setup.exe} program, then you don't have to compile LilyPond.
-
+@uref{http://lilypond.org/doc/v2.12/Documentation/topdocs/INSTALL.html}.
 
 @section Documentation
 
 The documentation is available online at
-@uref{http://www.lilypond.org/doc/}.
+@uref{http://lilypond.org/doc/}.
 
 You can also build it locally: follow the instructions under `Building
 documentation' in the installation instructions.
@@ -60,42 +55,29 @@ list, not to us personally.
 We have the following mailing lists:
 
 @itemize @bullet
-@item @uref{http://mail.gnu.org/mailman/listinfo/info-lilypond,info-lilypond@@gnu.org}
+@item @uref{http://lists.gnu.org/mailman/listinfo/info-lilypond,info-lilypond@@gnu.org}
 is a low-volume list for information on LilyPond project.
-    This list is moderated; ask 
+    This list is moderated; ask
     @email{drl@@gnu.org, David R. Linn} or
-    @email{hanwen@@cs.uu.nl, Han-Wen} to send announcements for this
+    @email{hanwen@@xs4all.nl, Han-Wen} to send announcements for this
 list.
 
 @item
-@uref{http://mail.gnu.org/mailman/listinfo/lilypond-devel,lilypond-devel@@gnu.org}
+@uref{http://lists.gnu.org/mailman/listinfo/lilypond-devel,lilypond-devel@@gnu.org}
   for discussions about developing LilyPond, in particular the unstable series.
 
-@item @uref{http://mail.gnu.org/mailman/listinfo/lilypond-user,lilypond-user@@gnu.org}
+@item @uref{http://lists.gnu.org/mailman/listinfo/lilypond-user,lilypond-user@@gnu.org}
   for discussions about using LilyPond, in particular the stable series.
 
-@item @uref{http://mail.gnu.org/mailman/listinfo/bug-lilypond,bug-lilypond@@gnu.org}
+@item @uref{http://lists.gnu.org/mailman/listinfo/bug-lilypond,bug-lilypond@@gnu.org}
 for sending bugreports.
 
-@item @uref{http://mail.gnu.org/mailman/listinfo/lilypond-cvs,lilypond-cvs@@gnu.org}
-  for commit messages in CVS development. This is a high-volume moderated
-  list.
+@item @uref{http://lists.gnu.org/mailman/listinfo/lilypond-auto,lilypond-auto@@gnu.org}
+ for notifications from the issue tracking systems of LilyPond.
 @end itemize
 
-You can search the lists from the following page:
-@uref{http://lilypond.org/search, searching facilities}.
-
-@section Caveats
-
-If you have installed a previous version, be sure to remove old font
-files, e.g.,
-
-@example 
-       rm `find /var/lib/texmf/fonts -name 'feta*'` 
-@end example 
-
-a script to do this is left after compiling in
-@file{buildscripts/out/clean-fonts}.
+You can search the lists from our @uref{http://lilypond.org/search,
+searching facilities}.
 
 @section Bugs