[Pgp-tools-commit] r661 - trunk/keyart/doc

Guilhem Moulin guilhem-guest at moszumanska.debian.org
Wed Jun 18 16:06:27 UTC 2014


Author: guilhem-guest
Date: 2014-06-18 16:06:27 +0000 (Wed, 18 Jun 2014)
New Revision: 661

Modified:
   trunk/keyart/doc/party-worksheet
Log:
party-worksheet: Show keyart's multikey handling.

Modified: trunk/keyart/doc/party-worksheet
===================================================================
--- trunk/keyart/doc/party-worksheet	2014-06-18 16:06:23 UTC (rev 660)
+++ trunk/keyart/doc/party-worksheet	2014-06-18 16:06:27 UTC (rev 661)
@@ -7,13 +7,13 @@
 Once each key has been imported, create a single "art.txt" file with all the
 keys. Something like:
 
-    $ for KEY in 8086060F F34D3BC5 C22D2FCF; do keyart $KEY; done > art.txt
+    $ keyart 8086060F F34D3BC5 C22D2FCF > art.txt
 
 In the examples/ directory of this documentation, is a 'party.sh' script that
 can transform that art.txt file to 5 key art per line. It will print the output
 to STDOUT. So, you could redirect to a file with:
 
-    $ ./party.sh > worksheet.txt
+    $ ./party.sh art.txt > worksheet.txt
 
 Open 'worksheet.txt' in a text editor, and add newlines as necessary, so the
 key art is not broken by a page break. Use your text editor 'print preview' for
@@ -28,8 +28,8 @@
 could then be used to print the worksheet:
 
     $ sudo easy_install ansi2html
-    $ for KEY in 8086060F F34D3BC5 C22D2FCF; do keyart -a $KEY; done > art.txt
-    $ ./party.sh | ansi2html > worksheet.html
+    $ keyart -c 8086060F F34D3BC5 C22D2FCF > art.txt
+    $ ./party.sh art.txt | ansi2html > worksheet.html
 
 You may need to make some HTML adjustments to prevent the printer from breaking
 up the key art on the page break. Use your browser's 'print preview' for help.




More information about the Pgp-tools-commit mailing list