[dokuwiki] Re: pending patches?
- From: Werner Flamme <werner.flamme@xxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Thu, 18 Jan 2007 11:38:42 +0100
Sander Tekelenburg schrieb am 18.01.2007 10:25:
At 09:41 +0100 UTC, on 2007-01-18, Werner Flamme wrote:
Esther Brunner schrieb am 18.01.2007 02:03:
And two additional wishes:
4. International typographical quotes setting ("Š" 'Š' / “Š" ’Š' / "Š"
'Š' / »Š« ðŠÐ / «Š» Њð / etc.).
[...]
I try to get a renderer plugin to work. This plugin uses $conf to store the
quotation marks. But now I think $lang will be the better place, so one
can use language dependent quotation marks.
I can't follow what exactly you want and why. Are you aware that you can use
CSS to suggest quote marks be generated?
q, blockquote {quotes: "\201C" "\201D"}
q:[lang="de"], q:[lang="nl"] {quotes: "\201E" "\201D" "\AB" "\BB"}
q:before, blockquote:before {content: open-quote}
q:after, blockquote:after {content: close-quote}
Hi Sander,
I did not know that this could replace the quotation marks that are
inserted by DokuWiki's renderer.
I inserted your css code into my template's essential.css, and I do not see
any other quotes than those inserted by the renderer. I don't have a 'q'
tag in the whole page, but I have a lot of quotation marks - they are
neither marked as blockquote nor as 'q'.
I know about the :before and :after css tags, but this is not what I want
or need. I want to have other quotation marks than those inserted by the
functions singlequoteopening, singlequoteclose, doublequoteopening and
doublequoteclose in inc/renderer/xhtml.php. I do not think that css tags
can change the (X)HTML code of the underlying page ;-)
Regards,
Werner
BTW, I read Esthers code as ("…" '…' / „…" ‚…' / "…" '…' / »…« ›…‹ / «…»
‹…› / etc.), codepage windows-1252. They look different when using
"charset=iso-8859-1" ;-)
--
Werner Flamme, Abt. WKDV
Helmholtz-Zentrum für Umweltforschung GmbH - UFZ
Permoserstr. 15 - 04318 Leipzig
Tel.: (0341) 235-3921 - Fax (0341) 235-453921
http://www.ufz.de - eMail: werner.flamme@xxxxxx
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
- Follow-Ups:
- [dokuwiki] Re: pending patches?
- From: Martin Tschofen
- References:
- [dokuwiki] pending patches?
- From: Andreas Gohr
- [dokuwiki] Re: pending patches?
- From: Esther Brunner
- [dokuwiki] Re: pending patches?
- From: Werner Flamme
- [dokuwiki] Re: pending patches?
- From: Sander Tekelenburg
Other related posts:
- » [dokuwiki] pending patches?
- » [dokuwiki] Re: pending patches?
- » [dokuwiki] Re: pending patches?
- » [dokuwiki] Re: pending patches?
- » [dokuwiki] Re: pending patches?
- » [dokuwiki] Re: pending patches?
- » [dokuwiki] Re: pending patches?
- » [dokuwiki] Re: pending patches?
- » [dokuwiki] Re: pending patches?
- » [dokuwiki] Re: pending patches?
- » [dokuwiki] Re: pending patches?
- » [dokuwiki] Re: pending patches?
- » [dokuwiki] Re: pending patches?
- » [dokuwiki] Re: pending patches?
- » [dokuwiki] Re: pending patches?
- » [dokuwiki] Re: pending patches?
- » [dokuwiki] Re: pending patches?
- » [dokuwiki] Re: pending patches?
- » [dokuwiki] Re: pending patches?
- » [dokuwiki] Re: pending patches?
- » [dokuwiki] Re: pending patches?
- » [dokuwiki] Re: pending patches?
- » [dokuwiki] Re: pending patches?
- » [dokuwiki] Re: pending patches?
- » [dokuwiki] Re: pending patches?
- » [dokuwiki] Re: pending patches?
- » [dokuwiki] Re: pending patches?
- » [dokuwiki] Re: pending patches?
- » [dokuwiki] Re: pending patches?
- » [dokuwiki] Re: pending patches?
- » [dokuwiki] Re: pending patches?
- » [dokuwiki] Re: pending patches?
- » [dokuwiki] Re: pending patches?
- » [dokuwiki] Re: pending patches?
- » [dokuwiki] pending patches?
- » [dokuwiki] Re: pending patches?
At 09:41 +0100 UTC, on 2007-01-18, Werner Flamme wrote:
Esther Brunner schrieb am 18.01.2007 02:03:And two additional wishes: 4. International typographical quotes setting ("Š" 'Š' / “Š" ’Š' / "Š" 'Š' / »Š« ðŠÐ / «Š» Њð / etc.).
[...]
I try to get a renderer plugin to work. This plugin uses $conf to store the quotation marks. But now I think $lang will be the better place, so one can use language dependent quotation marks.
I can't follow what exactly you want and why. Are you aware that you can use
CSS to suggest quote marks be generated?
q, blockquote {quotes: "\201C" "\201D"}
q:[lang="de"], q:[lang="nl"] {quotes: "\201E" "\201D" "\AB" "\BB"}
q:before, blockquote:before {content: open-quote}
q:after, blockquote:after {content: close-quote}
- [dokuwiki] Re: pending patches?
- From: Martin Tschofen
- [dokuwiki] pending patches?
- From: Andreas Gohr
- [dokuwiki] Re: pending patches?
- From: Esther Brunner
- [dokuwiki] Re: pending patches?
- From: Werner Flamme
- [dokuwiki] Re: pending patches?
- From: Sander Tekelenburg