[PATCH 2/2] docs: split long lines (up to 80 characters)

Nicolas Sebrecht nicolas.s-dev at laposte.net
Mon Jul 23 16:38:29 UTC 2012


Not everybody has a wide screen.

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev at laposte.net>
---
 README           |    8 ++++++--
 docs/INSTALL.rst |   27 ++++++++++++++++++++-------
 2 files changed, 26 insertions(+), 9 deletions(-)

diff --git a/README b/README
index b2c11fe..8f80d7a 100644
--- a/README
+++ b/README
@@ -10,7 +10,9 @@ messages on each computer, and changes you make one place will be visible on all
 other systems. For instance, you can delete a message on your home computer, and
 it will appear deleted on your work computer as well. OfflineIMAP is also useful
 if you want to use a mail reader that does not have IMAP support, has poor IMAP
-support, or does not provide disconnected operation. It's homepage at http://offlineimap.org contains more information, source code, and online documentation.
+support, or does not provide disconnected operation. It's homepage at
+http://offlineimap.org contains more information, source code, and online
+documentation.
 
 OfflineIMAP does not require additional python dependencies beyond python >=2.6
 (although python-sqlite is strongly recommended).
@@ -87,7 +89,9 @@ Mailing list & bug reporting
 ----------------------------
 
 The user discussion, development and all exciting stuff take place in the
-OfflineImap mailing list at http://lists.alioth.debian.org/mailman/listinfo/offlineimap-project. You do not need to subscribe to send emails.
+OfflineImap mailing list at
+http://lists.alioth.debian.org/mailman/listinfo/offlineimap-project. You do not
+need to subscribe to send emails.
 
 Bugs, issues and contributions should be reported to the mailing list. Bugs can
 also be reported in the issue tracker at
diff --git a/docs/INSTALL.rst b/docs/INSTALL.rst
index 31bc14a..83608d4 100644
--- a/docs/INSTALL.rst
+++ b/docs/INSTALL.rst
@@ -37,29 +37,40 @@ In order to use `OfflineIMAP`_, you need to have these conditions satisfied:
 Installation
 ------------
 
-Installing OfflineImap should usually be quite easy, as you can simply unpack and run OfflineImap in place if you wish to do so. There are a number of options though:
+Installing OfflineImap should usually be quite easy, as you can simply unpack
+and run OfflineImap in place if you wish to do so. There are a number of options
+though:
 
 #. system-wide :ref:`installation via your distribution package manager <inst_pkg_man>`
 #. system-wide or single user :ref:`installation from the source package <inst_src_tar>`
 #. system-wide or single user :ref:`installation from a git checkout <inst_git>`
 
-Having installed OfflineImap, you will need to configure it, to be actually useful. Please check the :ref:`Configuration` section in the :doc:`MANUAL` for more information on the configuration step.
+Having installed OfflineImap, you will need to configure it, to be actually
+useful. Please check the :ref:`Configuration` section in the :doc:`MANUAL` for
+more information on the configuration step.
 
 .. _inst_pkg_man:
 
 System-Wide Installation via distribution
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-The easiest way to install OfflineIMAP is via your distribution's package manager. OfflineImap is available under the name `offlineimap` in most Linux and BSD distributions.
+The easiest way to install OfflineIMAP is via your distribution's package
+manager. OfflineImap is available under the name `offlineimap` in most Linux and
+BSD distributions.
 
 
 .. _inst_src_tar:
 
 Installation from source package
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-Download the latest source archive from our `download page <https://github.com/spaetz/offlineimap/downloads>`_. Simply click the "Download as .zip" or "Download as .tar.gz" buttons to get the latest "stable" code from the master branch. If you prefer command line, you will want to use:
-    wget https://github.com/spaetz/offlineimap/tarball/master
 
-Unpack and continue with the :ref:`system-wide installation <system_wide_inst>` or the :ref:`single-user installation <single_user_inst>` section.
+Download the latest source archive from our `download page
+<https://github.com/spaetz/offlineimap/downloads>`_. Simply click the "Download
+as .zip" or "Download as .tar.gz" buttons to get the latest "stable" code from
+the master branch. If you prefer command line, you will want to use: wget
+https://github.com/spaetz/offlineimap/tarball/master
+
+Unpack and continue with the :ref:`system-wide installation <system_wide_inst>`
+or the :ref:`single-user installation <single_user_inst>` section.
 
 
 .. _inst_git:
@@ -78,7 +89,9 @@ checkout a particular release like this::
   cd offlineimap
   git checkout v6.5.2.1
 
-You have now a source tree available and proceed with either the :ref:`system-wide installation <system_wide_inst>` or the :ref:`single-user installation <single_user_inst>`.
+You have now a source tree available and proceed with either the
+:ref:`system-wide installation <system_wide_inst>` or the :ref:`single-user
+installation <single_user_inst>`.
 
 
 .. _system_wide_inst:
-- 
1.7.8.rc3.356.gdc26bd83




More information about the OfflineIMAP-project mailing list