Blob Blame History Raw
.TH "pintail" "0.4" "2015-2016" "0.4" "Shaun McCance" ""

.SH "NAME"
pintail \- build web sites from Mallard sources

.SH "SYNOPSIS"
pintail [-h] {init,build,css,js,feeds,files} 

.SH "DESCRIPTION"
Pintail is a tool that automates building entire web sites from Mallard sources. Normally, a Mallard document consists of all the pages within a single directory. Pages can refer to each other by ID using the xref attribute of the link element. Pintail allows multiple directories, and extends the xref attribute to allow referencing pages in other directories.

.SH "OPTIONS"

\-\-help show a help message and exit
init     initialize a new site

build    build the entire site

css      rebuild CSS resources

js       rebuild JavaScript resources

feeds    rebuild Atom feeds

files    rebuild extra files

.SH "COPYRIGHT"
Copyright (c) 2015 Shaun McCance <shaunm@gnome.org>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

.SH "AUTHOR"
William Moreno - This manpage was written for the Fedora Project but can be used in others projects under a CC-By license.