Okay, I'll toss in a suggestion. I'd like to see fuseactions tracked, both
incoming and outgoing. If you read a FuseDoc, and have all your fuseactions
within it, you can track actions strictly by reading the fusedoc. Pretty
handy. After all, every template is going to have at least one fuseaction
that called it, and may possibly have at least one fuseaction it sends out.

And a question, do you fusedoc the basic templates "index.cfm",
"app_globals", "app_locals"? Sometimes I have, sometimes I haven't.

Alan McCollough
Web Programmer
Allaire Certified ColdFusion Developer
Alaska Native Medical Center

> -----Original Message-----
> From: Hal Helms [SMTP:[EMAIL PROTECTED]]
> Sent: Saturday, August 26, 2000 8:58 PM
> To:   [EMAIL PROTECTED]
> Subject:      RE: FuseDoc specification
> 
> I posted the current Fusedoc standard a couple of days ago. Does anyone
> have
> any concrete suggestions for improvements? The original standard was based
> on general principles of machine/human readability, ease of learning,
> clarity, etc. I don't know that reviewing those principles will be nearly
> as
> productive as some actual suggestions along the lines of "I'd prefer to
> see
> variables put into a structure." That kind of thing. Any ideas or
> suggestions?
> 
> -----Original Message-----
> From: John Foulds [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, August 26, 2000 6:44 PM
> To: [EMAIL PROTECTED]
> Subject: FuseDoc specification
> 
> 
> Sorry for the encoding grunge, damn OLE cut and paste:
> 
> Hal, SOS:
> 
> PARSER COMMANDS
> <!---FUSEDOC = starting clause
> END FUSEDOC---> = ending clause
> 
> VARIABLES
> --> userID NUMERIC = attribute explicitly passed into the fuse
> <-- userID NUMERIC = attribute explicitly passed out of the fuse
> --> [userID] NUMERIC = optional parameter passed out of the fuse
> <-- [userID] NUMERIC = optional parameter passed into the fuse
> <-> userID NUMERIC = pass-thru variable (passed in AND out w/o change)
> ++> application.userID NUMERIC = global variable
> 
> FILES
> +++ FILE.CFM = required include file
> [+++] FILE.CFM = optional include file
> 
> --------------------------------------------------------------------------
> --
> --
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> 
> --------------------------------------------------------------------------
> ----
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to