Merge "Adds Japanese landing page for translated docs"
This commit is contained in:
commit
8dd1eb3846
@ -133,12 +133,15 @@
|
||||
<div class="container">
|
||||
<div class="span-12">
|
||||
<div class="dropDownTrigger">
|
||||
<p><a href="#">More Releases...</a></p>
|
||||
<p><a href="#">More Releases and Languages...</a></p>
|
||||
<div class="dropDown">
|
||||
<div>
|
||||
<ul>
|
||||
<li class="link"><a href="/trunk/"
|
||||
title="Go to the "Current release" page"
|
||||
<li class="link"><a href="/ja/"
|
||||
title="Go to the Japanese documentation"
|
||||
></a>OpenStack ドキュメント</li>
|
||||
<li class="link"><a href="/trunk/"
|
||||
title="Go to the "in progress docs" page"
|
||||
>In progress (master branch)</a></li>
|
||||
<li class="link"><a href="/havana/"
|
||||
title="Go to the "Havana release" page"
|
||||
|
@ -134,19 +134,22 @@
|
||||
<div class="container">
|
||||
<div class="span-12">
|
||||
<div class="dropDownTrigger">
|
||||
<p><a href="#">More Releases...</a></p>
|
||||
<p><a href="#">More Releases and Languages...</a></p>
|
||||
<div class="dropDown">
|
||||
<div>
|
||||
<ul>
|
||||
<li class="link"><a href="/trunk/"
|
||||
title="Go to the "Current release" page"
|
||||
>Current (master branch)</a></li>
|
||||
<li class="link"><a href="/ja/"
|
||||
title="Go to the Japanese documentation"
|
||||
></a>OpenStack ドキュメント</li>
|
||||
<li class="link"><a href="/trunk/"
|
||||
title="Go to the "in progress docs" page"
|
||||
>In progress (master branch)</a></li>
|
||||
<li class="link"><a href="/havana/"
|
||||
title="Go to the "Havana release" page"
|
||||
>Havana (current release)</a></li>
|
||||
<li class="link"><a href="/grizzly/"
|
||||
title="Go to the "Grizzly" page"
|
||||
>Grizzly</a></li>
|
||||
<li class="link"><a href="/havana/"
|
||||
title="Go to the "Havana release" page"
|
||||
>Havana</a></li>
|
||||
<li class="link"><a
|
||||
href="/incubation/"
|
||||
title="Go to the "Incubation" page"
|
||||
|
@ -134,11 +134,14 @@
|
||||
<div class="container">
|
||||
<div class="span-12">
|
||||
<div class="dropDownTrigger">
|
||||
<p><a href="#">More Releases...</a></p>
|
||||
<p><a href="#">More Releases and Languages...</a></p>
|
||||
<div class="dropDown">
|
||||
<div>
|
||||
<ul>
|
||||
<li class="link"><a href="/trunk/"
|
||||
<li class="link"><a href="/ja/"
|
||||
title="Go to the Japanese documentation"
|
||||
></a>OpenStack ドキュメント</li>
|
||||
<li class="link"><a href="/trunk/"
|
||||
title="Go to the "in progress docs" page"
|
||||
>In progress (master branch)</a></li>
|
||||
<li class="link"><a href="/havana/"
|
||||
|
191
www/ja/index.html
Normal file
191
www/ja/index.html
Normal file
@ -0,0 +1,191 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
<head>
|
||||
<meta name="generator"
|
||||
content="HTML Tidy for Linux/x86 (vers 11 February 2007), see www.w3.org" />
|
||||
<meta http-equiv="Content-Type"
|
||||
content="text/html; charset=UTF-8" />
|
||||
<meta name="google-site-verification"
|
||||
content="Ip5yk0nd8yQHEo8I7SjzVfAiadlHvTvqQHLGwn1GFyU" />
|
||||
<title>OpenStack ドキュメント</title>
|
||||
<!-- Google Fonts -->
|
||||
<link
|
||||
href="http://fonts.googleapis.com/css?family=PT+Sans&subset=latin"
|
||||
rel="stylesheet" type="text/css" />
|
||||
<!-- Framework CSS -->
|
||||
<link rel="stylesheet"
|
||||
href="http://openstack.org/themes/openstack/css/blueprint/screen.css"
|
||||
type="text/css" media="screen, projection" />
|
||||
<link rel="stylesheet"
|
||||
href="http://openstack.org/themes/openstack/css/blueprint/print.css"
|
||||
type="text/css" media="print" />
|
||||
<!--[if lt IE 8]><link rel="stylesheet" href="http://openstack.org/themes/openstack/css/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
|
||||
<!-- OpenStack Specific CSS -->
|
||||
<link rel="stylesheet"
|
||||
href="http://openstack.org/themes/openstack/css/main.css"
|
||||
type="text/css" media="screen, projection, print" />
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="http://docs.openstack.org/common/css/docblitz.css" />
|
||||
<style type="text/css">
|
||||
.container dl dt {
|
||||
margin-left: 1.0em;
|
||||
font-weight: normal;
|
||||
}
|
||||
.container dl dd {
|
||||
margin-left: 2.0em;
|
||||
}
|
||||
</style>
|
||||
<!--<script type="text/javascript">
|
||||
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-17511903-1']);
|
||||
_gaq.push(['_setDomainName', '.openstack.org']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
|
||||
</script>-->
|
||||
</head>
|
||||
<body class="docshome" id="docshome">
|
||||
<div class="container">
|
||||
<div id="header">
|
||||
<div class="span-5">
|
||||
<h1 id="logo"><a href="/">OpenStack</a></h1>
|
||||
</div>
|
||||
<div class="span-19 last blueLine">
|
||||
<div id="navigation" class="span-19">
|
||||
<ul id="Menu1">
|
||||
<li><a href="http://www.openstack.org/"
|
||||
title="Go to the OpenStack Home page"
|
||||
>Home</a></li>
|
||||
<li><a
|
||||
href="http://www.openstack.org/software/"
|
||||
title="About OpenStack"
|
||||
class="link">About</a></li>
|
||||
<li><a
|
||||
href="http://www.openstack.org/user-stories/"
|
||||
title="Read stories about companies that use OpenStack to get work done."
|
||||
class="link">User Stories</a></li>
|
||||
<li><a
|
||||
href="http://www.openstack.org/community/"
|
||||
title="Go to the OpenStack Community page"
|
||||
class="link">Community</a></li>
|
||||
<li><a
|
||||
href="http://www.openstack.org/profile/"
|
||||
title="Edit your OpenStack community profile"
|
||||
class="link">Profile</a></li>
|
||||
<li><a
|
||||
href="http://www.openstack.org/blog/"
|
||||
title="Go to the OpenStack Blog"
|
||||
>Blog</a></li>
|
||||
<li><a href="http://wiki.openstack.org/"
|
||||
title="Go to the OpenStack Wiki"
|
||||
>Wiki</a></li>
|
||||
<li><a
|
||||
href="http://docs.openstack.org/glossary/content/glossary.html"
|
||||
title="See definitions of OpenStack terms"
|
||||
>Glossary</a></li>
|
||||
<li><a href="http://docs.openstack.org/"
|
||||
title="Go to the OpenStack Documentation"
|
||||
class="current"
|
||||
>Documentation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Page Content -->
|
||||
<div class="container">
|
||||
<div class="span-12">
|
||||
<h3 class="subhead">ドキュメント</h3>
|
||||
</div>
|
||||
<div class="searchArea span-10 last">
|
||||
<div id="cse" style="width: 100%;"> Loading </div>
|
||||
<script src="http://www.google.com/jsapi" type="text/javascript">
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
google.load('search', '1', {
|
||||
language: 'en'
|
||||
});
|
||||
var _gaq = _gaq ||[];
|
||||
_gaq.push([ "_setAccount", "UA-17511903-1"]);
|
||||
function _trackQuery(control, searcher, query) {
|
||||
var gaQueryParamName = "q";
|
||||
var loc = document.location;
|
||||
var url =[
|
||||
loc.pathname,
|
||||
loc.search,
|
||||
loc.search ? '&': '?',
|
||||
gaQueryParamName == '' ? 'q': encodeURIComponent(gaQueryParamName),
|
||||
'=',
|
||||
encodeURIComponent(query)].join('');
|
||||
_gaq.push([ "_trackPageview", url]);
|
||||
}
|
||||
google.setOnLoadCallback(function () {
|
||||
var customSearchControl = new google.search.CustomSearchControl('011012898598057286222:elxsl505o0o');
|
||||
customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
|
||||
customSearchControl.setSearchStartingCallback(null, _trackQuery);
|
||||
customSearchControl.draw('cse');
|
||||
},
|
||||
true);//]]>
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="span-12">
|
||||
<p>本ページでは、日本語版のドキュメントを掲載しています。</br>
|
||||
<a href="http://docs.openstack.org/">英語版</a>ドキュメントもご覧下さい。</p>
|
||||
<!--h4><a class="headerlink"
|
||||
href="http://openstack.org/software/start/"
|
||||
>How to Get Started with OpenStack</a></h4-->
|
||||
<h4 class="special">公開中の文書</h4>
|
||||
<dl>
|
||||
<dt><a href="http://openstack-ja.github.io/openstack-manuals/openstack-ops/content/">
|
||||
OpenStack 運用ガイド</a></dt>
|
||||
<dd><a href="http://docs.openstack.org/ops/">Operations Guide</a> の日本語版です
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<div class="span-12 last">
|
||||
<p> </p>
|
||||
<h4 class="special">他の日本語ドキュメント</h4>
|
||||
<dl>
|
||||
<dt><a href="http://openstack.jp/documents.html">日本 OpenStack ユーザ会ドキュメント</a></dt>
|
||||
<dd>ユーザ会主催のイベント、勉強会でのプレゼンテーションなど
|
||||
</dd>
|
||||
</dl>
|
||||
<h4 class="special">日本語版の作成・翻訳について</h4>
|
||||
<p>
|
||||
OpenStack のドキュメントの翻訳は <a href="https://www.transifex.com/projects/p/openstack/language/ja/">Transifex</a>
|
||||
で行っています。現在は
|
||||
<a href="https://wiki.openstack.org/wiki/OpenStack_User_Groups#Japan">日本 OpenStack ユーザ会</a>のメンバーが
|
||||
中心となって、翻訳・レビューを行っています。どなたでも参加できますので、是非ご参加下さい。
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div id="footer">
|
||||
<hr />
|
||||
<p>Documentation treated like code, powered by the
|
||||
community - interested? Here's <a
|
||||
href="http://wiki.openstack.org/Documentation/HowTo"
|
||||
>how to contribute</a>. </p>
|
||||
<p>The OpenStack project is provided under the Apache
|
||||
2.0 license. Openstack.org is powered by <a
|
||||
href="http://www.rackspacecloud.com/"
|
||||
>Rackspace Cloud Computing</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js"></script>
|
||||
<script src="http://docs.openstack.org/common/jquery/jquery.hoverIntent.minified.js" type="text/javascript" charset="utf-8"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
@ -135,16 +135,19 @@
|
||||
<div class="container">
|
||||
<div class="span-12">
|
||||
<div class="dropDownTrigger">
|
||||
<p><a href="#">More Releases...</a></p>
|
||||
<p><a href="#">More Releases and Languages...</a></p>
|
||||
<div class="dropDown">
|
||||
<div>
|
||||
<ul>
|
||||
<li class="link"><a href="/trunk/"
|
||||
title="Go to the "Current release" page"
|
||||
>Current (master branch)</a></li>
|
||||
<li class="link"><a href="/folsom/"
|
||||
title="Go to the "Folsom release" page"
|
||||
>Folsom</a></li>
|
||||
<li class="link"><a href="/ja/"
|
||||
title="Go to the Japanese documentation"
|
||||
></a>OpenStack ドキュメント</li>
|
||||
<li class="link"><a href="/trunk/"
|
||||
title="Go to the "in progress docs" page"
|
||||
>In progress (master branch)</a></li>
|
||||
<li class="link"><a href="/havana/"
|
||||
title="Go to the "Havana release" page"
|
||||
>Havana (current release)</a></li>
|
||||
<li class="link"><a href="/grizzly/"
|
||||
title="Go to the "Grizzly" page"
|
||||
>Grizzly</a></li>
|
||||
|
Loading…
Reference in New Issue
Block a user