Page 1 of 1

filename standards

PostPosted: Fri Sep 22, 2006 10:07 pm
by kchung
When browsing through files for vicidial, there's probably some filename standard you used when creating them. Care to enlighten us what these filename prefix means, if they do mean anything?

example:
agi-* : Asterisk Gateway Interface files
agi-VDAD*: AGI files for VDAD functions

Perhaps it'd be nice to clarify these standards so we can figure them out easier and code to the project standard.

This is probably handy info to post in the wiki at some point.

PostPosted: Fri Sep 22, 2006 11:24 pm
by mflorell
I'd like to say there was a grand plan, but there wasn't. They are named based on what function they do and I roughly tried to use the prefixes of the filenames to keep like-functioned scripts in the same prefixes. There are some scripts that stray from that but I do not envision renaming all scripts to enforce a standard at this time.

PostPosted: Mon Sep 25, 2006 1:24 am
by kchung
darn! Maybe after v.3, heh