Author: wkeil Date: Wed Dec 14 23:34:23 2016 New Revision: 1774354 URL: http://svn.apache.org/viewvc?rev=1774354&view=rev Log: DMAP-43: Improve Website
Task-Url: https://issues.apache.org/jira/browse/DMAP-43 Added: devicemap/site/trunk/content/docs/dotnet.mdtext devicemap/site/trunk/content/docs/java.mdtext Modified: devicemap/site/trunk/content/docs/index.mdtext devicemap/site/trunk/content/index.mdtext Added: devicemap/site/trunk/content/docs/dotnet.mdtext URL: http://svn.apache.org/viewvc/devicemap/site/trunk/content/docs/dotnet.mdtext?rev=1774354&view=auto ============================================================================== --- devicemap/site/trunk/content/docs/dotnet.mdtext (added) +++ devicemap/site/trunk/content/docs/dotnet.mdtext Wed Dec 14 23:34:23 2016 @@ -0,0 +1,5 @@ +Title: .NET + +DeviceMap supports multiple languages, including Java, C#, VB.Net, and Javascript on the client side through BrowserMap. + +Please see the [wiki](http://wiki.apache.org/devicemap/) for more infomation. \ No newline at end of file Modified: devicemap/site/trunk/content/docs/index.mdtext URL: http://svn.apache.org/viewvc/devicemap/site/trunk/content/docs/index.mdtext?rev=1774354&r1=1774353&r2=1774354&view=diff ============================================================================== --- devicemap/site/trunk/content/docs/index.mdtext (original) +++ devicemap/site/trunk/content/docs/index.mdtext Wed Dec 14 23:34:23 2016 @@ -1,3 +1,11 @@ Title: Documentation -[Getting Started](getting-started.html) \ No newline at end of file +DeviceMap supports multiple languages, including Java, C#, VB.Net, and Javascript on the client side through BrowserMap. + +[Getting Started](getting-started.html) + +[Java](java.html) + +[.NET](dotnet.html) + +Please see the [wiki](http://wiki.apache.org/devicemap/) for more infomation. Added: devicemap/site/trunk/content/docs/java.mdtext URL: http://svn.apache.org/viewvc/devicemap/site/trunk/content/docs/java.mdtext?rev=1774354&view=auto ============================================================================== --- devicemap/site/trunk/content/docs/java.mdtext (added) +++ devicemap/site/trunk/content/docs/java.mdtext Wed Dec 14 23:34:23 2016 @@ -0,0 +1,18 @@ +Title: Java + +DeviceMap supports multiple languages, including Java, C#, VB.Net, and Javascript on the client side through BrowserMap. + +Project artifacts are available on Maven: + +## + <dependency> + <groupId>org.apache.devicemap</groupId> + <artifactId>devicemap-client</artifactId> + <version>1.1.0</version> + </dependency> + + <dependency> + <groupId>org.apache.devicemap</groupId> + <artifactId>devicemap-data</artifactId> + <version>1.0.3</version> + </dependency> \ No newline at end of file Modified: devicemap/site/trunk/content/index.mdtext URL: http://svn.apache.org/viewvc/devicemap/site/trunk/content/index.mdtext?rev=1774354&r1=1774353&r2=1774354&view=diff ============================================================================== --- devicemap/site/trunk/content/index.mdtext (original) +++ devicemap/site/trunk/content/index.mdtext Wed Dec 14 23:34:23 2016 @@ -7,21 +7,7 @@ While the focus is on that data, APIs ex DeviceMap graduated from the Apache Incubator in November 2014. -For more info please subscribe to our [developers' list](/mailing-lists.html) and join the fun! - -Project artifacts are available on maven: - - <dependency> - <groupId>org.apache.devicemap</groupId> - <artifactId>devicemap-client</artifactId> - <version>1.1.0</version> - </dependency> - - <dependency> - <groupId>org.apache.devicemap</groupId> - <artifactId>devicemap-data</artifactId> - <version>1.0.3</version> - </dependency> +For more info please subscribe to our [developers' list](/mailing-lists.html) # News (most recent first)
