|
Hi,
I would like to import wiki-pages into an org-file without loosing the formation. So I'm loogking for a program that transforms the wiki-headings and links into the orgmode-format. Is there already a program to do this? |
|
Steffan <[hidden email]> writes:
> Hi, > > I would like to import wiki-pages into an org-file without loosing the > formation. So I'm loogking for a program that transforms the wiki-headings > and links into the orgmode-format. > > Is there already a program to do this? Each wiki has it's own markup - Emacswiki is different from Mediawiki is different from Ikiwiki. May be pandoc can help. > -- > View this message in context: http://emacs.1067599.n5.nabble.com/wiki-style-to-orgmode-style-tp265736.html > Sent from the Emacs - Help mailing list archive at Nabble.com. > > -- |
|
In reply to this post by Steffan
Steffan <[hidden email]> writes:
Hi, > I would like to import wiki-pages into an org-file without loosing the > formation. So I'm loogking for a program that transforms the wiki-headings > and links into the orgmode-format. > > Is there already a program to do this? maybe try pandoc, it exports to org-mode from many different formats, e.g. html ,------------------------------------------------------------------ | Location: http://johnmacfarlane.net/pandoc/ | Pandoc a universal document converter | | About pandoc | | If you need to convert files from one markup format into another, | pandoc is your swiss-army knife. Pandoc can convert documents in | markdown, reStructuredText, textile, HTML, DocBook, or LaTeX to | | * HTML formats: XHTML, HTML5, and HTML slide shows using Slidy, | Slideous, S5, or DZSlides. | * Word processor formats: Microsoft Word docx, OpenOffice/ | LibreOffice ODT, OpenDocument XML | * Ebooks: EPUB | * Documentation formats: DocBook, GNU TexInfo, Groff man pages | * TeX formats: LaTeX, ConTeXt, LaTeX Beamer slides | * PDF via LaTeX | * Lightweight markup formats: Markdown, reStructuredText, | AsciiDoc, MediaWiki markup, Emacs Org-Mode, Textile `------------------------------------------------------------------ -- cheers, Thorsten |
|
In reply to this post by Jambunathan K-3
I meant mediawiki (of wikipedia). Pandoc doesn't accept mediawiki as an input-format: http://johnmacfarlane.net/pandoc/README.html I've tried it with html as input-fromat ("-f html -t org"): he puts some stars before the headings - but the structure of the result was wrong, also the links. |
|
Steffan <[hidden email]> writes:
> Jambunathan K-3 wrote >> Steffan < > >> smias@ > >> > writes: >> >>> Hi, >>> >>> I would like to import wiki-pages into an org-file without loosing the >>> formation. So I'm loogking for a program that transforms the >>> wiki-headings >>> and links into the orgmode-format. >>> >>> Is there already a program to do this? >> >> Each wiki has it's own markup - Emacswiki is different from Mediawiki is >> different from Ikiwiki. >> >> May be pandoc can help. >> >>> -- >>> View this message in context: >>> http://emacs.1067599.n5.nabble.com/wiki-style-to-orgmode-style-tp265736.html >>> Sent from the Emacs - Help mailing list archive at Nabble.com. >>> >>> >> >> -- > > I meant mediawiki (of wikipedia). Pandoc doesn't accept mediawiki as an > input-format: > http://johnmacfarlane.net/pandoc/README.html > > I've tried it with html as input-fromat ("-f html -t org"): > he puts some stars before the headings - but the structure of the result > was wrong, also the links. I am not surprised. IIRC, I had problems other way with pandoc. Converting Org table to a Mediawiki table - (I wanted to create some tables for some pages in wikemacs.org) > -- > View this message in context: http://emacs.1067599.n5.nabble.com/wiki-style-to-orgmode-style-tp265736p265807.html > Sent from the Emacs - Help mailing list archive at Nabble.com. > > -- |
| Powered by Nabble | Edit this page |
