David Douthitt, 2001-07-18 11:54 -0400
>Mike Noyes wrote:
>
> > Good question. I think that is a good idea. Rick started doing this
> > very thing for David's Oxygen packages, but he was unable to keep up
> > with David's production.
> >
> > Does anyone have a better idea? If there are no objections, text files
> > in the format specified below should accompany packages.
> >
> > packagename.lrp.version.txt
>
>#!/bin/sh
>
>cd $PACKAGES
>for i in *.lrp ; do tar xzf $i var/lib/lrpkg/*.help 2> /dev/null; done
>mv var/lib/lrpkg/*.help .
>rm -rf var/lib/lrpkg
>
>...how's that?

David,
That's slick. The help file is part of the package format already. I will 
need to modify our .htaccess file, and add:
AddType text/plain help

That way people will be able to browse the help files. Otherwise they will 
download as binary.

The new text format would be:
packagename.help

Please correct me if I got that wrong.

--
Mike Noyes <[EMAIL PROTECTED]>
http://leaf.sourceforge.net/


_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to