⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 newtonlink.config

📁 Unix 到 Newton通讯的程序
💻 CONFIG
字号:
#=======================================================================# Newtonlink   - transfer data between a Apple Newton Message Pad and#                Unix applications## Copyright (C) 1996-1998    The Newtonlink Developers#                            (newtonlink@newton.bawue.de)## This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2 of the License, or# (at option) any later version.## This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the# GNU General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.#=======================================================================sub SetDefaults {    ##################    # Common section #    ##################    # version config file, please dont edit    $ConfigFileVersion = "1.29";	    # home directory, please dont edit    $home = $ENV{'HOME'};    # change this if Newtonlink should run under OS-2    $System_Mode = "S_NEWTONLINK_SYSMODE_S";    # Newtonlink notes file    $NLNotesFile = "$home/.newtonlink/newtonlink.notes";    # Newtonlink cards file    $NLCardsFile = "$home/.newtonlink/newtonlink.cards";    # Newtonlink package names file    $NLPackageNamesFile = "$home/.newtonlink/newtonlink.packagenames";    # Newtonlink PID file    $PIDFILE = "S_NEWTONLINK_PIDFILEDIR_S/newtonlink.pid";    # HTML browser for online help    $HTML_Browser = "S_NEWTONLINK_BROWSER_S";    # serial device to connect    $tty = "S_NEWTONLINK_SERDEV_S";    # serial baudrate for Sloup    $SloupBaudrate = "57600";    # Timeout in sec for serial devive    $timeout  = 5.0;        # directory for temporaery files    $TempDir = "/tmp";    #######################    # Addressbook section #    #######################    # addressbook file    $AddressbookFile = "$home/.addresses.dat";    # addressbook command    $AddressbookCommand = "addressbook";    ######################    # WebAddress section #    ######################    # WebAddress command    $WebAddressCommand = "$home/bin/newtaddr.pl";    ######################    # Ksendfax section #    ######################    # Ksendfax command    $KsendfaxCommand = "ksendfax";    # Ksendfax phonebook file    $KsendfaxPhonebookFile = "$home/.phonebook";    ################    # Plan section #    ################    # plan command    $PlanCommand = "plan";    # Make choice which plan file do you want to use and uncomment    $Private = "-";    $PlanFile = "$home/.dayplan";    #$Private = "P";    #$PlanFile = "$home/.dayplan.priv";    # date format (possible values are German (DD.MM.YY), British (DD/MM/YY), US (MM/DD/YY))    $DateFormat = "German";    #################    # Kjots section #    #################        # default Kjots file    $KjotsFile = "$home/.kde/share/apps/kjots/MyNewtonNotes";    ####################    # Xrolodex section #    ####################    # default Xrolodex file    $XrolodexDefaultFile = "$home/.PersonalNotes.xrolo";        # temporary xrolodex print file    $XroloPrintFile = "$home/.newtonlink/newtonlink.xrolo.print";        # system command to convert xrolodex ascii text to postscript    $XroloPrintCommand = "a2ps -8 -f -nP -2 -p -Xa4 -H'Printout by Newtonlink' -B";    # Xrolodex preview command    # if not empty, Newtonlink starts this program after a successfull transfer    $XroloPrintPreviewCommand = "ghostview -a4 -portrait";    # Xrolodex command    # if not empty, Newtonlink starts this program after a successfull transfer    $XrolodexCommand = "xrolodex -geometry 700x500 -bg lightblue";            #################    # Print section #    #################    # default print file    $PrintDefaultFile = "$home/.newtonlink/newtonlink.print";        # system command to print ascii text    # if not empty, Newtonlink starts this program after a successfull transfer    $SystemPrintCommand = "a2ps -8 -f -nP -1 -Xa4 -H'Printout by Newtonlink' -F12.0 -B";    #$SystemPrintCommand = "mpage -2 -A -l -H'Printout by Newtonlink' -P-";        # preview command    # if not empty, Newtonlink starts this program after a successfull transfer    $PrintPreviewCommand = "ghostview -a4 -landscape";    ###############    # Fax section #    ###############        # fax file    $FaxFile = "$home/.newtonlink/newtonlink.fax";        # system fax make command    # if not empty, Newtonlink starts this program after a successfull transfer    $FaxMakeCommand = "fax make";        # system fax preview command    # if not empty, Newtonlink starts this program after a successfull transfer    $FaxPreviewCommand = "fax view";        # system fax send command    # if not empty, Newtonlink starts this program after a successfull transfer    $FaxSendCommand = "";    #$FaxSendCommand = "fax send";    ################    # Mail section #    ################    # system mail command    $MailCommand = "/usr/lib/sendmail -t";    # Newton mailer    $NewtonMailer = "mailSlip";    #$NewtonMailer = "EnRouteN1:Netstrategy";    ##################    # XFmail section #    ##################    # Xfmail address-book file    $XfmailAddressbookFile = "$home/.xfmail/.xfbook";    ################    # Lpkg section #    ################       # Lpkg command    $LpkgCommand = "lpkg";    ####################    # Netscape section #    ####################      # Netscape Navigator address-book file    $NetscapeNavigatorAddressbookFile = "$home/.netscape/address-book.html";        # Netscape Communicator address-book file    $NetscapeCommunicatorAddressbookFile = "$home/.netscape/abook.nab";        # Netscape email outbox file    $NetscapeOutboxFile = "$home/nsmail/Outbox";        # email address    $YourEmailAddress = "Your.Name\@host.domain";        # organisation    $YourOrganisation = "MY ORGANISATION";}1;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -