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
|
2
|
3
(3) |
4
|
5
|
6
(4) |
7
(3) |
8
(1) |
9
|
10
(2) |
11
|
12
(7) |
13
(1) |
14
(1) |
15
|
16
(1) |
17
(5) |
18
|
19
(3) |
20
(5) |
21
|
22
|
23
|
24
(2) |
25
(5) |
26
|
27
(2) |
28
(5) |
29
|
30
(1) |
31
|
|
|
|
|
|
From: Michael Foord <fuzzyman@vo...> - 2009-08-12 23:13:02
|
Hello all, Just to let you know about the progress of my rst2xaml project: http://code.google.com/p/rst2xaml/ It now supports the following docutils markup features: * title and headings * paragraphs * bold * italics * superscript * literal blocks * inline literals * line blocks * bullet lists * enumerated lists * the pygments code-block directive Almost enough to be useful. :-) I've attached a screenshot of a simple rest document rendered to xaml and displayed with WPF. Unfortunately the subset of text formatting supported by Silverlight is frankly pathetic, so it means lots more hoops to jump through. The pygments xaml formatter already works, and can output xaml that can be used in a Silverlight / Moonlight TextBlock. For the other docutils features I will have to be a bit more imaginative and stack separately formatted TextBlocks inside other components, which is a bit more tricky... All the best, Michael -- http://www.ironpythoninaction.com/ http://www.voidspace.org.uk/blog |
From: Jia Colin Zheng <to@jc...> - 2009-08-12 23:08:41
|
What output format do you want? For HTML, you could do as you said, use rst2html, and adjust CSS to hide the list item bullet, avoid list indentation, etc. The better way is to generate XML (rst2xml) and transform it to HTML with XSLT (If you need, I can send you an XSL file that does the transformation; with slight modification you can transform section heading to eg <span></span> instead of <h6>. HTH On Wed, Aug 12, 2009 at 10:54:05PM +0000, Guenter Milde wrote: > On 2009-08-12, Paul Rudin wrote: > > grubert@... writes: > > > >> No but you could try this : > > >> .. section-numbering:: > > >> Introduction > >> ------------ > > >> First bit of waffle > >> ~~~~~~~~~~~~~~~~~~~ > > >> Second bit of waffle > >> ~~~~~~~~~~~~~~~~~~~~ > > > > Right, but my example is perhaps poor - typically the bits of waffle > > will be paragraph length, so treating them as headings probably isn't > > going to work. > > With LaTeX output, you can get the effect > at the "paragraph" section level: > > First bit > ~~~~~~~~~ > of waffle ... > > would be written as > > 3.4.1 First bit of waffle ... > > Maybe some CSS guru can also suggest a definition to achieve this kind of > formatting. > > > Günter > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Docutils-users mailing list > Docutils-users@... > https://lists.sourceforge.net/lists/listinfo/docutils-users > > Please use "Reply All" to reply to the list. |
From: Jia Colin Zheng <to@jc...> - 2009-08-12 23:00:21
|
Hello all, When reST is written in CJK, inline markup becomes ugly and cumbersome: one always has to use backslash around the markup text. In CJK convention, characters (which are not space separated) should be treated like words in Latin languages. Here's a little patch that attempts to make CJK ideographs and symbols (Unicode range: 2e00 to a4cf, f900 to faff, ff00 to ffef, 20000 to 2ffff) behave like words. Works well for me. If you see any potential problem, please let me know, else I suggest that it be applied to the next release. Regards, Colin |
From: Guenter Milde <milde@us...> - 2009-08-12 22:55:22
|
On 2009-08-12, Paul Rudin wrote: > grubert@... writes: >> No but you could try this : >> .. section-numbering:: >> Introduction >> ------------ >> First bit of waffle >> ~~~~~~~~~~~~~~~~~~~ >> Second bit of waffle >> ~~~~~~~~~~~~~~~~~~~~ > Right, but my example is perhaps poor - typically the bits of waffle > will be paragraph length, so treating them as headings probably isn't > going to work. With LaTeX output, you can get the effect at the "paragraph" section level: First bit ~~~~~~~~~ of waffle ... would be written as 3.4.1 First bit of waffle ... Maybe some CSS guru can also suggest a definition to achieve this kind of formatting. Günter |
From: Paul Rudin <paul@ru...> - 2009-08-12 11:10:32
|
grubert@... writes: > > No but you could try this : > > .. section-numbering:: > > Introduction > ------------ > > First bit of waffle > ~~~~~~~~~~~~~~~~~~~ > > Second bit of waffle > ~~~~~~~~~~~~~~~~~~~~ Right, but my example is perhaps poor - typically the bits of waffle will be paragraph length, so treating them as headings probably isn't going to work. It did occur to me to treat everything, including the section headings, as items in nested auto-numbered lists - but then the formatting for the things I want as section heading won't look right. |
From: <grubert@us...> - 2009-08-12 11:02:09
|
On Wed, 12 Aug 2009, Paul Rudin wrote: > > I'd like to be able to get auto-numbered paragraphs, where the numbers for > the paragraphs are prefixed by the section numbers. > > So for example: > > Introduction > ----------- > > #. First bit of waffle > > #. Second bit of waffle > > Would result in output that looks like: > > 1. Introduction > --------------- > > 1.1 First bit of waffle > > 1.2 Second bit of waffle > > Is this achievable? No but you could try this : .. section-numbering:: Introduction ------------ First bit of waffle ~~~~~~~~~~~~~~~~~~~ Second bit of waffle ~~~~~~~~~~~~~~~~~~~~ cheers -- |
From: Paul Rudin <paul@ru...> - 2009-08-12 08:02:32
|
I'd like to be able to get auto-numbered paragraphs, where the numbers for the paragraphs are prefixed by the section numbers. So for example: Introduction ----------- #. First bit of waffle #. Second bit of waffle Would result in output that looks like: 1. Introduction --------------- 1.1 First bit of waffle 1.2 Second bit of waffle Is this achievable? TIA. (I tried posting this via gmane without subscribing to the mailing list, but it dissappeared into a black hole - so I've subscribed and am trying again.) |