From 6ee2c0a01436daa2c95773b26852ba9d5dc52871 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 3 Oct 2012 09:12:37 -0400 Subject: [PATCH] DOC: untabified for proper formatting + trailing spaces --- DEVELOP | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/DEVELOP b/DEVELOP index feb4249f..025b58b4 100644 --- a/DEVELOP +++ b/DEVELOP @@ -7,18 +7,18 @@ How to develop for Fail2Ban ================================================================================ -Fail2Ban uses GIT (http://git-scm.com/) distributed source control. This gives -each developer their own complete copy of the entire repository. Developers can -add and switch branches and commit changes when ever they want and then ask a +Fail2Ban uses GIT (http://git-scm.com/) distributed source control. This gives +each developer their own complete copy of the entire repository. Developers can +add and switch branches and commit changes when ever they want and then ask a maintainer to merge their changes. -Fail2Ban uses GitHub (https://github.com/fail2ban/fail2ban) to manage access to -the Git repository. GitHub provides free hosting for open-source projects as +Fail2Ban uses GitHub (https://github.com/fail2ban/fail2ban) to manage access to +the Git repository. GitHub provides free hosting for open-source projects as well as a web-based Git repository browser and an issue tracker. -If you are familiar with Python and you have a bug fix or a feature that you -would like to add to Fail2Ban, the best way to do so it to use the GitHub Pull -Request feature. You can find more details on the Fail2Ban wiki +If you are familiar with Python and you have a bug fix or a feature that you +would like to add to Fail2Ban, the best way to do so it to use the GitHub Pull +Request feature. You can find more details on the Fail2Ban wiki (http://www.fail2ban.org/wiki/index.php/Get_Involved) Testing @@ -26,7 +26,7 @@ Testing Existing tests can be run by executing `fail2ban-testcases`. -Documentation about creating tests (when tests are required and some guidelines +Documentation about creating tests (when tests are required and some guidelines for creating good tests) will be added soon. Coding Standards @@ -60,7 +60,7 @@ one):: JailThread -> Filter -> FileFilter -> {FilterPoll, FilterPyinotify, ...} | | * FileContainer | + FailManager - | + DateDetector + | + DateDetector \- -> Actions * Actions + BanManager