⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.xml.svn-base

📁 由国外的一个著名的geonetwork修改而来
💻 SVN-BASE
📖 第 1 页 / 共 2 页
字号:
			<output sheet="info.xsl">				<xml  name="info"    file="xml/password-changed.xml" />			</output>		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<!-- Group services                                                -->		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<service name="group.list">			<class name=".services.group.List"/>			<output sheet="group-list.xsl"/>		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<service name="group.get">			<class name=".services.group.Get"/>			<output sheet="group-update.xsl"/>		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<service name="group.update">			<class name=".services.group.Update"/>			<output forward="group.list" />		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<service name="group.remove">			<class name=".services.group.Remove"/>			<output forward="group.list" />		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<!-- Category services                                             -->		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<service name="category.list">			<class name=".services.category.List"/>			<output sheet="category-list.xsl"/>		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<service name="category.get">			<class name=".services.category.Get"/>			<output sheet="category-update.xsl"/>		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<service name="category.update">			<class name=".services.category.Update"/>			<output forward="category.list" />		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<service name="category.remove">			<class name=".services.category.Remove"/>			<output forward="category.list" />		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<!--                   Login services                              -->		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<service name="user.login">			<class name=".services.login.Login"/>			<output forward="main.home" />			<error id="login" sheet="error.xsl">				<xml  name="error"   file="xml/login-error.xml" />			</error>		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<service name="user.logout">			<class name=".services.login.Logout"/>			<output forward="main.home" />		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<!-- Administration services                                       -->		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<service name="admin">			<output sheet="admin.xsl">				<call name="services" class="jeeves.guiservices.services.Get"/>			</output>		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<!-- Help services                                                 -->		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<service name="help">			<output sheet="page.xsl">				<xml name="page" file="xml/help.xml" />			</output>		</service>		<service name="help.metadata">			<output sheet="metadata-help.xsl"/>		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<!-- Resources management services                                 -->		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<service name="file.disclaimer">			<output sheet="file-download-disclaimer.xsl" />		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<service name="file.download">			<class name=".services.feedback.Insert">				<param name="subject"    value="Downloaded file" />				<param name="user"       value="$ADMIN_MAIL" />				<param name="mailServer" value="$SMTP_HOST" />				<param name="port"       value="$SMTP_PORT" />			</class>			<output sheet="file-download.xsl" />		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<service name="graphover.show">			<output sheet="graphover-show.xsl"/>		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<service name="resources.get">			<class name=".services.resources.Download">				<param name="user"       value="$ADMIN_MAIL" />				<param name="mailServer" value="$SMTP_HOST" />				<param name="port"       value="$SMTP_PORT" />			</class>			<error id="file-not-found" sheet="error.xsl">				<xml name="error" file="xml/file-not-found-error.xml" />			</error>			<output file="true"/>		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<service name="resources.get2">			<class name=".services.resources.Download2">				<param name="user"       value="$ADMIN_MAIL" />				<param name="mailServer" value="$SMTP_HOST" />				<param name="port"       value="$SMTP_PORT" />			</class>			<error id="file-not-found" sheet="error.xsl">				<xml name="error" file="xml/file-not-found-error.xml" />			</error>			<output file="true"/>		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<service name="resources.upload">			<class name=".services.resources.Upload" />			<output forward="metadata.edit" />		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<service name="resources.del">			<class name=".services.resources.Remove" />			<error id="file-not-found" sheet="error.xsl">				<xml name="error" file="xml/file-not-found-error.xml" />			</error>			<output forward="metadata.edit" />		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<!-- XML services -->		<service name="xml.user.login">			<class name=".services.login.Login"/>		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<service name="xml.user.logout">			<class name=".services.login.Logout"/>		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<service name="xml.search">			<class name=".services.main.XmlSearch"/>			<output sheet="portal-present.xsl" contentType="text/xml; charset=UTF-8"/>		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<service name="xml.metadata.get">			<class name=".services.metadata.Show"/>		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<service name="xml.info">			<class name=".services.main.Info"/>		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<service name="xml.forward">			<class name=".services.main.Forward"/>		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<!-- GeoNetwork Mapping Application XML services  -->		<service name="xml.user.list">			<class name=".services.user.List"/>		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<service name="xml.group.list">			<class name=".services.group.List"/>		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<service name="xml.metadata.insert">			<class name=".services.metadata.Insert"/>		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<service name="xml.metadata.delete">			<class name=".services.metadata.Delete"/>		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<!-- Catalogue Services for the Web -->		<service name="csw">			<class name=".services.main.CswDispatcher"/>		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<!-- RSS services -->		<service name="rss.latest">			<output sheet="rss-latest.xsl" contentType="text/xml; charset=UTF-8">				<call name="latestUpdated"  class=".guiservices.metadata.GetLatestUpdated">					<param name="maxItems"           value="20" />					<param name="timeBetweenUpdates" value="10" />				</call>				<call name="siteURL" class=".guiservices.util.GetSiteURL"/>			</output>		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<service name="rss.search">			<class name=".services.main.Search">				<param name="maxSummaryKeys" value="10" />			</class>		</service>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<service name="rss.present">			<class name=".services.main.Result"/>			<output sheet="rss-search.xsl" contentType="text/xml; charset=UTF-8">				<call name="siteURL" class=".guiservices.util.GetSiteURL"/>			</output>		</service>	</services>	<!-- ====================================================================== -->	<include>config-metadata.xml</include>	<include>config-harvesting.xml</include>	<include>config-portal.xml</include>	<!-- ====================================================================== --></geonet>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -