xdeview.1

来自「UUDeview是一个编码解码器」· 1 代码 · 共 536 行 · 第 1/2 页

1
536
字号
.B List Text FileThis is for the rare cases when a text file has been sent throughthe net in encoded form. Use this action only when you know thefile in question is in fact a text file, otherwise you'll get aload of trash on the screen..RE.TP.B Help.RS.TP.B AboutA short message from the Author..TP.B LicenseDisplays the license under which xdeview is distributed, the.B GPL.Read it, or you'll hear from my lawyers. .SH FILE LISTThe File List is a list box displaying all the files that have beenpicked up while scanning the encoded data. These files are ready fordecoding, previewing or anything. The list can be scrolled using thescrollbar on the right of the list..PPIndividual files can be selected simply by clicking on them. Multiplefiles can be selected by holding down the.I CTRLkey and clicking on the individual files..SH STATUS LISTThe Status Lists notes the corresponding status for each file in the.I File List,Usually, you'll just see "OK" here; otherwise, an error message isshown describing why the file cannot be decoded properly. There arethe following states:.TP.B OKAll parts of the file have been found, and the encoded data lookscorrect on first sight. There are certain problems that might onlyappear when decoding the file, but usually everything is fine..TP.B IncompleteThis file is missing one or more parts. If you decode this file, theoutput data will be corrupt and usually unusable..TP.B No BeginThe file doesn't have a beginning. The decoded file will be mostcertainly corrupt and unusable..TP.B No EndNo end was found on the file. This usually means that one or moreparts at the end are missing. The degree of usefulness of a decodedfile depends on the file type..TP.B ErrorA previous attempt to decode the file has failed..SH SHORT-CUT BUTTONSThe buttons on the right side of the window are short-cuts for themenu items. Read the discussion of the Main Menu items above for anexplanation..SH SAVE PATHThis is the path where decoded files will be written to..SH STATUSA short message what the program is currently doing or what it expectsyou to do..SH ENCODING MENUWhen encoding files ("Encode" from the "File" menu), a large dialogbox opens where you can set various options for the file. If youselected multiple files for encoding, a status line at the topdisplays the number of files left. The dialog itself stays openuntil all files have been handled..TP.B FilenameThe current file to encode. You cannot edit this field..TP.B Send AsThe file name by which the file will be sent. Defaults to the filenamestripped of all directory information..TP.B Use SubjectWhen mailing or posting, this text will be used as subject. The filename and part numbers are added automatically, so you canchoose to leave this line empty..TP.B Lines per FileSets the number of encoded lines per part. Bigger files will beautomatically split into multiple parts. Use if you are posting filesto a newsgroup, or if the recipient's system cannot handle largefiles. A good splitting size is 1000 lines. "0" lines means not tosplit..TP.B ... EncodingSelects the encoding method to use. If you wonder which one's thebest, you might find a clue in my article "Introduction to Decoding"..TP.B File In (Path)Sets a directory where to encode the file to. The encoding will go tofiles with the same base name as the original file, but withextensions of .001, .002 (depending on the number of necessary partsas enforced by the "Lines per File" setting)..TP.B Email ToGive a comma-separated list of email addresses. This option might bedisabled if your system does not allow sending of emails..TP.B Post ToHere you can enter a comma-separated list of newsgroups to which thefile should be posted. This option might be disabled if your systemdoes not support posting news..TP.B NNTP ServerThis field only appears on some systems, in the case that a news hostis needed, but none was configured at compile-time. If this field doesappear, you must enter a valid host name here in order for posting towork. If you don't want to post the file anyway, don't worry about it..TP.B OKPerforms the selected action(s) on this file and skips to the next one..TP.B OK to AllUses these settings for each file in question (does not prompt you forthe other files), thus sending all files at once..TP.B NextDoes not encode the file and skips to the next one (sorry, there's nobutton to skip backwards)..TP.B CancelCancels encoding and returns to the main menu..SH SETUP FILEIf it exists, the file.I .xdeviewrcin your home directory will be executed in the Tcl interpreter duringprogram initialization. It must be a valid Tcl program, which you canuse to set certain options by default. For the Tcl-illaterate:variables can be set using the following syntax:.PD 0.PP.B set var_name value.PP.PDThe following variables (options) can be set (look at the text abovefor an explanation of what they're doing).TP.B OptionFastIf set to 1, use fast scanning mode..TP.B OptionBracketIf set to 1, use the alternate bracket policy..TP.B OptionOverwriteIf set to 1, assume it's Ok to overwrite files without asking..TP.B OptionDesperateIf set to 1, switch into desperate mode..TP.B OptionVerboseIf set to 1, print progress messages..TP.B SaveFilePathThis is a string variable with the default Save Path, where you wantdecoded files to go..TP.B EncodeMaxLinesMaximum number of lines per file for encoding. "0" for unlimited..TP.B EncodeEncodingDefault encoding to use. "0" for UUencoding, "1" for XXencoding and"2" for Base64 encoding..TP.B NNTPServerThe address of your NNTP server (only needed on some systems). Canalso be set (preferredly) in your environment variable.I NNTPSERVER..SH RUNTIME MESSGAGESIf you have enabled verbose mode, progress messages will appear in anown text window titled.I Runtime Messages.The messages generated during the scanning phase are extremely helpfulin tracing what the program does, and can be used to figure out thereason why files cannot be decoded, if you understand them. Thissection explains how to interpret them. Understanding this section isnot necessary to operate the program..PPFirst, there are "Loading" messages, which begin with the string"Loaded". Each line should feature the following items:.TP.B Source FileThe first item is the source file from which a part was loaded. Manyparts can be detected within a single file..TP.B Subject LineThe complete subject is reproduced in single quotes..TP.B IdentifierThe program derives a unique identification for this thread from thesubject line, for grouping articles that look like they belong to thesame file. The result of this algorithm is presented in braces..TP.B FilenameIf a filename was detected on the subject line or within the data (forexample, on a begin line, or as part of the Content-Type information)..TP.B Part NumberThe part number derived from the subject line, or, in the case ofproperly MIME-formatted messages, from the "part" information..TP.B Begin/EndIf a "begin" or "end" token was detected, it is printed here..TP.B Encoding TypeIf encoded data was detected within this part, either "UUdata","Base64", "XXdata" or "Binhex" is printed here..PPMore messages are printed after scanning has completed. A single linewill be printed for each group of articles. The contents of this lineare best understood by looking at an example. Here is one:.PP.B Found 'mailfile.gz' State 16 UUData Parts begin 1 2 3 4 5 end 6 OK.PPThis indicates that the file.I mailfile.gzhas been found. The file was uuencoded ("UUData") and consists of6 parts. The "begin" token was found in the first part, and the"end" token was found in the sixth part. Because it looks likeeverything's there, this file is tagged as being "OK". The.I Stateis a set of bits, where the following values may be or'ed:.TP.B 1Missing Part.TP.B 2No Begin.TP.B 4No End.TP.B 8No encoded data found..TP.B 16File looks Ok.TP.B 32An error occured during decoding of the file..TP.B 64File was successfully decoded..SH NOTESIf you cannot execute.I xdeview,and it reports something like "command not found", but are sure thatthe file itself can be found, check the reference to the main file.I uuwishat the top of the file..SH SEE ALSO.BR uudeview (1),.BR uuenview (1),.BR uudecode (1),.BR uuencode (1),.PD 0.PPThe.I uudeviewhomepage on the Web, .PD 0.PPhttp://www.fpx.de/fp/Software/UUDeview/

⌨️ 快捷键说明

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