(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-27) was last changed on 23-Sep-2008 14:48 by spir  

This page was created on 15-Sep-2008 23:52 by JohnMcClure

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 1 changed 11 lines
I think a "wiki" is a collection of articles and documents, a document itself being a collection of articles. (Incidentally I prefer "story" to "article" so as to distinguish from grammatical and other uses of "article" and it gives a clear path to tie into emerging argumentation models.)
A wiki "story" then is composed of one or more pages. I then look to XSL for the definition of a page, which divides rendition into repeatable header/footer areas & a body area. (In this regard, you can use "heading" or "caption" in the manner that you now seem to use for "header"). A "subpage" is another matter altogether, for its existence is functionally dependent on that of a superordinate page; a subpage often has overflow content from its superpage but it could be an earlier version of the superpage; in other words, a subpage contains material that is effectively attached to another page.
A wiki page is a container for content which, because a single story can be spread across multiple pages, means a single page may contain only //part of// a story. Page content can be of many varieties, e.g., paragraphs, tables, and lists. Many documents contain **titled and sequentially-numbered sets of paragraphs & subsections** which we both would call a "section" (as XHTML 2.0 does).
A document is often divided into front-matter, body, and back-matter; I don't believe that a story is similarly divided. Thus the body of a page for a story within a document may be the container for content that is part of one of these three document divisions.
Some of these concepts are perhaps better represented in a 'semantic page structure' as follows:
| **legend:** | X::Y //where Y is-a X// | X:Y //where X has-a Y// | ?=zero or one\\*=zero or many \\+=one or many
== Alinea? ==
//spir says:// \\
At line 13 changed 29 lines
wiki : document* story*
document : abstract? story+ division+
division :: frontmatter | bodymatter | backmatter
division : story+ block*
story :: abstract
story : page+
page : layout* subpage* ordinal
layout :: header | body | footer | sidebar
layout : caption? block* column* ordinal
block :: division | section | line |
heading | graf | list | hr |
table | preblock| bquote
block : block* flow* ordinal
section : heading? graf* footnote* comment*
heading : seq_label title
seq_label : seq_label* sep designation
designation : prefix? (cardinal* | letter*) suffix?
list :: ul | ol | dl | ilist
list : list_item
list_item :: ordered_ | unordered_
list_item : heading? block* flow* ordinal
ordered_ : cardinal
table : topcaption? theader? tbody* tfooter?
bottomcaption? ordinal
flow :: link | em | strong | img | br | ...
styled_ | annotated_ | inserted_ |
struck_ | imported_ | calculated_ |
footnoted_ | redacted_ | queried | ...
flow : flow* pcdata}}}
In many wiki languages, including creole, a newline works
as above specified for all kinds of alineas except for regular
text paragraphs. In that case, a single newline is ignored ;
a logical newline is marked by a double newline ; a visual
newline is set by a special break tag.
}}}
I don't yet understand why this approach seems a significant issue for you. Would you mind giving an overview of its faults? Also, your definition of "alinea" -- which involves a "string" -- appears at odds with its standard definition as a //single character//... (See http://en.wikipedia.org/wiki/Alinea).
{{{
The pilcrow (ΒΆ; Unicode U+00B6, HTML entity ¶), also
called the paragraph sign or the alinea ...
}}}
At line 16 added one line
Thanks!
Version Date Modified Size Author Changes ... Change note
27 23-Sep-2008 14:48 15.41 kB spir to previous
26 23-Sep-2008 14:20 15.409 kB spir to previous | to last
25 23-Sep-2008 01:19 14.98 kB JohnMcClure to previous | to last
24 22-Sep-2008 20:23 15.702 kB JohnMcClure to previous | to last
23 21-Sep-2008 13:12 14.612 kB spir to previous | to last user implication
22 20-Sep-2008 22:08 11.888 kB JohnMcClure to previous | to last
21 20-Sep-2008 22:06 11.91 kB JohnMcClure to previous | to last
« This page (revision-27) was last changed on 23-Sep-2008 14:48 by spir