Newer
Older
tmkproject / .tmkproject
# Configuration Data For 'tmkproject'
#
# Copyright (c) 2012-2015, TundraWare Inc., Des Plaines, IL 60018 USA
# All Rights Reserved. For Terms Of Use, See: tmkproject-license.txt
#
# $Id: .tmkproject,v 1.106 2015/02/12 23:15:41 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 tmkproject.sh.

#####
# Vendor Specific Branding For 'tmkproject'
#####

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
#####

# Editor Used For Creating The WHATSNEW.txt File

EDITOR="jmacs"
EDITARGS=""

# Project Directory - Where New Projects Go

PROJECTSDIR="${HOME}/Dev"

# Temporary Directory 

TMPDIR="/tmp"

# Where To Find The User's Own Configuration Files

USERCONFIGDIR=${HOME}