From d4450376ba8aa5275bfe3e4e0ce7cffd005a9dae Mon Sep 17 00:00:00 2001 From: nightfox <> Date: Mon, 7 Sep 2015 16:22:21 +0000 Subject: [PATCH] Re-adding in text format --- xtrn/DDArchiveViewer/DDArcViewer.cfg | 35 ++++++++++++++++++++++++++++ xtrn/DDArchiveViewer/FILE_ID.DIZ | 11 +++++++++ 2 files changed, 46 insertions(+) create mode 100644 xtrn/DDArchiveViewer/DDArcViewer.cfg create mode 100644 xtrn/DDArchiveViewer/FILE_ID.DIZ diff --git a/xtrn/DDArchiveViewer/DDArcViewer.cfg b/xtrn/DDArchiveViewer/DDArcViewer.cfg new file mode 100644 index 0000000000..d3b82c6e12 --- /dev/null +++ b/xtrn/DDArchiveViewer/DDArcViewer.cfg @@ -0,0 +1,35 @@ +[BEHAVIOR] +interfaceStyle=Lightbar +;interfaceStyle=Traditional +; Input timeout: 5 minutes +inputTimeoutMS=300000 +; Maximum archive file size. By default, this value is in bytes; however, +; kilobytes, megabytes, or gigabytes can be specified by putting any +; of the following characters at the end: +; K: Kilobytes +; M: Megabytes +; G: Gigabytes +maxArcFileSize=1G +; Maximum text file size. 5M = 5 megabytes +maxTextFileSize=5M + +[COLORS] +; The "Archive:" text +archiveFilenameHdrText=nwh +; Archive filename +archiveFilename=ngh +; The column header line above the file list +headerLine=nyh +; The line between the header line and the file list +headerSeparatorLine=nkh +; File numbers +fileNums=nmh +; File information columns +fileSize=nw +fileDate=ng +fileTime=nr +filename=nc +; For subdirectories +subdir=ngh +; For lightbar mode, highlighted filenames will have this color: +highlightedFile=n4wh4 \ No newline at end of file diff --git a/xtrn/DDArchiveViewer/FILE_ID.DIZ b/xtrn/DDArchiveViewer/FILE_ID.DIZ new file mode 100644 index 0000000000..3a32dce819 --- /dev/null +++ b/xtrn/DDArchiveViewer/FILE_ID.DIZ @@ -0,0 +1,11 @@ +nhc Digital Distortion Archive Viewer yvw1.03 +hy For Synchronet 3.14 and higher +k��������������������������������������������� +ncThis is a script for Synchronet that lets the +user list, view, & download files inside an +archive, using a lightbar or traditional +interface. The user can also navigate the +file list forward & backward. Any number of +file types can be configured via a +configuration file. +bhRelease date: 2009-12-20 \ No newline at end of file -- GitLab