Switch to side-by-side view
--- a/Allura/development.ini +++ b/Allura/development.ini @@ -213,6 +213,12 @@ # execute malicious code after an exception is raised. #set debug = false +# Enable or disable external RSS feed importing in ForgeBlog tool. +# Default is "false". This feature requires GPL library "html2text". Install it +# with following command: +# pip install -e git://github.com/brondsem/html2text.git#egg=html2text +forgeblog.exfeed = false + [app:tool_test] use = egg:Allura override_root=basetest_project_root