Documents

From PCSAR

(Difference between revisions)
Jump to: navigation, search
Current revision (21:23, 3 August 2011) (edit) (undo)
 
Line 1: Line 1:
 +
See the list of [[Member Documents]]
== Editing ==
== Editing ==
* See [[Overhead_Forms_Task#How_to_create_good_forms|How to Create Good Forms]]
* See [[Overhead_Forms_Task#How_to_create_good_forms|How to Create Good Forms]]

Current revision

See the list of Member Documents

[edit] Editing

[edit] How to publish

Place everything on web site:

  • Handle scanned file:
 * check for badly named files:
   find -iname '*.pnm.gz' | sed -e 's|.*/||' | grep -v "^doc"
 * Decide what to crop:
   find . -name '*.pnm.gz' -print | grep -v '.xvpics' | sed -e 's/.*/echo -n & ""; gunzip <& | pnmfile/' | bash | sort -n -k 7
 * Update all PNM files (doesn't handle old ones 'revision'):
   find . -name '*.pnm.gz' -print | grep -v '.xvpics' | grep -v 'revision' | sed -e 's/^/pnm-to-website /' >doit; bash -x -v doit


  • Handle OpenOffice documents
 * e.g.
   openoffice-to-website doc-98-printer-photocopier-supplies/doc-98-printer-photocopier-supplies.sxw 
  • add references to new documents
 ssh pcsar.castrov.cuug.ab.ca
 xemacs -nw /var/www/pcsar/documents.html
 sxw-links '99' 'printer-photocopier-maintenance' 'Printer/Photocopier Maintenance'
  * check each link
  * creat discussion wiki page
Personal tools