On Fri, 2004-03-12 at 12:20, Szakacsits Szabolcs wrote:
> Could someone please update the manual at
>
> http://linux-ntfs.sourceforge.net/man/
Done. (I am afraid I used 1.9.1-WIP rather than 1.9.0 but since content
is unaltered it shouldn't matter...)
> Or if you tell me how to do it, I could do it
> (also in the future without asking ;)
Ok, for future reference (note I figured this out myself so I am sure
Rich will correct me if I am wrong...):
ssh to linux-ntfs.sf.net
umask 002
cd /home/groups/l/li/linux-ntfs/man
Get the manserver.pl script (obviously could have downloaded it from the
web from linux-ntfs.sf.net/man/manserver.pl).
Create a dircetory somewhere called "man" (or whatever).
Copy all the man pages into that directory: cd ntfsprogs; cp */*.8 man/
Run manserver.pl for each file like this:
for i in *.8; do manserver.pl $i > $i.html; done
Then delete the man pages (rm *.8) and rename the output files from
.8.html to .html like so:
rename 8.html html *.8.html
Now copy all those files to linux-ntfs.sf.net to the above described
directory (/home/groups/l/li/linux-ntfs/man).
Make sure the files are:
1) readable by world
2) writable by group so other people can update them
Note how index.html is a symlink to ntfsprogs.html so make sure not to
break that.
Also make sure not to delete the manserver.pl script as it is customized
from the original manserver by Rich.
Best regards,
Anton
--
Anton Altaparmakov <aia21 at cam.ac.uk> (replace at with @)
Unix Support, Computing Service, University of Cambridge, CB2 3QH, UK
Linux NTFS maintainer / IRC: #ntfs on irc.freenode.net
WWW: http://linux-ntfs.sf.net/ &
http://www-stu.christs.cam.ac.uk/~aia21/
|