(anonymous guest) (logged out)

Copyright (C) by the contributors. Some rights reserved, license BY-SA.

Sponsored by the Wiki Symposium and the Nuveon GmbH.

 

Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-68) was last changed on 26-Sep-2008 22:52 by 134.65.2.117  

This page was created on 20-Feb-2007 12:32 by ChuckSmith

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 23 removed 2 lines
:Note that tt is a deprecated XHTML tag, XHTML 1.1 doesn't support this! {{{ This is <span class="mono">monospace</span> text. }}} is better, but is still not a very good idea. Since **class** is used for describing **structure** //not// **presentation**. Usually monospace is used for code. So it's no use of using ##monospace## since we already have inline ~{{{ and ~}}}.
At line 160 removed 60 lines
Sometimes we want to use colon (:) in the term, requiring ~~ to quit is inconvinient. Also,
{{{
; term: some definition
beginning the same line.
}}}
is hard to read in source. Usrs usually cannot distinct terms and descriptions at a glance.
So I suggest that descriptions (or definitions) //must// begin on a new line beginning with a colon.
{{{
;term1
:description1
;term2
:description2
}}}
And sometimes we may need one term with multi-definitions:
{{{
;E. M. A. C. S.
:Emacs Makes A Computer Slow
:Escape Meta Alt Control Shift
:Emacs Makers Are Crazy Sickos
}}}
== Quote
=== Inline quote
{{{
He said, ''Suddenly I was enlightened!''.
}}}
The recommended XHTML
{{{
<p>He said, <q>Suddenly I was enlightened!</q></p>
}}}
'' is easy to type. :)
=== Blockquote
""" should begin at the first column at a new line, and should be on a line by itself to open and close blockquote.
{{{
"""
a simple blockquote
"""
}}}
The recommended XHTML
{{{
<blockquote><p>a simple blockquote</p></blockquote>
}}}
Version Date Modified Size Author Changes ... Change note
68 26-Sep-2008 22:52 4.767 kB 134.65.2.117 to previous
67 29-Feb-2008 16:15 4.767 kB YvesPiguet to previous | to last Discussion on talk page plz
66 29-Feb-2008 16:12 4.755 kB YvesPiguet to previous | to last Mv discussion to Talk.Creole Additions
65 23-Feb-2008 15:10 6.211 kB WeakishJiang to previous | to last inline and block quote
64 23-Feb-2008 13:03 5.736 kB WeakishJiang to previous | to last one term with multi-definitions in dl
63 22-Feb-2008 15:04 5.55 kB WeakishJiang to previous | to last
62 22-Feb-2008 15:03 5.548 kB WeakishJiang to previous | to last I suggest that descriptions (or definitions) //must// begin on a new line beginn
61 22-Feb-2008 14:20 5.133 kB WeakishJiang to previous | to last we should consider output HTML more carefully.
« This page (revision-68) was last changed on 26-Sep-2008 22:52 by 134.65.2.117