<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I use a crude method:<br>
<br>
Download all of the content to a folder<br>
set permissions <br>
Burn the content to a DVD<br>
dd if=/dev/sr0 of=xxx.iso<br>
Upload xxx.iso when It seems ready<br>
If I change or revise content, repeat <br>
<br>
This process can be done at either end:<br>
<br>
A user can burn the .iso<br>
copy content to a folder, edit it <br>
set permissions<br>
burn to a DVD.<br>
dd if=/dev/sr0 of=xxx.iso<br>
and distribute it<br>
etc..etc<br>
<br>
Crude but effective..<br>
<br>
Tom Gilliard<br>
satellit<br>
<br>
<br>
James Cameron wrote:
<blockquote cite="mid:20100329034032.GQ8934@us.netrek.org" type="cite">
  <pre wrap="">On Sun, Mar 28, 2010 at 08:19:04PM -0700, Thomas C Gilliard wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Note that this is a preliminary version and needs polishing.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Good work.  Do you have a reproducible way to repeat the process?  Is
that scripted and in a git repository somewhere?

  </pre>
</blockquote>
</body>
</html>