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 2013/09/10 12:03:51 UTC

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

Author: buildbot
Date: Tue Sep 10 10:03:51 2013
New Revision: 877887

Log:
Staging update by buildbot for devicemap

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

Propchange: websites/staging/devicemap/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Sep 10 10:03:51 2013
@@ -1 +1 @@
-1483802
+1521417

Added: websites/staging/devicemap/trunk/content/devicemap/getting-started.html
==============================================================================
--- websites/staging/devicemap/trunk/content/devicemap/getting-started.html (added)
+++ websites/staging/devicemap/trunk/content/devicemap/getting-started.html Tue Sep 10 10:03:51 2013
@@ -0,0 +1,93 @@
+<!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="/devicemap/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="/devicemap/images/devicemap-logo/devicemap-favicon.png"/>
+  -->
+</head>
+
+<body>
+  <div id="navigation"> 
+
+  <img alt="Apache DeviceMap" width="300" height="98" src="/devicemap/images/devicemap-logo/devicemap-logo-300-98.png"/>
+
+  <ul>
+<li><a href="/devicemap/index.html">Home</a></li>
+<li><a href="/devicemap/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="https://issues.apache.org/jira/browse/DMAP">Issue Tracker</a></li>
+<li><a href="/devicemap/getting-started.html">Getting Started</a></li>
+<li><a href="/devicemap/source.html">Source</a></li>
+<li><a href="http://wiki.apache.org/devicemap/">Wiki</a></li>
+<li><a href="/devicemap/team.html">Project Team</a></li>
+</ul>
+<h1 id="asf-links">ASF links</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>
+    <p>DeviceMap supports multiple languages, including Java, C#, VB.Net, and Javascript on the client side through BrowserMap.</p>
+<h1 id="java">Java</h1>
+<ul>
+<li>
+<p>Install <a href="http://www.w3.org/TR/DDR-Simple-API/">Device Description Repository API</a> into your local Maven repository:
+<pre>
+wget http://www.w3.org/TR/2008/WD-DDR-Simple-API-20080404/DDR-Simple-API.jar
+mvn install:install-file -Dfile=DDR-Simple-API.jar -DgroupId=org.w3c.ddr.simple -DartifactId=DDR-Simple-API -Dversion=2008-04-04 -Dpackaging=jar
+</pre></p>
+</li>
+<li>
+<p>Check out DeviceMap from subversion:
+<pre>
+svn co http://svn.apache.org/repos/asf/incubator/devicemap/trunk/ devicemap
+</pre></p>
+</li>
+<li>
+<p>Build OpenDDR:
+cd devicemap/openddr/data &amp;&amp; mvn clean install
+cd ../java &amp;&amp; mvn clean install
+</pre></p>
+</li>
+</ul>
+  </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/devicemap/index.html
==============================================================================
--- websites/staging/devicemap/trunk/content/devicemap/index.html (original)
+++ websites/staging/devicemap/trunk/content/devicemap/index.html Tue Sep 10 10:03:51 2013
@@ -36,6 +36,8 @@
 <li><a href="/devicemap/index.html">Home</a></li>
 <li><a href="/devicemap/mailing-lists.html">Mailing Lists</a></li>
 <li><a href="https://issues.apache.org/jira/browse/DMAP">Issue Tracker</a></li>
+<li><a href="/devicemap/getting-started.html">Getting Started</a></li>
+<li><a href="/devicemap/source.html">Source</a></li>
 <li><a href="http://wiki.apache.org/devicemap/">Wiki</a></li>
 <li><a href="/devicemap/team.html">Project Team</a></li>
 </ul>

Modified: websites/staging/devicemap/trunk/content/devicemap/mailing-lists.html
==============================================================================
--- websites/staging/devicemap/trunk/content/devicemap/mailing-lists.html (original)
+++ websites/staging/devicemap/trunk/content/devicemap/mailing-lists.html Tue Sep 10 10:03:51 2013
@@ -36,6 +36,8 @@
 <li><a href="/devicemap/index.html">Home</a></li>
 <li><a href="/devicemap/mailing-lists.html">Mailing Lists</a></li>
 <li><a href="https://issues.apache.org/jira/browse/DMAP">Issue Tracker</a></li>
+<li><a href="/devicemap/getting-started.html">Getting Started</a></li>
+<li><a href="/devicemap/source.html">Source</a></li>
 <li><a href="http://wiki.apache.org/devicemap/">Wiki</a></li>
 <li><a href="/devicemap/team.html">Project Team</a></li>
 </ul>

Added: websites/staging/devicemap/trunk/content/devicemap/source.html
==============================================================================
--- websites/staging/devicemap/trunk/content/devicemap/source.html (added)
+++ websites/staging/devicemap/trunk/content/devicemap/source.html Tue Sep 10 10:03:51 2013
@@ -0,0 +1,75 @@
+<!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="/devicemap/css/devicemap.css" rel="stylesheet" type="text/css">
+  <title>Apache DeviceMap - Source</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <!-- TODO favicon
+  <link rel="icon" type="image/png" href="/devicemap/images/devicemap-logo/devicemap-favicon.png"/>
+  -->
+</head>
+
+<body>
+  <div id="navigation"> 
+
+  <img alt="Apache DeviceMap" width="300" height="98" src="/devicemap/images/devicemap-logo/devicemap-logo-300-98.png"/>
+
+  <ul>
+<li><a href="/devicemap/index.html">Home</a></li>
+<li><a href="/devicemap/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="https://issues.apache.org/jira/browse/DMAP">Issue Tracker</a></li>
+<li><a href="/devicemap/getting-started.html">Getting Started</a></li>
+<li><a href="/devicemap/source.html">Source</a></li>
+<li><a href="http://wiki.apache.org/devicemap/">Wiki</a></li>
+<li><a href="/devicemap/team.html">Project Team</a></li>
+</ul>
+<h1 id="asf-links">ASF links</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">Source</h1>
+    <p>All of the source code for DeviceMap can be found in the <a href="http://svn.apache.org/viewvc/incubator/devicemap/">DeviceMap SVN repository</a>.</p>
+<p>To get a copy of the source:
+<pre>
+svn co http://svn.apache.org/repos/asf/incubator/devicemap/trunk/ devicemap
+</pre></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/devicemap/team.html
==============================================================================
--- websites/staging/devicemap/trunk/content/devicemap/team.html (original)
+++ websites/staging/devicemap/trunk/content/devicemap/team.html Tue Sep 10 10:03:51 2013
@@ -36,6 +36,8 @@
 <li><a href="/devicemap/index.html">Home</a></li>
 <li><a href="/devicemap/mailing-lists.html">Mailing Lists</a></li>
 <li><a href="https://issues.apache.org/jira/browse/DMAP">Issue Tracker</a></li>
+<li><a href="/devicemap/getting-started.html">Getting Started</a></li>
+<li><a href="/devicemap/source.html">Source</a></li>
 <li><a href="http://wiki.apache.org/devicemap/">Wiki</a></li>
 <li><a href="/devicemap/team.html">Project Team</a></li>
 </ul>