Vorlage:Zeitleiste SeaMonkey

aus Wikipedia, der freien Enzyklopädie

<timeline>

      1. Farben

Colors =

 id:canvasBackground  value:white     # Hintergrundfarbe des Innenabstands
 id:barBackground     value:white     # Hintergrundfarbe zwischen den Gitternetzlinien
 id:legendBackground  value:white     # Hintergrundfarbe der Legende
 id:fontColor         value:black     # Schriftfarbe der Versionen
 id:legendColor       value:black     # Schriftfarbe der Legende
 id:versionsValue     value:black     # Farbe der Versionsstriche
 id:separator         value:black     # Farbe des Trennstrichs der Legende
 id:gridYear          value:rgb(0.7, 0.7, 0.7)     # Gitternetzlinie der Jahre
 id:gridMonth         value:rgb(0.8, 0.8, 0.8)     # Gitternetzlinie der Monate
 id:mozilla           value:rgb(0.7686, 0.7216, 0.5608)     # Mozilla Suite (Anriss)
 id:seamonkey10       value:rgb(0.8902, 0.5294, 0.3725)     # SeaMonkey 1.0
 id:seamonkey11       value:rgb(0.9100, 0.6470, 0.4200)     # SeaMonkey 1.1
 id:seamonkey20       value:rgb(0.9200, 0.7550, 0.4700)     # SeaMonkey 2.0
 id:seamonkey2x       value:rgb(0.6157, 0.8196, 0.1843)     # SeaMonkey 2.x
      1. Grafik

ImageSize = width:850 height:700 # Ausmaße PlotArea = left:10 top:10 right:10 bottom:30 # Innenabstände BackgroundColors = canvas:canvasBackground bars:barBackground # Hintergrundfarben

      1. Layout & Format

DateFormat = dd/mm/yyyy # Datumsformat Period = from:01/03/2005 till:30/11/2021 # Periode der Zeitleiste AlignBars = justify # Datenausrichtung TimeAxis = orientation:horizontal format:yyyy # Achsenausrichtung ScaleMinor = unit:month increment:1 start:01/03/2005 gridcolor:gridMonth # Gitternetzlinie der Monate ScaleMajor = unit:year increment:1 start:01/01/2006 gridcolor:gridYear # Gitternetzlinie der Jahre

      1. Definiere den Balken der Übersicht und das Balkenset der Versionen

BarData=

 barset:legend
 bar:separator
 barset:versions
      1. Daten

