Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.py b/config.py
index da9bd0b..dcc38af 100644
--- a/config.py
+++ b/config.py
@@ -104,6 +104,9 @@ REPORT_WHATSNEW_URL_AGE = 7
# The size of a page in kilobytes after which the page is considered too big.
REPORT_SLOW_URL_SIZE = 76
+# The maximum number of links to show in the "referenced from:" lists
+PARENT_LISTLEN = 10
+
# Whether to open links in a new window (add target="_blank")
# (disabled by default because it is not xhtml 1.1)
REPORT_LINKS_IN_NEW_WINDOW = False