Pierre-Mikael Legris <[EMAIL PROTECTED]> writes:

> #package with the TCL documentation HTMLized (cool but big)
> http://fbwww.epfl.ch/~plegris/Tcl/code/tt0127.tgz  652k

Personally, I'd rather not include these.  I think most people have
either man pages or access to the on-line versions of these...

> DOCUMENTATION : 

Can you explain, briefly, the system that this uses?  I'm not sure I
'get it'.  If I end up using this, it will go in the main mod_dtcl
branch, not in the 'kitchen sink' distribution.

> APPLICATION : 
>     VarServer: Variable Server Demo. Keep variable between sessions
>     help2html: Convert tcl help files to html and include them to mod_dtcl help
>     ttdoc: Generate documentation for mod_dtcl files
> 
> PACKAGE : 
>     tt_Auth: WWW Authentification calls

Has anyone who needs authentication looked at this?  Seems to be what
people were asking for...

>     tt_Base64: base64 Encoding / Decoding

Hrmmm... can you tell me more?  Apache has some functions to do this,
IIRC - maybe it would be easiest to just provide an interface to that
API.

>     tt_GetRemoteFiles: Provides tools to retrieve remote files
>     tt_HTML_Table: Advanced tools for html table generation 
>     tt_Info: General info
>     tt_SendMail: Utilities to send mail

How does this compare to other Tcl/Mail things?  How do you feel about
its security?

>     tt_Utils: Small Utilities
>     tt_VarServer: Package for the Variable Server Demo.
> 
> LIBRARY : 
>     tabletransform: Like a transpose for a matrix but for a list of list
> 
> TTML : 
>     auth: This file should contains examples for tt_Auth.tcl 
>     clocks: ttml file example
>     session_info: This file contains examples for tt_Info.tcl 
>     tables: This file contains examples for tt_HTML_Table.tcl 

I want to establish a directory hierarchy for all this stuff before I
start dumping my own files/contributions into it.  At the moment I
don't have any brilliant ideas, but some kind of order is necessary to
avoid the confusion of having lots of packages.  Any thoughts?

Maybe:

bin/               # maybe part of build/ ?
packages/
         index     # descriptions of the various packages, and what
                   # they do
         tt_pack/
         nstcl/
         etc/
         etcccc/
build/             # build scripts for everything



-- 
David N. Welton
     Personal:           http://www.efn.org/~davidw/  
Free Software:           http://people.debian.org/~davidw/
   Apache Tcl:           http://tcl.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to