Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VirusCheckPlugin4Rosetta
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Preservation
VirusCheckPlugin4Rosetta
Commits
faf78cd4
Commit
faf78cd4
authored
11 years ago
by
Andreas Romeyke
Browse files
Options
Downloads
Patches
Plain Diff
- added plugin Metadata XML file
parent
189ff132
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
PLUGIN-INF/metadata_SLUBVirusCheckClamAVPlugin.xml
+59
-0
59 additions, 0 deletions
PLUGIN-INF/metadata_SLUBVirusCheckClamAVPlugin.xml
with
59 additions
and
0 deletions
PLUGIN-INF/metadata_SLUBVirusCheckClamAVPlugin.xml
0 → 100644
+
59
−
0
View file @
faf78cd4
<pl:metadata-config
xmlns:pl=
"http://www.exlibrisgroup.com/Plugins/1.0/"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
>
<pl:pluginTypeName>
VirusCheckPlugin
</pl:pluginTypeName>
<pl:deployName>
SLUBVirusCheckClamAVPlugin
</pl:deployName>
<pl:className>
org.slub.rosetta.dps.repository.plugin.SLUBVirusCheckClamAVPlugin
</pl:className>
<pl:initParameters>
<fr:x_form
xmlns:fr=
"http://com/exlibris/digitool/common/forms/xmlbeans"
>
<form_name>
SLUBVirusCheckClamAVPlugin_Params
</form_name>
<description>
SLUBVirusCheckClamAVPlugin_parameters_form
</description>
<version>
0.1
</version>
<grid_x>
1
</grid_x>
<md_format>
1
</md_format>
<x_fields>
<x_field>
<field_name>
host
</field_name>
<label>
host
</label>
<ui_tool_tip>
add hostname for clamAV daemon
</ui_tool_tip>
<mandatory>
true
</mandatory>
<x_logic_type>
String
</x_logic_type>
<x_ui_type>
TextField
</x_ui_type>
<css_class>
width40
</css_class>
<x_options></x_options>
</x_field>
<x_field>
<field_name>
port
</field_name>
<label>
port
</label>
<ui_tool_tip>
add port number for clamAV daemon
</ui_tool_tip>
<single>
false
</single>
<mandatory>
true
</mandatory>
<x_logic_type>
Int
</x_logic_type>
<x_ui_type>
TextField
</x_ui_type>
<css_class>
width40
</css_class>
<x_options></x_options>
</x_field>
</x_fields>
</fr:x_form>
</pl:initParameters>
<pl:description>
SLUB Virus Check Plugin using installed ClamAV daemon via tcp-sockets
</pl:description>
<pl:version>
1.1
</pl:version>
<pl:materialType>
DIGITAL
</pl:materialType>
<pl:module>
Repository
</pl:module>
<pl:generalType>
TASK
</pl:generalType>
<pl:publicApi>
N
</pl:publicApi>
<pl:implType>
java
</pl:implType>
<pl:contactPerson>
<contact_info
xmlns=
"http://www.exlibrisgroup.com/Plugins/1.0/"
>
<contactType>
admin
</contactType>
<firstName></firstName>
<lastName>
SLUB Dresden
</lastName>
<telephone1></telephone1>
<telephone2></telephone2>
<email>
rosetta@slub-dresden.de
</email>
<address1>
Zellescher Weg 17
</address1>
<address2></address2>
<city>
Dresden
</city>
<zipCode>
01069
</zipCode>
<country>
Germany
</country>
</contact_info>
</pl:contactPerson>
</pl:metadata-config>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment