[file-roller: 2/5] format README



commit 887a5d58b72d7f59196e91e8ad32fe69ec47a107
Author: Roger <sachanroger gmail com>
Date:   Sat Aug 31 04:37:42 2019 +0000

    format README

 README.md | 139 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 71 insertions(+), 68 deletions(-)
---
diff --git a/README.md b/README.md
index 2147ee8a..f8d86397 100644
--- a/README.md
+++ b/README.md
@@ -1,81 +1,84 @@
-                          * File Roller *
+# File Roller
 
-                 an archive manager utility for the
-                         GNOME Environment.
+An archive manager utility for the GNOME Environment.
 
-* What is it ?
+## What is it ?
 
-  File Roller is an archive manager for the GNOME environment.  This means
-  that you can create and modify archives; view the content of an archive;
-  view and modify a file contained in the archive; extract files from the
-  archive.
+File Roller is an archive manager for the GNOME environment.  This means
+that you can create and modify archives; view the content of an archive;
+view and modify a file contained in the archive; extract files from the
+archive.
 
-  File Roller is only a front-end (a graphical interface) to archiving programs
-  like tar and zip. The supported file types are :
-    * 7-Zip Compressed File (.7z)
-    * WinAce Compressed File (.ace)
-    * ALZip Compressed File (.alz)
-    * AIX Small Indexed Archive  (.ar)
-    * ARJ Compressed Archive (.arj)
-    * Cabinet File (.cab)
-    * UNIX CPIO Archive (.cpio)
-    * Debian Linux Package (.deb) [Read-only mode]
-    * ISO-9660 CD Disc Image (.iso) [Read-only mode]
-    * Java Archive (.jar)
-    * Java Enterprise archive (.ear)
-    * Java Web Archive (.war)
-    * LHA Archive (.lzh, .lha)
-    * WinRAR Compressed Archive (.rar)
-    * RAR Archived Comic Book (.cbr)
-    * RPM Linux Package (.rpm) [Read-only mode]
-    * Tape Archive File:
-          * uncompressed (.tar)
-      or compressed with:
-          * gzip (.tar.gz , .tgz)
-          * brotli (.tar.br)
-          * bzip (.tar.bz , .tbz)
-          * bzip2 (.tar.bz2 , .tbz2)
-          * compress (.tar.Z , .taz)
-          * lrzip (.tar.lrz , .tlrz)
-          * lzip (.tar.lz , .tlz)
-          * lzop (.tar.lzo , .tzo)
-          * 7zip (.tar.7z)
-          * xz (.tar.xz)
-    * Snap packages (.snap)
-    * Squashfs images (.sqsh)
-    * Stuffit Archives (.bin, .sit)
-    * ZIP Archive (.zip)
-    * ZIP Archived Comic Book (.cbz)
-    * ZOO Compressed Archive File (.zoo)
-    * Single files compressed with gzip (.gz), brotli (.br), bzip (.bz), bzip2 (.bz2), compress (.Z),
-      lrzip (.lrz), lzip (.lz), lzop (.lzo), rzip(.rz), xz (.xz).
+File Roller is only a front-end (a graphical interface) to archiving programs
+like tar and zip. The supported file types are:
 
-* Home Page
+* 7-Zip Compressed File (.7z)
+* WinAce Compressed File (.ace)
+* ALZip Compressed File (.alz)
+* AIX Small Indexed Archive  (.ar)
+* ARJ Compressed Archive (.arj)
+* Cabinet File (.cab)
+* UNIX CPIO Archive (.cpio)
+* Debian Linux Package (.deb) [Read-only mode]
+* ISO-9660 CD Disc Image (.iso) [Read-only mode]
+* Java Archive (.jar)
+* Java Enterprise archive (.ear)
+* Java Web Archive (.war)
+* LHA Archive (.lzh, .lha)
+* WinRAR Compressed Archive (.rar)
+* RAR Archived Comic Book (.cbr)
+* RPM Linux Package (.rpm) [Read-only mode]
+* Tape Archive File:
+* uncompressed (.tar)
+* or compressed with:
+  * gzip (.tar.gz , .tgz)
+  * brotli (.tar.br)
+  * bzip (.tar.bz , .tbz)
+  * bzip2 (.tar.bz2 , .tbz2)
+  * compress (.tar.Z , .taz)
+  * lrzip (.tar.lrz , .tlrz)
+  * lzip (.tar.lz , .tlz)
+  * lzop (.tar.lzo , .tzo)
+  * 7zip (.tar.7z)
+  * xz (.tar.xz)
+* Snap packages (.snap)
+* Squashfs images (.sqsh)
+* Stuffit Archives (.bin, .sit)
+* ZIP Archive (.zip)
+* ZIP Archived Comic Book (.cbz)
+* ZOO Compressed Archive File (.zoo)
+* Single files compressed with gzip (.gz), brotli (.br), bzip (.bz),
+  bzip2 (.bz2), compress (.Z), lrzip (.lrz), lzip (.lz), lzop (.lzo), rzip(.rz), and xz (.xz).
 
-  http://fileroller.sourceforge.net
+## Home Page
 
-* Licensing
+<https://wiki.gnome.org/Apps/FileRoller>
 
-  This program is released under the terms of the GNU General Public
-  License (GNU GPL) version 2 or greater.
-  You can find a copy of the license in the file COPYING.
+## Licensing
 
-* Dependencies
+This program is released under the terms of the GNU General Public
+License (GNU GPL) version 2 or greater.
+You can find a copy of the license in the file COPYING.
 
-  In order to build this program from the source code you need a working
-  GNOME environment version 2.x, with the development tools installed
-  properly.
+## Dependencies
 
-  Also you need the following libraries:
-       * glib >= 2.36
-       * gtk+ >= 3.13.2
-        * libnautilus-extension >= 2.22.2 (optional)
-        * libarchive >= 3.0.0 (optional)
+In order to build this program from the source code you need a working
+GNOME environment version 2.x, with the development tools installed
+properly.
 
-* Install
+Also you need the following libraries:
 
-  mkdir build
-  cd build
-  meson ..
-  ninja
-  ninja install
+* glib >= 2.36
+* gtk+ >= 3.13.2
+  * libnautilus-extension >= 2.22.2 (optional)
+  * libarchive >= 3.0.0 (optional)
+
+## Install
+
+```bash
+mkdir build
+cd build
+meson ..
+ninja
+ninja install
+```
\ No newline at end of file


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