[gimp-help-2] Reviewed the README file.



commit f3b0444dd8706072c1eee47fbedb3a5c288fe113
Author: Roman Joost <romanofski gimp org>
Date:   Sat May 30 17:22:07 2009 +1000

    Reviewed the README file.
    
    Revamped a few descriptions on how to checkout and send patches using
    subversion which is rather outdated.
---
 README |   33 ++++++---------------------------
 1 files changed, 6 insertions(+), 27 deletions(-)

diff --git a/README b/README
index 949191f..d312746 100644
--- a/README
+++ b/README
@@ -19,29 +19,6 @@ and our wiki page:
 
   http://wiki.gimp.org/gimp/GimpDocs
 
-The help system is written in many languages. There is currently no
-reference language and we don't support to translate the manual by using
-GNU gettext. This has the following advantages:
-
-    - Every language group and every author can decide how much
-      information he want to provide on a specific topic. He doesn't
-      translate just a string.
-
-    - We can provide an easier fallback to English for our readers,
-      because the layout and structure of each chapter and section
-      doesn't change.
-
-    - This way should encourage collaboration between translations. For
-      example, if a french translator spots a formatting problem in
-      another translation he is able to fix it.
-
-    - The use of DocBook/XML is a format independent container format.
-      
-But obviously there are disadvantages:
-
-    - The DocBook/XML approach has a high entry barrier for people who
-      use text editors only occasionally.
-
 
 Tips for contribution
 =====================
@@ -62,12 +39,14 @@ to date information of the current GIMP development.
   ----------------------------
 
   Use any editor you want, but you should handle it well. Please keep in
-  mind, that the tab width in XML Mode should be 2 spaces. If you send us
-  a patch, create the diff as a unified diff by typing
+  mind, that the tab width in XML Mode should be 2 spaces. It is
+  recommended to attach patches to a bug report. Creating patches with
+  git is probably better described at http://live.gnome.org, but in
+  short: 
 
-    svn diff > help.patch 
+    git format-patch HEAD^
 
-  from your gimp-help-2 directory.
+  to create a patch with your last local commits.
 
   Provided you have xmllint installed, you can validate the XML
   and check the well-formedness of the XML files by running



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