Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(103) |
Jul
(105) |
Aug
(16) |
Sep
(16) |
Oct
(78) |
Nov
(36) |
Dec
(58) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(100) |
Feb
(155) |
Mar
(84) |
Apr
(33) |
May
(22) |
Jun
(77) |
Jul
(36) |
Aug
(37) |
Sep
(183) |
Oct
(74) |
Nov
(235) |
Dec
(165) |
2002 |
Jan
(187) |
Feb
(183) |
Mar
(52) |
Apr
(10) |
May
(15) |
Jun
(19) |
Jul
(43) |
Aug
(90) |
Sep
(144) |
Oct
(144) |
Nov
(171) |
Dec
(78) |
2003 |
Jan
(113) |
Feb
(99) |
Mar
(80) |
Apr
(44) |
May
(35) |
Jun
(32) |
Jul
(34) |
Aug
(34) |
Sep
(30) |
Oct
(57) |
Nov
(97) |
Dec
(139) |
2004 |
Jan
(132) |
Feb
(223) |
Mar
(300) |
Apr
(221) |
May
(171) |
Jun
(286) |
Jul
(188) |
Aug
(107) |
Sep
(97) |
Oct
(106) |
Nov
(139) |
Dec
(125) |
2005 |
Jan
(200) |
Feb
(116) |
Mar
(68) |
Apr
(158) |
May
(70) |
Jun
(80) |
Jul
(55) |
Aug
(52) |
Sep
(92) |
Oct
(141) |
Nov
(86) |
Dec
(41) |
2006 |
Jan
(35) |
Feb
(62) |
Mar
(59) |
Apr
(52) |
May
(51) |
Jun
(61) |
Jul
(30) |
Aug
(36) |
Sep
(12) |
Oct
(4) |
Nov
(22) |
Dec
(34) |
2007 |
Jan
(49) |
Feb
(19) |
Mar
(37) |
Apr
(16) |
May
(9) |
Jun
(38) |
Jul
(17) |
Aug
(31) |
Sep
(16) |
Oct
(34) |
Nov
(4) |
Dec
(8) |
2008 |
Jan
(8) |
Feb
(16) |
Mar
(14) |
Apr
(6) |
May
(4) |
Jun
(5) |
Jul
(9) |
Aug
(36) |
Sep
(6) |
Oct
(3) |
Nov
(3) |
Dec
(3) |
2009 |
Jan
(14) |
Feb
(2) |
Mar
(7) |
Apr
(16) |
May
(2) |
Jun
(10) |
Jul
(1) |
Aug
(10) |
Sep
(11) |
Oct
(4) |
Nov
(2) |
Dec
|
2010 |
Jan
(1) |
Feb
|
Mar
(13) |
Apr
(11) |
May
(18) |
Jun
(44) |
Jul
(7) |
Aug
(2) |
Sep
(14) |
Oct
|
Nov
(6) |
Dec
|
2011 |
Jan
(2) |
Feb
(6) |
Mar
(3) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
(11) |
Feb
(3) |
Mar
(11) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(4) |
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(8) |
Dec
(1) |
2015 |
Jan
(3) |
Feb
(2) |
Mar
|
Apr
(3) |
May
(1) |
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2016 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
1
(1) |
2
(6) |
3
(4) |
4
(3) |
5
(5) |
6
(5) |
7
(7) |
8
|
9
(3) |
10
(3) |
11
(2) |
12
(1) |
13
(2) |
14
(8) |
15
(4) |
16
(3) |
17
(9) |
18
|
19
|
20
(1) |
21
|
22
|
23
(2) |
24
(2) |
25
(3) |
26
(4) |
27
(4) |
28
(10) |
29
(6) |
30
(6) |
31
(9) |
|
From: Ted Vinke <teddy@jo...> - 2003-01-06 19:11:37
|
Thanks for the NOWRAP response :), but I have another question. Is there a list or array which hold all the WikiPlugins on one wikipage? I was hoping to try to use two times a WikiPlugin on seperate lines below each other and for some things to be coordinated I need to know if another of the same plugin also is on the wikipage. So, is there some kind of array or list or some other possibillity that I can check how many (of the same) plugins are used on one wikipage? I'm terrible sorry to 'spam' the mailinglist like this, but if there is some kind of mailingarchive or other FAQ about creating plugins etc. and this sort of technical stuff, then I'd be happy to look there first. Regards, Ted |
From: Martin Geisler <gimpster-sender-a34da2@gi...> - 2003-01-06 17:38:22
|
"Ted Vinke" <teddy@...> writes: > I've been trying to put in a cell the NOWRAP attribute. So far I've > only been succesfull, with: > > HTML::td(array("nowrap" => 0), $text); > > Is there any other way to use nowrap or do I have to use my first > solution, which probably isn't HTML4 compliant? You can do as Carsten suggests to get proper (X)HTML code, but you could also use HTML::td(array("style" => "white-space: nowrap"), $text); instead - the nowrap attribute is deprecated in favor of using style sheets like the code above. See http://www.w3.org/TR/html4/struct/tables.html#adef-nowrap and http://www.w3.org/TR/REC-CSS2/text.html#propdef-white-space -- Martin Geisler My GnuPG Key: 0xF7F6B57B See http://gimpster.com/ and http://phpweather.net/ for: PHP Weather => Shows the current weather on your webpage and PHP Shell => A telnet-connection (almost :-) in a PHP page. |
From: Carsten <carstenklapp@ya...> - 2003-01-06 15:04:26
|
Hi Ted, I think for proper validation it goes like this: HTML::td(array("nowrap" =3D> "nowrap"), $text); <td nowrap=3D"nowrap"></td> Looks a little odd but but if I remember correctly all XHTML attributes=20= must have a value. Cheers, Carsten On Monday, January 6, 2003, at 03:36 am, Ted Vinke wrote: > I've been trying to put in a cell the NOWRAP attribute. So far I've=20 > only been succesfull, with: > =A0 > HTML::td(array("nowrap" =3D> 0), $text); > =A0 > Any other things such as array("nowrap") or array("nowrap" =3D> "")=20 > don't really work, because the NOWRAP attribute is skipped then. The=20= > first solution that does work, produces bad HTML like <td=20 > nowrap=3D"0"></td>. > =A0 > Is there any other way to use nowrap or do I have to use my first=20 > solution, which probably isn't HTML4 compliant? > =A0 > Regards, > Ted |
From: Ted Vinke <teddy@jo...> - 2003-01-06 08:37:07
|
I've been trying to put in a cell the NOWRAP attribute. So far I've only been succesfull, with: HTML::td(array("nowrap" => 0), $text); Any other things such as array("nowrap") or array("nowrap" => "") don't really work, because the NOWRAP attribute is skipped then. The first solution that does work, produces bad HTML like <td nowrap="0"></td>. Is there any other way to use nowrap or do I have to use my first solution, which probably isn't HTML4 compliant? Regards, Ted |
From: Jochen Kalmbach <Jochen@Kalmbachnet.de> - 2003-01-06 07:24:59
|
Hello, I have a stupid question: How can I center text in the wiki (like the <center>-tag) ? Greetings Jochen |