[gspell/alatiera/revert] Revert "Freeze"




commit eb3d3d62ff11023383cc6f731d6856769a192bfd
Author: Jordan Petridis <jordan centricular com>
Date:   Thu Sep 23 23:51:13 2021 +0300

    Revert "Freeze"
    
    This reverts commit 9ee66534fcca2f971461fb8dfe709e55fc118f84.
    
    This reverts commit 30f66b828173c6ea7c1f413503d80e8fb02cc74e.
    This reverts commit 4fe18bbde3f5b4b26c2bc2cec14c57d18de2b0f9.
    This reverts commit 48547077e172b59e45af845295a4e859f51a9f07.
    This reverts commit 7dd77cc8024e2aed97f1997d7091b2dec62de7cd.
    This reverts commit 0ac3ed67995bcdb7cc279251eb05a3da84d2d9f9.
    This reverts commit 41ac00b6f28a43befbd1d207b09e788fc1de5a13.
    This reverts commit f821e890646ab436595a8f562f387493a4ec3225.
    This reverts commit 47ca81e7ac8d7772e36637845f9542c4812ef9b8.
    This reverts commit b2ec43af3a12b7b035063f27e7af296bedff4a79.
    This reverts commit 1ac5315787390e3074b673fb178dc39d3e9b9d7c.

 HACKING                  | 30 ++++++++++-----------
 README                   | 69 +++++++++++++++++++++++++++++++++++++++++++++++-
 README.md                | 21 ---------------
 docs/dev-notes.md        | 16 -----------
 docs/gspell.next.md      | 44 ------------------------------
 docs/more-information.md | 62 -------------------------------------------
 6 files changed, 83 insertions(+), 159 deletions(-)
---
diff --git a/HACKING b/HACKING
index aa73c99..c629088 100644
--- a/HACKING
+++ b/HACKING
@@ -1,20 +1,20 @@
-gspell development
-==================
+How to contribute to gspell
+===========================
 
-Contributions are no longer accepted
-------------------------------------
+gspell follows the same guidelines and code conventions as GtkSourceView:
 
-And new maintainers are not accepted either.
+    https://gitlab.gnome.org/GNOME/gtksourceview/blob/master/HACKING
 
-But the source code is open, you can copy it freely and create a new project.
-What I just ask for the new project:
-- Must have a different project name.
-- And it must be possible to install gspell plus the new project in parallel on
-  the same prefix. For example by just bumping the major/API version of the
-  library to something far apart.
+The gspell GitLab:
 
-Notes
------
+    https://gitlab.gnome.org/GNOME/gspell
 
-gspell follows the same guidelines and code conventions as GtkSourceView (when
-GtkSourceView was still developed by Sébastien Wilmet).
+Development notes
+-----------------
+
+See the text files in the docs/ directory (if you're looking to integrate
+gspell with *Flatpak*, it's there ;-) ).
+
+There are also some notes on the wiki:
+
+    https://wiki.gnome.org/Projects/gspell
diff --git a/README b/README
index 69b3a83..90f88af 100644
--- a/README
+++ b/README
@@ -1 +1,68 @@
-See the README.md file.
+gspell - a spell-checking library for GTK applications
+======================================================
+
+This is version 1.9.1 of gspell.
+
+gspell provides a flexible API to add spell-checking to a GTK application.
+
+The gspell library is free software and is released under the terms of the GNU
+LGPL version 2.1 or later. See the file 'COPYING' for more information.
+
+The official web site is:
+
+    https://wiki.gnome.org/Projects/gspell
+
+About versions
+--------------
+
+gspell follows the GNOME release schedule and uses the same versioning scheme:
+
+    https://developer.gnome.org/programming-guidelines/stable/versioning.html.en
+
+For example the 1.7.x versions are unstable, and the 1.8.x versions are stable.
+
+Dependencies
+------------
+
+* GLib >= 2.44
+* GTK >= 3.20
+* Enchant >= 2.2.12
+* ICU - http://site.icu-project.org/
+
+Notes for packagers
+-------------------
+
+At least on GNU/Linux, it is better to install hunspell. aspell can be
+considered deprecated and doesn't work well with gspell. If both hunspell and
+aspell are installed, Enchant prefers hunspell by default.
+
+See also:
+
+    https://fedoraproject.org/wiki/Releases/FeatureDictionary
+    https://wiki.ubuntu.com/ConsolidateSpellingLibs
+
+Installation
+------------
+
+Simple install procedure from a tarball:
+
+  $ ./configure
+  $ make
+  [ Become root if necessary ]
+  $ make install
+
+See the file 'INSTALL' for more detailed information.
+
+From the Git repository, the 'configure' script and the 'INSTALL' file are not
+yet generated, so you need to run 'autogen.sh' instead, which takes the same
+arguments as 'configure'.
+
+To build the latest version of gspell plus its dependencies from Git, Jhbuild
+is recommended:
+
+    https://wiki.gnome.org/Projects/Jhbuild
+
+How to contribute
+-----------------
+
+See the file 'HACKING'.


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