OCEツールキットを使用して多言語サイトのサイト・マップを生成し、マップをサイトに公開します。
cec create-site map <site>
コマンドを使用して、Oracle Content Managementサーバー上に多言語サイトのサイト・マップを作成できます。例:
cec create-site-map Site1 -u http://www.example.com/site1
このコマンドはサイト構造を横断し、サイト・ページ階層と一致するサイト・マップ階層を作成し、Oracle Content Managementサーバー上に指定したサイトURLでサイト・マップを作成します。
コマンドのオプションは次のとおりです。
--url, -u <url> Site URL [required] --changefreq, -c How frequently the page is likely to change --file, -f Name of the generated site map file --publish, -p Upload the site map to CEC server after creation --help, -h Show help [boolean]
<changefreq>
オプションの有効な値は次のとおりです。
always
hourly
daily
weekly
monthly
yearly
never
auto
cec create-site-map
コマンドの例は次のとおりです。
cec create-site-map Site1 -u http://www.example.com/site1 cec create-site-map Site1 -u http://www.example.com/site1 -f sitemap.xml cec create-site-map Site1 -u http://www.example.com/site1 -p cec create-site-map Site1 -u http://www.example.com/site1 -c weekly -p
サイト・マップを公開するには、サイト更新を作成し、サイト・マップを更新し、更新をコミットします。