1pintail(0.4) Shaun McCance pintail(0.4)
2
3
4
6 pintail - build web sites from Mallard sources
7
8
10 pintail [-h] {init,build,css,js,feeds,files}
11
12
14 Pintail is a tool that automates building entire web sites from Mallard
15 sources. Normally, a Mallard document consists of all the pages within
16 a single directory. Pages can refer to each other by ID using the xref
17 attribute of the link element. Pintail allows multiple directories, and
18 extends the xref attribute to allow referencing pages in other directo‐
19 ries.
20
21
23 --help show a help message and exit init initialize a new site
24
25 build build the entire site
26
27 css rebuild CSS resources
28
29 js rebuild JavaScript resources
30
31 feeds rebuild Atom feeds
32
33 files rebuild extra files
34
35
37 Copyright (c) 2015 Shaun McCance <shaunm@gnome.org>
38
39 This program is free software; you can redistribute it and/or modify it
40 under the terms of the GNU General Public License as published by the
41 Free Software Foundation, either version 2 of the License, or (at your
42 option) any later version.
43
44 This program is distributed in the hope that it will be useful, but
45 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
46 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
47 Public License for more details.
48
49 You should have received a copy of the GNU General Public License along
50 with this program. If not, see <http://www.gnu.org/licenses/>.
51
52
54 William Moreno - This manpage was written for the Fedora Project but
55 can be used in others projects under a CC-By license.
56
57
58
590.4 2015-2016 pintail(0.4)