Countdown

From openSUSE

(Redirected from Artwork/Countdown)

You can help spreading new release of openSUSE by adding these fabulous countdown timers created by Billy Juliani and Jakub "jimmac" Steiner to your website.

Links point to openSUSE 11.2 right now, which contains list of killer features of openSUSE 11.2 and information for community how to test beta releases.

Contents

Introduction

The pictures are statically generated on the counter.opensuse.org server by a cron job, updated at 12:00 CET, using a Python+PIL script. This approach optimizes the performance on the server and also enables Apache to serve HTTP cache-control headers properly.

It is translated in many languages (english, german, czech, french, danish, russian, polish, dutch, finnish, spanish, italian, greek, swedish, croatian, norwegian, portuguese, hungarian, romanian) and is automatically displayed in the language configured in the visitor's preferred language(s), with the same URL.

The artwork is by Jakub "jimmac" Steiner and the font is DejaVu Sans.

Usage

Just copy and paste the code under the picture into your webpage:

square, original (256x256)

medium.en.png

 <a href="http://en.opensuse.org/openSUSE_11.2"><img src="http://counter.opensuse.org/11.2/medium" border="0"/></a>

for wiki (XX is your language, eg. 'en'):

 [http://en.opensuse.org/openSUSE_11.2 http://counter.opensuse.org/11.2/medium.XX.png]


square, small (130x130)

small.en.png

 <a href="http://en.opensuse.org/openSUSE_11.2"><img src="http://counter.opensuse.org/11.2/small" border="0"/></a>

for wiki (XX is your language, eg. 'en'):

 [http://en.opensuse.org/openSUSE_11.2 http://counter.opensuse.org/11.2/small.XX.png]

square, large (400x400)

large.en.png

 <a href="http://en.opensuse.org/openSUSE_11.2"><img src="http://counter.opensuse.org/11.2/large" border="0"/></a>

for wiki (XX is your language, eg. 'en'):

 [http://en.opensuse.org/openSUSE_11.2 http://counter.opensuse.org/11.2/large.XX.png]

Advanced version by Sylvester Lykkehus

http://solidonline.dk/11.2.php?red=<redval>&green=<greenval>&blue=<blueval>&alpha=<alphaval>&gamma=<gammaval>&lang=<lang>&size=<resx>x<resy>

where

  • redval is 0 ... 255 (red value)
  • greenval is 0 ... 255 (green value)
  • blueval is 0 ... 255 (blue value)
  • alphaval is 0 ... 127 (alpha value)
  • gammaval is 0.1 ... 2.0 (gamma value)
  • lang is language (default en)
  • resx is 1 ... 256 (horizontal size)
  • resy is 1 ... 256 (vertical size)