# Set this to your name
#   NOTE: this will probably end up being overridden by an
#         entry towards the end of the file by the initial
#         "Create Preferences" box.  Check there!
userprefs name "YOUR NAME"

# Set this to your internet domain
#   NOTE: this will probably end up being overridden by an
#         entry towards the end of the file by the initial
#         "Create Preferences" box.  Check there!
userprefs internetdomain ".MY.DOMAIN.COM"

# Set this to the computer that will run the registrar
#   NOTE: this will probably end up being overridden by an
#         entry towards the end of the file by the initial
#         "Create Preferences" box.  Check there!
registrar host MACHINE

# Set this to your favorite color---different users can have different colors!
userprefs color violet

# if you'd like to have a message printed everytime a groupkit event
# is generated, uncomment the following line; this is very useful for
# debugging!
# userprefs debugevents 1

# uncomment the following line if you'd like the registrar client to
# never prompt you for a conference name, but instead just use the
# default based on the conference name:
# userprefs conference_prompt_name no

# uncomment the following line if you'd like conferences to never
# persist, so that you won't be prompted:
# userprefs persist_style no

# preferences for the rooms registratation
userprefs rooms.host [registrar host]

# if you need to explicitly specify your own hostname, or specify
# it by IP address (e.g. because DNS won't work for you), uncomment
# the following line and set it to your host name or IP address
# userprefs host_override 0.0.0.0

# the information below will be displayed in the participants boxes
# of both conferences and registrar clients. 
# as another feature, if you have a file called .gkpict.gif in your
# home directory (about 60x60 seems a good size), it will appear in 
# the participants box... photo business cards!
userprefs personal.title ""
userprefs personal.dept ""
userprefs personal.company ""
userprefs personal.phone ""
userprefs personal.fax ""
userprefs personal.email ""
userprefs personal.www ""
userprefs personal.office ""

# the lines below specify the groupkit conferences you have available.
# conferences are uniquely identified by a "type", which is the part
# following the "prog." in the lines below.  each type can have three
# different attributes:
#
#    * cmd (required) - the command line used to run the conference
#    * name (optional) - a name used for display (defaults to the type)
#    * group (optional) - specifies a group of conferences
#

userprefs "prog.Brainstorming Tool.cmd" \
	  "exec gkwish -f $gk_library/confs/brainstorm.tcl"
userprefs "prog.Brainstorming Tool.group" Brainstorm

userprefs "prog.File Viewer.cmd" \
	  "exec gkwish -f $gk_library/confs/file_viewer.tcl"

userprefs "prog.Hello World.cmd" \
	  "exec gkwish -f $gk_library/confs/hello_world.tcl"

userprefs "prog.Hyper.cmd" \
	  "exec gkwish -f $gk_library/contrib/hyper.tcl"

userprefs "prog.Minimalist Brainstorm.cmd" \
	  "exec gkwish -f $gk_library/confs/minimalist_brainstorm.tcl"
userprefs "prog.Minimalist Brainstorm.group" Brainstorm

userprefs "prog.Brainstorm with Miniview.cmd" \
	  "exec gkwish -f $gk_library/contrib/miniBrainstorm.tcl"
userprefs "prog.Brainstorm with Miniview.group" Brainstorm

userprefs "prog.Simple Sketchpad.cmd" \
	  "exec gkwish -f $gk_library/confs/simple_sketchpad.tcl"
userprefs "prog.Simple Sketchpad.group" "Drawing Utilities"

userprefs "prog.Text Chat.cmd" \
	  "exec gkwish -f $gk_library/confs/text_chat.tcl"

userprefs "prog.Group Sketchpad.cmd" \
	  "exec gkwish -f $gk_library/contrib/groupsketch.tcl"
userprefs "prog.Group Sketchpad.group" "Drawing Utilities"

userprefs "prog.Tauber.cmd" \
	  "exec gkwish -f $gk_library/contrib/tauber.tcl"
userprefs "prog.Tauber.group" "Text Editors"

userprefs "prog.Post It.cmd" \
          "exec gkwish -f $gk_library/confs/postit.tcl"

userprefs "prog.Event Example.cmd" \
          "exec gkwish -f $gk_library/confs/eventex.tcl"

userprefs "prog.Environment Example.cmd" \
          "exec gkwish -f $gk_library/confs/envex.tcl"

