AutoHotkey Community

It is currently May 27th, 2012, 12:12 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: April 23rd, 2011, 12:35 pm 
Offline

Joined: May 27th, 2007, 9:41 am
Posts: 4999
About Pandoc - a universal document converter wrote:
If you need to convert files from one markup format into another, pandoc is your swiss-army knife. Need to generate a man page from a markdown file? No problem. LaTeX to Docbook? Sure. HTML to MediaWiki? Yes, that too. Pandoc can read markdown and (subsets of) reStructuredText, textile, HTML, and LaTeX, and it can write plain text, markdown, reStructuredText, HTML, LaTeX, ConTeXt, PDF, RTF, DocBook XML, OpenDocument XML, ODT, GNU Texinfo, MediaWiki markup, textile, groff man pages, Emacs org-mode, EPUB ebooks, and S5 and Slidy HTML slide shows. PDF output (via LaTeX) is also supported with the included markdown2pdf wrapper script.

Pandoc is in the MacPorts, Debian, Ubuntu, Slackware, Arch, Fedora, NetBSD, and FreeBSD ports repositories. There is also a Windows installer.

Pandoc is free software, released under the GPL.

Website http://johnmacfarlane.net/pandoc/index.html

Related wrote:
Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).

Thus, “Markdown” is two things: (1) a plain text formatting syntax; and (2) a software tool, written in Perl, that converts the plain text formatting to HTML.

So you could maintain one text file, for say documentation, and then generate various formats from the same source, html, wiki etc.

Edit: Doing some more research on this and found some similar tools for document creation.

_________________
AHK FAQ
TF : Text files & strings lib, TF Forum


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 24th, 2011, 10:59 am 
Offline

Joined: February 1st, 2010, 2:50 pm
Posts: 237
Location: Netherlands
Interesting.
It looks like something i wrote 20 years ago.
I still prefer text files you can read with any text editor.
I will take a closer look, thanks.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: question
PostPosted: April 27th, 2011, 4:35 pm 
Offline

Joined: April 27th, 2011, 4:32 pm
Posts: 2
I have a question:
Is possible to convert a Word 2003 document file into Word 2010 document file? And vice versa?


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: question
PostPosted: April 27th, 2011, 5:48 pm 
Offline

Joined: March 21st, 2007, 7:50 pm
Posts: 76
Eruner wrote:
I have a question:
Is possible to convert a Word 2003 document file into Word 2010 document file? And vice versa?



http://www.microsoft.com/downloads/en/d ... laylang=en


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 30th, 2011, 2:05 pm 
Offline

Joined: May 27th, 2007, 9:41 am
Posts: 4999
The documentation you can see here:
http://www.autohotkey.net/~hugov/functi ... ceInc.html
was generated from the (multi)markdown format which can be seen here:
http://www.autohotkey.net/~hugov/functi ... aceInc.txt
Is pretty easy to learn, I may continue to use it.

(yes I realise there is natural docs, gendocs, doc-o-matic for ahk documentation)

_________________
AHK FAQ
TF : Text files & strings lib, TF Forum


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 0 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group