Desenvolver e Download de Software Open Source

View /system.xml

file info

category(Tag)
/icho/ (パッケージのルートディレクトリ)
file name
system
última actualização
2005-03-06 12:23
tipo
Plain Text
editor
哀 / Hiro
descrição
各種設定を管理人が記述するファイル。
linguagem
Japanese
translate
<?xml version="1.0" encoding="utf-8" ?>
<system
	path="/icho/system.xml"
	xmlns="http://icho.orz.cc/schema/system"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://icho.orz.cc/schema/system http://icho.orz.cc/schema/system.xsd"
	>
	<!-- path -->
	<script path="/icho.php"/>
	<permalink>
		<directory path="/icho/permalink/"/>
		<index path="/icho/permalink/index.xml"/>
	</permalink>
	<template>
		<directory path="/icho/template/"/>
		<index path="/icho/template/index.xslt"/>
		<root path="/icho/template/system.xslt"/>
	</template>
	<error path="/icho/error.xml"/>

	<!-- language -->
	<language xml:lang="en" name="English">
		<translation xml:lang="ja">英語</translation>
	</language>
	<language xml:lang="ja" name="日本語">
		<translation xml:lang="en">Japanese</translation>
	</language>

	<!-- output -->
	<!-- @type = ("dynamic"|"static") -->
	<output type="dynamic">
		<default>
			<format contentType="application/xml">.xml</format>
			<template namespace="http://icho.orz.cc/schema/system">Copy.All</template>
		</default>
	</output>

	<!-- if output/@type is "static" -->
	<!-- server -->
	<server>
		<mod_rewrite>no</mod_rewrite>
		<multiViews>no</multiViews>
		<directoryIndexIsScript>no</directoryIndexIsScript>
	</server>
</system>