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.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(18) |
Nov
(27) |
Dec
(6) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(3) |
Feb
(34) |
Mar
(19) |
Apr
(14) |
May
(40) |
Jun
(18) |
Jul
(20) |
Aug
(9) |
Sep
(32) |
Oct
(11) |
Nov
(25) |
Dec
(36) |
2004 |
Jan
(12) |
Feb
(41) |
Mar
(67) |
Apr
(16) |
May
(36) |
Jun
(26) |
Jul
(19) |
Aug
(28) |
Sep
(5) |
Oct
(11) |
Nov
(9) |
Dec
(45) |
2005 |
Jan
(14) |
Feb
(12) |
Mar
(22) |
Apr
(58) |
May
(41) |
Jun
(19) |
Jul
(15) |
Aug
(9) |
Sep
(16) |
Oct
(6) |
Nov
(35) |
Dec
(33) |
2006 |
Jan
(6) |
Feb
(39) |
Mar
(17) |
Apr
(29) |
May
(12) |
Jun
(85) |
Jul
(43) |
Aug
(115) |
Sep
(103) |
Oct
(43) |
Nov
(100) |
Dec
(45) |
2007 |
Jan
(66) |
Feb
(85) |
Mar
(85) |
Apr
(72) |
May
(28) |
Jun
(12) |
Jul
(2) |
Aug
(4) |
Sep
(46) |
Oct
(38) |
Nov
(38) |
Dec
(50) |
2008 |
Jan
(27) |
Feb
(26) |
Mar
(24) |
Apr
(51) |
May
(42) |
Jun
(28) |
Jul
(20) |
Aug
(45) |
Sep
(28) |
Oct
(21) |
Nov
(50) |
Dec
(51) |
2009 |
Jan
(40) |
Feb
(66) |
Mar
(42) |
Apr
(33) |
May
(10) |
Jun
(41) |
Jul
(72) |
Aug
(52) |
Sep
(50) |
Oct
(32) |
Nov
(28) |
Dec
(74) |
2010 |
Jan
(30) |
Feb
(45) |
Mar
(40) |
Apr
(47) |
May
(54) |
Jun
(19) |
Jul
(48) |
Aug
(58) |
Sep
(50) |
Oct
(31) |
Nov
(7) |
Dec
(20) |
2011 |
Jan
(18) |
Feb
(20) |
Mar
(43) |
Apr
(52) |
May
(61) |
Jun
(55) |
Jul
(25) |
Aug
(5) |
Sep
(33) |
Oct
(32) |
Nov
(10) |
Dec
(16) |
2012 |
Jan
(25) |
Feb
(46) |
Mar
(29) |
Apr
(28) |
May
(13) |
Jun
(40) |
Jul
(13) |
Aug
(21) |
Sep
(3) |
Oct
(32) |
Nov
(25) |
Dec
(14) |
2013 |
Jan
(3) |
Feb
(5) |
Mar
(25) |
Apr
(14) |
May
(15) |
Jun
(18) |
Jul
(21) |
Aug
|
Sep
(17) |
Oct
(1) |
Nov
(15) |
Dec
(16) |
2014 |
Jan
(5) |
Feb
(6) |
Mar
(18) |
Apr
(25) |
May
(22) |
Jun
(17) |
Jul
(9) |
Aug
(6) |
Sep
(12) |
Oct
(5) |
Nov
(18) |
Dec
(4) |
2015 |
Jan
|
Feb
(20) |
Mar
(3) |
Apr
(21) |
May
(2) |
Jun
(6) |
Jul
(5) |
Aug
(10) |
Sep
(1) |
Oct
(9) |
Nov
(6) |
Dec
(5) |
2016 |
Jan
(4) |
Feb
(5) |
Mar
(26) |
Apr
(8) |
May
(16) |
Jun
(20) |
Jul
(1) |
Aug
(5) |
Sep
(8) |
Oct
(4) |
Nov
(2) |
Dec
(10) |
2017 |
Jan
(31) |
Feb
(11) |
Mar
(3) |
Apr
(10) |
May
(4) |
Jun
(6) |
Jul
(9) |
Aug
(8) |
Sep
|
Oct
(8) |
Nov
(10) |
Dec
(6) |
2018 |
Jan
(6) |
Feb
(5) |
Mar
(1) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
(1) |
17
|
18
(4) |
19
|
20
|
21
|
22
|
23
|
24
|
25
(2) |
26
(9) |
27
|
28
|
29
|
30
|
|
From: Claes Wikstrom <klacke@hy...> - 2005-09-18 16:14:12
|
Michael Leonhard wrote: > Should htmlize_l/1 be exported from yaws_api.erl? > No, take a look at the code. Why should htmlize_l/1 have to exported ? /klacke |
From: Claes Wikstrom <klacke@hy...> - 2005-09-18 16:11:40
|
Daniel Schutte wrote: > 2. If I want to force the connection to close by adding the Header: close > command :) how would I add that. all the variations of {html, [{header, > close} ... ]} etc does not seem to work. <erl> out(A) -> [ {content, "text/xml", <<"Hello there">>}, {header, {connection, "close"}} ]. </erl> |
From: Claes Wikstrom <klacke@ta...> - 2005-09-18 16:06:31
|
Daniel Schutte wrote: > yaws 1.57, solaris x86 > > I have a strange question, and this might be only because I am illiterate in > html / xml :) > > I have an income XML request POST or GET and when responding to this with the > lines: > > <erl> > {content, "text/xml", <<"XML Response Data">>} > </erl> > You need to have an out/1 function defined inside the <erl> ... </erl> block as in: <erl> out(A) -> {content, "text/xml", <<"Hello there">>}. </erl> /klacke |
From: Michael Leonhard <michael206@gm...> - 2005-09-18 02:26:10
|
Should htmlize_l/1 be exported from yaws_api.erl? -Michael michael206@... |