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
(3) |
Sep
(15) |
Oct
(21) |
Nov
(18) |
Dec
(59) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(43) |
Feb
(35) |
Mar
(78) |
Apr
(65) |
May
(163) |
Jun
(169) |
Jul
(137) |
Aug
(77) |
Sep
(47) |
Oct
(27) |
Nov
(43) |
Dec
(68) |
2004 |
Jan
(61) |
Feb
(39) |
Mar
(11) |
Apr
(42) |
May
(86) |
Jun
(82) |
Jul
(24) |
Aug
(26) |
Sep
(37) |
Oct
(62) |
Nov
(131) |
Dec
(43) |
2005 |
Jan
(31) |
Feb
(56) |
Mar
(65) |
Apr
(165) |
May
(106) |
Jun
(97) |
Jul
(65) |
Aug
(150) |
Sep
(78) |
Oct
(115) |
Nov
(41) |
Dec
(26) |
2006 |
Jan
(50) |
Feb
(39) |
Mar
(56) |
Apr
(67) |
May
(89) |
Jun
(68) |
Jul
(116) |
Aug
(65) |
Sep
(58) |
Oct
(103) |
Nov
(28) |
Dec
(52) |
2007 |
Jan
(92) |
Feb
(60) |
Mar
(124) |
Apr
(96) |
May
(69) |
Jun
(79) |
Jul
(25) |
Aug
(22) |
Sep
(7) |
Oct
(17) |
Nov
(27) |
Dec
(32) |
2008 |
Jan
(57) |
Feb
(87) |
Mar
(51) |
Apr
(43) |
May
(56) |
Jun
(62) |
Jul
(25) |
Aug
(82) |
Sep
(58) |
Oct
(42) |
Nov
(38) |
Dec
(86) |
2009 |
Jan
(50) |
Feb
(33) |
Mar
(84) |
Apr
(90) |
May
(109) |
Jun
(37) |
Jul
(22) |
Aug
(51) |
Sep
(93) |
Oct
(86) |
Nov
(31) |
Dec
(62) |
2010 |
Jan
(33) |
Feb
(57) |
Mar
(62) |
Apr
(43) |
May
(30) |
Jun
(49) |
Jul
(20) |
Aug
(40) |
Sep
(152) |
Oct
(38) |
Nov
(15) |
Dec
(32) |
2011 |
Jan
(29) |
Feb
(25) |
Mar
(65) |
Apr
(45) |
May
(27) |
Jun
(11) |
Jul
(14) |
Aug
(8) |
Sep
(13) |
Oct
(117) |
Nov
(60) |
Dec
(19) |
2012 |
Jan
(23) |
Feb
(32) |
Mar
(24) |
Apr
(41) |
May
(56) |
Jun
(24) |
Jul
(15) |
Aug
(11) |
Sep
(26) |
Oct
(21) |
Nov
(12) |
Dec
(31) |
2013 |
Jan
(32) |
Feb
(24) |
Mar
(39) |
Apr
(44) |
May
(44) |
Jun
(8) |
Jul
(9) |
Aug
(12) |
Sep
(34) |
Oct
(19) |
Nov
(5) |
Dec
(9) |
2014 |
Jan
(22) |
Feb
(12) |
Mar
(7) |
Apr
(2) |
May
(13) |
Jun
(17) |
Jul
(8) |
Aug
(10) |
Sep
(7) |
Oct
(4) |
Nov
|
Dec
(39) |
2015 |
Jan
(13) |
Feb
(12) |
Mar
(12) |
Apr
(40) |
May
(5) |
Jun
(22) |
Jul
(3) |
Aug
(42) |
Sep
(5) |
Oct
(10) |
Nov
|
Dec
(10) |
2016 |
Jan
(9) |
Feb
(43) |
Mar
(5) |
Apr
(14) |
May
(17) |
Jun
(5) |
Jul
(5) |
Aug
(22) |
Sep
(5) |
Oct
|
Nov
(4) |
Dec
(18) |
2017 |
Jan
(28) |
Feb
(29) |
Mar
(9) |
Apr
(23) |
May
(48) |
Jun
(5) |
Jul
(32) |
Aug
(9) |
Sep
(13) |
Oct
(13) |
Nov
(6) |
Dec
(4) |
2018 |
Jan
(6) |
Feb
(5) |
Mar
(1) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
1
(1) |
2
(2) |
3
(1) |
4
(2) |
5
(1) |
6
(2) |
7
|
8
(1) |
9
(2) |
10
(3) |
11
(4) |
12
(10) |
13
(2) |
14
|
15
(3) |
16
(4) |
17
(3) |
18
(4) |
19
|
20
(2) |
21
(1) |
22
(6) |
23
(4) |
24
(1) |
25
|
26
|
27
(2) |
28
(2) |
29
(2) |
30
(2) |
31
(1) |
|
|
|
From: Frank Siebenlist <franks@mc...> - 2003-12-24 06:00:55
|
Understood. Your "inline literals" suggestion will solve this for me for now. Thanks for the detailed explanation. Regards, Frank. David Goodger wrote: > Frank Siebenlist wrote: > > I'm a bit confused about the error message that I receive after running > > the following two line file through buildhtml.py: > > > > ----- > > like "http://www.acme.com/docs/*.txt";, which... > > > > both http://www.acme.com/doc/*.txt"; and > > "http://www.acme.com/otherdocs/*.txt";, but... > > ----- > > > > ::: Processing .txt: tst.txt > > /c/haskell/HEAD/xacml-haskell/delegation/tst.txt:1: (WARNING/2) Inline > > emphasis start-string without end-string. > > > > It doesn't seem to like the "*" in the first line but has no issue with > > the two equivalent "*"s in the second. Reversing the lines gives the > > same warning. > > Easier to explain by example. Use quicktest.py or publish.py to get > easy-to-follow pseudo-XML output: > > $ quicktest.py <<EOF > > like "http://www.acme.com/docs/*.txt";, which... > > > > both http://www.acme.com/doc/*.txt"; and > > "http://www.acme.com/otherdocs/*.txt";, but... > > EOF > <stdin>:1: (WARNING/2) Inline emphasis start-string without end-string. > > This is the stderr output. Next is the pseudo-XML: > > <document source="<stdin>"> > <paragraph> > like " > <reference refuri="http://www.acme.com/docs/"> > http://www.acme.com/docs/ > > The parser recognizes a URL, but > > <problematic id="id2" refid="id1"> > * > > It doesn't like the asterisk [1]_. > > .txt", which... > <system_message backrefs="id2" id="id1" level="2" line="1" > source="<stdin>" type="WARNING"> > <paragraph> > Inline emphasis start-string without end-string. > > The parser thinks that the "*" is beginning *emphasis* in the text. A > side effect is that this breaks the URL in three. The next paragraph > contains two asterisks, which balance the emphasis, so no problem (as > far as the parser is concerned): > > <paragraph> > both > <reference refuri="http://www.acme.com/doc/"> > http://www.acme.com/doc/ > <emphasis> > .txt" and > "http://www.acme.com/otherdocs/ > .txt", but... > > You might have a problem with the parser's interpretation though. > > In this case, none of the asterisk-containing URLs are intended to be > interpreted as clickable hyperlinks, so the solution is to make them > inline literals: > > like ``http://www.acme.com/docs/*.txt``, which... > > both ``http://www.acme.com/doc/*.txt`` and > ``http://www.acme.com/otherdocs/*.txt``, but... > > If you had a valid URL containing asterisks, you'd have to use a > hyperlink target, or wait for the bug described below to be fixed. > > .. [1] Upon reviewing RFC 2396, I see that asterisks are valid URL > characters, sometimes actually used. Beni Cherniavsky found one in > mid-November and fixed it by modifying the text. There's a > conflict with emphasis, but backslash escapes should overcome that; > they don't though. I consider it a bug in the parser that escaped > asterisks in URLs aren't recognized. I'll add it to the to-do > list. > -- Frank Siebenlist franks@... The Globus Alliance - Argonne National Laboratory |