userprefs "prog.Tic Tac Toe version 1.cmd" \
	  "exec gkwish -f $gk_library/confs/tic-tac-toe.tcl"
userprefs "prog.Tic Tac Toe version 1.group" Games

userprefs "prog.Tic Tac Toe version 2.cmd" \
	  "exec gkwish -f $gk_library/contrib/another_tic_tac_toe.tcl"
userprefs "prog.Tic Tac Toe version 2.group" Games

userprefs "prog.Tetrominoes.cmd" \
	  "exec gkwish -f $gk_library/confs/tetrominoes.tcl"
userprefs "prog.Tetrominoes.group" Games

userprefs "prog.Solitaire.cmd" \
	  "exec gkwish -f $gk_library/contrib/tksol.tcl"
userprefs "prog.Solitaire.group" Games

userprefs "prog.Card Table.cmd" \
	  "exec gkwish -f $gk_library/contrib/cardtable.tcl"
userprefs "prog.Card Table.group" Games

userprefs "prog.Mine Sweeper.cmd" \
          "exec gkwish -f $gk_library/contrib/mines.tcl"
userprefs "prog.Mine Sweeper.group" Games

userprefs "prog.Fisheye.cmd" \
	  "exec gkwish -f $gk_library/contrib/fisheye/fisheye.tcl"
userprefs "prog.Fisheye.group" "Awareness Demos"

userprefs "prog.GroupDraw.cmd" \
	  "exec gkwish -f $gk_library/contrib/drawobjs/groupdraw.tcl"
userprefs "prog.GroupDraw.group" "Drawing Utilities"

userprefs "prog.Textedit.cmd" \
	  "exec gkwish -f $gk_library/contrib/textedit.tcl"
userprefs "prog.Textedit.group" "Text Editors"

userprefs "prog.Ladder.cmd" \
	  "exec gkwish -f $gk_library/contrib/ladder.tcl"

userprefs "prog.Concept Map.cmd" \
	  "exec gkwish -f $gk_library/contrib/cm.tcl"

userprefs "prog.Outline.cmd" \
	  "exec gkwish -f $gk_library/contrib/outline.tcl"

userprefs "prog.Textedit with Miniview.cmd" \
	  "exec gkwish -f $gk_library/contrib/miniTextedit.tcl"
userprefs "prog.Textedit with Miniview.group" "Text Editors"

userprefs "prog.Offset Lens.cmd" \
	  "exec gkwish -f $gk_library/contrib/offset_lens.tcl"
userprefs "prog.Offset Lens.group" "Awareness Demos"

userprefs "prog.Locking Demo.cmd" \
	  "exec gkwish -f $gk_library/contrib/lockdemo.tcl"
userprefs "prog.Locking Demo.group" "Locking Examples"

userprefs "prog.Card Table with Locking.cmd" \
	  "exec gkwish -f $gk_library/contrib/locking-card.tcl"
userprefs "prog.Card Table with Locking.group" "Locking Examples"

userprefs "prog.Card Table with Optimistic Locking.cmd" \
	  "exec gkwish -f $gk_library/contrib/optlocking-card.tcl"
userprefs "prog.Card Table with Optimistic Locking.group" "Locking Examples"

userprefs "prog.GroupWeb.cmd" \
	  "exec gkwish -f $gk_library/contrib/groupweb/groupweb.tcl"

userprefs "prog.Calliope.cmd" \
	  "exec gkwish -f $gk_library/contrib/calliope/calliope.tcl"
userprefs "prog.Calliope.group" "Text Editors"

userprefs "prog.Pong.cmd" \
	  "exec gkwish -f $gk_library/contrib/pong.tcl"
userprefs "prog.Pong.group" Games

userprefs "prog.Structure Radar.cmd" \
	  "exec gkwish -f $gk_library/contrib/struct/struct-location.tcl"
userprefs "prog.Structure Radar.group" "Awareness Demos"

userprefs "prog.Head-Up Radar.cmd" \
	  "exec gkwish -f $gk_library/contrib/twolayer/envhud.tcl"
userprefs "prog.Head-Up Radar.group" "Awareness Demos"

userprefs "prog.Newspaper Layout.cmd" \
	  "exec gkwish -f $gk_library/contrib/news/news.tcl"
userprefs "prog.Newspaper Layout.group" "Awareness Demos"


