From 5fbe057d27f62546b403969cc184c103ee9dd281 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sun, 1 Jul 2007 23:26:20 +0000 Subject: Man pages are now generated from markdown templates, using pandoc's man page writer. Removed man pages from repository, added (.md) templates. Modified Makefile to generate man pages as part of the build process. git-svn-id: https://pandoc.googlecode.com/svn/trunk@609 788f1e2b-df1e-0410-8736-df70ead52e1b --- man/man1/hsmarkdown.1 | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 man/man1/hsmarkdown.1 (limited to 'man/man1/hsmarkdown.1') diff --git a/man/man1/hsmarkdown.1 b/man/man1/hsmarkdown.1 deleted file mode 100644 index 3db8a8b45..000000000 --- a/man/man1/hsmarkdown.1 +++ /dev/null @@ -1,36 +0,0 @@ -.TH HSMARKDOWN 1 "January 1, 2007" Pandoc "User Manuals" -.SH NAME -hsmarkdown \- convert markdown-formatted text to HTML -.SH SYNOPSIS -\fBhsmarkdown\fR [\fIinput\-file\fR]... -.SH DESCRIPTION -\fBhsmarkdown\fR converts markdown-formatted text to HTML. It is designed -to be usable as a drop-in replacement for John Gruber's \fBMarkdown.pl\fR. -.PP -If no \fIinput\-file\fR is specified, input is read from STDIN. -Otherwise, the \fIinput\-files\fR are concatenated (with a blank -line between each) and used as input. Output goes to STDOUT by -default. For output to a file, use shell redirection: -.IP -.B hsmarkdown input.txt > output.html -.PP -\fBhsmarkdown\fR uses the UTF\-8 character encoding for both input and output. -If your local character encoding is not UTF\-8, you should pipe input -and output through \fBiconv\fR: -.IP -.B iconv \-t utf\-8 input.txt | hsmarkdown | iconv \-f utf\-8 -.PP -\fBhsmarkdown\fR is implemented as a wrapper around \fBpandoc\fR(1). It -calls \fBpandoc\fR with the options \fB\-\-from markdown \-\-to html -\-\-strict\fR and disables all other options. (Command-line options -will be interpreted as filenames, as they are by \fBMarkdown.pl\fR.) -.SH "SEE ALSO" -\fBpandoc\fR(1). -The -.I README -file distributed with Pandoc contains full documentation. - -The Pandoc source code and all documentation may be downloaded from -. -.SH AUTHOR -John MacFarlane -- cgit v1.2.3