From cd08eabd269a99c23aefb0fc71b00ec878b2af1a Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Tue, 3 Jul 2007 04:11:57 +0000 Subject: Changes to website: - Added groff man to list of output formats in index.txt - Added a demo of man page creation to demos page git-svn-id: https://pandoc.googlecode.com/svn/trunk@617 788f1e2b-df1e-0410-8736-df70ead52e1b --- web/index.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'web/index.txt') diff --git a/web/index.txt b/web/index.txt index 3906642ce..c49924b52 100644 --- a/web/index.txt +++ b/web/index.txt @@ -4,8 +4,8 @@ Pandoc is a [Haskell] library for converting from one markup format to another, and a command-line tool that uses this library. It can read [markdown] and (subsets of) [reStructuredText], [HTML], and [LaTeX], and it can write [markdown], [reStructuredText], [HTML], [LaTeX], [RTF], -[DocBook XML], and [S5] HTML slide shows. Pandoc's version of markdown -contains some enhancements, like footnotes and embedded LaTeX. +[DocBook XML], [groff man], and [S5] HTML slide shows. Pandoc's version +of markdown contains some enhancements, like footnotes and embedded LaTeX. In contrast to existing tools for converting markdown to HTML, which use regex substitutions, Pandoc has a modular design: it consists of a @@ -84,6 +84,7 @@ kind. [LaTeX]: http://www.latex-project.org/ [RTF]: http://en.wikipedia.org/wiki/Rich_Text_Format [DocBook XML]: http://www.docbook.org/ +[groff man]: http://developer.apple.com/DOCUMENTATION/Darwin/Reference/ManPages/man7/groff_man.7.html [Haskell]: http://www.haskell.org/ [GHC]: http://www.haskell.org/ghc/ [GPL]: http://www.gnu.org/copyleft/gpl.html -- cgit v1.2.3