- # Configuration Data For 'mkproject'
- #
- # Copyright (c) 2012, TundraWare Inc., Des Plaines, IL 60018 USA
- # All Rights Reserved. For Terms Of Use, See: mkproject-license.txt
- #
- # $Id: .tmkproject,v 1.103 2012/06/02 18:46:38 tundra Exp $
-
- # NOTE: Any strings below that need the "/" in them -
- # like the website URL - must escape them for
- # the 'sed' substitutions to work in mkproject.sh.
-
- #####
- # Vendor Specific Branding For 'mkproject'
- #####
-
- AUTHOR="I.M. N. Author" # Program author's name
- COPYOWNER="Frobats Inc., Looney Tunes Ridge, MA, 01010 USA" # Copyright owner
- VENDORNAME="Vendoracious Inc." # Full name of vendor
- VENDORTAG="Vendoracious" # Used as initial CVS tag
- EMAILSUPPORT="${PROJECTNAME}@vendoracious.com" # Program support email
- WEBSITE="http:\/\/www.vendoracious.com\/Software\/${PROJECTNAME}" # Project website
-
-
- #####
- # Program Configuration And Options
- #####
-
- # Project Directory - Where New Projects Go
-
- PROJECTSDIR="${HOME}/Dev"
-
- # Editor Used For Creating The WHATSNEW.txt File
-
- EDITOR="jmacs"
- EDITARGS=""
-
- # Where To Find The User's Own Configuration Files
-
- USERCONFIGDIR=${HOME}