Python Desktop Server 3.5.2003

2003-05-03

That's enough for the night, I think

Oh, boy, is Zoe pissed.

posted at 23:12:32    #    comment []    trackback []
 

Testing link redefinition via stray resolver

Input:

`This is a link to P2`__

__ P2

Becomes:

This is a link to P2

posted at 23:05:04    #    comment []    trackback []
 

Testing shortcut substitution...

I've defined a shortcut named em which resolves to an emdash. Here's a test using reST substitutions:

|em|

becomes:

At the moment, it assumes the substitution text is raw HTML. I'm going to have to work a bit harder to be able to handle substitutions of other structuredtext. Another limitation is that the shortcut name must be in lower case.

Hyperlinked substitution is wonderful, BTW:

|rss|__ 

__ http://www.deadlybloodyserious.com/rss.xml

becomes:

RSS

Sweeeeeet.

posted at 22:17:04    #    comment []    trackback []
 

Testing stray link resolution...

  1. Let's try a link to my previous post.

    `Phew!`_

    Phew!

  2. Let's try a reference by post ID.

    `P2`_

    P2

Fantastic. I've still got some work to do in case people want to use different link text than target text, but that's lovely so far.

posted at 19:13:36    #    comment []    trackback []
May 2003
MoTuWeThFrSaSu
    1 2 3 4
5 6 7 8 91011
12131415161718
19202122232425
262728293031 
Apr
2003
 Jun
2003

Posts related to PyDS

XML-Image Letterimage

© 2003-2004, Garth T Kidd