home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / LLIST104.ZIP / LLISTCFG.ZIP / LLIST.CFG
Text File  |  1995-04-30  |  16KB  |  742 lines

  1. ;
  2. ; Config file for LList
  3. ; The part following ";" is a comment
  4. ; Commands are all Case-Insensitive
  5. ;
  6.  
  7. ; *******************
  8. ; * General Options *
  9. ; *******************       
  10.  
  11. ;
  12. ; Path to your BBS dir, where LLIST will look for SYSFILE.DAT
  13. ; and CONFIG.DAT; you have better set an environment variable,
  14. ; LORA RA or MAX, which points to this directory;
  15. ; this will speed up L-List, as it will automatically detect
  16. ; your kind of Bbs
  17. ;
  18.  
  19. BbsDir D:\LORA\
  20.  
  21. ;
  22. ; Name of LORA's config file.
  23. ; Default, CONFIG.DAT.
  24. ; It is read to obtain various information, like data format
  25. ;
  26.  
  27. Config Config1.Dat
  28.  
  29. ;
  30. ; If you use SBBS, MAX oo QBBS, define this keyword; using LORA these
  31. ; will be read in Config.Dat defined above, unless you define them now,
  32. ; using RA they will be read in CONFIG.RA (but not DatePattern);
  33. ;
  34. ; In the DatePattern:
  35. ;   %d : day (number)
  36. ;   %b : month (number)
  37. ;   %c : month (first three letters)
  38. ;   %y : year (last two numbers)
  39. ; Other chars will be left untouched ("/", "-", etc.)
  40. ; If you do not define DatePattern, it will be got from Country.Sys
  41. ;
  42.  
  43. ;SysopName Alessandro Trebbi
  44. ;BbsName NightMare
  45. ;DatePattern %D-%C-19%Y
  46. ;Address 2:332/313
  47.  
  48. ;
  49. ; Writes file size in a short format (that is, writes file
  50. ; size in k)
  51. ;
  52. ;ShortSize
  53.  
  54. ;
  55. ; Other addresses...
  56. ; Note that all the addresses defined in AnnounceMsg, Search,
  57. ; TicAreas, TicGroups and as Aka in Tic.Cfg will be considered
  58. ; your Aka
  59. ;
  60.  
  61. ; Aka 15:1300/100.0
  62.  
  63. ;
  64. ; Using Lora or Ra, now LList reads Akas defined in config file, so
  65. ; re-define them only if their order is not soddisfacent
  66. ;
  67.  
  68. ;
  69. ; Delimiters for Download counter
  70. ; Using Lora, These will be read in Config.Dat
  71. ; (unless you re-define them here!)
  72. ;
  73.  
  74. ;DCLIMITS []
  75.  
  76. ;
  77. ; Length of download counters:
  78. ; default=3, that is [  1]
  79. ; All values are safe: if you set
  80. ; DCLEN 1, and you have long download counters, you will get
  81. ; [1] [15] [210]; with DCLEN 4 you will get [   1] [  15]
  82. ; [ 210] ... each of these formats is fully supported by
  83. ; L-List in detecting phase, whatever DCLEN you have set
  84. ;
  85.  
  86. ;DCLEN 3
  87.  
  88. ;
  89. ; Characters searched at the head of a comment line, to
  90. ; determine if it is the continue of previous description;
  91. ; in option FIXFBBS, L-List always uses first char
  92. ;
  93.  
  94. ;LDCHAR >+|
  95.  
  96. ;
  97. ; Commands for external shell
  98. ;
  99.  
  100. ScanVirus D:\NoBackUp\Scan\Scan /SUB /NOMEM
  101.  
  102. ;
  103. ; Importing File_Id.Diz
  104. ;
  105.  
  106. ; Max number of lines read from File_Id.Diz
  107. ;MaxFile_IdLines 20
  108. ; Truncate File_Id.Diz lines
  109. MaxLenDesc 45
  110. ; Does not preserve first line when File_id.Diz is imported
  111. ; (only for FixFBbs option; editing files.bbs first line is
  112. ; always preserved, announcing new files is always stripped)
  113. ;NoFirstLine
  114.  
  115. ;
  116. ; Strings definitions
  117. ; Values commented are default
  118. ;
  119. ;
  120. ; This description is used for imported orphan files, if L-List
  121. ; can't find File_Id.Diz in it
  122. ;ORPHANSTR (* Description Missing *)
  123. OrphanStr (* Descrizione Mancante *)
  124. ; This string is written instead of Size and Date if L-List does
  125. ; not find the file in download path
  126. ;OFFLINESTR (Stored OffLine)
  127. OffLineStr ASSENTE
  128.  
  129. ;
  130. ; L-List can detect uploader name in file descriptions
  131. ; Uploader name follows string defined as Uploader, and is
  132. ; not deleted with option ReadFile_Id
  133. ;
  134.  
  135. UploaderStr ïMandato da: è
  136.  
  137. ;
  138. ; Flag that will prevent LLIST from updating orphan files
  139. ; if you use it, LLIST will not manage to detect orphans as new files
  140. ; (files not updated will not be announced)
  141. ;
  142. NoOrphanUpdate
  143.  
  144. ;
  145. ; EXCLUDE specifications (up to 32).
  146. ; The files which matches with one of this specifications AND which are
  147. ; not described in Files.Bbs, will never be imported as Orphans.
  148. ;
  149. ; Files.Bbs and *.Bak are always excluded
  150. EXCLUDE 00_Index.Txt
  151. EXCLUDE Descript.Ion
  152. EXCLUDE *.Tmp
  153. EXCLUDE WildCat.Txt
  154.  
  155. ;
  156. ; Destination Archive Type for Recompress option
  157. ;
  158.  
  159. Repack RAR
  160.  
  161. ;
  162. ; Flag to fail repack if new size is greater or if it gains less
  163. ; than the optional number (percent)
  164. ;
  165.  
  166. RepackOptimize 5
  167.  
  168. ;
  169. ; Netmail AreaId
  170. ; (if you use Lora, this is read in Config.Dat)
  171. ; Look after, for info about format of AreaId
  172. ;
  173.  
  174. ;NetAreaId FD:\LORA\MSG\NET
  175.  
  176. ;
  177. ; Max level of listed areas, can't be increased by command line
  178. ; This value will be applied to all Search and AnnounceMsg
  179. ; defined after, you can specify this value more than once
  180. ; to decrease MaxLev of following Search and AnnounceMsg
  181. ;
  182.  
  183. MaxLev 144
  184.  
  185. ; download paths for reserved areas
  186. BadFiles C:\Upload\Bad
  187. InfectedFiles C:\Upload\Virus
  188.  
  189. ;
  190. ; Select how to sort description lines
  191. ;
  192. FixFbbsSort SortDate
  193.  
  194. ; **************
  195. ; * File Lists *
  196. ; **************       
  197.  
  198. ;
  199. ; File(s) to add at the head of lists
  200. ; Multiple path can be defined
  201. ;
  202.  
  203. Header LList.Hdr
  204.  
  205. ;
  206. ; Istruzioni per il file finder
  207. ;
  208.  
  209. Header FSearch.Hlp
  210.  
  211. ;
  212. ; File to add at the foot of lists
  213. ;
  214.  
  215. Footer LList.Ftr
  216.  
  217. ;
  218. ; Flag to include orphan files (Default, Y)
  219. ; It is a default parameter, can be re-defined by command line using
  220. ; ORN or ORY
  221. ;
  222.  
  223. Orphan No
  224.  
  225. ;
  226. ; Flag to include offline files (Default, Y)
  227. ; It is a default parameter, can be re-defined by command line using
  228. ; OFN or OFY
  229. ;
  230.  
  231. ; OffLine Yes
  232.  
  233. ;
  234. ; New First Line (don't add spaces, it will be centered at half screen)
  235. ;
  236.  
  237. ;FirstLine F I L E    L I S T
  238. FirstLine *-=> /\/ightMare  F I L E S <=-*
  239.  
  240. ;
  241. ; Indent description lines (default = 0),
  242. ; can be -20 to +20
  243.  
  244. ;Indent 0
  245.  
  246. ;
  247. ; Select an alternative type of summary report (an area
  248. ; for each line, adds number of new files too)
  249. ;
  250.  
  251. LongSummary
  252.  
  253. ;
  254. ; Path to complete list ALLFILES
  255. ; Default, AllFiles.Txt
  256. ; This is the name of Comma list too, created with
  257. ; FileIdx,Comma or FileIdx,Dup
  258. ;
  259.  
  260. AllFiles %TEMP%F332_901.Txt
  261.  
  262. ;
  263. ; Path to new files list NEWFILES
  264. ; Default, NewFiles.Txt
  265. ;
  266.  
  267. NewFiles %TEMP%N332_901.Txt
  268.  
  269. ;
  270. ; Packer to use to pack list
  271. ; can be one of packer names (see packer section)
  272. ;
  273.  
  274. CompressLists ZIP
  275.  
  276. ;
  277. ; Max number of days to be inserted in NEWFILES, and to be marked
  278. ; with "*" in ALLFILES.
  279. ; Can be 0 to 180 (0 = no NewFiles list);
  280. ; Default = 90, can be re-defined by command line
  281. ;
  282.  
  283. ;NewDays 90
  284.  
  285. ;
  286. ; Path to FILEIDX (Used by LORA for File Requests)
  287. ; It is created specifying FILEIDX in command line and
  288. ; kept updated by ANNOUNCE option.
  289. ; Default, LFiles.Idx
  290. ;
  291.  
  292. ;FileIdx D:\LORA\Files.Idx
  293.  
  294. ;
  295. ; Path to OkFile list (for file requests)
  296. ; Default, OkFile.Lst
  297. ;
  298.  
  299. OkFile %TEMP%Files.Lst
  300.  
  301. ;
  302. ; Prevents LList from writing download paths in OkFile
  303. ; (if you use Lora and select this option, L-List assumes
  304. ; you are using a FileIdx for requests, and adds FileIdx
  305. ; path preceeded by a "$" to OkFile)
  306. ;
  307.  
  308. NoDlPath
  309.  
  310. ;
  311. ; Password to put in OkFile;
  312. ; Default, '' (no Password).
  313. ; The second  parameter (optional)  is the min level from which areas
  314. ; will be passworded
  315. ;
  316.  
  317. OkFilePwd SESAMO 176
  318.  
  319. ;
  320. ; Lines to be added at OkFile; note that L-List does no longer add
  321. ; FileIdx, so you will need to define here a line to let Lora use it
  322. ; (if you are in a multitasking environment, consider let Lora use a copy
  323. ; of the file used by L-List, to avoid share conflicts)
  324. ;
  325.  
  326. OkLine $D:\LORA\Files.Idx
  327.  
  328. ;
  329. ; path to Best Downloaded Files (Default, BDL.TXT);
  330. ; extension is ignored, L-List always creates a .ASC, .ANS and a .AVT files.
  331. ;
  332.  
  333. BDL %TEMP%Bdl.Txt 
  334.  
  335. ; ********************
  336. ; * Files.Bbs editor *
  337. ; ********************
  338.  
  339. ;
  340. ; Force 43/50 lines whenever is possible
  341. ;
  342. Font8x8
  343.  
  344. ;
  345. ; External Shells for Files.Bbs editor (AltF1 .. AltF10)
  346. ;
  347. ; %1 is the name of the current file; if not specified, the name
  348. ; of the current file will be added at the end of the command
  349. ;
  350.  
  351. AltF1 Shez
  352. AltF2 List
  353.  
  354. ;
  355. ; Macros (CtrlF1 .. CtrlF10)
  356. ;
  357.  
  358. CtrlF1 ïMandato da: èAlessandro Trebbi
  359. CtrlF2 File checked by SysOp with SCANV113
  360. CtrlF3 (* Descrizione Mancante *)
  361.  
  362. ; *******
  363. ; * Msg *
  364. ; *******       
  365.  
  366. ;
  367. ; AreaId format, used in Search and AnnounceMsg
  368. ; The optional number at the end (after comma),
  369. ; indicates the type of Msg Area:
  370. ; 0=Normal, 1=EchoMail (default), 2=NetMail
  371. ;
  372.  
  373. ;Message area identifiers have the following formats:
  374. ;
  375. ;Squish:  S followed by the path\filename of the message area
  376. ;   Example:  SC:\Max\Msg\Muffin[,<n>]
  377. ;
  378. ;Hudson H followed by a 3 digit area number follow by the msg base path
  379. ;   Example:  H007C:\Quick\MsgBase\[,<n>]
  380. ;
  381. ;Fido(*.Msg) F followed by the message path
  382. ;   Example:  FD:\FD\Mail\[,<n>]
  383. ;
  384. ;JAM J followed by the path\filename of the message area
  385. ;   Example: JC:\RA2\MSG\RA_UTIL[,<n>]
  386. ;
  387. ;Ezycom E followed by the 4 digit area number followed by the msg base path
  388. ;   Example: E0001F:\EZY\MSG[,<n>]
  389. ;
  390.  
  391. ;
  392. ; You can specify AREATAG and AREATAGANS; if you do so,
  393. ; you will need AreasBbs and HudsonPath, that will be
  394. ; used to convert tags to AreaId; Msg Areas defined with
  395. ; a TAG are always EchoMail Areas, Local and NetMail must
  396. ; be always defined with AreaId keyword
  397. ;
  398.  
  399. AreasBbs D:\LORA\AREAS.BBS
  400. Hudson D:\MSG\HUDSON\
  401.  
  402. ;
  403. ; Flag files created when Msg are written
  404. ; These are intended to be used in batch files
  405. ; and/or multitasking environments
  406. ;
  407.  
  408. ; If it was an ECHO Msg
  409. ;ECHORSN ECHOMSG.WRT
  410. ; If it was a NET Msg
  411. ;NETRSN NETMSG.WRT
  412.  
  413. ; ***********
  414. ; * Packers *
  415. ; ***********       
  416.  
  417. ;
  418. ; Some packer names (ZIP, ARJ, LHA, LZH, ARC, PAK) are used
  419. ; to run internal compressed file viewers, and should
  420. ; therefore be associated with right packer; any other packer
  421. ; is not supported by internal viewer
  422. ;
  423.  
  424. ;
  425. ; Packer names must be 3 chars long, and indicate extension
  426. ; of compressed file
  427. ; %1 is the name of the compressed file, %2 is the name
  428. ; of the file(s) to compress/uncompress; if %1 or %2 are not specified,
  429. ; they will be added at the end of the command
  430. ;
  431.  
  432. ;
  433. ; Packers commented are already hard-coded, however you can re-define
  434. ; them to change Pack, Unpack and Comment keywords
  435. ;
  436.  
  437. ;Packer ZIP
  438.    ;
  439.    ; Commands to Pack/Unpack archives of this type
  440.    ; Should be complex enough to allow recompressing
  441.    ;
  442.    ;Pack PKZIP -a -r -p -wHS
  443.    ;UnPack PKUNZIP -d
  444.    ;
  445.    ; following keywords are used to identify packer
  446.    ; L-List will look for ID sequence at OffSet <OffSet>
  447.    ; SfX archives are identified searching ID after REAL
  448.    ; exe size (with some known exceptions)
  449.    ;
  450.    ;OffSet 0
  451.    ; this is an hexadecimal sequence, two chars are converted
  452.    ; into a byte
  453.    ;ID 504B0304
  454. ;End
  455.  
  456. ;Packer ARJ
  457.    ;Pack ARJ a -a+ -r+ -y+ -jm1
  458.    ;UnPack ARJ x -y+ -jg+
  459.    ;OffSet 0
  460.    ;ID 60EA
  461. ;End
  462.  
  463. ;Packer LZH
  464.    ;Pack LHA a /a+ /r+ /x+
  465.    ;UnPack LHA x /a+
  466.    ;OffSet 2
  467.    ;ID 2D6C68
  468. ;End
  469.  
  470. Packer ZOO
  471.    OffSet 21
  472.    Pack ZOO -add
  473.    UnPack ZOO -extract
  474.    ID DCA7C4FD
  475. End
  476.  
  477. Packer PAK
  478.    Pack PAK a
  479.    UnPack PAK e
  480.    OffSet 0
  481.    ID 1A
  482. End
  483.  
  484. Packer SQZ
  485.    Pack SQZ a
  486.    UnPack SQZ x
  487.    OffSet 0
  488.    ID 484C53515A
  489. End
  490.  
  491. ;Packer RAR
  492.    ;Pack RAR a -r -y -s
  493.    ;UnPack RAR x -r -y
  494.    ;OffSet 0
  495.    ;ID 526172211A
  496. ;End
  497.  
  498. ;Packer UC2
  499.    ;Pack UC a -s
  500.    ;Unpack UC x -s -f
  501.    ;OffSet 0
  502.    ;ID 5543321A
  503. ;End
  504.  
  505. ;
  506. ; Please, if you add other packers (or improve actual ones),
  507. ; send me your modified Packer.Cfg ; you will be given proper
  508. ; credits.
  509. ;
  510.  
  511. ; *******
  512. ; * TIC *
  513. ; *******       
  514.  
  515. ;
  516. ; Define dir of .TIC files, received for distribution
  517. ; (if you use Lora, this is read in Config.Dat)
  518.  
  519. ;Inbound D:\INBOUND\
  520.  
  521. ;
  522. ; dir where create .?lo files
  523. ; (if you use Lora, this is read in Config.Dat)
  524.  
  525. ;Outbound D:\OUTBOUND\
  526.  
  527. ;
  528. ; Dir where new areas will be created; new area AREATAG identified
  529. ; in group G1 will be created in <DIRNEWAREAS>G1\AREATAG\
  530. ;
  531.  
  532. DirNewAreas D:\LORA\FNEWAREA\
  533.  
  534. ;
  535. ; Option to manage TIC files
  536. ;
  537.  
  538. ;
  539. ; Import files anyway with no care to CRC
  540. ;
  541. ;FixCrcTic
  542.  
  543. ;
  544. ; Import files anyway with no care to SIZE
  545. ;
  546. ;FixSizeTic
  547.  
  548.  
  549. ; ********************
  550. ; * Announce Options *
  551. ; ********************
  552.  
  553. ;
  554. ; Files that L-List will never announce
  555. ; Wildcards allowed, up to 32
  556. ; You can specify here files like your File lists, that are
  557. ; updated daily and that must not be announced.
  558. ;
  559.  
  560. ; Path to exclude F332-313.ZIP and N332-313.ZIP
  561. ANNOUNCEEXCLUDE ?332_901.*
  562. ANNOUNCEEXCLUDE LL104b2.*
  563.  
  564. ;
  565. ; Definitions of Announce Msg
  566. ; the tag after the keyword AnnounceMsg, up to 8 chars,
  567. ; must contain only letters. It is used to identify each msg
  568. ; to call it by command line (LLIST Annouce:<Tag>)
  569. ;
  570.  
  571. ;
  572. ; You must not re-define always
  573. ; Origin, From, Address, To, Subject, Prefix, Suffix
  574. ; as LList will take this values from those defined in previous Msg
  575. ; DestAddress (only for NetMail) and
  576. ; KludgeFdn must be always re-defined
  577. ; These are the initial values:
  578. ;   ORIGIN  = <BBSName>
  579. ;   FROM    = <SysopName>
  580. ;   ADDRESS = Main Address
  581. ;   TO      = "All"
  582. ;   SUBJECT = "New files on <BBSName>"
  583. ;   Prefix, Suffix
  584. ;           = Nil
  585. ;
  586.  
  587. ;
  588. ; My local Announce Msg, files are separated for Group
  589. ;
  590.  
  591. AnnounceMsg ALL
  592.    AreaTag CHATTER.313
  593.    ;Subject Nuovi Files
  594.    ;File areas to scan, syntax is the same used in command line
  595.    ;AREA 1-10 23 35 40-49
  596.    ;GROUP 1 3 5-6
  597.    To All
  598.    Address 2:332/901
  599.    ;DestAddress 2:332/313.0 ; only for netmail, default is Address
  600.    ;NoIbm
  601.    ;Origin VFast, 28800 Bauds
  602.    Prefix LList.Pre
  603.    Suffix LList.Suf
  604.    ;Show content of compressed files
  605.    ;VC
  606. End
  607.  
  608. AnnounceMsg SDN
  609.    Subject Shareware Distribution NetWork
  610.    Fdn SDN
  611.    AreaTag News.900
  612. End
  613.  
  614. AnnounceMsg ISN
  615.    Subject Italian ShareWare Network
  616.    Fdn ISN
  617.    AreaTag News.900
  618. End
  619.  
  620. AnnounceMsg PDN
  621.    Subject Programmers' Distribution Network
  622.    Fdn PDN
  623.    AreaTag News.900
  624. End
  625.  
  626. AnnounceMsg UTL
  627.    Subject Utilnet2
  628.    Fdn UTL
  629.    AreaTag News.900
  630. End
  631.  
  632. AnnounceMsg UTILNET
  633.    Subject Utilnet
  634.    AreaTag News.900
  635.    Area 259
  636. End
  637.  
  638. AnnounceMsg LDN
  639.    Subject Lora Distribution Network
  640.    Fdn LDN
  641.    AreaTag News.900
  642. End
  643.  
  644. AnnounceMsg AD
  645.    Subject Author Direct
  646.    Fdn AD
  647.    AreaTag News.900
  648. End
  649.  
  650. AnnounceMsg NODELIST
  651.    Subject Nodelist
  652.    Area 27 29
  653.    AreaTag News.900
  654. End
  655.  
  656. AnnounceMsg UTNET
  657.    Subject nuovi files in utilnet
  658.    Area 259
  659.    AreaId FD:\MSG\FIDO\NET,2
  660. End
  661.  
  662. ; **********
  663. ; * Search *
  664. ; **********
  665.  
  666. ; Max files to be found for search function (Default, 50):
  667. SEARCHMAXFILES 10
  668.  
  669. ; Min length of search string (Default, 4):
  670. SEARCHMINLEN 3
  671.  
  672. ; Max size of files that can be UUEncoded (Default, 8192)
  673. ; This value will be used in each Search defined after, unless
  674. ; it is re-defined in the Search definition; UUEncoded file
  675. ; will be 1/3 longer than the UUUnencoded file
  676. MAXBYTESUUENCODE 0
  677.  
  678. ; Flag to skip extensions (keywords stripped after first ".").
  679. ; This option will allow you to find files even if their compression
  680. ; type has been changed.
  681. ;NoSearchExt
  682.  
  683. Search
  684.    ; Msg Area to Scan
  685.    AreaTag CHATTER.313
  686.    ;AreaIdAns FD:\LORA\Msg\Net,2  ; NetMail
  687.    ;AREA <n>|<n1-n2> [<n>|<n1-n2>] ; default: All areas
  688.    ;AREANAME <name>
  689.    ;GROUP <n>|<n1-n2> [<n>|<n1-n2>]; default: All groups
  690.    ;NoIbm
  691.    ;Origin NightMare
  692.    Prefix Search.Pre
  693.    Suffix Search.Suf
  694. End
  695.  
  696. Search
  697.    AreaTag News.900
  698.    MaxBytesUUEncode 16384
  699.    SearchDb
  700. End
  701.  
  702. Search
  703.    AreaTag NEWS.ITA
  704.    BuildDb
  705. End
  706.  
  707. Search
  708.    AreaTag BBS_SOFT.ITA
  709.    BuildDb
  710. End
  711.  
  712. Search
  713.    AreaTag MSD_NEWS.332
  714.    BuildDb
  715. End
  716.  
  717. Search
  718.    AreaTag SOFTINFO.ITA
  719.    NoIbm
  720.    Suffix SoftInfo.Suf
  721. End
  722.  
  723. ;
  724. ; Define Netmail only if default settings are no OK
  725. ; (L-List will automatically add NetMail if you did not define it);
  726. ; Note that the AreaId must be the same as NetAreaId, in order to
  727. ; let L-List understand that this is NetMail
  728. ;
  729.  
  730. Search
  731.    AreaId FD:\MSG\FIDO\NET\,2 ; NetMail
  732.    MaxBytesUUEncode 16384
  733.    SearchDb
  734.    ; ristabilisce quello di default
  735.    Suffix Search.Suf
  736. End
  737.  
  738. ;
  739. ; Your key in this file
  740. ;
  741. Include Key.Cfg
  742.