r4630 - in trunk/lib: . style/skins/kepler

daigle at ecoinformatics.org daigle at ecoinformatics.org
Tue Nov 25 10:51:12 PST 2008


Author: daigle
Date: 2008-11-25 10:51:12 -0800 (Tue, 25 Nov 2008)
New Revision: 4630

Added:
   trunk/lib/style/skins/kepler/kepler.properties
   trunk/lib/style/skins/kepler/kepler.properties.metadata.xml
Modified:
   trunk/lib/metacat.properties
Log:
Add kepler to available skins

Modified: trunk/lib/metacat.properties
===================================================================
--- trunk/lib/metacat.properties	2008-11-25 18:50:45 UTC (rev 4629)
+++ trunk/lib/metacat.properties	2008-11-25 18:51:12 UTC (rev 4630)
@@ -283,8 +283,8 @@
 
 ######## Skins  #########################################
 
-skin.names=default,esa,nceas,knb,obfs,nrs,sanparks
-
+#skin.names=default,nceas,esa,knb,kepler,lter,ltss,obfs,nrs,sanparks,saeon
+skin.names=default,esa,nceas,knb,kepler,obfs,nrs,sanparks
 ######## Document Section  #########################################
 
 #The flag to indicate if invalidated eml 201 documents were corrected.

Added: trunk/lib/style/skins/kepler/kepler.properties
===================================================================
--- trunk/lib/style/skins/kepler/kepler.properties	                        (rev 0)
+++ trunk/lib/style/skins/kepler/kepler.properties	2008-11-25 18:51:12 UTC (rev 4630)
@@ -0,0 +1,60 @@
+#
+# General configuration parameters
+#
+registry.config.username=uid=kepler,o=unaffiliated,dc=ecoinformatics,dc=org
+registry.config.password=kepler
+registry.config.scope=kepler
+registry.config.organization=Kepler
+registry.config.abbrev=Kepler
+registry.config.url=http://www.kepler-project.org/
+registry.config.site=station
+registry.config.type=Repository
+registry.config.publicReadable=true
+registry.config.adminIsDocOwner=false
+registry.config.debug=1
+
+# template settings
+registry.templates.response=genericResponse.tmpl
+registry.templates.entry=entryForm.tmpl
+registry.templates.guide=genericGuide.tmpl
+registry.templates.login=loginForm.tmpl
+registry.templates.confirmData=confirmData.tmpl
+registry.templates.deleteData=deleteData.tmpl
+registry.templates.header=genericHeader.tmpl
+registry.templates.footer=genericFooter.tmpl
+# ESA-skin specific templates
+registry.templates.modEmailNotification=
+registry.templates.modResult=
+registry.templates.getReviews=
+
+# email settings
+email.sender=kepler at kepler-project.org
+email.recipient=kepler-users at ecoinformatics.org
+email.admin=Chad Berkley
+
+# registry display settings
+registry.show.siteList=false
+registry.show.wgList=false
+registry.show.organization=true
+# registry module display
+registry.modules.taxonomic=true
+registry.modules.method=true
+registry.modules.spatial=false
+registry.modules.keyword=true
+registry.modules.temporal=false
+registry.modules.upload=false
+
+registry.required.temporal=true
+registry.required.spatial=true
+registry.required.contactEmailAddress=false
+
+# NCEAS specific
+registry.db.connection=
+registry.db.user=
+registry.db.password=
+
+# imported properties from lib/skin.configs/knb/knb.properties
+# java code usage
+lsidauthority=
+registryurl=
+registryname=


