|
From: <arn...@us...> - 2008-05-02 12:42:22
|
Revision: 134
http://adchpp.svn.sourceforge.net/adchpp/?rev=134&view=rev
Author: arnetheduck
Date: 2008-05-02 05:42:20 -0700 (Fri, 02 May 2008)
Log Message:
-----------
add readme conf, include bloom in default config
Modified Paths:
--------------
adchpp/trunk/etc/adchpp.xml
Added Paths:
-----------
adchpp/trunk/readme.conf
Modified: adchpp/trunk/etc/adchpp.xml
===================================================================
--- adchpp/trunk/etc/adchpp.xml 2008-02-13 08:51:30 UTC (rev 133)
+++ adchpp/trunk/etc/adchpp.xml 2008-05-02 12:42:20 UTC (rev 134)
@@ -68,5 +68,7 @@
<Plugins>
<!-- This plugins provides the scripting support. -->
<Plugin>Script</Plugin>
+ <!-- Bloom filter plugin, helps save upload bandwidth at a slight expense of memory and download bandwidth -->
+ <Plugin>Bloom</Bloom>
</Plugins>
</ADCHubPlusPlus>
Added: adchpp/trunk/readme.conf
===================================================================
--- adchpp/trunk/readme.conf (rev 0)
+++ adchpp/trunk/readme.conf 2008-05-02 12:42:20 UTC (rev 134)
@@ -0,0 +1,8 @@
+[attributes]
+numbered
+toc
+frame="all"
+grid="all"
+
+[tabledef-default]
+colspec=
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|