Reformated README

This commit is contained in:
2013-05-12 18:23:49 +02:00
parent dc7f625542
commit c8407ff57b

View File

@@ -6,7 +6,8 @@ Those are Midnight Commander extfs plugins for handling several archive types.
Installation Installation
============ ============
See individual installation plugins below. Basically it come down to:
See individual installation plugins below. Basically it comes down to:
* copying ``extfslib.py`` and plugin files to ``~/.local/share/mc/extfs/`` * copying ``extfslib.py`` and plugin files to ``~/.local/share/mc/extfs/``
* installing binary handlers (lha, unlzx, xdms and unadf) * installing binary handlers (lha, unlzx, xdms and unadf)
@@ -18,16 +19,19 @@ See individual installation plugins below. Basically it come down to:
ULha ULha
==== ====
ULha is an extfs plugin which can be used with lha/lzh/lharc archives. ULha is an extfs plugin which can be used with lha/lzh/lharc archives.
Personally, I've use it almost exclusively for archives created long time ago Personally, I've use it almost exclusively for archives created long time ago
on my Amiga. Both reading and writing into archive was implemented. on my Amiga. Both reading from and writing into archive was implemented.
Requirements Requirements
------------ ------------
ULha requires `free lha <http://lha.sourceforge.jp>`_ implementation to work. ULha requires `free lha <http://lha.sourceforge.jp>`_ implementation to work.
Installation Installation
------------ ------------
* copy ``extfslib.py`` and ``ulha`` to ``~/.local/share/mc/extfs/`` * copy ``extfslib.py`` and ``ulha`` to ``~/.local/share/mc/extfs/``
* add or change entry for files handle in ``~/.config/mc/mc.ext``:: * add or change entry for files handle in ``~/.config/mc/mc.ext``::
@@ -38,24 +42,27 @@ Installation
ULzx ULzx
==== ====
ULzx is an extfs plugin which can be used to browse and extract lzx archives, ULzx is an extfs plugin which can be used to browse and extract lzx archives,
which are known almost exclusively from Amiga. which are known almost exclusively from Amiga.
Due to limitations of Due to limitations of
`unlzx <ftp://us.aminet.net/pub/aminet/misc/unix/unlzx.c.gz.readme>`_ tools, `unlzx <ftp://us.aminet.net/pub/aminet/misc/unix/unlzx.c.gz.readme>`_ tools,
only reading is supported. Also be aware, that only reading is supported. Also be aware, that
`unlzx <ftp://us.aminet.net/pub/aminet/misc/unix/unlzx.c.gz.readme>`_ tool `unlzx <ftp://us.aminet.net/pub/aminet/misc/unix/unlzx.c.gz.readme>`_ cannot
cannot extract files individually, so copying entire archive content is not extract files individually, so copying entire archive content is not
recommended, since on every file a full archive extract would be performed, recommended, since on every single file a full archive extract would be
which in the end would have impact on performance. performed, which in the end would have impact on performance.
Requirements Requirements
------------ ------------
ULzx requires ULzx requires
`unlzx <ftp://us.aminet.net/pub/aminet/misc/unix/unlzx.c.gz.readme>`_ tool. `unlzx <ftp://us.aminet.net/pub/aminet/misc/unix/unlzx.c.gz.readme>`_ tool.
Installation Installation
------------ ------------
* copy ``extfslib.py`` and ``ulzx`` to ``~/.local/share/mc/extfs/`` * copy ``extfslib.py`` and ``ulzx`` to ``~/.local/share/mc/extfs/``
* add or change entry for files handle in ``~/.config/mc/mc.ext``:: * add or change entry for files handle in ``~/.config/mc/mc.ext``::
@@ -66,6 +73,7 @@ Installation
UAdf UAdf
==== ====
UAdf is an extfs plugin suitable for reading .adf, .adz and .dms Amiga floppy UAdf is an extfs plugin suitable for reading .adf, .adz and .dms Amiga floppy
disk images. Due to limitations of the disk images. Due to limitations of the
`unadf <http://freecode.com/projects/unadf>`_, file access inside disk image is `unadf <http://freecode.com/projects/unadf>`_, file access inside disk image is
@@ -112,6 +120,7 @@ needed.
Installation Installation
------------ ------------
* copy ``extfslib.py`` and ``uadf`` to ``~/.local/share/mc/extfs/`` * copy ``extfslib.py`` and ``uadf`` to ``~/.local/share/mc/extfs/``
* add or change entry for files handle in ``~/.config/mc/mc.ext``:: * add or change entry for files handle in ``~/.config/mc/mc.ext``::