vote up 3 vote down star
1

For as many wiki tools as I have used, each time I must learn yet another markup language. Why doesn't wiki markup get standardized like HTML, XSLT, SVG, and other web languages?

flag

52% accept rate
Starting with XWiki Enterprise 1.6 it's possible to configure the Wiki syntaxes that are available to the user. platform.xwiki.org/xwiki/bin/… – Pascal Thivent Sep 18 at 21:54

7 Answers

vote up 2 vote down

Because the beauty of standards is that there are so many you can choose from (Torvalds), so it would not make a difference anyway.

There's a more or less de facto standard, which is MediaWiki. Other systems take advantage of their own solution to the problem in order to simplify parsing, or provide additional features that would not work with another syntax.

The main problem of lack of standards in this sense is portability. If you want to move from, say, MediaWiki to MoinMoin or wikkawiki, not only you have to convert the database, but also its content. That's caustic, but I think a stable standard will eventually evolve with natural selection. As I said, MediaWiki is more or less the standard, as it's very popular. Other solutions will become obsolete eventually. I mean.. check on wikimatrix... there are so many that it triggers the paradox of choice.

link|flag
vote up 0 vote down

I suspect it's because any particular piece of wiki content doesn't need to interoperate with multiple wiki systems, in the way that an HTML file needs to be processed by multiple browsers, so there hasn't been an impetus to form a standards committee etc. etc.

link|flag
Isn't that like saying that C could have a different version for each operating system since the executables aren't inoperable anyway. – dacracot Sep 18 at 21:36
There is one good reason for a (most of time commercial) wiki engine to talk/understand other wiki languages: facilitating adoption and/or migration. So, Confluence has an Universal Wiki Converter (confluence.atlassian.com/display/CONFEXT/…), XWiki is working on something similar (gsoc.myxwiki.org/xwiki/bin/…), XWiki supports various wiki syntax (platform.xwiki.org/xwiki/bin/…) – Pascal Thivent Sep 18 at 22:10
@dacracot No, because you'd still want to compile the same source to different platforms, which you rarely want to do with wiki markup (except in the case of migration, per Pascal). – kprevas Sep 18 at 22:20
vote up 5 vote down
  1. No standard libraries--unlike, say, RegEx, which is baked into various platforms, which tends to stabilize the de facto standards. There are standard implementations, such as MediaWiki, but not everyone wants to use MediaWiki and there's little incentive to copy its rather robust markup language.
  2. Little need to exchange data between wiki platforms.
  3. Few common users interact with multiple wikis, so they learn the ones they are exposed to.
  4. Wiki markup is essentially a hack to overcome poor rich text browser control implementations, but rich text controls are getting better. (Templating via wiki markup is, of course, a whole other topic.)
  5. Wikis are often domain-specific, so the available formatting options, suitable characters for markup, etc. differs between implementations.
  6. There are existing competing "standards" such as BBcode, which further confuse the whole tag-vs-character-markup decisions.
  7. If an entity such as the W3C came up with a standard, it would take 3 years to develop, an extra associate's degree to use, and no one would rewrite their wikis to support it.
link|flag
+1 because wiki markup is essentially a hack. I tend to agree. – Stefano Borini Sep 18 at 21:44
+1 for point seven. – Philip Kelley Oct 14 at 21:56
vote up 0 vote down

I'd say people who come up with new variants all the time think the existing ones blows... and they may be correct.

Some well-defined stuff could be used to draw from like Tex but it doesn't seem like anyone think it's important with markup - though it ought to be one of the best ways to separate content from presentation.

Personally I'm not crazy for Markdown for instance and have been pondering back and forth for probably over two years between using it anyway, lately because of Showdown, or going through the trouble of creating a client-side version of one of my favorite markup variants instead. SO has shown that it might be neat enough, at least after their contributions to wmd - making it easier to use and configure. It would be neat for a wiki markup to add some intellisense-style typing/editing for linking to existing pages and resources ^^

link|flag
vote up -1 vote down

Wikis are new. It takes time to shake down a lot of ideas and learn (by trial and error the only way that really works when people are involved) what works.

link|flag
Wikis are new ?!? Not really, the first wiki is 15 years old: "WikiWikiWeb was the first site to be called a wiki.[6] Ward Cunningham started developing WikiWikiWeb in 1994, and installed it on the Internet domain c2.com on March 25, 1995." Source: en.wikipedia.org/wiki/Wiki#History – Pascal Thivent Sep 18 at 22:46
A mere 15 years is new on the scale of technological development. It takes decades for each new paradigm to come to fruition. Recall the object orient programming was invented in the 1960s, and people are still thrashing out the best practices for it. – dmckee Sep 18 at 23:35
vote up 1 vote down

There is - Its called Creole. Most wikis accept that, as an extension or as a patch.

link|flag
vote up 0 vote down

Another reason for the differences is that Wiki markup was designed to be easier to use than HTML, but different Wikis prefer a different spot on the power vs ease curve. Just like there are so many Linux distributions because some people want more cutting-edge versions of packages while others want stability. There's no right answer.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.