From e58be4452304c76c408710f156f6afbba0de6771 Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Sun, 30 Nov 2014 23:23:29 +0100 Subject: [PATCH] Wrap overly long lines in README.md. --- README.md | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e6a466358..5096b11fb 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,24 @@ ## About -KeePassX is an application for people with extremely high demands on secure personal data management. It has a light interface, is cross platform and published under the terms of the GNU General Public License. +KeePassX is an application for people with extremely high demands on secure personal data management. +It has a light interface, is cross platform and published under the terms of the GNU General Public License. -KeePassX saves many different information e.g. user names, passwords, urls, attachments and comments in one single database. For a better management user-defined titles and icons can be specified for each single entry. Furthermore the entries are sorted in groups, which are customizable as well. The integrated search function allows to search in a single group or the complete database. -KeePassX offers a little utility for secure password generation. The password generator is very customizable, fast and easy to use. Especially someone who generates passwords frequently will appreciate this feature. +KeePassX saves many different information e.g. user names, passwords, urls, attachments and comments in one single database. +For a better management user-defined titles and icons can be specified for each single entry. +Furthermore the entries are sorted in groups, which are customizable as well. The integrated search function allows to search in a single group or the complete database. +KeePassX offers a little utility for secure password generation. The password generator is very customizable, fast and easy to use. +Especially someone who generates passwords frequently will appreciate this feature. -The complete database is always encrypted either with AES (alias Rijndael) or Twofish encryption algorithm using a 256 bit key. Therefore the saved information can be considered as quite safe. KeePassX uses a database format that is compatible with [KeePass Password Safe](http://keepass.info/). This makes the use of that application even more favorable. +The complete database is always encrypted either with AES (alias Rijndael) or Twofish encryption algorithm using a 256 bit key. +Therefore the saved information can be considered as quite safe. KeePassX uses a database format that is compatible with [KeePass Password Safe](http://keepass.info/). +This makes the use of that application even more favorable. ## Install -KeePassX can be downloaded and installed using an assortment of installers available on the main [KeePassX website](http://www.keepassx.org).KeePassX can also be installed from the official repositories of many Linux repositories. If you wish to build KeePassX from source, rather than rely on the pre-compiled binaries, you may wish to read up on the _From Source_ section. +KeePassX can be downloaded and installed using an assortment of installers available on the main [KeePassX website](http://www.keepassx.org). +KeePassX can also be installed from the official repositories of many Linux repositories. +If you wish to build KeePassX from source, rather than rely on the pre-compiled binaries, you may wish to read up on the _From Source_ section. ### Debian @@ -32,7 +40,8 @@ sudo yum install keepassx ### Windows -Download the Windows installer from the KeePassX [download](https://www.keepassx.org/downloads) page. Once downloaded, double click on the file to execute the installer. +Download the Windows installer from the KeePassX [download](https://www.keepassx.org/downloads) page. +Once downloaded, double click on the file to execute the installer. ### From Source @@ -67,7 +76,9 @@ More detailed instructions available in the INSTALL file. ## Contribute -Coordination of work between developers is handled through the [KeePassX development](https://www.keepassx.org/dev) site. Requests for enhancements, or reports of bugs encountered, can also be reported through the KeePassX development site. However, members of the open-source community are encouraged to submit pull requests directly through GitLab. +Coordination of work between developers is handled through the [KeePassX development](https://www.keepassx.org/dev) site. +Requests for enhancements, or reports of bugs encountered, can also be reported through the KeePassX development site. +However, members of the open-source community are encouraged to submit pull requests directly through GitLab. ### Clone Repository @@ -87,7 +98,8 @@ git pull ### Feature Requests -We're always looking for suggestions to improve our application. If you have a suggestion for improving an existing feature, or would like to suggest a completely new feature for KeePassX, please file a ticket on the [KeePassX development](https://www.keepassx.org/dev) site. +We're always looking for suggestions to improve our application. If you have a suggestion for improving an existing feature, +or would like to suggest a completely new feature for KeePassX, please file a ticket on the [KeePassX development](https://www.keepassx.org/dev) site. ### Bug Reports