PlotData =

 ## Legende
 barset:legend  width:25  fontsize:L  textcolor:legendColor  anchor:from  shift:(4, -7)
   # Hintergrund
   from:start       till:end         color:legendBackground
   from:start       till:end         color:legendBackground
   # Verlinkung Mozilla
   barset:break
   barset:skip
   from:01/04/2005  till:30/01/2006  text:"Alle Versionen"  fontsize:S  color:legendBackground  textcolor:legendColor  shift:(4, -10)
   # Mozilla
   barset:break
   from:start       till:21/04/2006  text:"Mozilla"  color:mozilla
   # SeaMonkey 1.0
   barset:break
   barset:skip
   from:30/01/2006  till:30/05/2007  text:"SM 1.0"  color:seamonkey10
   # SeaMonkey 1.1
   barset:break
   from:18/01/2007  till:16/03/2010  text:"SM 1.1"  color:seamonkey11
   # SeaMonkey 2.0
   barset:break
   barset:skip
   from:27/10/2009  till:10/06/2011  text:"SM 2.0"  color:seamonkey20
   # SeaMonkey 2.x
   barset:break
   from:10/06/2011  till:end         text:"SM 2.x"  color:seamonkey2x
 ## Trennlinie
 bar:separator  from:start  till:end  width:0.1  color:separator
 ## Versionen
 barset:versions  width:12  fontsize:S  textcolor:fontColor  shift:(3, -4)
   # Mozilla
   at:21/03/2005  mark:(line, versionsValue)  text:"1.7.6"
   at:15/04/2005  mark:(line, versionsValue)  text:"1.7.7"
   at:11/05/2005  mark:(line, versionsValue)  text:"1.7.8"
   at:21/07/2005  mark:(line, versionsValue)  text:"1.7.10"
   at:01/08/2005  mark:(line, versionsValue)  text:"1.7.11"
   at:21/09/2005  mark:(line, versionsValue)  text:"1.7.12"
   at:21/04/2006  mark:(line, versionsValue)  text:"1.7.13"
   # Bitte keine weiteren Versionen von Mozilla 1.7 oder früher hinzufügen
   # Für die Mozilla Application Suite existiert eine separate Zeitleiste
   # unter Vorlage:Zeitleiste Mozilla Application Suite
   # SeaMonkey 1.0
   barset:break
   at:30/01/2006  mark:(line, versionsValue)  text:"SeaMonkey 1.0"
   at:13/04/2006  mark:(line, versionsValue)  text:"1.0.1"
   at:01/06/2006  mark:(line, versionsValue)  text:"1.0.2"
   at:27/07/2006  mark:(line, versionsValue)  text:"1.0.3"
   at:02/08/2006  mark:(line, versionsValue)  text:"1.0.4"
   at:14/09/2006  mark:(line, versionsValue)  text:"1.0.5"
   at:08/11/2006  mark:(line, versionsValue)  text:"1.0.6"
   at:20/12/2006  mark:(line, versionsValue)  text:"1.0.7"
   at:27/02/2007  mark:(line, versionsValue)  text:"1.0.8"
   at:30/05/2007  mark:(line, versionsValue)  text:"1.0.9"
   # SeaMonkey 1.1
   barset:break
   at:18/01/2007  mark:(line, versionsValue)  text:"SeaMonkey 1.1"
   at:28/02/2007  mark:(line, versionsValue)  text:"1.1.1"
   at:30/05/2007  mark:(line, versionsValue)  text:"1.1.2"
   at:19/07/2007  mark:(line, versionsValue)  text:"1.1.3"
   at:04/08/2007  mark:(line, versionsValue)  text:"1.1.4"
   at:19/10/2007  mark:(line, versionsValue)  text:"1.1.5"
   at:05/11/2007  mark:(line, versionsValue)  text:"1.1.6"
   at:30/11/2007  mark:(line, versionsValue)  text:"1.1.7"
   at:07/02/2008  mark:(line, versionsValue)  text:"1.1.8"
   at:26/03/2008  mark:(line, versionsValue)  text:"1.1.9"
   at:02/07/2008  mark:(line, versionsValue)  text:"1.1.10"
   at:15/07/2008  mark:(line, versionsValue)  text:"1.1.11"
   at:23/09/2008  mark:(line, versionsValue)  text:"1.1.12"
   at:12/11/2008  mark:(line, versionsValue)  text:"1.1.13"
   at:16/12/2008  mark:(line, versionsValue)  text:"1.1.14"
   at:18/03/2009  mark:(line, versionsValue)  text:"1.1.15"
   at:09/04/2009  mark:(line, versionsValue)  text:"1.1.16"
   at:22/06/2009  mark:(line, versionsValue)  text:"1.1.17"
   at:03/09/2009  mark:(line, versionsValue)  text:"1.1.18"
   at:16/03/2010  mark:(line, versionsValue)  text:"1.1.19"
   # SeaMonkey 2.0
   barset:break
   at:27/10/2009  mark:(line, versionsValue)  text:"SeaMonkey 2.0"
   at:15/12/2009  mark:(line, versionsValue)  text:"2.0.1"
   at:11/01/2010  mark:(line, versionsValue)  text:"2.0.2"
   at:17/02/2010  mark:(line, versionsValue)  text:"2.0.3"
   at:30/03/2010  mark:(line, versionsValue)  text:"2.0.4"
   at:22/06/2010  mark:(line, versionsValue)  text:"2.0.5"
   at:20/07/2010  mark:(line, versionsValue)  text:"2.0.6"
   at:07/09/2010  mark:(line, versionsValue)  text:"2.0.7"
   at:16/09/2010  mark:(line, versionsValue)  text:"2.0.8"
   at:19/10/2010  mark:(line, versionsValue)  text:"2.0.9"
   at:28/10/2010  mark:(line, versionsValue)  text:"2.0.10"
   at:09/12/2010  mark:(line, versionsValue)  text:"2.0.11"
   at:02/03/2011  mark:(line, versionsValue)  text:"2.0.12"
   at:23/03/2011  mark:(line, versionsValue)  text:"2.0.13"
   at:28/04/2011  mark:(line, versionsValue)  text:"2.0.14"
   # SeaMonkey 2.x
   barset:break
   at:10/06/2011  mark:(line, versionsValue)  text:"SeaMonkey 2.1"
   at:07/07/2011  mark:(line, versionsValue)  text:"2.2"
   at:16/08/2011  mark:(line, versionsValue)  text:"2.3"
   at:23/08/2011  mark:(line, versionsValue)  text:"2.3.1"
   at:31/08/2011  mark:(line, versionsValue)  text:"2.3.2"
   at:06/09/2011  mark:(line, versionsValue)  text:"2.3.3"
   at:27/09/2011  mark:(line, versionsValue)  text:"2.4"
   at:29/09/2011  mark:(line, versionsValue)  text:"2.4.1"
   at:22/11/2011  mark:(line, versionsValue)  text:"2.5"
   at:20/12/2011  mark:(line, versionsValue)  text:"2.6"
   at:22/12/2011  mark:(line, versionsValue)  text:"2.6.1"
   at:31/01/2012  mark:(line, versionsValue)  text:"2.7"
   at:10/02/2012  mark:(line, versionsValue)  text:"2.7.1"
   at:17/02/2012  mark:(line, versionsValue)  text:"2.7.2"
   at:13/03/2012  mark:(line, versionsValue)  text:"2.8"
   at:24/04/2012  mark:(line, versionsValue)  text:"2.9"
   at:06/06/2012  mark:(line, versionsValue)  text:"2.10"
   at:16/06/2012  mark:(line, versionsValue)  text:"2.10.1"
   at:17/07/2012  mark:(line, versionsValue)  text:"2.11"
   at:28/08/2012  mark:(line, versionsValue)  text:"2.12"
   at:10/09/2012  mark:(line, versionsValue)  text:"2.12.1"
   at:09/10/2012  mark:(line, versionsValue)  text:"2.13"
   at:12/10/2012  mark:(line, versionsValue)  text:"2.13.1"
   at:29/10/2012  mark:(line, versionsValue)  text:"2.13.2"
   at:20/11/2012  mark:(line, versionsValue)  text:"2.14"
   at:30/11/2012  mark:(line, versionsValue)  text:"2.14.1"
   at:18/01/2013  mark:(line, versionsValue)  text:"2.15"
   at:20/01/2013  mark:(line, versionsValue)  text:"2.15.1"
   at:04/02/2013  mark:(line, versionsValue)  text:"2.15.2"
   at:21/02/2013  mark:(line, versionsValue)  text:"2.16"
   at:08/03/2013  mark:(line, versionsValue)  text:"2.16.1"
   at:13/03/2013  mark:(line, versionsValue)  text:"2.16.2"
   at:02/04/2013  mark:(line, versionsValue)  text:"2.17"
   at:14/04/2013  mark:(line, versionsValue)  text:"2.17.1"
   at:03/05/2013  mark:(line, versionsValue)  text:"2.18b4"
   at:02/07/2013  mark:(line, versionsValue)  text:"2.19"
   at:06/08/2013  mark:(line, versionsValue)  text:"2.20"
   at:17/09/2013  mark:(line, versionsValue)  text:"2.21"
   at:30/10/2013  mark:(line, versionsValue)  text:"2.22"
   at:18/11/2013  mark:(line, versionsValue)  text:"2.22.1"
   at:12/12/2013  mark:(line, versionsValue)  text:"2.23"
   at:06/02/2014  mark:(line, versionsValue)  text:"2.24"
   at:19/03/2014  mark:(line, versionsValue)  text:"2.25"
   at:02/05/2014  mark:(line, versionsValue)  text:"2.26"
   at:14/06/2014  mark:(line, versionsValue)  text:"2.26.1"
   at:07/09/2014  mark:(line, versionsValue)  text:"2.29"
   at:24/09/2014  mark:(line, versionsValue)  text:"2.29.1"
   at:15/10/2014  mark:(line, versionsValue)  text:"2.30"
   at:04/12/2014  mark:(line, versionsValue)  text:"2.31"
   at:13/01/2015  mark:(line, versionsValue)  text:"2.32"
   at:06/02/2015  mark:(line, versionsValue)  text:"2.32.1"
   at:10/03/2015  mark:(line, versionsValue)  text:"2.33"
   at:23/03/2015  mark:(line, versionsValue)  text:"2.33.1"
   at:03/09/2015  mark:(line, versionsValue)  text:"2.35"
   at:26/09/2015  mark:(line, versionsValue)  text:"2.38"
   at:08/11/2015  mark:(line, versionsValue)  text:"2.39"
   at:14/03/2016  mark:(line, versionsValue)  text:"2.40"
   at:22/12/2016  mark:(line, versionsValue)  text:"2.46"
   at:31/07/2017  mark:(line, versionsValue)  text:"2.48"
   at:04/11/2017  mark:(line, versionsValue)  text:"2.49.1"
   at:15/02/2018  mark:(line, versionsValue)  text:"2.49.2"
   at:04/05/2018  mark:(line, versionsValue)  text:"2.49.3"
   at:27/07/2018  mark:(line, versionsValue)  text:"2.49.4"
   at:04/09/2019  mark:(line, versionsValue)  text:"2.49.5"
   at:28/02/2020  mark:(line, versionsValue)  text:"2.53.1"
   at:22/01/2021  mark:(line, versionsValue)  text:"2.53.6"
   at:30/03/2021  mark:(line, versionsValue)  text:"2.53.7"
   at:15/04/2021  mark:(line, versionsValue)  text:"2.53.7.1"
   at:30/06/2021  mark:(line, versionsValue)  text:"2.53.8"
   at:22/07/2021  mark:(line, versionsValue)  text:"2.53.8.1"
   at:26/08/2021  mark:(line, versionsValue)  text:"2.53.9"
   at:28/09/2021  mark:(line, versionsValue)  text:"2.53.9.1"



</timeline>