r4631 - in trunk/lib: . style/skins/lter style/skins/ltss style/skins/saeon style/skins/sanparks

daigle at ecoinformatics.org daigle at ecoinformatics.org
Tue Nov 25 12:40:01 PST 2008


Author: daigle
Date: 2008-11-25 12:40:00 -0800 (Tue, 25 Nov 2008)
New Revision: 4631

Added:
   trunk/lib/style/skins/lter/lter.properties
   trunk/lib/style/skins/lter/lter.properties.metadata.xml
   trunk/lib/style/skins/ltss/ltss.properties
   trunk/lib/style/skins/ltss/ltss.properties.metadata.xml
   trunk/lib/style/skins/saeon/saeon.properties
   trunk/lib/style/skins/saeon/saeon.properties.metadata.xml
Modified:
   trunk/lib/metacat.properties
   trunk/lib/style/skins/sanparks/sanparks.properties
Log:
add lter, ltss and saeon skins configurations.

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

Added: trunk/lib/style/skins/lter/lter.properties
===================================================================
--- trunk/lib/style/skins/lter/lter.properties	                        (rev 0)
+++ trunk/lib/style/skins/lter/lter.properties	2008-11-25 20:40:00 UTC (rev 4631)
@@ -0,0 +1,60 @@
+#
+# General configuration parameters
+#
+registry.config.username=uid=lter,o=unaffiliated,dc=ecoinformatics,dc=org
+registry.config.password=lter
+registry.config.scope=lter
+registry.config.organization=lter
+registry.config.abbrev=lter
+registry.config.url=http://www.lter.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/lter/lter.properties
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/lib/style/skins/lter/lter.properties.metadata.xml
===================================================================
--- trunk/lib/style/skins/lter/lter.properties.metadata.xml	                        (rev 0)
+++ trunk/lib/style/skins/lter/lter.properties.metadata.xml	2008-11-25 20:40:00 UTC (rev 4631)
@@ -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/lter/lter.properties.metadata.xml
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/lib/style/skins/ltss/ltss.properties
===================================================================
--- trunk/lib/style/skins/ltss/ltss.properties	                        (rev 0)
+++ trunk/lib/style/skins/ltss/ltss.properties	2008-11-25 20:40:00 UTC (rev 4631)
@@ -0,0 +1,60 @@
+#
+# General configuration parameters
+#
+registry.config.username=uid=ltss,o=unaffiliated,dc=ecoinformatics,dc=org
+registry.config.password=ltss
+registry.config.scope=ltss
+registry.config.organization=ltss
+registry.config.abbrev=ltss
+registry.config.url=http://www.ltss.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/ltss/ltss.properties
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/lib/style/skins/ltss/ltss.properties.metadata.xml
===================================================================
--- trunk/lib/style/skins/ltss/ltss.properties.metadata.xml	                        (rev 0)
+++ trunk/lib/style/skins/ltss/ltss.properties.metadata.xml	2008-11-25 20:40:00 UTC (rev 4631)
@@ -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/ltss/ltss.properties.metadata.xml
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/lib/style/skins/saeon/saeon.properties
===================================================================
--- trunk/lib/style/skins/saeon/saeon.properties	                        (rev 0)
+++ trunk/lib/style/skins/saeon/saeon.properties	2008-11-25 20:40:00 UTC (rev 4631)
@@ -0,0 +1,60 @@
+#
+# General configuration parameters
+#
+registry.config.username=uid=saeonadmin,o=SAEON,dc=ecoinformatics,dc=org
+registry.config.password=testme
+registry.config.scope=saeon
+registry.config.organization=South African Environmental Observation Network Repository
+registry.config.abbrev=SAEON
+registry.config.url=http://www.saeon.ac.za/
+registry.config.site=station
+registry.config.type=Repository
+registry.config.publicReadable=true
+registry.config.adminIsDocOwner=false
+registry.config.debug=0
+
+# 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=registry at sanparks.org
+email.recipient=judithk at sanparks.org
+email.admin=Judith Kruger
+
+# 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=true
+registry.modules.keyword=true
+registry.modules.temporal=true
+registry.modules.upload=true
+
+registry.required.temporal=false
+registry.required.spatial=false
+registry.required.contactEmailAddress=false
+
+# NCEAS specific
+registry.db.connection=
+registry.db.user=
+registry.db.password=
+
+# imported properties from lib/skin.configs/sanparks/sanparks.properties
+# java code usage
+lsidauthority=
+registryurl=
+registryname=


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

Added: trunk/lib/style/skins/saeon/saeon.properties.metadata.xml
===================================================================
--- trunk/lib/style/skins/saeon/saeon.properties.metadata.xml	                        (rev 0)
+++ trunk/lib/style/skins/saeon/saeon.properties.metadata.xml	2008-11-25 20:40:00 UTC (rev 4631)
@@ -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/saeon/saeon.properties.metadata.xml
___________________________________________________________________
Name: svn:executable
   + *

Modified: trunk/lib/style/skins/sanparks/sanparks.properties
===================================================================
--- trunk/lib/style/skins/sanparks/sanparks.properties	2008-11-25 18:51:12 UTC (rev 4630)
+++ trunk/lib/style/skins/sanparks/sanparks.properties	2008-11-25 20:40:00 UTC (rev 4631)
@@ -33,8 +33,8 @@
 email.admin=Judith Kruger
 
 # registry display settings
-registry.show.siteList=true
-registry.show.wgList=true
+registry.show.siteList=false
+registry.show.wgList=false
 registry.show.organization=true
 # registry module display
 registry.modules.taxonomic=true
@@ -42,10 +42,10 @@
 registry.modules.spatial=true
 registry.modules.keyword=true
 registry.modules.temporal=true
-registry.modules.upload=false
+registry.modules.upload=true
 
-registry.required.temporal=true
-registry.required.spatial=true
+registry.required.temporal=false
+registry.required.spatial=false
 registry.required.contactEmailAddress=false
 
 # NCEAS specific



More information about the Metacat-cvs mailing list