Property changes on: trunk/lib/style/skins/kepler/kepler.properties
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/lib/style/skins/kepler/kepler.properties.metadata.xml
===================================================================
--- trunk/lib/style/skins/kepler/kepler.properties.metadata.xml	                        (rev 0)
+++ trunk/lib/style/skins/kepler/kepler.properties.metadata.xml	2008-11-25 18:51:12 UTC (rev 4630)
@@ -0,0 +1,131 @@
+<?xml version="1.0"?>
+
+<metadataConfig>
+	<group>
+		<index>1</index>
+		<name>Skins Configuration</name>
+		<comment>Choose configure the skins that will be available in this instance of MetaCat.</comment> 
+		<description>Skin Configuration Values.</description>
+	</group>
+
+	<config>
+		<key>registry.show.siteList</key>
+		<label>Show Site List</label>
+		<group>1</group>
+		<index>1</index>
+		<fieldType>checkbox</fieldType>
+		<description>Show the site list in the registry.</description>
+		<helpFile>properties.html#registry.show.siteList</helpFile>
+	</config>
+
+	<config>
+		<key>registry.show.wgList</key>
+		<label>Show Work Group List</label>
+		<group>1</group>
+		<index>2</index>
+		<fieldType>checkbox</fieldType>
+		<description>Show the work group list in the registry.</description>
+		<helpFile>properties.html#registry.show.wgList</helpFile>
+	</config>
+
+	<config>
+		<key>registry.show.organization</key>
+		<label>Show Organization List</label>
+		<group>1</group>
+		<index>3</index>
+		<fieldType>checkbox</fieldType>
+		<description>Show the organization in the registry.</description>
+		<helpFile>properties.html#registry.show.organization</helpFile>
+	</config>
+
+	<config>
+		<key>registry.modules.taxonomic</key>
+		<label>Show Taxonomic Module</label>
+		<group>1</group>
+		<index>4</index>
+		<fieldType>checkbox</fieldType>
+		<description>Show the taxonmic section in the registry.</description>
+		<helpFile>properties.html#registry.modules.taxonomic</helpFile>
+	</config>
+	
+	<config>
+		<key>registry.modules.method</key>
+		<label>Show Method Module</label>
+		<group>1</group>
+		<index>5</index>
+		<fieldType>checkbox</fieldType>
+		<description>Show the method section in the registry.</description>
+		<helpFile>properties.html#registry.modules.method</helpFile>
+	</config>
+	
+	<config>
+		<key>registry.modules.spatial</key>
+		<label>Show Spatial Module</label>
+		<group>1</group>
+		<index>6</index>
+		<fieldType>checkbox</fieldType>
+		<description>Show the spatial section in the registry.</description>
+		<helpFile>properties.html#registry.modules.spatial</helpFile>
+	</config>
+
+	<config>
+		<key>registry.modules.keyword</key>
+		<label>Show Keyword Module</label>
+		<group>1</group>
+		<index>7</index>
+		<fieldType>checkbox</fieldType>
+		<description>Show the keyword section in the registry.</description>
+		<helpFile>properties.html#registry.modules.keyword</helpFile>
+	</config>
+
+	<config>
+		<key>registry.modules.temporal</key>
+		<label>Show Temporal Module</label>
+		<group>1</group>
+		<index>8</index>
+		<fieldType>checkbox</fieldType>
+		<description>Show the temporal section in the registry.</description>
+		<helpFile>properties.html#registry.modules.temporal</helpFile>
+	</config>
+	
+	<config>
+		<key>registry.modules.upload</key>
+		<label>Show Upload Module</label>
+		<group>1</group>
+		<index>9</index>
+		<fieldType>checkbox</fieldType>
+		<description>Show the upload section in the registry.</description>
+		<helpFile>properties.html#registry.modules.upload</helpFile>
+	</config>
+	
+	<config>
+		<key>registry.required.temporal</key>
+		<label>Temporal Value Required</label>
+		<group>1</group>
+		<index>10</index>
+		<fieldType>checkbox</fieldType>
+		<description>Determine if temporal value must be entered.</description>
+		<helpFile>properties.html#registry.required.temporal</helpFile>
+	</config>
+	
+	<config>
+		<key>registry.required.spatial</key>
+		<label>Spatial Value Required</label>
+		<group>1</group>
+		<index>11</index>
+		<fieldType>checkbox</fieldType>
+		<description>Determine if spatial value must be entered.</description>
+		<helpFile>properties.html#registry.required.spatial</helpFile>
+	</config>
+	
+	<config>
+		<key>registry.required.contactEmailAddress</key>
+		<label>Contact Email Address Required</label>
+		<group>1</group>
+		<index>12</index>
+		<fieldType>checkbox</fieldType>
+		<description>Determine if contact email address must be entered.</description>
+		<helpFile>properties.html#registry.required.contactEmailAddress</helpFile>
+	</config>
+
+</metadataConfig>
\ No newline at end of file


Property changes on: trunk/lib/style/skins/kepler/kepler.properties.metadata.xml
___________________________________________________________________
Name: svn:executable
   + *



More information about the Metacat-cvs mailing list