Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Looking for Wiki Markup Parser

Looking for Wiki Markup Parser

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 3.4k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    situ117
    wrote on last edited by
    #1

    Hi all,

    Is there any Qt4 parser available to parse Wiki Markup used by Wikipedia ?

    1 Reply Last reply
    0
    • S Offline
      S Offline
      situ117
      wrote on last edited by
      #2

      So can anyone tell me where should I look at if I want to write my own parser for wiki markup, except specification of Wiki Markup itself. Any sample Qt code for writing such parsers ?

      1 Reply Last reply
      0
      • C Offline
        C Offline
        Cezary Tomczak
        wrote on last edited by
        #3

        Wikipedia uses MediaWiki software.

        Take a look at this page:
        http://www.mediawiki.org/wiki/Alternative_parsers

        You could use a c++ parser.

        Most c++ links are dead, but in the comments you can see that these projects were abandoned in favor of Flex Bison Parse - the sources are here:

        http://svn.wikimedia.org/viewvc/mediawiki/trunk/parsers/flexbisonparse/

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved