You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devicemap.apache.org by bu...@apache.org on 2016/11/21 23:55:49 UTC

svn commit: r1001455 - in /websites/staging/devicemap/trunk/content: ./ docs/ docs/getting-started.html docs/index.html download/index.html getting-started.html index.html mailing-lists.html source.html team.html

Author: buildbot
Date: Mon Nov 21 23:55:49 2016
New Revision: 1001455

Log:
Staging update by buildbot for devicemap

Added:
    websites/staging/devicemap/trunk/content/docs/
    websites/staging/devicemap/trunk/content/docs/getting-started.html
    websites/staging/devicemap/trunk/content/docs/index.html
Modified:
    websites/staging/devicemap/trunk/content/   (props changed)
    websites/staging/devicemap/trunk/content/download/index.html
    websites/staging/devicemap/trunk/content/getting-started.html
    websites/staging/devicemap/trunk/content/index.html
    websites/staging/devicemap/trunk/content/mailing-lists.html
    websites/staging/devicemap/trunk/content/source.html
    websites/staging/devicemap/trunk/content/team.html

Propchange: websites/staging/devicemap/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Nov 21 23:55:49 2016
@@ -1 +1 @@
-1756744
+1770783

Added: websites/staging/devicemap/trunk/content/docs/getting-started.html
==============================================================================
--- websites/staging/devicemap/trunk/content/docs/getting-started.html (added)
+++ websites/staging/devicemap/trunk/content/docs/getting-started.html Mon Nov 21 23:55:49 2016
@@ -0,0 +1,97 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE- 2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+  <link href="/css/devicemap.css" rel="stylesheet" type="text/css">
+  <title>Apache DeviceMap - Getting Started</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <!-- TODO favicon
+  <link rel="icon" type="image/png" href="/images/devicemap-logo/devicemap-favicon.png"/>
+  -->
+</head>
+
+<body>
+  <div id="navigation"> 
+
+  <img alt="Apache DeviceMap" width="300" height="98" src="/images/devicemap-logo/devicemap-logo-300-98.png"/>
+
+  <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<ul>
+<li><a href="/index.html">Home</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/download/">Downloads</a></li>
+<li><a href="https://issues.apache.org/jira/browse/DMAP">Issue Tracker</a></li>
+<li><a href="/docs/getting-started.html">Getting Started</a></li>
+<li><a href="/source.html">Source</a></li>
+<li><a href="http://devicemap-vm.apache.org">VM</a></li>
+<li><a href="http://wiki.apache.org/devicemap/">Wiki</a></li>
+<li><a href="https://builds.apache.org/view/A-D/view/DeviceMap/">Jenkins Builds</a></li>
+<li><a href="/team.html">Project Team</a></li>
+</ul>
+<h1 id="asf-links">ASF links<a class="headerlink" href="#asf-links" title="Permanent link">&para;</a></h1>
+<ul>
+<li><a href="http://www.apache.org">Apache Software Foundation</a></li>
+<li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li>
+<li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+  </div>
+  
+  <div id="content">
+    <h1 class="title">Getting Started</h1>
+    <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<p>DeviceMap supports multiple languages, including Java, C#, VB.Net, and Javascript on the client side through BrowserMap.</p>
+<p>Please see the <a href="http://wiki.apache.org/devicemap/">wiki</a> for more infomation.</p>
+  </div>
+  
+  <div id="footer">
+    <div class="copyright">
+      <p>
+        Copyright &copy; 2010 The Apache Software Foundation, Licensed under 
+        the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        <br />
+        Apache, DeviceMap and the Apache feather and DeviceMap logos are trademarks of The Apache Software Foundation.
+      </p>
+    </div>
+  </div>
+  
+</body>
+</html>

