[gtksourceview] Update the hacking and readme files



commit 293fa4769315bdf3c1cd08f5d92e5fc23a2ab537
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Wed Jan 8 22:45:26 2014 +0100

    Update the hacking and readme files

 HACKING |    7 ++++---
 README  |   26 ++++++++++++--------------
 2 files changed, 16 insertions(+), 17 deletions(-)
---
diff --git a/HACKING b/HACKING
index 7ae69e0..1d47519 100644
--- a/HACKING
+++ b/HACKING
@@ -10,9 +10,9 @@ Or if you have an account on GNOME servers:
 
     ssh://USERNAME git gnome org/git/gtksourceview
 
-A Web Interface is available at:
+A web interface is available at:
 
-    http://git.gnome.org/cgit/gtksourceview
+    https://git.gnome.org/browse/gtksourceview/
 
 Please don't commit directly to the git repository unless
 you have been given the green light to commit freely to gtksourceview.
@@ -22,6 +22,8 @@ Please attach patches in bugzilla (http://bugzilla.gnome.org).
 If the patch fixes a bug that is not reported yet in bugzilla or is
 an enhancement, create a new bugreport.
 
+Please create patches with the git format-patch command.
+
 If you are a translator feel free to mark strings for translation,
 fix typos in the code, etc.
 
@@ -63,4 +65,3 @@ tracker reference if applicable) and so forth. Be concise but not too brief.
 Thanks,
 
   The GtkSourceView team.
-
diff --git a/README b/README
index ba29785..c503121 100644
--- a/README
+++ b/README
@@ -3,12 +3,16 @@ General Information
 
 This is version 3.11.3 of GtkSourceView.
 
-GtkSourceView is a text widget that extends the standard gtk+ 3.x
-text widget GtkTextView.
+GtkSourceView is a text widget that extends the standard GTK+ text widget
+GtkTextView.
 
 It improves GtkTextView by implementing syntax highlighting and other
 features typical of a source code editor.
 
+The official web site is:
+
+    https://wiki.gnome.org/Projects/GtkSourceView
+
 You can download the latest GtkSourceView tarball from the gnome ftp server:
 
     ftp://ftp.gnome.org/pub/GNOME/sources/gtksourceview
@@ -18,8 +22,8 @@ mailing list.  You can subscribe and get further information here:
 
     http://mail.gnome.org/mailman/listinfo/gnome-devtools
 
-GtkSourceView library is free software and is released under the terms of
-GNU General Lesser Public License. Some language specification files are
+The GtkSourceView library is free software and is released under the terms of
+GNU Lesser General Public License. Some language specification files are
 released under the GNU General Public License (see the files for exact terms).
 We are in the process of relicensing the whole package under the LGPL.
 All future contributions to the project must be LGPL-licensed.
@@ -49,16 +53,13 @@ Bugs should be reported to the GNOME bug tracking system.
 (http://bugzilla.gnome.org, product gtksourceview).
 You will need to create an account for yourself.
 
-You can also report bugs using the GNOME program bug-buddy.
-  
 In the bug report please include:
   
 * Information about your system. For instance:
 
+   - What version of GtkSourceView
    - What operating system and version
-   - What version of X
    - What version of the gtk+, glib and gnome libraries
-   - For Linux, what version of the C library
 
   And anything else you think is relevant.
 
@@ -74,7 +75,7 @@ In the bug report please include:
 
 Please check the bugzilla pages for the list of known bugs.
 
-http://bugzilla.gnome.org/buglist.cgi?product=gtksourceview&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED
+https://bugzilla.gnome.org/browse.cgi?product=gtksourceview
 
 
 Patches
@@ -87,16 +88,13 @@ report.
 Otherwise, enter a new bug report that describes the problem the patch
 fixes, and attach it to that bug report.
 
-Patches should be in unified diff form (use the -up options of GNU
-diff) or even better should be created using git format-patch.
+Patches should be created with the git format-patch command.
 Please follow the coding style described in the HACKING file.
 
 If you are interested in helping us to develop GtkSourceView, please see the 
 file 'MAINTAINERS' for contact information and/or send a message to
 the GtkSourceView mailing list. See also the file 'HACKING' for
-information about our git guidelines and the file 'TODO' for a list of
-pending tasks.
-
+information about our git guidelines.
 
 
 The GtkSourceView team.


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