> One thing I would like to see is for people to realy look at HOW
things are
> being done in the current weblet code to offer better ways to
accomplish these tasks.
> For instance I'm wondering if there is a better way to incert HTML
snipits than  the
> cat <<- /HTML
> /HTML
> Construct.  (Not that I know one, just interested)

Agreed, although unless someone wants to *REALLY* start crawling through
the code, this will require a fair amount of emperical data gathering
(ie real-world testing) to determine optimum methods.  Note that in some
tests I've done, bash and ash differ considerably on how fast they
handle various text manipulation funtions (bash was actually a fair
amount slower).

> Also the curent textTOhtml does not deal with indentation of text
files well, or at all.  This is a problem.

Yes, the current text2html pretty much sucks, but it's better than just
dumping the file outright :-)  Improvements are welcomed...

BTW If you want indenting saved, you should wrap the text2html output
with pre-formatted tags (ie <pre>...</pre>), or maybe <code>...</code>

Charles Steinkuehler
http://lrp.steinkuehler.net
http://c0wz.steinkuehler.net (lrp.c0wz.com mirror)



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

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

Reply via email to