org.lockss.plugin.DirTreePlugin.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lockss-core Show documentation
Show all versions of lockss-core Show documentation
The Slimmed Down LOCKSS Daemon Core
The newest version!
<map> <entry> <string>plugin_identifier</string> <string>org.lockss.plugin.DirTreePlugin</string> </entry> <entry> <string>plugin_name</string> <string>Dir Tree Plugin</string> </entry> <entry> <string>plugin_version</string> <string>1</string> </entry> <entry> <string>au_name</string> <string>"Dir Tree Plugin, Base URL %s", base_url</string> </entry> <entry> <string>au_start_url</string> <list> <string>"%s", base_url</string> </list> </entry> <entry> <string>au_crawlrules</string> <list> <string>1,"^%s", base_url</string> </list> </entry> <entry> <string>plugin_config_props</string> <list> <org.lockss.daemon.ConfigParamDescr> <key>base_url</key> <displayName>Base URL</displayName> <description>Usually of the form http://<journal-name>.com/</description> <type>3</type> <size>40</size> <definitional>true</definitional> <defaultOnly>false</defaultOnly> </org.lockss.daemon.ConfigParamDescr> </list> </entry> </map>