diff --git a/README.md b/README.md index 76d40ed..b69a80c 100644 --- a/README.md +++ b/README.md @@ -9,24 +9,40 @@ appending comment blocks before and after the <html> tags. Please note that this application does not work on arbitrary HTML files. It is a tool for compiling special purpose HTML source files to a static, signed single-source web page. -Usage: -```php pagesign.php source destination fingerprint comments``` - -_source_ : The source HTML file name. +
| Usage | +-_destination_ : The destination HTML file name. - -_fingerprint_ : The fingerprint for the signing key's public key. The (private) signing key must exist in GPG keychain. +```php pagesign.php source destination fingerprint comments``` -_comments_ : Path to text file containing the template for the information block to be inserted immediately before - the <html> start tag. The tag {keyinfo} can be used anywhere in this text file to output basic - information of the signing key. + | +
|---|---|
| Source | +The source HTML file name. | +
| Destination | +The destination HTML file name. | +
| Fingerprint | +The fingerprint for the signing key's public key. The (private) signing key must exist in GPG keychain. | +
| Comments | +Path to text file containing the template for the information block to be inserted immediately beforethe <html> start tag. The tag {keyinfo} can be used anywhere in this text file to output basicinformation of the signing key. | +