[wiki-standards] Hello - request comments on Creole
Reini Urban
rurban at x-ray.at
Mon Jun 2 23:35:51 CEST 2008
Mike Haseler schrieb:
> Reini Urban wrote:
>> Mike Haseler schrieb:
>>> Marc Laporte wrote:
>>>> Hello Mike,
>>>>
>>>> I am not sure I understand your aim ("to create a basic form of
>>>> format that can be used across a wide range of applications from
>>>> wikis, to blogs, to message boards, to private messages, to adverts
>>>> for houses, to address lists for scouts").
>>>>
>>>> That sounds like a Content Management System. There are over a
>>>> hundred Open Source systems that you could work with:
>>>> http://www.opensourcecms.com/
>>>
>>> My aim is fairly simple to have:
>>>
>>> 1. one (or many) bulletin boards
>>> 2. one (or many) simple wikis
>>> 3. An events calendar (AS A LIST!!!)
>>> 4. a directory of local organisations/company
>>> 5. email groups
>>> 6. Web statistics
>>> 7. Games
>>> 8. Pictures
>>> 9. Games
>>>
>>> This is going to be reproduced half a dozen times over a number of
>>> small sites I produce.
>>
>> The bigger groupware wiki's already can do that in one engine.
>> PhpWiki and MS Sharepoint for sure, tikiwiki I guess also.
>>
>
> > SharePoint has the full groupware advantage of events from an Exchange
> > server.
> > Lists are a basic wiki feature.
>
> I'm not sure I am making myself clear. An events calendar is basically a
> piece of "wiki" text with a date and time. The date and time cannot be
> text because the events need to be sorted by date so as to be displayed
> as a list by date. And to be honest most users seem incapable of
> entering a date as text without some rigorous checking.
>
> In more complicated calendars, some items will be weekly and recur, so
> this is yet another field meaning a single "wiki" entry appears many
> times each week (apart from school holidays).
>
> But the problem isn't the complexity of the calendar, it is the
> unwillingness of many to learn even one application properly, let alone
> get to grips with half a dozen different things, cobbled together from
> disparate software none of which looks, acts, feels or even want to work
> the same.
Any semantic wiki can calculate or sort with dates.
They store dates as "attributes" and query with different kind of syntices.
e.g. PhpWiki syntax
FixedUntil:=2008-10-06 ReleaseDate:=2007-10-06
SemanticMediaWiki similar, but you have to declare the type.
IkiWiki or OntoWiki similar.
And then you can search for all ReleaseDate>2008-01-01 or
FixedUntil<now, or sort Calendar entries.
Semantic declaration and query extensions are not standardized yet,
just the output formats (n3, rdf, ...)
Recurring dates are more hairy to calculate with. Never saw this in
semwiki's so far.
>> Simply use HttpAuth for any wiki. Many support that.
>> Even Mediawiki can be hacked to support that.
>>
>
> The eventual aim is to allow other people to "hack" the code. Other
> people being 11year olds developing their own website (with some
> supervision). Whilst it may be feasible for them to "hack" wikimedia,
> really wikimedia needs to adjust to suit the eleven year olds, rather
> than the 11years old suddenly gaining years of web-programming
> experience just to have a password protected page for their friends with
> a bit of fun PHP.
That's the big advantage of mediawiki over all the others. It's
11-year-old-safe.
Technically it might be inferior, but the UI is superior and everybody
knows it.
--
Reini Urban
http://phpwiki.org/ http://murbreak.at/
More information about the wiki-standards
mailing list