<?xml version="1.0"?> <!-- Generated by the ACS Package Manager --> <package key="robot-detection" url="http://openacs.org/repository/apm/packages/robot-detection" type="apm_application"> <package-name>Robot Detection</package-name> <pretty-plural>Robot Detections</pretty-plural> <singleton-p>t</singleton-p> <version name="4.0.1" url="http://openacs.org/repository/download/apm/robot-detection-4.0.1.apm"> <database-support> <database>oracle</database> <database>postgresql</database> </database-support> <owner>Roger Hsueh</owner> <summary>Redirect web robots to specified URLs</summary> <release-date>2001-01-26</release-date> <vendor url="http://openacs.org">OpenACS</vendor> <description format="text/html">With this package, you can automatically redirect web robots from search engines away from areas that require login and into a separate area which provides content suitable for indexing. You should be aware that this is sometimes considered to be <a href="http://www.google.com/webmasters/faq.html#cloaking">cloaking</a> so excercise care here. </description> <requires url="acs-kernel" version="4.6.2"/> <files> <file type="package_spec" path="robot-detection.info"/> <file type="data_model_create" db_type="oracle" path="sql/oracle/robot-detection-create.sql"/> <file type="data_model_drop" db_type="oracle" path="sql/oracle/robot-detection-drop.sql"/> <file type="data_model_create" db_type="postgresql" path="sql/postgresql/robot-detection-create.sql"/> <file type="data_model_drop" db_type="postgresql" path="sql/postgresql/robot-detection-drop.sql"/> <file type="tcl_init" path="tcl/robot-detection-init.tcl"/> <file type="query_file" path="tcl/robot-detection-init.xql"/> <file type="tcl_procs" path="tcl/robot-detection-procs.tcl"/> <file type="query_file" path="tcl/robot-detection-procs.xql"/> <file type="query_file" db_type="postgresql" path="tcl/robot-detection-procs-postgresql.xql"/> <file type="query_file" db_type="oracle" path="tcl/robot-detection-procs-oracle.xql"/> <file type="content_page" path="www/admin/index.adp"/> <file type="content_page" path="www/admin/index.tcl"/> <file type="query_file" path="www/admin/index.xql"/> <file type="content_page" path="www/admin/refresh-robot-list.tcl"/> <file type="documentation" path="www/doc/acs-admin-guide.html"/> <file type="documentation" path="www/doc/ad-doc.css"/> <file type="documentation" path="www/doc/design.html"/> <file type="documentation" path="www/doc/dev-guide.html"/> <file type="documentation" path="www/doc/index.html"/> <file type="documentation" path="www/doc/xml/design.xml"/> <file type="documentation" path="www/doc/xml/index.xml"/> <file type="documentation" path="www/doc/xml/install.xml"/> <file type="documentation" path="www/doc/xml/requirements.xml"/> <file type="content_page" path="www/index.vuh"/> </files> <parameters> <parameter datatype="number" min_n_values="1" max_n_values="1" name="RefreshIntervalDays" default="30" description="How frequently (in days) the robots table should be refreshed from the Web Robots DB"/> <parameter datatype="string" min_n_values="1" max_n_values="1" name="FilterPattern" default="/member-only/*" description="a CSV string containing the URL paths to be filtered"/> <parameter datatype="string" min_n_values="1" max_n_values="1" name="WebRobotsDB" default="http://www.robotstxt.org/wc/active/all.txt" description="the URL of the Web Robots DB text file"/> <parameter datatype="string" min_n_values="1" max_n_values="1" name="RedirectURL" default="/robot-heaven/" description="the URL where robots should be sent"/> </parameters> </version> </package>