openSUSE:Aftellen
Dit artikel is nog maar gedeeltelijk vertaald. Als u mee wilt helpen met vertalen lees dan Wiki vertalen naar het Nederlands. |
Inhoud
Introduction
The pictures are statically generated on the countdown.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 fonts are FifthLeg and DejaVu Sans.
Usage
Just copy and paste the code under the picture into your webpage:
square, original (256x256)
<a href="http://en.opensuse.org/openSUSE_11.3"><img src="http://countdown.opensuse.org/11.3/medium.en.png" border="0"/></a>
for wiki (XX is your language, eg. 'en'):
[http://XX.opensuse.org/openSUSE_11.3 http://countdown.opensuse.org/11.3/medium.XX.png]
square, small (130x130)
<a href="http://en.opensuse.org/openSUSE_11.3"><img src="http://countdown.opensuse.org/11.3/small" border="0"/></a>
for wiki (XX is your language, eg. 'en'):
[http://XX.opensuse.org/openSUSE_11.3 http://countdown.opensuse.org/11.3/small.XX.png]
square, large (400x400)
<a href="http://en.opensuse.org/openSUSE_11.3"><img src="http://countdown.opensuse.org/11.3/large" border="0"/></a>
for wiki (XX is your language, eg. 'en'):
[http://XX.opensuse.org/openSUSE_11.3 http://countdown.opensuse.org/11.3/large.XX.png]
Advanced version by Sylvester Lykkehus
http://solidonline.dk/11.3.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)
- source: http://solidonline.dk/11.3.phps