Added: websites/staging/devicemap/trunk/content/docs/index.html
==============================================================================
--- websites/staging/devicemap/trunk/content/docs/index.html (added)
+++ websites/staging/devicemap/trunk/content/docs/index.html Mon Nov 21 23:55:49 2016
@@ -0,0 +1,97 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE- 2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+  <link href="/css/devicemap.css" rel="stylesheet" type="text/css">
+  <title>Apache DeviceMap - Documentation</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <!-- TODO favicon
+  <link rel="icon" type="image/png" href="/images/devicemap-logo/devicemap-favicon.png"/>
+  -->
+</head>
+
+<body>
+  <div id="navigation"> 
+
+  <img alt="Apache DeviceMap" width="300" height="98" src="/images/devicemap-logo/devicemap-logo-300-98.png"/>
+
+  <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<ul>
+<li><a href="/index.html">Home</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/download/">Downloads</a></li>
+<li><a href="https://issues.apache.org/jira/browse/DMAP">Issue Tracker</a></li>
+<li><a href="/docs/getting-started.html">Getting Started</a></li>
+<li><a href="/source.html">Source</a></li>
+<li><a href="http://devicemap-vm.apache.org">VM</a></li>
+<li><a href="http://wiki.apache.org/devicemap/">Wiki</a></li>
+<li><a href="https://builds.apache.org/view/A-D/view/DeviceMap/">Jenkins Builds</a></li>
+<li><a href="/team.html">Project Team</a></li>
+</ul>
+<h1 id="asf-links">ASF links<a class="headerlink" href="#asf-links" title="Permanent link">&para;</a></h1>
+<ul>
+<li><a href="http://www.apache.org">Apache Software Foundation</a></li>
+<li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li>
+<li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+  </div>
+  
+  <div id="content">
+    <h1 class="title">Documentation</h1>
+    <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<p>DeviceMap supports multiple languages, including Java, C#, VB.Net, and Javascript on the client side through BrowserMap.</p>
+<p>Please see the <a href="http://wiki.apache.org/devicemap/">wiki</a> for more infomation.</p>
+  </div>
+  
+  <div id="footer">
+    <div class="copyright">
+      <p>
+        Copyright &copy; 2010 The Apache Software Foundation, Licensed under 
+        the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        <br />
+        Apache, DeviceMap and the Apache feather and DeviceMap logos are trademarks of The Apache Software Foundation.
+      </p>
+    </div>
+  </div>
+  
+</body>
+</html>

Modified: websites/staging/devicemap/trunk/content/download/index.html
==============================================================================
--- websites/staging/devicemap/trunk/content/download/index.html (original)
+++ websites/staging/devicemap/trunk/content/download/index.html Mon Nov 21 23:55:49 2016
@@ -48,7 +48,7 @@ h2:hover > .headerlink, h3:hover > .head
 <li><a href="/mailing-lists.html">Mailing Lists</a></li>
 <li><a href="/download/">Downloads</a></li>
 <li><a href="https://issues.apache.org/jira/browse/DMAP">Issue Tracker</a></li>
-<li><a href="/getting-started.html">Getting Started</a></li>
+<li><a href="/docs/getting-started.html">Getting Started</a></li>
 <li><a href="/source.html">Source</a></li>
 <li><a href="http://devicemap-vm.apache.org">VM</a></li>
 <li><a href="http://wiki.apache.org/devicemap/">Wiki</a></li>

Modified: websites/staging/devicemap/trunk/content/getting-started.html
==============================================================================
--- websites/staging/devicemap/trunk/content/getting-started.html (original)
+++ websites/staging/devicemap/trunk/content/getting-started.html Mon Nov 21 23:55:49 2016
@@ -48,7 +48,7 @@ h2:hover > .headerlink, h3:hover > .head
 <li><a href="/mailing-lists.html">Mailing Lists</a></li>
 <li><a href="/download/">Downloads</a></li>
 <li><a href="https://issues.apache.org/jira/browse/DMAP">Issue Tracker</a></li>
