Difference between revisions of "Timeline-test"

From DMARC Wiki
Jump to navigation Jump to search
(Test timeline - events around the DMARC spec and DMARC.org)
 
Line 14: Line 14:
 
Colors =
 
Colors =
 
     id:bg          value:white
 
     id:bg          value:white
     id:eBayYahoo    value:rgb(0.3,0.9,0.8) legend:eBay-Yahoo
+
     id:eBayYahoo    value:rgb(0.3,0.9,0.8) legend:eBay1
     id:eBayGoogle  value:rgb(0.5,0.8,0.8) legend:eBay-Google-Yahoo
+
     id:eBayGoogle  value:rgb(0.5,0.8,0.8) legend:eBay2
 
     id:MOOCOW      value:rgb(0.5,0.1,0.7) legend:MOOCOW
 
     id:MOOCOW      value:rgb(0.5,0.1,0.7) legend:MOOCOW
 
     id:DMARC1      value:rgb(0.1,0.8,0.2) legend:DMARC
 
     id:DMARC1      value:rgb(0.1,0.8,0.2) legend:DMARC
     id:DMARC2      value:rgb(0.3,0.9,0.2) legend:DMARC.org
+
     id:DMARC2      value:rgb(0.3,0.9,0.2) legend:DMARCorg
 
     id:IETF        value:rgb(0.3,0.7,0.8) legend:IETF
 
     id:IETF        value:rgb(0.3,0.7,0.8) legend:IETF
 
     id:lightline    value:rgb(0.9,0.9,0.9)
 
     id:lightline    value:rgb(0.9,0.9,0.9)
Line 44: Line 44:
 
     barset:MOOCOW
 
     barset:MOOCOW
 
         shift:(5,-5) anchor:from fontsize:s
 
         shift:(5,-5) anchor:from fontsize:s
         color:MOOCOW from:12/31/2009 till:06/$dayunknown/2011 text:"MOOCOW"
+
         color:MOOCOW from:01/01/2010 till:06/$dayunknown/2011 text:"MOOCOW"
  
 
     barset:DMARC1
 
     barset:DMARC1

Revision as of 09:46, 17 July 2015

Test Timeline

<timeline> DateFormat=mm/dd/yyyy Period = from:01/01/2006 till:12/31/2015 Define $now = 07/01/2015 Define $skip = at:end # Force a blank line Define $dayunknown = 15 Define $monthunknown = 06 ImageSize= width:800 height:auto barincrement:25 TimeAxis = orientation:horizontal PlotArea = right:5 left:5 bottom:60 top:5 Legend = orientation:vertical position:bottom columns:4

Colors =

   id:bg           value:white
   id:eBayYahoo    value:rgb(0.3,0.9,0.8) legend:eBay1
   id:eBayGoogle   value:rgb(0.5,0.8,0.8) legend:eBay2
   id:MOOCOW       value:rgb(0.5,0.1,0.7) legend:MOOCOW
   id:DMARC1       value:rgb(0.1,0.8,0.2) legend:DMARC
   id:DMARC2       value:rgb(0.3,0.9,0.2) legend:DMARCorg
   id:IETF         value:rgb(0.3,0.7,0.8) legend:IETF
   id:lightline    value:rgb(0.9,0.9,0.9)
   id:lighttext    value:rgb(0.5,0.5,0.9)

BackgroundColors = canvas:bg ScaleMajor = gridcolor:lighttext unit:year increment:1 start:01/01/2006

BarData =

   barset:eBay
   barset:MOOCOW
   barset:DMARC1
   barset:DMARC2
   barset:IETF

PlotData=

   width:15 textcolor:black
   barset:eBay
       shift:(5,-5) anchor:from fontsize:s
       color:eBayYahoo from:01/15/2006 till:12/25/2007 text:"eBay - Yahoo"
   barset:break
       color:eBayGoogle from:01/15/2008 till:12/31/2011 text:"eBay - Google - Yahoo"
   barset:MOOCOW
       shift:(5,-5) anchor:from fontsize:s
       color:MOOCOW from:01/01/2010 till:06/$dayunknown/2011 text:"MOOCOW"
   barset:DMARC1
       shift:(5,-5) anchor:from fontsize:s
       color:DMARC1 from:02/15/2011 till:02/$dayunknown/2015 text:"DMARC"
   barset:DMARC2
       shift:(5,-5) anchor:from fontsize:s
       color:DMARC2 from:02/01/2015 till:12/31/2015 text:"DMARC.org"
   barset:IETF
       shift:(5,-5) anchor:from fontsize:s
       color:IETF from:07/01/2014 till:12/31/2015 text:"IETF DMARC WG"

</timeline>