summaryrefslogtreecommitdiff
path: root/DEVELOP
diff options
context:
space:
mode:
authorDaniel Black <grooverdan@users.sourceforge.net>2013-10-01 10:52:23 +1000
committerDaniel Black <grooverdan@users.sourceforge.net>2013-10-01 10:52:23 +1000
commit84cb55dcc8677d2d8583e3372a4abd93720a8c79 (patch)
treeed6b97af657e7672d4abfa58457bb50232915114 /DEVELOP
parentc35d2844bd39ad10a9fbe48af477d69e77cbbeb0 (diff)
downloadfail2ban-84cb55dcc8677d2d8583e3372a4abd93720a8c79.tar.gz
DOC: http://sourcecodebrowser.com/ as a tip for development
Diffstat (limited to 'DEVELOP')
-rw-r--r--DEVELOP3
1 files changed, 3 insertions, 0 deletions
diff --git a/DEVELOP b/DEVELOP
index 8f6d7a19..db4bc5b8 100644
--- a/DEVELOP
+++ b/DEVELOP
@@ -282,6 +282,9 @@ TIP: Take a look at the source code of the application you are developing
parts are constrained and different formats depending on configuration or
less common usages.
+TIP: For looking through source code - http://sourcecodebrowser.com/ . It has
+ call graphs and can browse different versions.
+
TIP: Some applications log spaces at the end. If you are not sure add \s*$ as
the end part of the regex.