-<li><a href="/getting-started.html">Getting Started</a></li>
+<li><a href="/docs/getting-started.html">Getting Started</a></li>
 <li><a href="/source.html">Source</a></li>
 <li><a href="http://devicemap-vm.apache.org">VM</a></li>
 <li><a href="http://wiki.apache.org/devicemap/">Wiki</a></li>

Modified: websites/staging/devicemap/trunk/content/index.html
==============================================================================
--- websites/staging/devicemap/trunk/content/index.html (original)
+++ websites/staging/devicemap/trunk/content/index.html Mon Nov 21 23:55:49 2016
@@ -48,7 +48,7 @@ h2:hover > .headerlink, h3:hover > .head
 <li><a href="/mailing-lists.html">Mailing Lists</a></li>
 <li><a href="/download/">Downloads</a></li>
 <li><a href="https://issues.apache.org/jira/browse/DMAP">Issue Tracker</a></li>
-<li><a href="/getting-started.html">Getting Started</a></li>
+<li><a href="/docs/getting-started.html">Getting Started</a></li>
 <li><a href="/source.html">Source</a></li>
 <li><a href="http://devicemap-vm.apache.org">VM</a></li>
 <li><a href="http://wiki.apache.org/devicemap/">Wiki</a></li>

Modified: websites/staging/devicemap/trunk/content/mailing-lists.html
==============================================================================
--- websites/staging/devicemap/trunk/content/mailing-lists.html (original)
+++ websites/staging/devicemap/trunk/content/mailing-lists.html Mon Nov 21 23:55:49 2016
@@ -48,7 +48,7 @@ h2:hover > .headerlink, h3:hover > .head
 <li><a href="/mailing-lists.html">Mailing Lists</a></li>
 <li><a href="/download/">Downloads</a></li>
 <li><a href="https://issues.apache.org/jira/browse/DMAP">Issue Tracker</a></li>
-<li><a href="/getting-started.html">Getting Started</a></li>
+<li><a href="/docs/getting-started.html">Getting Started</a></li>
 <li><a href="/source.html">Source</a></li>
 <li><a href="http://devicemap-vm.apache.org">VM</a></li>
 <li><a href="http://wiki.apache.org/devicemap/">Wiki</a></li>

Modified: websites/staging/devicemap/trunk/content/source.html
==============================================================================
--- websites/staging/devicemap/trunk/content/source.html (original)
+++ websites/staging/devicemap/trunk/content/source.html Mon Nov 21 23:55:49 2016
@@ -48,7 +48,7 @@ h2:hover > .headerlink, h3:hover > .head
 <li><a href="/mailing-lists.html">Mailing Lists</a></li>
 <li><a href="/download/">Downloads</a></li>
 <li><a href="https://issues.apache.org/jira/browse/DMAP">Issue Tracker</a></li>
-<li><a href="/getting-started.html">Getting Started</a></li>
+<li><a href="/docs/getting-started.html">Getting Started</a></li>
 <li><a href="/source.html">Source</a></li>
 <li><a href="http://devicemap-vm.apache.org">VM</a></li>
 <li><a href="http://wiki.apache.org/devicemap/">Wiki</a></li>

Modified: websites/staging/devicemap/trunk/content/team.html
==============================================================================
--- websites/staging/devicemap/trunk/content/team.html (original)
+++ websites/staging/devicemap/trunk/content/team.html Mon Nov 21 23:55:49 2016
@@ -48,7 +48,7 @@ h2:hover > .headerlink, h3:hover > .head
 <li><a href="/mailing-lists.html">Mailing Lists</a></li>
 <li><a href="/download/">Downloads</a></li>
 <li><a href="https://issues.apache.org/jira/browse/DMAP">Issue Tracker</a></li>
-<li><a href="/getting-started.html">Getting Started</a></li>
+<li><a href="/docs/getting-started.html">Getting Started</a></li>
 <li><a href="/source.html">Source</a></li>
 <li><a href="http://devicemap-vm.apache.org">VM</a></li>
 <li><a href="http://wiki.apache.org/devicemap/">Wiki</a></li>