home *** CD-ROM | disk | FTP | other *** search
- -------------
- Note from SA
-
- This file was very kindly written by Martijn to provide more help in
- configuring T-Matic with GoldEd than I can offer. Thanks and respect
- go to Martijn for a fine job! Please netmail or email him if you use
- this.
-
- It was written for v.10, but v.11 doesn't change anything major in the
- areas he's covered, so hopefully it'll work fine.
-
- One thing Ian Muirhead mentioned, is that it doesn't appear to work
- too well with the internal editor of Golded, since it adds the tearline
- before giving T-Matic a chance to place a tag, so you end up with a tag
- after the tearline. '( Not sure, but it's worth bearing in mind.
-
- Thanks Martijn...
-
- -------------
-
-
- ┌────────────────┐
- │ GEDMATIC v0.01 │
- ╒╪════════════════╪╕
- ││Martijn Beekhuis││
- ││FLEX@SOFT.IWG.NL││
- ││ 2:2802/304.20 ││
- ┌─┴┴════════════════┴┴─┐
- │ Dedicated To Marleen │
- └──────────────────────┘
-
-
- Hello There!
-
- ┌──────────┐
- │Disclaimer│
- └──────────┘
- I wrote the dox after a chat with simon so it is not changed by anyone but me.
- if you find possible errors or mistypings please Email me so I can edit the
- file for the better..
- I Have NOT tryed all options of t-matic myself because of the MANY FEATURES!
- This docfile WILL frequently be updated until completed..
-
- ┌───────────────┐
- │WHY THESE DOX?!│
- └───────────────┘
- Since there were no doc files on installing T-Matic with Golded,
- I thought i'd write them..
-
- ┌─────────┐
- │GET DOWN!│
- └─────────┘
- I'll keep the talk Small, and get right down..
- I have only copy'd the parts wich were edited for use with golded, so i
- hope that it is all understandable..
- It would be smart to PRINT this document so it is near you while editing
- the CFG files..
- Now it is up to YOU!
-
- ┌────────────────────┐
- │.:|[ GOLDED.CFG ]|:.│
- └────────────────────┘
- ////////////////// 36. EXTERNAL UTILITIES /////////////////////////////
- //
- // EXTERNOPTIONS <-options>
- //
- // -----------------------------------------------------------------
- // !!!! ADDED -KeepCtrl Because Of Tag O Matic !!!!
- // !!!! REMOVED -NoKeepCtrl Because Of Tag O Matic !!!!
- //
- EXTERNOPTIONS -Cls -KeepCtrl -WIPE -RELOAD ; E1
- //
- // !!!! REMOVED -NoKeepCtrl Because Of Tag O Matic !!!!
- // !!!! ADDED -KeepCtrl Because Of Tag O Matic !!!!
- // ------------------------------------------------------------------
- // EXAMPLE EXTERNUTILS LIST FOLLOWS.. SUIT YOUR OWN CFG!!
- // 1
- // EXTERNUTIL <utilno> [-options] <commandline>
- // -----------------------------------------------------------------
- EXTERNUTIL 1 C:\POINT\GOLDED\GOLDPGP\GOLDPGP.EXE -S @FILE "@oname"
- EXTERNUTIL 2 C:\POINT\GOLDED\GOLDPGP\GOLDPGP.EXE -C @FILE "@oname"
- EXTERNUTIL 3 C:\POINT\GOLDED\GOLDPGP\GOLDPGP.EXE -E @FILE "@oname" "@dname"
- EXTERNUTIL 4 C:\POINT\GOLDED\GOLDPGP\GOLDPGP.EXE -T @FILE "@oname" "@dname"
- EXTERNUTIL 5 C:\POINT\GOLDED\GOLDPGP\GOLDPGP.EXE -D @FILE "@oname"
- EXTERNUTIL 6 C:\POINT\GOLDED\GOLDPGP\GOLDPGP.EXE -K @FILE "@oname"
- EXTERNUTIL 7 T-MATIC.EXE /S C:\POINT\GOLDED\RIPPED.TAG @File
- EXTERNUTIL 8 T-MATIC.EXE /S C:\POINT\GOLDED\RIPPED.TAG
- EXTERNUTIL 9 T-MATIC.EXE /D C:\POINT\GOLDED\RIPPED.TAG
- // 1=signen 2=clearsignen 3=encrypt 4=encrypt&sign 5=decrypt
- // 6=key toevoegen 7=TAGLINE RIP! 8=Enter Own TAGLINE 9=DUPECHECK TAGFILE
- ///////////////////////////////////////////////////////////////////////
- // -----------------------------------------------------------------
- // Defines the external utilities that will be added to the
- // EDITSAVEMENU (if enabled). The menu text is inserted in the menu.
- // The first two characters of the menu text are the "hotkey" letter
- // that will be highlighted in the menu text, plus a space. Example:
- //
- // EDITSAVEUTIL 1 "S PGP Sign the msg"
- // EDITSAVEUTIL 2 "E PGP Encode the msg"
- // EDITSAVEUTIL 3 "D PGP Decode the msg"
- // -----------------------------------------------------------------
- EDITSAVEUTIL 1 "S PGP Sign the msg"
- EDITSAVEUTIL 2 "L PGP cLear-sign the msg"
- EDITSAVEUTIL 3 "E PGP Encrypt the msg"
- EDITSAVEUTIL 4 "T PGP EncrypT & sign the msg"
- EDITSAVEUTIL 10 "A ADD TAGLINE!"
- //
- //
- //
- //
- ///////////////////// 29. TEARLINES AND ORIGINS ///////////////////////
- //
- // ------------------------------------------------------------------
- // Specifes whether or not to add tearline/origin in your messages.
- //
- // There is the keyword CRTLINFO which may ONLY be used in RANDOM
- // SYSTEM GROUPS, helpful for QWK-users (read the doc for more info).
- //
- // CTRLINFO... <Tagline,Tearline,Origin> Default: Tearline,Origin
- // ------------------------------------------------------------------
- CTRLINFONET TearLine,Origin ; Use "No" to turn both off
- CTRLINFOECHO Tearline,Origin ; Use "No" to turn both off
- CTRLINFOLOCAL Tearline,Origin ; Use "No" to turn both off
- //
- // ------------------------------------------------------------------
- ///////////////////////// 30. TAGLINES ////////////////////////////////
- //
- // ------------------------------------------------------------------
- // Turn on/off the internal tagline support.
- // TAGLINESUPPORT <yes/no> »GOLDRAND« Default: Yes
- // -=[ CHANGED 2.50A0307 ]=-
- // ------------------------------------------------------------------
- TAGLINESUPPORT No
- //
- ///////////////////////////////////////////////////////////////////////
- ┌──────────────────────────────┐
- │HERE THE GOLDED.CFG PART ENDS!│
- └──────────────────────────────┘
- This is the only disadvantage when using Golded.
- Every time you press ALT-Z, and the SAVEUTIL menu pop's up you should type
- A For Add TagLine (and signoff etc etc)
- but since a lot of areas don't like long signoff's it comes in handy..
-
- Let's Go To the TEMPLATE FILES!
- ┌───────────────┐
- │.:|[ *.TPL ]|:.│
- └───────────────┘
- ; -------------------------------------------------------------------
- ; Sample MSG Template File For Use With T-Matic(By Simon Avery)
- ; And GoldED v2.50 (or Any Other Versions )
- ; -------------------------------------------------------------------
- ;
- ; ----------------------------------------------------------------------
- ; Normal template begins.
- ; ----------------------------------------------------------------------
- ; !!!! ADDED FIRST LINE FOR USE WITH T-MATIC !!!!
- ; !!!! For This line is used for Twitusers, who get there own (personalized)
- ; !!!! Taglines.. And You Can send Simon avery a message with his tagfile
- ; !!!! T-MATIC Removes The Line Anyway |-] !!!!
- ;
- ~NAME @TFNAME @TLNAME
- ;
- ; !!!! Note That Even the <ALT-1> Preceded lines should go AFTER ~NAME ......
- ; !!!! NORMAL GREETING BELOW !!!!
- ;
- Hello @TFName!
- ;
- ;
- ; ----------------------------------------------------------------------
- ; End of template. Simon.. Thanx |-]
- ; ----------------------------------------------------------------------
- ;
- ;
- ┌────────────┐
- │GOLDKEYS.CFG│
- └────────────┘
- F11 EXTERNUTIL07 ; ADOPT TAGLINE
- #F11 EXTERNUTIL08 ; ENTER TAGLINE
- @F11 EXTERNUTIL09 ; CHECK 4 DUPE TAGLINES
- F12 EXTERNUTIL04 ; DECRYPT MET F12
- #F12 EXTERNUTIL05 ; ADD KEY TO KEYRING
-
-
-
-
-
-
- So That Should be It Really..
-
- Now the only thing left is T-MATIC'S config..
-
- Tag-O-Matic V.10 (c) Simon Avery Feb 26 1996 British Freeware
- --------------------------------│ Setup │---------------------------------
- TAGID: Tag-O-Matic v.10 Freeware
- ... This is a tagline!
- ~~~ Tag-O-Matic v.10 (0 Taglines) [Quoted: 0%] Used By: ]\/[
- ┌─────────────────────────────────────────────────────────────────┐
- │ Show Message Info [Yes] Use Macro's [Yes] │
- │ Check For Dupes [Yes] Words in date Macro [No] │
- │ Use Registration Info [Yes] Use Macro's in Sigs [Yes] │
- │ Use Tagline Total [Yes] Use Tag-Location [No] │
- │ Identifier [Both] Use Quoted % [Yes] │
- │ Use Trailing CR [Yes] Use extended info [Yes] │
- │ Use Lottery Numbers [No] Show Countdown [No] │
- │ Prompt [Yes] Filter Hi-Ascii [No] │
- │ Number Of Sigs To Use [8] Adopt To Seperate File [Yes] │
- │ Right Margin [72] Use Fuzzy checking [No] │
- │ Edit Reg. String Trim Trailing Spaces [Yes] │
- │ Edit 2nd Line Prefix Use Fast Tag Picking [No] │
- │ Play Silly Tune [No] │
- └──────────────────────│Tired Dog Software│───────────────────────┘
-
-
- AND THAT IS IT!!!
-
- The Only Problem Wich Remains with me is the msgfoot mess up when writing
- Netmail Messages..
- in echo messages, when viewing before saving the msgfoot is also messed up
- but in one way or another Golded CORRECTS that problem..
- But only in Echomail Areas..
- Hmm.. Reminds me of getting the DOS version of NETMGR... |-]
-
- Do not forget to Send Mail to Simon When using T-Matic, And To Me When Using
- GEDMATIC.DOC..
-
- THANX & GREETINGS FROM THE NETHERLANDS!
-
- Martijn Beekhuis <FLEX@SOFT.IWG.NL>
-
-