Author: rezan
Date: Thu Jan 8 05:04:05 2015
New Revision: 1650207
URL: http://svn.apache.org/r1650207
Log:
initial 2.0
Added:
devicemap/branches/2.0/
devicemap/branches/2.0/README
devicemap/branches/2.0/clients/
devicemap/branches/2.0/clients/README
devicemap/branches/2.0/clients/c/
devicemap/branches/2.0/clients/csharp/
devicemap/branches/2.0/clients/java/
devicemap/branches/2.0/clients/javascript/
devicemap/branches/2.0/data/
devicemap/branches/2.0/data/README
devicemap/branches/2.0/data/browser/
devicemap/branches/2.0/data/browser/attributes.json
devicemap/branches/2.0/data/browser/patterns.json
devicemap/branches/2.0/data/browser_lite/
devicemap/branches/2.0/data/browser_lite/attributes.json
devicemap/branches/2.0/data/browser_lite/patterns.json
devicemap/branches/2.0/data/device/
devicemap/branches/2.0/data/device/attributes.json
devicemap/branches/2.0/data/device/patterns.json
devicemap/branches/2.0/data/device_lite/
devicemap/branches/2.0/data/device_lite/attributes.json
devicemap/branches/2.0/data/device_lite/patterns.json
devicemap/branches/2.0/data/os/
devicemap/branches/2.0/data/os/attributes.json
devicemap/branches/2.0/data/os/patterns.json
devicemap/branches/2.0/data/os_lite/
devicemap/branches/2.0/data/os_lite/attributes.json
devicemap/branches/2.0/data/os_lite/patterns.json
Added: devicemap/branches/2.0/README
URL:
http://svn.apache.org/viewvc/devicemap/branches/2.0/README?rev=1650207&view=auto
==============================================================================
--- devicemap/branches/2.0/README (added)
+++ devicemap/branches/2.0/README Thu Jan 8 05:04:05 2015
@@ -0,0 +1,9 @@
+This is the 2.0 rewrite.
+
+It is broken down between data domains and clients.
+
+Release is scheduled for Q3/Q4 2015.
+
+Right now this branch is in a brainstorming and prototype phase.
+
+Please add comments and adjust anything in this branch as you see fit.
Added: devicemap/branches/2.0/clients/README
URL:
http://svn.apache.org/viewvc/devicemap/branches/2.0/clients/README?rev=1650207&view=auto
==============================================================================
--- devicemap/branches/2.0/clients/README (added)
+++ devicemap/branches/2.0/clients/README Thu Jan 8 05:04:05 2015
@@ -0,0 +1,11 @@
+These are the clients.
+
+Each client implementation needs to follow the reference implementation
+which does not exist right now.
+
+Please add clients and names to the following list:
+
+Javascript
+Java - Reza
+C - Reza
+C#
Added: devicemap/branches/2.0/data/README
URL:
http://svn.apache.org/viewvc/devicemap/branches/2.0/data/README?rev=1650207&view=auto
==============================================================================
--- devicemap/branches/2.0/data/README (added)
+++ devicemap/branches/2.0/data/README Thu Jan 8 05:04:05 2015
@@ -0,0 +1,15 @@
+These are the data domains.
+
+Each domain has a pattern file and an attribute file.
+
+Right now the data format is JSON.
+
+Each pattern object should have an associated attribute object.
+
+The _lite data domains are very lightweigh versions of their respective
+domains. They should contain at most 100 pattern objects and will likely
+be very generic in their classification. Artifacts which reach a certain
+age will be removed from these domains.
+
+The regular domains will be full blown domains. They will contain historic
+data and will also full contain their respective _lite domain.
Added: devicemap/branches/2.0/data/browser/attributes.json
URL:
http://svn.apache.org/viewvc/devicemap/branches/2.0/data/browser/attributes.json?rev=1650207&view=auto
==============================================================================
--- devicemap/branches/2.0/data/browser/attributes.json (added)
+++ devicemap/branches/2.0/data/browser/attributes.json Thu Jan 8 05:04:05 2015
@@ -0,0 +1 @@
+{}
Added: devicemap/branches/2.0/data/browser/patterns.json
URL:
http://svn.apache.org/viewvc/devicemap/branches/2.0/data/browser/patterns.json?rev=1650207&view=auto
==============================================================================
--- devicemap/branches/2.0/data/browser/patterns.json (added)
+++ devicemap/branches/2.0/data/browser/patterns.json Thu Jan 8 05:04:05 2015
@@ -0,0 +1 @@
+{}
Added: devicemap/branches/2.0/data/browser_lite/attributes.json
URL:
http://svn.apache.org/viewvc/devicemap/branches/2.0/data/browser_lite/attributes.json?rev=1650207&view=auto
==============================================================================
--- devicemap/branches/2.0/data/browser_lite/attributes.json (added)
+++ devicemap/branches/2.0/data/browser_lite/attributes.json Thu Jan 8
05:04:05 2015
@@ -0,0 +1 @@
+{}
Added: devicemap/branches/2.0/data/browser_lite/patterns.json
URL:
http://svn.apache.org/viewvc/devicemap/branches/2.0/data/browser_lite/patterns.json?rev=1650207&view=auto
==============================================================================
--- devicemap/branches/2.0/data/browser_lite/patterns.json (added)
+++ devicemap/branches/2.0/data/browser_lite/patterns.json Thu Jan 8 05:04:05
2015
@@ -0,0 +1 @@
+{}
Added: devicemap/branches/2.0/data/device/attributes.json
URL:
http://svn.apache.org/viewvc/devicemap/branches/2.0/data/device/attributes.json?rev=1650207&view=auto
==============================================================================
--- devicemap/branches/2.0/data/device/attributes.json (added)
+++ devicemap/branches/2.0/data/device/attributes.json Thu Jan 8 05:04:05 2015
@@ -0,0 +1 @@
+{}
Added: devicemap/branches/2.0/data/device/patterns.json
URL:
http://svn.apache.org/viewvc/devicemap/branches/2.0/data/device/patterns.json?rev=1650207&view=auto
==============================================================================
--- devicemap/branches/2.0/data/device/patterns.json (added)
+++ devicemap/branches/2.0/data/device/patterns.json Thu Jan 8 05:04:05 2015
@@ -0,0 +1 @@
+{}
Added: devicemap/branches/2.0/data/device_lite/attributes.json
URL:
http://svn.apache.org/viewvc/devicemap/branches/2.0/data/device_lite/attributes.json?rev=1650207&view=auto
==============================================================================
--- devicemap/branches/2.0/data/device_lite/attributes.json (added)
+++ devicemap/branches/2.0/data/device_lite/attributes.json Thu Jan 8 05:04:05
2015
@@ -0,0 +1 @@
+{}
Added: devicemap/branches/2.0/data/device_lite/patterns.json
URL:
http://svn.apache.org/viewvc/devicemap/branches/2.0/data/device_lite/patterns.json?rev=1650207&view=auto
==============================================================================
--- devicemap/branches/2.0/data/device_lite/patterns.json (added)
+++ devicemap/branches/2.0/data/device_lite/patterns.json Thu Jan 8 05:04:05
2015
@@ -0,0 +1 @@
+{}
Added: devicemap/branches/2.0/data/os/attributes.json
URL:
http://svn.apache.org/viewvc/devicemap/branches/2.0/data/os/attributes.json?rev=1650207&view=auto
==============================================================================
--- devicemap/branches/2.0/data/os/attributes.json (added)
+++ devicemap/branches/2.0/data/os/attributes.json Thu Jan 8 05:04:05 2015
@@ -0,0 +1 @@
+{}
Added: devicemap/branches/2.0/data/os/patterns.json
URL:
http://svn.apache.org/viewvc/devicemap/branches/2.0/data/os/patterns.json?rev=1650207&view=auto
==============================================================================
--- devicemap/branches/2.0/data/os/patterns.json (added)
+++ devicemap/branches/2.0/data/os/patterns.json Thu Jan 8 05:04:05 2015
@@ -0,0 +1 @@
+{}
Added: devicemap/branches/2.0/data/os_lite/attributes.json
URL:
http://svn.apache.org/viewvc/devicemap/branches/2.0/data/os_lite/attributes.json?rev=1650207&view=auto
==============================================================================
--- devicemap/branches/2.0/data/os_lite/attributes.json (added)
+++ devicemap/branches/2.0/data/os_lite/attributes.json Thu Jan 8 05:04:05 2015
@@ -0,0 +1 @@
+{}
Added: devicemap/branches/2.0/data/os_lite/patterns.json
URL:
http://svn.apache.org/viewvc/devicemap/branches/2.0/data/os_lite/patterns.json?rev=1650207&view=auto
==============================================================================
--- devicemap/branches/2.0/data/os_lite/patterns.json (added)
+++ devicemap/branches/2.0/data/os_lite/patterns.json Thu Jan 8 05:04:05 2015
@@ -0,0 +1 @@
+{}