Parent Directory
|
Revision Log
++ ChangeLog 24 Nov 2008 06:31:19 -0000 * .htaccess: AddLangauge was missing. * Makefile: Add <link rel=feed> to |readme.html|. * mkcommitfeed.pl: Added availability sections to the document. 2008-11-24 Wakaba <wakaba@suika.fam.cx>
| 1 | wakaba | 1.1 | <?xml version="1.0" ?> |
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
| 3 | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
| 4 | <head> | ||
| 5 | <title>mkcommitfeed.pl - Commit Log Feed Generator</title> | ||
| 6 | <link rel="stylesheet" href="http://suika.fam.cx/www/style/html/pod.css" type="text/css" /> | ||
| 7 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | ||
| 8 | <link rev="made" href="mailto:[email protected]" /> | ||
| 9 | wakaba | 1.2 | <link rel=feed type="application/atom+xml" href=commitfeed-commit> |
| 10 | wakaba | 1.1 | |
| 11 | <body> | ||
| 12 | |||
| 13 | |||
| 14 | <!-- INDEX BEGIN --> | ||
| 15 | <div name="index"> | ||
| 16 | <p><a name="__index__"></a></p> | ||
| 17 | |||
| 18 | <ul> | ||
| 19 | |||
| 20 | <li><a href="#name">NAME</a></li> | ||
| 21 | <li><a href="#synopsis">SYNOPSIS</a></li> | ||
| 22 | <li><a href="#description">DESCRIPTION</a></li> | ||
| 23 | <li><a href="#standard_input">STANDARD INPUT</a></li> | ||
| 24 | <li><a href="#arguments">ARGUMENTS</a></li> | ||
| 25 | wakaba | 1.2 | <li><a href="#dependency">DEPENDENCY</a></li> |
| 26 | <li><a href="#download">DOWNLOAD</a></li> | ||
| 27 | <li><a href="#see_also">SEE ALSO</a></li> | ||
| 28 | wakaba | 1.1 | <li><a href="#author">AUTHOR</a></li> |
| 29 | <li><a href="#history">HISTORY</a></li> | ||
| 30 | <li><a href="#license">LICENSE</a></li> | ||
| 31 | </ul> | ||
| 32 | |||
| 33 | <hr name="index" /> | ||
| 34 | </div> | ||
| 35 | <!-- INDEX END --> | ||
| 36 | |||
| 37 | <p> | ||
| 38 | </p> | ||
| 39 | <h1><a name="name">NAME</a></h1> | ||
| 40 | <p>mkcommitfeed.pl - Commit Log Feed Generator</p> | ||
| 41 | <p> | ||
| 42 | </p> | ||
| 43 | <hr /> | ||
| 44 | <h1><a name="synopsis">SYNOPSIS</a></h1> | ||
| 45 | <pre> | ||
| 46 | mkcommitfeed.pl \ | ||
| 47 | --file-name filename.atom \ | ||
| 48 | --feed-url <a href="http://example.com/myproject/filename.atom">http://example.com/myproject/filename.atom</a> \ | ||
| 49 | --feed-title "MyProject Commit Log" \ | ||
| 50 | --feed-lang langtag \ | ||
| 51 |