Author: bayard
Date: Fri Jan  6 05:37:14 2017
New Revision: 1777532

URL: http://svn.apache.org/viewvc?rev=1777532&view=rev
Log:
Adding Werner's notes on related projects to DeviceMap

Modified:
    attic/site/docs/projects/devicemap.html
    attic/site/xdocs/projects/devicemap.xml

Modified: attic/site/docs/projects/devicemap.html
URL: 
http://svn.apache.org/viewvc/attic/site/docs/projects/devicemap.html?rev=1777532&r1=1777531&r2=1777532&view=diff
==============================================================================
--- attic/site/docs/projects/devicemap.html (original)
+++ attic/site/docs/projects/devicemap.html Fri Jan  6 05:37:14 2017
@@ -95,6 +95,16 @@
 
 <p>As with any project in the Attic - if you should choose to fork DeviceMap 
outside of Apache, 
      please let us know so we can link to your project. </p>
+<p>Some related projects to DeviceMap are: </p>
+<ul>
+    <li><a href="http://openddr.mobi/";>OpenDDR</a> - this is a new version of 
OpenDDR, parts of which were migrated to Apache Devicemap, and now have been 
merged back to OpenDDR. </li>
+
+    <li><a href="https://github.com/nielsbasjes/yauaa";>YAUAA: Yet Another 
UserAgent Analyzer</a> is an Apache licensed alternative to DeviceMap. Rather 
than employing a fixed collection of User-Agent (UA) strings as in DeviceMap, 
YAUAA performs a semantic analysis to determine certain attributes of the UA. 
</li>
+
+    <li><a href="http://devicedetector.net/";>DeviceDetector</a> is an LGPL 3.0 
licensed PHP project that parses YAML based device data in a similar way as 
DeviceMap/OpenDDR do with W3C compatible data. </li>
+
+    <li><a href="http://mobiledetect.net/";>mobiledetect</a> is an MIT licensed 
PHP project for detecting mobile devices. </li>
+  </ul>
 </div>
          </div>
     <div class="column span-8 last">

Modified: attic/site/xdocs/projects/devicemap.xml
URL: 
http://svn.apache.org/viewvc/attic/site/xdocs/projects/devicemap.xml?rev=1777532&r1=1777531&r2=1777532&view=diff
==============================================================================
--- attic/site/xdocs/projects/devicemap.xml (original)
+++ attic/site/xdocs/projects/devicemap.xml Fri Jan  6 05:37:14 2017
@@ -40,6 +40,18 @@
   <p>As with any project in the Attic - if you should choose to fork DeviceMap 
outside of Apache, 
      please let us know so we can link to your project. </p>
 
+  <p>Some related projects to DeviceMap are: </p>
+
+  <ul>
+    <li><a href="http://openddr.mobi/";>OpenDDR</a> - this is a new version of 
OpenDDR, parts of which were migrated to Apache Devicemap, and now have been 
merged back to OpenDDR. </li>
+
+    <li><a href="https://github.com/nielsbasjes/yauaa";>YAUAA: Yet Another 
UserAgent Analyzer</a> is an Apache licensed alternative to DeviceMap. Rather 
than employing a fixed collection of User-Agent (UA) strings as in DeviceMap, 
YAUAA performs a semantic analysis to determine certain attributes of the UA. 
</li>
+
+    <li><a href="http://devicedetector.net/";>DeviceDetector</a> is an LGPL 3.0 
licensed PHP project that parses YAML based device data in a similar way as 
DeviceMap/OpenDDR do with W3C compatible data. </li>
+
+    <li><a href="http://mobiledetect.net/";>mobiledetect</a> is an MIT licensed 
PHP project for detecting mobile devices. </li>
+  </ul>
+
 </section>
 
 </body>


Reply via email to