/system.xmlの表示
<?xml version="1.0" encoding="utf-8" ?>
<rdf:RDF
xmlns="http://icho.orz.cc/schema/system"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://icho.orz.cc/schema/system http://icho.orz.cc/schema/system.xsd"
>
<Icho>
<!-- Path -->
<hasPathTo parseType="Resource">
<permalinkIndex dc:resource="/icho/permalink/index.xml"/>
<permalinkDirectory dc:resource="/icho/permalink/"/>
<!--templateIndex dc:resource="/icho/template/index.xsl"/-->
<!--templateDirectory dc:resource="/icho/template/"/-->
<templateRoot dc:resource="/icho/template/system.xsl"/>
<errorDefinition dc:resource="/icho/error.xml"/>
</hasPathTo>
<!-- Language -->
<hasResourceWrittenIn>
<naturalLanguage xml:lang="en" dc:title="English">
<translatedTo>
<naturalLanguage xml:lang="ja" dc:title="英語">
<translatedBy>
<translator dc:resource="" dc:title="Excite"/>
</translatedBy>
</naturalLanguage>
</translatedTo>
</naturalLanguage>
<naturalLanguage xml:lang="ja" dc:title="日本語">
<translatedTo>
<naturalLanguage xml:lang="en" dc:title="Japanese">
<translatedBy>
<translator dc:resource="" dc:title="Excite"/>
</translatedBy>
</naturalLanguage>
</translatedTo>
</naturalLanguage>
</hasResourceWrittenIn>
<!-- Output -->
<outputs>
<ifDynamically>
<byDefaultOf>
<permalink id="*.txt" contentType="text/plain" templateNamespace="http://icho.orz.cc/schema/system" templateName"Copy.All"/>
</byDefaultOf>
</ifDynamically>
<ifStatically>
<byServer givingScriptAsDirectoryIndex="no">
<allowing>mod_rewrite</allowing>
<allowing>Multiviews</allowing>
</byServer>
</ifStatically>
</outputs>
</Icho>
</rdf:RDF>
| |