[latexila] readme: rewrite some sections



commit 3b18a1e8be6752db6259d6f5a4e1b3eb6982acba
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sat Mar 11 15:09:18 2017 +0100

    readme: rewrite some sections
    
    Take some content from gspell. No need to duplicate the information with
    what is available on the wiki.

 README |   82 +++++++++++++++++++++++++---------------------------------------
 1 files changed, 32 insertions(+), 50 deletions(-)
---
diff --git a/README b/README
index ec4e829..99248b3 100644
--- a/README
+++ b/README
@@ -1,75 +1,57 @@
-General Information
-===================
+LaTeXila
+========
 
 This is the version 3.23.2 of LaTeXila.
+
 LaTeXila is an Integrated LaTeX Environment for the GNOME desktop.
 
 LaTeXila is released under the GNU General Public License (GPL) version 3 or
-later, see the file "COPYING" for more information.
+later, see the file 'COPYING' for more information.
 
 The web site:
 
     https://wiki.gnome.org/Apps/LaTeXila
 
+Dependencies
+------------
 
-Requirements
-============
-
-GLib >= 2.50
-GTK+ >= 3.20
-GtkSourceView >= 3.23.1
-Gtef >= 1.99.1 - https://wiki.gnome.org/Projects/Gtef
-gspell >= 1.0
-gee-0.8 >= 0.10
-gettext
-gsettings-desktop-schemas
-Latexmk >= 4.31 (optional, but strongly recommended)
+* GLib >= 2.50
+* GTK+ >= 3.20
+* GtkSourceView >= 3.23.1
+* Gtef >= 1.99.1 - https://wiki.gnome.org/Projects/Gtef
+* gspell >= 1.0
+* gee-0.8 >= 0.10
+* gettext
+* gsettings-desktop-schemas
+* Latexmk >= 4.31 (optional, but strongly recommended)
 
 And for building the sources:
-Vala >= 0.34 (may be optional)
-yelp-tools
+* Vala >= 0.34 (may be optional)
+* yelp-tools
 
 If you are installing LaTeXila from a tarball, you don't have to install Vala
 because the C code is already generated.
 
+Installation from a tarball
+---------------------------
 
-Installation
-============
-
-From a tarball:
-$ ./configure
-
-From a git repository:
-$ ./autogen.sh
-
-Then build the sources:
-$ make
-
-And install everything:
-[ Become root if necessary ]
-$ make install
-
-To uninstall:
-$ make uninstall
-
-See the file "INSTALL" for more details.
-
-
-Where to report bugs
-====================
-
-Bugs should be reported on the GNOME bugzilla:
+Simple install procedure:
 
-    https://bugzilla.gnome.org/browse.cgi?product=latexila
+  $ ./configure
+  $ make
+  [ Become root if necessary ]
+  $ make install
 
+See the file 'INSTALL' for more detailed information.
 
-Translations
-============
+Installation from Git
+---------------------
 
-Here is a summary page about the translation status of LaTeXila:
+It is recommended to use Jhbuild:
 
-    https://l10n.gnome.org/module/latexila/
+    https://wiki.gnome.org/Projects/Jhbuild
 
-If you want to help, see:
+How to contribute
+-----------------
 
-    https://wiki.gnome.org/TranslationProject
+See the file 'HACKING'.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]