Dear developers,

Great job. I enjoyed using Plucker since I downloaded version 1.4.0.2 a
while ago. Here are a few patches I used to make things work better:

A declining highlighted journal in France uses a single dash for comments in
some places of its web site.

.../Program Files/Plucker/parser/python/vm/Lib
$ diff sgmllib.py~ sgmllib.py
35c35
< commentopen = re.compile('<!--')
---
> commentopen = re.compile('<!-')

A good French speaking site uses the following colors.

.../Program Files/Plucker/parser/python/PyPlucker
$ diff TextParser.py~ TextParser.py
90a91,97
>         'darkgreen':   "006400",
>         'darkred':     "8B0000",
>         'darkorange':  "FF8C00",
>         'lightpink':   "FFB6C1",
>         'deeppink':    "FF1493",
>         'forestgreen': "228B22",
>         'greenyellow': "ADFF2F",

You might want to include all the colors in the following web page.

http://www.w3schools.com/html/ref_color_tryit.asp

Once again, thanks for your work!

MaD

_______________________________________________
plucker-dev mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev

Reply via email to