Added: incubator/devicemap/whiteboard/download/.htaccess URL: http://svn.apache.org/viewvc/incubator/devicemap/whiteboard/download/.htaccess?rev=1620294&view=auto ============================================================================== --- incubator/devicemap/whiteboard/download/.htaccess (added) +++ incubator/devicemap/whiteboard/download/.htaccess Mon Aug 25 11:39:37 2014 @@ -0,0 +1,3 @@ +DirectoryIndex index.cgi +RewriteBase /download/ +RewriteRule ^index\.html$ index.cgi
Added: incubator/devicemap/whiteboard/download/index.cgi URL: http://svn.apache.org/viewvc/incubator/devicemap/whiteboard/download/index.cgi?rev=1620294&view=auto ============================================================================== --- incubator/devicemap/whiteboard/download/index.cgi (added) +++ incubator/devicemap/whiteboard/download/index.cgi Mon Aug 25 11:39:37 2014 @@ -0,0 +1,3 @@ +#!/bin/sh +# Wrapper around the standard mirrors.cgi script +exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $* Added: incubator/devicemap/whiteboard/download/index.md URL: http://svn.apache.org/viewvc/incubator/devicemap/whiteboard/download/index.md?rev=1620294&view=auto ============================================================================== --- incubator/devicemap/whiteboard/download/index.md (added) +++ incubator/devicemap/whiteboard/download/index.md Mon Aug 25 11:39:37 2014 @@ -0,0 +1,80 @@ +--- +layout: default +title: Downloads +--- +<!--- +Add only the latest release of each module to this file, +older releases will be found under http://archive.apache.org/dist/incubator/devicemap/ + +Make sure to ONLY LINK TO apache.org for signatures and digest files, we don't +want users to download them from anywhere else. +--> + +## Downloads + +This page provides download links for the latest release of each Apache DeviceMap module. + +Older releases can be found in the <a href="http://archive.apache.org/dist/incubator/devicemap/">archives</a>. + +### Download Mirrors + +<p>[if-any logo] +<a href="[link]"><img align="right" src="[logo]" border="0" +/></a>[end] +The currently selected mirror is <b>[preferred]</b>. If you encounter a problem with this mirror, please select another mirror. If all +mirrors are failing, there are <i>backup</i> mirrors (at the end of the mirrors list) that should be available.</p> + +<form action="[location]" method="get" id="SelectMirror"> +Other mirrors: <select name="Preferred"> +[if-any http] + [for http]<option value="[http]">[http]</option>[end] +[end] + +[if-any ftp] + [for ftp]<option value="[ftp]">[ftp]</option>[end] +[end] +[if-any backup] + [for backup]<option value="[backup]">[backup] + (backup)</option>[end] +[end] +</select> +<input type="submit" value="Change" /> +</form> + +You may also consult the [complete list of mirrors](http://www.apache.org/mirrors/) + +## Verifying the downloaded archives +Make sure to verify the integrity of any downloads using the provided signatures and/or digests. +The signatures and digests must be downloaded from apache.org, links are provided below. + +The PGP keys used to generate the signatures can be downloaded +from <a href="https://people.apache.org/keys/group/devicemap.asc">https://people.apache.org/keys/group/devicemap.asc</a>. + +### Apache DeviceMap (incubating) downloads + +#### Device data + +<a href="[preferred]incubator/devicemap/devicemap-data-incubating-1.0.0.tar.gz">devicemap-data-incubating-1.0.0.tar.gz</a> +( +<a href="http://apache.org/dist/incubator/devicemap/devicemap-data-incubating-1.0.0.tar.gz.asc">PGP</a>, +<a href="http://apache.org/dist/incubator/devicemap/devicemap-data-incubating-1.0.0.tar.gz.md5">md5</a>, +<a href="http://apache.org/dist/incubator/devicemap/devicemap-data-incubating-1.0.0.tar.gz.sha1">sha1</a> +) + +#### Java client + +<a href="[preferred]incubator/devicemap/devicemap-client-java-incubating-1.0.0.tar.gz">devicemap-client-java-incubating-1.0.0.tar.gz</a> +( +<a href="http://apache.org/dist/incubator/devicemap/devicemap-client-java-incubating-1.0.0.tar.gz.asc">PGP</a>, +<a href="http://apache.org/dist/incubator/devicemap/devicemap-client-java-incubating-1.0.0.tar.gz.md5">md5</a>, +<a href="http://apache.org/dist/incubator/devicemap/devicemap-client-java-incubating-1.0.0.tar.gz.sha1">sha1</a> +) + +#### BrowserMap + +<a href="[preferred]incubator/devicemap/browsermap-1.4.1-incubating.tar.gz">browsermap-1.4.1-incubating.tar.gz</a> +( +<a href="http://apache.org/dist/incubator/devicemap/browsermap-1.4.1-incubating.tar.gz.asc">PGP</a>, +<a href="http://apache.org/dist/incubator/devicemap/browsermap-1.4.1-incubating.tar.gz.md5">md5</a>, +<a href="http://apache.org/dist/incubator/devicemap/browsermap-1.4.1-incubating.tar.gz.sha1">sha1</a> +) Added: incubator/devicemap/whiteboard/feed.xml URL: http://svn.apache.org/viewvc/incubator/devicemap/whiteboard/feed.xml?rev=1620294&view=auto ============================================================================== --- incubator/devicemap/whiteboard/feed.xml (added) +++ incubator/devicemap/whiteboard/feed.xml Mon Aug 25 11:39:37 2014 @@ -0,0 +1,30 @@ +--- +layout: none +--- +<?xml version="1.0" encoding="UTF-8"?> +<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> + <channel> + <title>{{ site.title | xml_escape }}</title> + <description>{{ site.description | xml_escape }}</description> + <link>{{ site.url }}{{ site.baseurl }}/</link> + <atom:link href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" rel="self" type="application/rss+xml" /> + <pubDate>{{ site.time | date_to_rfc822 }}</pubDate> + <lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate> + <generator>Jekyll v{{ jekyll.version }}</generator> + {% for post in site.posts limit:10 %} + <item> + <title>{{ post.title | xml_escape }}</title> + <description>{{ post.content | xml_escape }}</description> + <pubDate>{{ post.date | date_to_rfc822 }}</pubDate> + <link>{{ post.url | prepend: site.baseurl | prepend: site.url }}</link> + <guid isPermaLink="true">{{ post.url | prepend: site.baseurl | prepend: site.url }}</guid> + {% for tag in post.tags %} + <category>{{ tag | xml_escape }}</category> + {% endfor %} + {% for cat in post.categories %} + <category>{{ cat | xml_escape }}</category> + {% endfor %} + </item> + {% endfor %} + </channel> +</rss> Added: incubator/devicemap/whiteboard/images/site/devicemap_alt.svg URL: http://svn.apache.org/viewvc/incubator/devicemap/whiteboard/images/site/devicemap_alt.svg?rev=1620294&view=auto ============================================================================== --- incubator/devicemap/whiteboard/images/site/devicemap_alt.svg (added) +++ incubator/devicemap/whiteboard/images/site/devicemap_alt.svg Mon Aug 25 11:39:37 2014 @@ -0,0 +1,85 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" + width="600px" height="131px" viewBox="0 0 600 131" enable-background="new 0 0 600 131" xml:space="preserve"> +<rect x="37.1" fill="none" width="525.7" height="131"/> +<g enable-background="new "> + <path fill="#454545" d="M101.1,52.1h-8.3l-6.3-9H51.8l-6.3,9h-8.3L62,17.3c1.6-2.2,4.1-3.9,7-3.9c3,0,5.4,1.7,7,3.9L101.1,52.1z + M81.6,36.5l-12.5-18l-12.5,18H81.6z"/> + <path fill="#454545" d="M155.1,30.2c0,5.7-4.6,10.3-10.3,10.3h-33.2v11.6h-6.6V14.1h39.9c5.7,0,10.3,4.6,10.3,10.3V30.2z + M148.5,33.9V20.7h-37v13.2H148.5z"/> + <path fill="#454545" d="M212.7,52.1h-8.3l-6.3-9h-34.6l-6.3,9h-8.3l24.9-34.8c1.6-2.2,4.1-3.9,7-3.9c3,0,5.4,1.7,7,3.9L212.7,52.1z + M193.2,36.5l-12.5-18l-12.5,18H193.2z"/> + <path fill="#454545" d="M264.7,52.1h-39.9c-5.7,0-10.3-4.6-10.3-10.3V24.4c0-5.7,4.6-10.3,10.3-10.3h39.9v6.6h-43.6v24.8h43.6V52.1 + z"/> + <path fill="#454545" d="M320.7,52.1H314V36.4h-37v15.7h-6.6V14.1h6.6v15.7h37V14.1h6.6V52.1z"/> + <path fill="#454545" d="M378.6,52.1h-39.9c-5.7,0-10.3-4.6-10.3-10.3V24.4c0-5.7,4.6-10.3,10.3-10.3h39.9v6.6H335v9.1h43.6v6.6H335 + v9.1h43.6V52.1z"/> +</g> +<g enable-background="new "> + <path fill="none" stroke="#454545" stroke-miterlimit="10" d="M101.1,52.1h-8.3l-6.3-9H51.8l-6.3,9h-8.3L62,17.3 + c1.6-2.2,4.1-3.9,7-3.9c3,0,5.4,1.7,7,3.9L101.1,52.1z M81.6,36.5l-12.5-18l-12.5,18H81.6z"/> + <path fill="none" stroke="#454545" stroke-miterlimit="10" d="M155.1,30.2c0,5.7-4.6,10.3-10.3,10.3h-33.2v11.6h-6.6V14.1h39.9 + c5.7,0,10.3,4.6,10.3,10.3V30.2z M148.5,33.9V20.7h-37v13.2H148.5z"/> + <path fill="none" stroke="#454545" stroke-miterlimit="10" d="M212.7,52.1h-8.3l-6.3-9h-34.6l-6.3,9h-8.3l24.9-34.8 + c1.6-2.2,4.1-3.9,7-3.9c3,0,5.4,1.7,7,3.9L212.7,52.1z M193.2,36.5l-12.5-18l-12.5,18H193.2z"/> + <path fill="none" stroke="#454545" stroke-miterlimit="10" d="M264.7,52.1h-39.9c-5.7,0-10.3-4.6-10.3-10.3V24.4 + c0-5.7,4.6-10.3,10.3-10.3h39.9v6.6h-43.6v24.8h43.6V52.1z"/> + <path fill="none" stroke="#454545" stroke-miterlimit="10" d="M320.7,52.1H314V36.4h-37v15.7h-6.6V14.1h6.6v15.7h37V14.1h6.6V52.1z + "/> + <path fill="none" stroke="#454545" stroke-miterlimit="10" d="M378.6,52.1h-39.9c-5.7,0-10.3-4.6-10.3-10.3V24.4 + c0-5.7,4.6-10.3,10.3-10.3h39.9v6.6H335v9.1h43.6v6.6H335v9.1h43.6V52.1z"/> +</g> +<g enable-background="new "> + <path fill="#454545" d="M102,108.7c0,6.9-5.5,12.4-12.4,12.4H41.8V75.4h47.8c6.9,0,12.4,5.5,12.4,12.4V108.7z M94.1,113.1V83.3 + H49.7v29.8H94.1z"/> +</g> +<g enable-background="new "> + <path fill="none" stroke="#454545" stroke-miterlimit="10" d="M102,108.7c0,6.9-5.5,12.4-12.4,12.4H41.8V75.4h47.8 + c6.9,0,12.4,5.5,12.4,12.4V108.7z M94.1,113.1V83.3H49.7v29.8H94.1z"/> +</g> +<g enable-background="new "> + <path fill="#454545" d="M160.7,121.1h-39.9c-5.7,0-10.3-4.6-10.3-10.3V93.4c0-5.7,4.6-10.3,10.3-10.3h39.9v6.6h-43.6v9.1h43.6v6.6 + h-43.6v9.1h43.6V121.1z"/> + <path fill="#454545" d="M228.4,83l-25,34.8c-1.6,2.2-4.1,3.9-7,3.9c-2.9,0-5.4-1.7-7-3.9L164.5,83h8.3l23.7,33.6L220.1,83H228.4z" + /> + <path fill="#454545" d="M238.9,121.1h-6.6V83h6.6V121.1z"/> + <path fill="#454545" d="M296.8,121.1H257c-5.7,0-10.3-4.6-10.3-10.3V93.4c0-5.7,4.6-10.3,10.3-10.3h39.9v6.6h-43.6v24.8h43.6V121.1 + z"/> + <path fill="#454545" d="M352.1,121.1h-39.9c-5.7,0-10.3-4.6-10.3-10.3V93.4c0-5.7,4.6-10.3,10.3-10.3h39.9v6.6h-43.6v9.1h43.6v6.6 + h-43.6v9.1h43.6V121.1z"/> +</g> +<g enable-background="new "> + <path fill="none" stroke="#454545" stroke-miterlimit="10" d="M160.7,121.1h-39.9c-5.7,0-10.3-4.6-10.3-10.3V93.4 + c0-5.7,4.6-10.3,10.3-10.3h39.9v6.6h-43.6v9.1h43.6v6.6h-43.6v9.1h43.6V121.1z"/> + <path fill="none" stroke="#454545" stroke-miterlimit="10" d="M228.4,83l-25,34.8c-1.6,2.2-4.1,3.9-7,3.9c-2.9,0-5.4-1.7-7-3.9 + L164.5,83h8.3l23.7,33.6L220.1,83H228.4z"/> + <path fill="none" stroke="#454545" stroke-miterlimit="10" d="M238.9,121.1h-6.6V83h6.6V121.1z"/> + <path fill="none" stroke="#454545" stroke-miterlimit="10" d="M296.8,121.1H257c-5.7,0-10.3-4.6-10.3-10.3V93.4 + c0-5.7,4.6-10.3,10.3-10.3h39.9v6.6h-43.6v24.8h43.6V121.1z"/> + <path fill="none" stroke="#454545" stroke-miterlimit="10" d="M352.1,121.1h-39.9c-5.7,0-10.3-4.6-10.3-10.3V93.4 + c0-5.7,4.6-10.3,10.3-10.3h39.9v6.6h-43.6v9.1h43.6v6.6h-43.6v9.1h43.6V121.1z"/> +</g> +<g enable-background="new "> + <path fill="#454545" d="M436.9,121.1h-7.9V80l-22.2,37.4c-1.6,2.6-4.4,4.5-7.7,4.5c-3.2,0-6.1-1.8-7.7-4.5L369.3,80v41.1h-7.9V83.6 + c0-5,4-8.9,8.9-8.9c3.4,0,6.2,1.9,7.9,4.6l20.9,35.5l21-35.5c1.6-2.7,4.5-4.6,7.8-4.6c5,0,8.9,4,8.9,8.9L436.9,121.1z"/> +</g> +<g enable-background="new "> + <path fill="none" stroke="#454545" stroke-miterlimit="10" d="M436.9,121.1h-7.9V80l-22.2,37.4c-1.6,2.6-4.4,4.5-7.7,4.5 + c-3.2,0-6.1-1.8-7.7-4.5L369.3,80v41.1h-7.9V83.6c0-5,4-8.9,8.9-8.9c3.4,0,6.2,1.9,7.9,4.6l20.9,35.5l21-35.5 + c1.6-2.7,4.5-4.6,7.8-4.6c5,0,8.9,4,8.9,8.9L436.9,121.1z"/> +</g> +<g enable-background="new "> + <path fill="#454545" d="M505.4,121.1h-8.3l-6.3-9h-34.6l-6.3,9h-8.3l24.9-34.8c1.6-2.2,4.1-3.9,7-3.9c3,0,5.4,1.7,7,3.9 + L505.4,121.1z M486,105.5l-12.5-18l-12.5,18H486z"/> + <path fill="#454545" d="M559.5,99.1c0,5.7-4.6,10.3-10.3,10.3h-33.2v11.6h-6.6V83h39.9c5.7,0,10.3,4.6,10.3,10.3V99.1z + M552.9,102.9V89.6h-37v13.2H552.9z"/> +</g> +<g enable-background="new "> + <path fill="none" stroke="#454545" stroke-miterlimit="10" d="M505.4,121.1h-8.3l-6.3-9h-34.6l-6.3,9h-8.3l24.9-34.8 + c1.6-2.2,4.1-3.9,7-3.9c3,0,5.4,1.7,7,3.9L505.4,121.1z M486,105.5l-12.5-18l-12.5,18H486z"/> + <path fill="none" stroke="#454545" stroke-miterlimit="10" d="M559.5,99.1c0,5.7-4.6,10.3-10.3,10.3h-33.2v11.6h-6.6V83h39.9 + c5.7,0,10.3,4.6,10.3,10.3V99.1z M552.9,102.9V89.6h-37v13.2H552.9z"/> +</g> +</svg> Added: incubator/devicemap/whiteboard/images/site/devicemap_alt_2.svg URL: http://svn.apache.org/viewvc/incubator/devicemap/whiteboard/images/site/devicemap_alt_2.svg?rev=1620294&view=auto ============================================================================== --- incubator/devicemap/whiteboard/images/site/devicemap_alt_2.svg (added) +++ incubator/devicemap/whiteboard/images/site/devicemap_alt_2.svg Mon Aug 25 11:39:37 2014 @@ -0,0 +1,85 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" + viewBox="0 0 600 131" enable-background="new 0 0 600 131" xml:space="preserve"> +<rect x="37.1" fill="none" width="525.7" height="131"/> +<g enable-background="new "> + <path fill="#454545" d="M101.1,52.1h-8.3l-6.3-9H51.8l-6.3,9h-8.3L62,17.3c1.6-2.2,4.1-3.9,7-3.9c3,0,5.4,1.7,7,3.9L101.1,52.1z + M81.6,36.5l-12.5-18l-12.5,18H81.6z"/> + <path fill="#454545" d="M155.1,30.2c0,5.7-4.6,10.3-10.3,10.3h-33.2v11.6h-6.6V14.1h39.9c5.7,0,10.3,4.6,10.3,10.3V30.2z + M148.5,33.9V20.7h-37v13.2H148.5z"/> + <path fill="#454545" d="M212.7,52.1h-8.3l-6.3-9h-34.6l-6.3,9h-8.3l24.9-34.8c1.6-2.2,4.1-3.9,7-3.9c3,0,5.4,1.7,7,3.9L212.7,52.1z + M193.2,36.5l-12.5-18l-12.5,18H193.2z"/> + <path fill="#454545" d="M264.7,52.1h-39.9c-5.7,0-10.3-4.6-10.3-10.3V24.4c0-5.7,4.6-10.3,10.3-10.3h39.9v6.6h-43.6v24.8h43.6V52.1 + z"/> + <path fill="#454545" d="M320.7,52.1H314V36.4h-37v15.7h-6.6V14.1h6.6v15.7h37V14.1h6.6V52.1z"/> + <path fill="#454545" d="M378.6,52.1h-39.9c-5.7,0-10.3-4.6-10.3-10.3V24.4c0-5.7,4.6-10.3,10.3-10.3h39.9v6.6H335v9.1h43.6v6.6H335 + v9.1h43.6V52.1z"/> +</g> +<g enable-background="new "> + <path fill="none" stroke="#454545" stroke-miterlimit="10" d="M101.1,52.1h-8.3l-6.3-9H51.8l-6.3,9h-8.3L62,17.3 + c1.6-2.2,4.1-3.9,7-3.9c3,0,5.4,1.7,7,3.9L101.1,52.1z M81.6,36.5l-12.5-18l-12.5,18H81.6z"/> + <path fill="none" stroke="#454545" stroke-miterlimit="10" d="M155.1,30.2c0,5.7-4.6,10.3-10.3,10.3h-33.2v11.6h-6.6V14.1h39.9 + c5.7,0,10.3,4.6,10.3,10.3V30.2z M148.5,33.9V20.7h-37v13.2H148.5z"/> + <path fill="none" stroke="#454545" stroke-miterlimit="10" d="M212.7,52.1h-8.3l-6.3-9h-34.6l-6.3,9h-8.3l24.9-34.8 + c1.6-2.2,4.1-3.9,7-3.9c3,0,5.4,1.7,7,3.9L212.7,52.1z M193.2,36.5l-12.5-18l-12.5,18H193.2z"/> + <path fill="none" stroke="#454545" stroke-miterlimit="10" d="M264.7,52.1h-39.9c-5.7,0-10.3-4.6-10.3-10.3V24.4 + c0-5.7,4.6-10.3,10.3-10.3h39.9v6.6h-43.6v24.8h43.6V52.1z"/> + <path fill="none" stroke="#454545" stroke-miterlimit="10" d="M320.7,52.1H314V36.4h-37v15.7h-6.6V14.1h6.6v15.7h37V14.1h6.6V52.1z + "/> + <path fill="none" stroke="#454545" stroke-miterlimit="10" d="M378.6,52.1h-39.9c-5.7,0-10.3-4.6-10.3-10.3V24.4 + c0-5.7,4.6-10.3,10.3-10.3h39.9v6.6H335v9.1h43.6v6.6H335v9.1h43.6V52.1z"/> +</g> +<g enable-background="new "> + <path fill="#454545" d="M102,108.7c0,6.9-5.5,12.4-12.4,12.4H41.8V75.4h47.8c6.9,0,12.4,5.5,12.4,12.4V108.7z M94.1,113.1V83.3 + H49.7v29.8H94.1z"/> +</g> +<g enable-background="new "> + <path fill="none" stroke="#454545" stroke-miterlimit="10" d="M102,108.7c0,6.9-5.5,12.4-12.4,12.4H41.8V75.4h47.8 + c6.9,0,12.4,5.5,12.4,12.4V108.7z M94.1,113.1V83.3H49.7v29.8H94.1z"/> +</g> +<g enable-background="new "> + <path fill="#454545" d="M160.7,121.1h-39.9c-5.7,0-10.3-4.6-10.3-10.3V93.4c0-5.7,4.6-10.3,10.3-10.3h39.9v6.6h-43.6v9.1h43.6v6.6 + h-43.6v9.1h43.6V121.1z"/> + <path fill="#454545" d="M228.4,83l-25,34.8c-1.6,2.2-4.1,3.9-7,3.9c-2.9,0-5.4-1.7-7-3.9L164.5,83h8.3l23.7,33.6L220.1,83H228.4z" + /> + <path fill="#454545" d="M238.9,121.1h-6.6V83h6.6V121.1z"/> + <path fill="#454545" d="M296.8,121.1H257c-5.7,0-10.3-4.6-10.3-10.3V93.4c0-5.7,4.6-10.3,10.3-10.3h39.9v6.6h-43.6v24.8h43.6V121.1 + z"/> + <path fill="#454545" d="M352.1,121.1h-39.9c-5.7,0-10.3-4.6-10.3-10.3V93.4c0-5.7,4.6-10.3,10.3-10.3h39.9v6.6h-43.6v9.1h43.6v6.6 + h-43.6v9.1h43.6V121.1z"/> +</g> +<g enable-background="new "> + <path fill="none" stroke="#454545" stroke-miterlimit="10" d="M160.7,121.1h-39.9c-5.7,0-10.3-4.6-10.3-10.3V93.4 + c0-5.7,4.6-10.3,10.3-10.3h39.9v6.6h-43.6v9.1h43.6v6.6h-43.6v9.1h43.6V121.1z"/> + <path fill="none" stroke="#454545" stroke-miterlimit="10" d="M228.4,83l-25,34.8c-1.6,2.2-4.1,3.9-7,3.9c-2.9,0-5.4-1.7-7-3.9 + L164.5,83h8.3l23.7,33.6L220.1,83H228.4z"/> + <path fill="none" stroke="#454545" stroke-miterlimit="10" d="M238.9,121.1h-6.6V83h6.6V121.1z"/> + <path fill="none" stroke="#454545" stroke-miterlimit="10" d="M296.8,121.1H257c-5.7,0-10.3-4.6-10.3-10.3V93.4 + c0-5.7,4.6-10.3,10.3-10.3h39.9v6.6h-43.6v24.8h43.6V121.1z"/> + <path fill="none" stroke="#454545" stroke-miterlimit="10" d="M352.1,121.1h-39.9c-5.7,0-10.3-4.6-10.3-10.3V93.4 + c0-5.7,4.6-10.3,10.3-10.3h39.9v6.6h-43.6v9.1h43.6v6.6h-43.6v9.1h43.6V121.1z"/> +</g> +<g enable-background="new "> + <path fill="#454545" d="M436.9,121.1h-7.9V80l-22.2,37.4c-1.6,2.6-4.4,4.5-7.7,4.5c-3.2,0-6.1-1.8-7.7-4.5L369.3,80v41.1h-7.9V83.6 + c0-5,4-8.9,8.9-8.9c3.4,0,6.2,1.9,7.9,4.6l20.9,35.5l21-35.5c1.6-2.7,4.5-4.6,7.8-4.6c5,0,8.9,4,8.9,8.9L436.9,121.1z"/> +</g> +<g enable-background="new "> + <path fill="none" stroke="#454545" stroke-miterlimit="10" d="M436.9,121.1h-7.9V80l-22.2,37.4c-1.6,2.6-4.4,4.5-7.7,4.5 + c-3.2,0-6.1-1.8-7.7-4.5L369.3,80v41.1h-7.9V83.6c0-5,4-8.9,8.9-8.9c3.4,0,6.2,1.9,7.9,4.6l20.9,35.5l21-35.5 + c1.6-2.7,4.5-4.6,7.8-4.6c5,0,8.9,4,8.9,8.9L436.9,121.1z"/> +</g> +<g enable-background="new "> + <path fill="#454545" d="M505.4,121.1h-8.3l-6.3-9h-34.6l-6.3,9h-8.3l24.9-34.8c1.6-2.2,4.1-3.9,7-3.9c3,0,5.4,1.7,7,3.9 + L505.4,121.1z M486,105.5l-12.5-18l-12.5,18H486z"/> + <path fill="#454545" d="M559.5,99.1c0,5.7-4.6,10.3-10.3,10.3h-33.2v11.6h-6.6V83h39.9c5.7,0,10.3,4.6,10.3,10.3V99.1z + M552.9,102.9V89.6h-37v13.2H552.9z"/> +</g> +<g enable-background="new "> + <path fill="none" stroke="#454545" stroke-miterlimit="10" d="M505.4,121.1h-8.3l-6.3-9h-34.6l-6.3,9h-8.3l24.9-34.8 + c1.6-2.2,4.1-3.9,7-3.9c3,0,5.4,1.7,7,3.9L505.4,121.1z M486,105.5l-12.5-18l-12.5,18H486z"/> + <path fill="none" stroke="#454545" stroke-miterlimit="10" d="M559.5,99.1c0,5.7-4.6,10.3-10.3,10.3h-33.2v11.6h-6.6V83h39.9 + c5.7,0,10.3,4.6,10.3,10.3V99.1z M552.9,102.9V89.6h-37v13.2H552.9z"/> +</g> +</svg> Added: incubator/devicemap/whiteboard/images/site/grey.png URL: http://svn.apache.org/viewvc/incubator/devicemap/whiteboard/images/site/grey.png?rev=1620294&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/devicemap/whiteboard/images/site/grey.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/devicemap/whiteboard/images/site/[email protected] URL: http://svn.apache.org/viewvc/incubator/devicemap/whiteboard/images/site/grey_%402X.png?rev=1620294&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/devicemap/whiteboard/images/site/[email protected] ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/devicemap/whiteboard/images/site/grey_wash_wall.png URL: http://svn.apache.org/viewvc/incubator/devicemap/whiteboard/images/site/grey_wash_wall.png?rev=1620294&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/devicemap/whiteboard/images/site/grey_wash_wall.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/devicemap/whiteboard/images/site/[email protected] URL: http://svn.apache.org/viewvc/incubator/devicemap/whiteboard/images/site/grey_wash_wall_%402X.png?rev=1620294&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/devicemap/whiteboard/images/site/[email protected] ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/devicemap/whiteboard/images/site/old_mathematics.png URL: http://svn.apache.org/viewvc/incubator/devicemap/whiteboard/images/site/old_mathematics.png?rev=1620294&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/devicemap/whiteboard/images/site/old_mathematics.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/devicemap/whiteboard/images/site/[email protected] URL: http://svn.apache.org/viewvc/incubator/devicemap/whiteboard/images/site/old_mathematics_%402X.png?rev=1620294&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/devicemap/whiteboard/images/site/[email protected] ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/devicemap/whiteboard/images/site/random_grey_variations.png URL: http://svn.apache.org/viewvc/incubator/devicemap/whiteboard/images/site/random_grey_variations.png?rev=1620294&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/devicemap/whiteboard/images/site/random_grey_variations.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/devicemap/whiteboard/images/site/[email protected] URL: http://svn.apache.org/viewvc/incubator/devicemap/whiteboard/images/site/random_grey_variations_%402X.png?rev=1620294&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/devicemap/whiteboard/images/site/[email protected] ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/devicemap/whiteboard/images/site/whitey.png URL: http://svn.apache.org/viewvc/incubator/devicemap/whiteboard/images/site/whitey.png?rev=1620294&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/devicemap/whiteboard/images/site/whitey.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/devicemap/whiteboard/images/site/[email protected] URL: http://svn.apache.org/viewvc/incubator/devicemap/whiteboard/images/site/whitey_%402X.png?rev=1620294&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/devicemap/whiteboard/images/site/[email protected] ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/devicemap/whiteboard/index.md URL: http://svn.apache.org/viewvc/incubator/devicemap/whiteboard/index.md?rev=1620294&view=auto ============================================================================== --- incubator/devicemap/whiteboard/index.md (added) +++ incubator/devicemap/whiteboard/index.md Mon Aug 25 11:39:37 2014 @@ -0,0 +1,30 @@ +--- +layout: default +--- +## What Is Apache DeviceMap? {#about} + +Apache DeviceMap is an [incubating](http://incubator.apache.org "Apache Incubator") project to create a data repository containing device information, images and other relevant +information for all sorts of mobile devices, e.g. smartphones and tablets. + +While the focus is initially on that data, APIs will also be created to use and manage it. + +The project started in January 2012, at the moment (March 2012) we are experimenting with prototypes +that will help us gather device data. The next steps are to define a storage structure that supports +long-term maintenance and evolution of this data, and generating views of the devicemap in neutral +formats, probably JSON and/or XML. + +For more info please subscribe to our [developers' list](/devicemap/mailing-lists.html) and join the fun! + +## News {#news} + +<ul class="news-items"> +{% for newsItem in site.categories.news %} + <li> + <div class="news-item-meta"> + <span class="news-item-date">{{newsItem.date | date: "%b %d, %Y"}}</span> » + <a href="{{site.baseurl}}{{newsItem.url}}"><span class="news-item-title">{{newsItem.title}}</span></a> + </div> + <div class="news-item-excerpt">{{newsItem.excerpt}} <span><a href="{{site.baseurl}}{{newsItem.url}}">Read More...</a></span></div> + </li> +{% endfor %} +</ul> Added: incubator/devicemap/whiteboard/js/devicemap.js URL: http://svn.apache.org/viewvc/incubator/devicemap/whiteboard/js/devicemap.js?rev=1620294&view=auto ============================================================================== --- incubator/devicemap/whiteboard/js/devicemap.js (added) +++ incubator/devicemap/whiteboard/js/devicemap.js Mon Aug 25 11:39:37 2014 @@ -0,0 +1,45 @@ +/*global $*/ +(function (options) { + + 'use strict'; + + var topOffset = options.topOffset || 0; + + $(document).ready(function () { + var hash = window.location.hash; + if (hash !== '') { + var $target = $(hash); + $target = ($target.length && $target) || $('[name=' + this.hash.slice(1) + ']'); + if ($target.length) { + var targetOffset = $target.offset().top - topOffset; + $('html,body').animate({scrollTop: targetOffset}, 600); + } + } + + + $('.nav a[href*=#]').click(function (e) { + e.preventDefault(); + if (location.pathname.replace(/^\//, '') === this.pathname.replace(/^\//, '') && location.hostname === this.hostname) { + var hash = this.hash, + $target = $(hash), + targetOffset; + if (hash !== '') { + $target = ($target.length && $target) || $('[name=' + this.hash.slice(1) + ']'); + if ($target.length) { + targetOffset = $target.offset().top - topOffset; + $('html,body').animate({scrollTop: targetOffset}, 600); + window.history.pushState({}, document.title, hash); + } + } else { + window.location = this.href; + } + } else { + window.location = this.href; + } + }); + }); +}( +{ + topOffset: 100 +} +)); Added: incubator/devicemap/whiteboard/news/index.md URL: http://svn.apache.org/viewvc/incubator/devicemap/whiteboard/news/index.md?rev=1620294&view=auto ============================================================================== --- incubator/devicemap/whiteboard/news/index.md (added) +++ incubator/devicemap/whiteboard/news/index.md Mon Aug 25 11:39:37 2014 @@ -0,0 +1,16 @@ +--- +layout: default +title: News Archive +--- +## News Archive + +<ul class="news-items"> +{% for newsItem in site.categories.news %} + <li> + <div class="news-item-meta"> + <span class="news-item-date">{{newsItem.date | date: "%b %d, %Y"}}</span> » + <a href="{{site.baseurl}}{{newsItem.url}}"><span class="news-item-title">{{newsItem.title}}</span></a> + </div> + </li> +{% endfor %} +</ul>
