home *** CD-ROM | disk | FTP | other *** search
- ! ============================================================================
- ! ----- Xgopher version 1.3 resources
- ! ----- Customized for the Public Touch Screen terminal
- ! ----- used at the University of Illinois at Urbana-Champaign
- !
- ! ----- The major differences between the default resources and those in
- ! ----- this file are 1) security setting to disallow unsafe access,
- ! ----- shell escapes, and file saving; 2) larger fonts and panel sizes
- ! ----- to accomidate "fat fingers" on the touch screen. An extended
- ! ----- type provides a gateway to NovaNet for additional data.
- ! ============================================================================
-
- ! ============================================================================
- ! ----- The resource "defaultsInstalled" MUST be set to TRUE -----------------
- ! ----- The following two lines must not be changed -----------------
- ! ============================================================================
-
- Xgopher.defaultsInstalled: True
- Xgopher.resourcesVersion: 1.3
-
- ! ============================================================================
- ! ----- Non-standard location for help and bookmarks -----------------
- ! ============================================================================
-
- Xgopher.helpFile: /usr/public-user/xgopher.help
- Xgopher.bookmarkFile: /usr/public-user/gopher-bookmarks
-
- ! ============================================================================
- ! ----- security
- ! ----- publicMode sets lots of security related resources for us.
- ! ============================================================================
-
- Xgopher.publicMode: True
- Xgopher.allowFtp: False
- Xgopher.restartButton: False
- Xgopher.swapRestartAndQuit: True
- !
- Xgopher.allowImage: True
- Xgopher.imageServers: gopher.uiuc.edu \
- gopher.cso.uiuc.edu \
- 128.174.33.160 \
- gopher2.cso.uiuc.edu \
- harpoon.cso.uiuc.edu \
- 128.174.33.182 \
- wx.atmos.uiuc.edu \
- 128.174.80.10
- !
- Xgopher.hasSound: True
- Xgopher.soundServers: gopher.uiuc.edu \
- gopher.cso.uiuc.edu \
- gopher2.cso.uiuc.edu \
- harpoon.cso.uiuc.edu \
- 128.174.33.160 \
- 128.174.33.182
-
-
- ! ============================================================================
- ! ----- behavior
- ! ============================================================================
-
- Xgopher.warpCursor: True
- Xgopher.doubleClick: False
- Xgopher.logFile:
-
- Xgopher.concurrentText: 1
- Xgopher.commonText: True
- Xgopher.allowHold: False
-
- ! ============================================================================
- ! ----- extended type definitions
- ! ============================================================================
-
- Xgopher.extendedTypes: NM
- Xgopher.typeN.dataType: none
- Xgopher.typeN.execCommand: portal %s -g +10+10
- Xgopher.typeN.description: NovaNet gateway
- Xgopher.typeN.prefix: <Nov>
-
- Xgopher.typeM.sameAs: N
- Xgopher.typeM.description: MTD bus schedule program
- Xgopher.typeM.execCommand: portal %s -g +250+190
- Xgopher.typeM.prefix: <MTD>
-
- ! ============================================================================
- ! ----- external commands
- ! ============================================================================
-
- Xgopher.printCommand: /bin/false
- Xgopher.telnetCommand: /bin/false
- Xgopher.tn3270Command: /bin/false
- Xgopher.imageCommand: xloadimage -quiet
- Xgopher.soundCommand: cat > /dev/audio
-
-
- ! ============================================================================
- ! ----- X resources for text fonts -------------------------------------------
- ! ============================================================================
-
- ! ..... these fonts are good for touch screen terminal .....
-
- Xgopher*font: -b&h-lucidatypewriter-bold-r-normal-*-24-*-75-75-m-*-iso8859-*
- Xgopher*Command.font: -*-helvetica-*-r-*-*-*-240-75-*-*-*-*-*
- Xgopher*MenuButton.font: -*-helvetica-*-r-*-*-*-240-75-*-*-*-*-*
- Xgopher*status.font: -*-helvetica-bold-r-*-*-*-180-75-*-*-*-*
- Xgopher*textDisplay*font: -*-courier-*-r-*-*-18-*-75-75-m-*-iso8859-*
- Xgopher*csoText*font: -*-courier-*-r-*-*-18-*-75-75-m-*-iso8859-*
- Xgopher*errorDialog*font: -*-helvetica-*-r-*-*-*-180-75-*-*-*-*-*
- Xgopher*infoDialog*font: -*-helvetica-*-r-*-*-*-180-75-*-*-*-*-*
- Xgopher*saveDialog*font: -*-helvetica-*-r-*-*-*-180-75-*-*-*-*-*
- Xgopher*indexForm*font: -*-helvetica-*-r-*-*-*-240-75-*-*-*-*-*
- Xgopher*versionBox*font: -*-helvetica-*-r-*-*-*-180-75-*-*-*-*-*
-
- ! ..... another set
-
- ! Xgopher*font: -*-times-medium-r-*-*-26-*-75-*-*-*-iso8859-*
- ! Xgopher*Command.font: -*-helvetica-*-r-*-*-*-240-75-*-*-*-*-*
- ! Xgopher*MenuButton.font: -*-helvetica-*-r-*-*-*-180-75-*-*-*-*-*
- ! Xgopher*status.font: -*-helvetica-bold-r-*-*-*-180-75-*-*-*-*
- ! Xgopher*textDisplay*font: -*-times-medium-r-*-*-*-180-75-*-*-*-*-*
- ! Xgopher*csoText*font: -*-times-medium-r-*-*-*-180-75-*-*-*-*-*
-
-
- ! ============================================================================
- ! ----- X resources for text labels ------------------------------------------
- ! ============================================================================
-
- Xgopher*statusForm*quit.label: Restart
- Xgopher*otherActionsMenu*restart.label: Quit
- Xgopher*bookmarkTitle.label: Special Items of Interest
-
- ! ============================================================================
- ! ----- special resources for scrollbars and translations. Also disable
- ! ----- <ctrl>d for quitApp action
- ! ============================================================================
-
- *Scrollbar.Thickness: 25
- *Scrollbar.Translations: \
- <Btn1Down>:StartScroll(Continuous)MoveThumb()NotifyThumb()\n\
- <Btn1Motion>: MoveThumb()NotifyThumb()\n\
- <BtnUp>: NotifyScroll(Proportional)EndScroll()\n\
- <Key>F35: StartScroll(Forward)NotifyScroll(Proportional)EndScroll()\n\
- <Key>F29: StartScroll(Backward)NotifyScroll(Proportional)EndScroll()\n
- !
- Xgopher*gopherPanel*Label*translations: #override \n\
- <Btn1Down>: unselectAll()
- Xgopher*gopherPanel*translations: #override \n\
- <Key>u: up()
-
- ! ============================================================================
- ! ----- popup shell positioning
- ! ============================================================================
-
-
- Xgopher.csoPopup.xPosition: 0
- Xgopher.csoPopup.xPercent: False
- Xgopher.csoPopup.yPosition: 50
- Xgopher.csoPopup.yPercent: False
- Xgopher.csoPopup.horizontalJustification: Left
- Xgopher.csoPopup.verticalJustification: Top
- Xgopher.csoPopup.positionFrom: Application
-
- Xgopher.textPopup.xPosition: 0
- Xgopher.textPopup.xPercent: False
- Xgopher.textPopup.yPosition: 50
- Xgopher.textPopup.yPercent: False
- Xgopher.textPopup.horizontalJustification: left
- Xgopher.textPopup.verticalJustification: top
- Xgopher.textPopup.positionFrom: Application
-
- Xgopher.versionPopup.xPosition: 50
- Xgopher.versionPopup.xPercent: True
- Xgopher.versionPopup.yPosition: 50
- Xgopher.versionPopup.yPercent: False
- Xgopher.versionPopup.horizontalJustification: center
- Xgopher.versionPopup.verticalJustification: top
- Xgopher.versionPopup.positionFrom: Application
-
- Xgopher.indexPopup.xPosition: 50
- Xgopher.indexPopup.xPercent: True
- Xgopher.indexPopup.yPosition: 50
- Xgopher.indexPopup.yPercent: True
- Xgopher.indexPopup.horizontalJustification: Center
- Xgopher.indexPopup.verticalJustification: Center
- Xgopher.indexPopup.positionFrom: Application
-
- Xgopher.errorPopup.xPosition: 50
- Xgopher.errorPopup.xPercent: True
- Xgopher.errorPopup.yPosition: 50
- Xgopher.errorPopup.yPercent: True
- Xgopher.errorPopup.horizontalJustification: Center
- Xgopher.errorPopup.verticalJustification: Center
- Xgopher.errorPopup.positionFrom: Screen
-
- Xgopher.fatalErrorPopup.xPosition: 50
- Xgopher.fatalErrorPopup.xPercent: True
- Xgopher.fatalErrorPopup.yPosition: 50
- Xgopher.fatalErrorPopup.yPercent: True
- Xgopher.fatalErrorPopup.horizontalJustification: Center
- Xgopher.fatalErrorPopup.verticalJustification: Center
- Xgopher.fatalErrorPopup.positionFrom: Screen
-
- Xgopher.infoPopup.xPosition: 50
- Xgopher.infoPopup.xPercent: True
- Xgopher.infoPopup.yPosition: 50
- Xgopher.infoPopup.yPercent: True
- Xgopher.infoPopup.horizontalJustification: Center
- Xgopher.infoPopup.verticalJustification: Center
- Xgopher.infoPopup.positionFrom: Screen
-
- ! ============================================================================
- ! ----- X layout resources that should not be changed ------------------------
- ! ----- Changing these can cause the gopher displays to appear corrupted -----
- ! ============================================================================
-
- Xgopher*directoryForm.showGrip: False
-
- Xgopher.minHeight: 400
- Xgopher.minWidth: 400
- Xgopher*geometry: +50+25
- Xgopher*gopherPanel.orientation: vertical
- Xgopher*statusForm.resizeToPreferred: True
- Xgopher*statusForm.SkipAdjust: True
- Xgopher*statusForm.showGrip: False
- Xgopher*goBox.resizeToPreferred: True
- Xgopher*goBox.SkipAdjust: True
- Xgopher*goBox.showGrip: False
- Xgopher*goBox.spacer.borderWidth: 0
- Xgopher*goBox.spacer.width: 20
- Xgopher*goBox.spacer.height: 10
- Xgopher*goBox.min: 50
- Xgopher*goBox.max: 100
- Xgopher*directoryForm.min: 60
- Xgopher*directoryForm.preferredPaneSize:500
- Xgopher*bookmarkForm.preferredPaneSize: 185
- Xgopher*directoryView.forceBars: True
- Xgopher*bookmarkView.forceBars: True
- Xgopher*directoryView.borderWidth: 1
- Xgopher*bookmarkView.borderWidth: 1
- Xgopher*directoryTitle.borderWidth: 0
- Xgopher*bookmarkTitle.borderWidth: 0
- Xgopher*status.borderWidth: 5
- Xgopher*status.width: 900
- Xgopher*directoryTitle.width: 900
- Xgopher*bookmarkTitle.width: 900
- Xgopher*directory.width: 900
- Xgopher*bookmark.width: 900
-