[gnome-commander] Improves order of README.md



commit 3fcbce111578ae5846bc0ba022061bea25ffdff0
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Sat Oct 24 16:01:51 2015 +0200

    Improves order of README.md

 README.md |   86 +++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 44 insertions(+), 42 deletions(-)
---
diff --git a/README.md b/README.md
index 76d8ea0..805b5ae 100644
--- a/README.md
+++ b/README.md
@@ -5,23 +5,33 @@
 GNOME Commander is a fast and powerful twin-panel file manager for the GNOME desktop, 
 released under [GPL v2](https://www.gnu.org/licenses/gpl-2.0.html).
 
-* Bugs: http://bugzilla.gnome.org/browse.cgi?product=gnome-commander
-* Download: http://ftp.gnome.org/pub/GNOME/sources/gnome-commander
-* Git: https://git.gnome.org/browse/gnome-commander/
 * Website: https://gcmd.github.io/
+* Bugs: http://bugzilla.gnome.org/browse.cgi?product=gnome-commander
+
+Mailing lists:
+
+* https://lists.nongnu.org/mailman/listinfo/gcmd-users → for users
+* https://lists.nongnu.org/mailman/listinfo/gcmd-devel → for developers
+
+You can find email addresses of the people who have created GNOME Commander
+in the [AUTHORS](AUTHORS) file.
+
 
 ## Contributing ##
 
+
 ### Ideas ###
 
-If have some good ideas for stuff that you want to see in this program you
-should check the [TODO](TODO) file first before filing a feature request. 
+If you have some good ideas for stuff you want to see in this program you
+should check the [TODO](TODO) file first before filing a feature request.
+
 
 ### Translations ###
 
 This program is hosted on the GNOME git server. Therefore, it would be 
 great if you could help translating using [damned lies](https://l10n.gnome.org/).
 
+
 ### Cool hacks ###
 
 Send an email with the patch to the [developers mailing 
list](https://lists.nongnu.org/mailman/listinfo/gcmd-devel).
@@ -31,13 +41,40 @@ Please create the patch either
 
 Also, write a good explanation of what the patch does.
 
+
 ### Plugins ###
 
-If you have created a new plugin let us know about it on the mailing list.
+If you have created a new plugin let us know about it on the [developer mailing 
list](https://lists.nongnu.org/mailman/listinfo/gcmd-devel).
+
+
+## Problem reporting ##
+
+Bugs should be reported on [GNOME Bugzilla](http://bugzilla.gnome.org/browse.cgi?product=gnome-commander).
+You will need to create an account for yourself.
+
+In the bug report please include:
+
+* Information about your system and anything else you think is relevant.
+For instance:
+  * 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
+* How to reproduce the bug.
+* If the bug was a crash, the exact text that was printed out when the
+  crash occurred.
+* Further information such as stack traces may be useful, but is not
+  necessary. If you do send a stack trace, and the error is an X error,
+  it will be more useful if the stack trace is produced running the test
+  program with the --sync command line option.
+
+See the Bugzilla [project page](http://bugzilla.gnome.org/browse.cgi?product=gnome-commander) for the list 
of known bugs.
 
 
 ## Building ##
 
+Get the latest source from the [GNOME ftp server](ftp://ftp.gnome.org/pub/GNOME/sources/gnome-commander/).
+
 ```bash
 ~ » tar -xf gnome-commander-$VERSION.tar.xz # unpack the sources
 ~ » cd gnome-commander-$VERSION             # change to the toplevel directory
@@ -47,7 +84,7 @@ If you have created a new plugin let us know about it on the mailing list.
 ~ » make install                            # install GNOME Commander
 ```
 
-For installing GNOME Commander via git, do the following:
+For installing GNOME Commander using the sources in the git repository, do the following:
 
 ```bash
 ~ » git clone git://git.gnome.org/gnome-commander
@@ -60,38 +97,3 @@ For installing GNOME Commander via git, do the following:
 
 After executing ``./configure`` or ``./autogen.sh`` see the file ``INSTALL``
 for detailed information regarding the installation of GNOME Commander.
-
-## Communication ##
-
-This project has two mailing lists, one for users and one for developers.
-Subscription to those mailing lists can be done at:
-
-* https://lists.nongnu.org/mailman/listinfo/gcmd-users → for users
-* https://lists.nongnu.org/mailman/listinfo/gcmd-devel → for developers
-
-You can also find email addresses of the people who have created GNOME Commander
-in the [AUTHORS](AUTHORS) file.
-
-
-## Problem reporting ##
-
-Bugs should be reported on [GNOME Bugzilla](http://bugzilla.gnome.org/browse.cgi?product=gnome-commander).
-You will need to create an account for yourself.
-
-In the bug report please include:
-
-* Information about your system and anything else you think is relevant.
-For instance:
-  * 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
-* How to reproduce the bug.
-* If the bug was a crash, the exact text that was printed out when the
-  crash occurred.
-* Further information such as stack traces may be useful, but is not
-  necessary. If you do send a stack trace, and the error is an X error,
-  it will be more useful if the stack trace is produced running the test
-  program with the --sync command line option.
-
-See the Bugzilla [project page](http://bugzilla.gnome.org/browse.cgi?product=gnome-commander) for the list 
of known bugs.


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