Return-Path: X-Original-To: apmail-devicemap-commits-archive@www.apache.org Delivered-To: apmail-devicemap-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8D10410C57 for ; Thu, 8 Jan 2015 05:04:10 +0000 (UTC) Received: (qmail 31709 invoked by uid 500); 8 Jan 2015 05:04:11 -0000 Delivered-To: apmail-devicemap-commits-archive@devicemap.apache.org Received: (qmail 31685 invoked by uid 500); 8 Jan 2015 05:04:11 -0000 Mailing-List: contact commits-help@devicemap.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@devicemap.apache.org Delivered-To: mailing list commits@devicemap.apache.org Received: (qmail 31675 invoked by uid 99); 8 Jan 2015 05:04:11 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jan 2015 05:04:11 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id CDAF5AC0110; Thu, 8 Jan 2015 05:04:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1650207 - in /devicemap/branches/2.0: ./ clients/ clients/c/ clients/csharp/ clients/java/ clients/javascript/ data/ data/browser/ data/browser_lite/ data/device/ data/device_lite/ data/os/ data/os_lite/ Date: Thu, 08 Jan 2015 05:04:06 -0000 To: commits@devicemap.apache.org From: rezan@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150108050410.CDAF5AC0110@hades.apache.org> 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 @@ +{}