home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / DOS / TEKST / E-Z-BOOK / DOC.TXT < prev    next >
Text File  |  1995-04-21  |  33KB  |  798 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.                         GUIDE TO ELECTRONIC PUBLISHING       
  25.  
  26.                                      USING
  27.  
  28.                                E-Z-BOOK SOFTWARE
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.                                by Rexxcom Systems
  37.  
  38.                              The Displayware People
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.                                 30-day Trial Copy
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.             Copyright (C) 1995 Rexxcom Systems, Schooleys Mtn., NJ, USA
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.                                    CONTENTS
  75.  
  76.  
  77.  
  78.  
  79.                         Instructions "In a Nutshell"   1
  80.                         Detailed Instructions          1
  81.                         Page Numbers                   2
  82.                         Adding Colors                  2
  83.                         The Autofont Titler            2
  84.                         Fancy Text Fonts               2
  85.                         Hypertext Linking              3
  86.                         Underlining, Stars, Faces      4
  87.                         Full Color Graphics            4
  88.                         Music                          5
  89.                         A Cover for Your E-Book        5
  90.                         Changing Text Fonts            6
  91.                         Problems?                      6
  92.                         Multiple Chapter Files         6
  93.                         Memory                         7
  94.                         Getting Paid for E-books       7
  95.                         Encrypting Your Chapters       8
  96.                         Sample Encrypted Chapter       8
  97.                         Registering with Softlock      8
  98.                         Your Rights to Use Program     9
  99.                         Disclaimer                     9
  100.                         Rexxcom Systems Addresses      9
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.                                       -i-
  119.  
  120.  
  121.  
  122. You have the 30-day trial copy of E-Z-Book.  The directions you will receive
  123. with your registered copy will contain much more information.
  124.  
  125. IMPORTANT: Review the sample electronic book to familiarize yourself with all
  126. features.  Then follow these steps to create your first electronic book:
  127.  
  128. +-- -- -- -- -- -- -- -- -- -- -- - -- -- -- -- -- -- -- -- -- -- -- -- -- --+
  129. |                         INSTRUCTIONS "IN A NUTSHELL"                       |
  130. |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~                       |
  131. | Use a word processor to type your text.  Set the line length at 78 and put |
  132. | this "DET code" on the top line: 24, 78, 1, 2, 240, 1, 0. Save the text as |
  133. | an ASCII file named MYBOOK.DET. Make a copy of EBOOK.DEB named MYBOOK.DEB. |
  134. | Edit BOOK.BAT so MYBOOK appears after TITLE. Then type GO and press Enter. |
  135. | to display your E-Z-Book publication. Basically that's all there is to it! |
  136. +-- -- -- -- -- -- -- -- -- -- -- - -- -- -- -- -- -- -- -- -- -- -- -- -- --+
  137.  
  138.                              DETAILED INSTRUCTIONS
  139.  
  140. A.  Using your favorite word processor or text editor, start a new text file
  141. and on the first line type the following numbers, comma separated and spaced
  142. as shown here: 
  143.  
  144.                            24, 78, 1, 2, 240, 1, 0 
  145.  
  146. This is the important DET code.  It may appear anywhere on line 1, but custom-
  147. arily it begins at the left margin.  Do not change it except as explained
  148. below under "Page Numbers."  Do not type anything else on line 1.  Begin your
  149. text on the next line.
  150.  
  151. B.  Follow the directions of your word processor or text editor and set your
  152. line length to 78. This is the same as a "word wrap" of 79, a term used by
  153. some text editors.  If you do not use the proper line length, you will either
  154. lose some letters, or you will leave a wide space to the right of your
  155. paragraphs. 
  156.  
  157. C.  As an alternative to typing your text, you may import (load in) an
  158. existing text file beneath the DET code line.
  159.  
  160. D.  Save your file with an ASCII save (DOS text save).  Do not save with the
  161. regular default save of a word processing program, since it will mess up your
  162. file.  See your word processing manual if you are not sure.
  163.  
  164. E. In saving your file, give it the file extension DET.  This is essential.
  165. You might call it MYBOOK.DET.
  166.  
  167. F. Make a copy of EBOOK.DEB by typing COPY EBOOK.DEB MYBOOK.DEB (Enter).
  168. Reason: Every DET needs a corresponding DEB to set the overall color scheme.
  169.  
  170. G.  Edit the batch file BOOK.BAT, which is included. (A batch file is a text
  171. file having the extension BAT.)  Put MYBOOK in the position shown here:
  172.  
  173. @echo off 
  174. showmark 
  175. hqsw2 
  176. ezb HINTS COVER1 TITLE MYBOOK EBOOK EBOOK2 SOFTLOCK EBOOK3 DOC REGISTER 
  177. makemark 
  178. ega 
  179. vga
  180.                                       -1-
  181.  
  182.  
  183.  
  184.  
  185. The above 7-line file, saved as BOOK.BAT will display your book when the word
  186. GO is typed and the "Enter" key is pressed.  The first line (@echo off) is
  187. used because without it, the word "showmark" would appear briefly on the
  188. screen.  "Showmark" and "makemark" are the two little programs which create
  189. the reader's bookmark, and they must be included in the batch file at the
  190. locations shown.  The line ezb (etc.) MYBOOK will cause the E-Z-Book
  191. program to display your DEB/DET pair of files.  If MYBOOK is your first
  192. chapter, and you want another chapter which the reader accesses with the right
  193. arrow key, you might name it MYBOOK2 (denoting MYBOOK2.DEB and MYBOOK2.DET) and
  194. it would appear on the same line of GO.BAT, making the line look like this:
  195.  
  196. ezb HINTS COVER1 TITLE MYBOOK MYBOOK2 (etc.)
  197.  
  198. H.  Run BOOK.BAT, by typing GO (Enter) [believe it or not]!  'GO' runs GO.BAT
  199. which is needed to lead into BOOK.BAT, because later when a password is used
  200. GO.BAT will be automatically changed to include the password.
  201.  
  202.                                  PAGE NUMBERS 
  203.  
  204. As you know from viewing the sample e-book, some files display page numbers at
  205. the bottom of the screen, but others, such as the index, do not.  If the first
  206. number in the DET code of EBOOK.DET or DOC.DET is changed from 24 to 25, page
  207. numbers will not be displayed.  If the first No. of the code of INDEX.DET is
  208. changed to 24, page numbers will be displayed.  Be very careful in changing
  209. this code.  You must not alter anything except the first number, or you may
  210. ruin your display; the program reads the DET code to set up the display
  211. parameters.
  212.  
  213.                                 ADDING COLORS 
  214.  
  215. When you register E-Z-Book you will receive full instructions and everything
  216. you need to set the colors of your covers and pages, and add colors to your
  217. text.  A program you will enjoy using is our Autofont Titler, described in the
  218. next paragraph.  Order this program when you register E-Z-Book.
  219.  
  220.  
  221.                              THE AUTOFONT TITLER 
  222.  
  223. With 1995 version of Rexxcom's AutoFont program you will make colored headings
  224. and titles without worrying about color codes.  AutoFont, version 8.5, makes
  225. colored titles and headings with automatic coloring and centering.  The jumbo
  226. display fonts used on the sample e-book covers in this package were made with
  227. the AutoFont titler, as were the text-size chapter and section headings.  With
  228. AutoFont you type your title or heading, and in an instant it appears in jumbo
  229. display fonts or in colored text-size fonts.  The arrow symbol used at the
  230. bottom of the cover and title page and at the end of each chapter, is easily
  231. typed and colorized.  Directions accompany the AutoFont titler.
  232.  
  233.                                FANCY TEXT FONTS 
  234.  
  235. Art Deco, Chunky, Old English and our other special fonts appear when their
  236. hot-keys are pressed.  Each font is contained in an HQ modules, a small program
  237. whose name begins with the letters HQ.  On the next page is SIX.BAT which
  238. operates when the number 6 is pressed.  The HQ modules with this trial copy are
  239. invisibly coded to distinguish them from the HQ modules you will receive when
  240. you become a registered user.
  241.  
  242.                                       -2-
  243.  
  244.  
  245.  
  246.  
  247. @echo off
  248. hqdeco
  249.  
  250. In the above batch file, the module HQDECO.COM is loaded, changing the text
  251. font to Art Deco.  In other batch files, HQENGL.COM loads the Old English font
  252. HQCHUNKY loads Chunky, HQROMAN loads Nu Roman, HQROMAN2 loads Tall Roman,
  253. HQMEDI loads Medieval, etc.  In BOOK.BAT (which runs from GO.BAT) HQSW2.COM is
  254. loaded to produce the default font of the sample e-book.  BOOK.BAT ends with
  255. "ega" and "vga" to run EGA.COM and VGA.COM, programs which reset the video mode
  256. to the computer's font.  Always include both EGA.COM and VGA.COM in that order,
  257. at the end of BOOK.BAT.  This assures that any computer system, whether EGA,
  258. VGA, or SVGA will be properly reset after your e-book has been viewed.
  259.  
  260. Study the batch files ZERO.BAT through NINE.BAT, plus H, V, W and Y.BAT.  These
  261. are the little batch files for font-style hot keys.  Each is similar to SIX.BAT
  262. shown above.  Here is a list of HQ modules included in this package:
  263.  
  264.                       HQCHUNKY.COM ... Chunky font
  265.                       HQDECO.COM ..... Art Deco font
  266.                       HQENGL.COM ..... Old English or German Gothic font
  267.                       HQMEDI.COM ..... Medieval font
  268.                       HQROMAN.COM .... Nu Roman font
  269.                       HQROMAN2.COM ... Tall Roman font
  270.                       HQSLENDR.COM ... Slender font
  271.                       HQJIM.COM ...... Slim Jim font
  272.                       HQTHIX.COM ..... Thix font
  273.                       HQITALIC.COM ... Italics font
  274.                       HQSW.COM ....... Small standard font
  275.                       HQSW2.COM ...... Medium standard font
  276.                       HQSW3.COM ...... Large standard font
  277.                     
  278.                               HYPERTEXT LINKING 
  279.  
  280. Setting up a hot key which lets the reader jump to a page or more of special
  281. information is simplicity itself.  The sample e-book uses the letter D as the
  282. hot key for the first example of hypertext linking.  All we had to do to set
  283. this up was to prepare a pair of files which we named HYPER1.DEB and
  284. HYPER1.DET.  With our text in HYPER1.DET, we simply wrote a tiny batch file
  285. named D.BAT.  It is on your disk, and it looks like this:
  286.  
  287. @echo off
  288. HQSW2
  289. ezb hyper1
  290.  
  291. That's all we need to make our special text appear in a flash whenever the
  292. reader presses "D" while reading the e-book.  E-Z-Book knows how to access up
  293. to 71 different hypertext files.  You, the writer, give these files the names
  294. A.BAT to Z.BAT, ZERO.BAT to NINE.BAT, and many more with double-key files (see
  295. "Single and Double Hot Keys," page 5).   As may be seen in the sample e-book,
  296. we used numbered files (ONE.BAT, etc.) to change text fonts; we used A.BAT,
  297. B.BAT and C.BAT for graphics, and we used other letters for text files.  Note
  298. that each hypertext BAT (batch file) should contain a command for the font
  299. style which you want to use for the text.  If this is omitted, the hypertext
  300. will appear in the font style which was in effect before the hot key was
  301. pressed.  It is OK to do this if it is the effect you want.
  302.  
  303.                                       -3-
  304.  
  305.  
  306.  
  307.  
  308.                         UNDERLINING, STARS, AND FACES 
  309.  
  310. When typing your text, the tilde symbol (typed with the key to the left of the
  311. "1" key in the top row) will make a 5-pointed star when one of the HQ modules
  312. is loaded.  The smiling face is made by typing the less-than and greater-than
  313. symbols.  Underlining is accomplished by using the underline symbol (shifted
  314. hyphen).  You may have noticed the computer's underline symbol was never really
  315. useful for underlining.  Rexxcom's new HQ modules make underlining work!  If
  316. you do not have an HQ module loaded the line is broken and too low.  The
  317. underlining is done on the line beneath the words to be underlined.  No words
  318. may appear directly beneath the underlined words, or there will be no space
  319. available for the underline character.
  320.  
  321.                              FULL COLOR GRAPHICS 
  322.  
  323. The graphics in our sample e-book are displayed through the following steps
  324. which occur almost instantaneously: 
  325.  
  326. 1. Pressing the hot key activates a tiny batch file which we made in a text
  327. editor or word processor.  The hot key "A" causes the file A.BAT to run.
  328.  
  329. 2. The batch file runs a graphics program.  In the case of the Space Shuttle
  330. we named the file SHUTTLE.EXE.
  331.  
  332. 3. After the graphic has been seen and any key is pressed, the batch file then
  333. re-loads the font program which we are using as our default text font.  Since
  334. we decided to use the medium size font, its program HQSW2.COM is run.
  335.  
  336. 4. At that moment E-Z-Book automatically re-displays the page you were reading
  337. when you pressed the hot key.
  338.  
  339. Here is what A.BAT looks like:
  340.  
  341. @echo off
  342. shuttle
  343. hqsw2
  344.  
  345. All you have to know to use this feature is how to write the little batch file
  346. (and now you know!), how to name it (name it A.BAT if you want its hot key to
  347. be "A"), and where to get graphics programs.
  348.  
  349. A.BAT and B.BAT use graphics programs named SHUTTLE.EXE and CLOWN.EXE.  We
  350. converted these to stand-alone EXE files from files named SHUTTLE.PCX and
  351. CLOWN.PCX with the use of a conversion program which has the odd name EXE.EXE,
  352. It is included with the registered copy of E-Z-Book.  EXE.EXE may be used with
  353. .GIF and .PCX files, both of which are widely available from many sources such
  354. as CompuServe, GEnie, America Online, the Internet, and software catalogs.  If
  355. you want to make your own graphics files from photographs, there are companies
  356. which will scan the photographs and make .GIF or .PCX files, which you may
  357. easily convert to EXE files with EXE.EXE.  The hot key "C" provides "picture
  358. stacking" of three graphics programs including TUT.EXE converted from TUT.PCX.
  359. (Conversion programs are included with registered E-Z-Book.)
  360.  
  361.  
  362.  
  363.                                       -4-
  364.  
  365.  
  366.  
  367.  
  368. Here is what C.BAT looks like:
  369.  
  370. @echo off
  371. shuttle
  372. clown
  373. tut
  374. hqsw2
  375.  
  376. That little file is all it takes for E-Z-Book to know it is supposed to show
  377. three pictures in succession when "C" is typed.  It is easy to see there is
  378. nothing at all difficult or complicated about setting up a hot key to display
  379. full colored graphics for your e-book.
  380.  
  381.                           SINGLE AND DOUBLE HOT KEYS
  382.  
  383. E-Z-Book has 71 hot keys available to display graphics, hypertext, etc.  There
  384. are 36 single-character hot keys which use all letters and all single digit
  385. numbers.  You may make batch files A.BAT through Z.BAT and 0.BAT through 9.BAT.
  386. Study the batch files to see how they are set up to (a.) change fonts, (b.)
  387. display graphics, (c.) display hypertext, (d.) play music.  In addition to the
  388. single character hot key batch files, there are many two-character hot key
  389. batch files.  Each of them uses the letter "Z" as its first character.  Thus
  390. you may make batch files named ZA.BAT through ZZ.BAT, plus Z0.BAT through
  391. Z9.BAT.  If you tried the hot key combination "ZA" you saw an example in
  392. action.  If you use two-character batch files for your own e-book, you must
  393. include the program Z.EXE with the rest of your e-book files.  Z.EXE is the
  394. program which makes the two character option possible.  If you have no need for
  395. this many hot keys you may omit Z.EXE from your e-book files.  (If you use
  396. 2-character hot keys, the single character hot key 'Z' is not available.)
  397.  
  398.                                     MUSIC 
  399.  
  400. The music which plays when the hot keys "M" and "N" are typed is the product
  401. of small programs which produce musical notes.  These programs are accessed
  402. with the use of batch files, the same way the graphics files are accessed.
  403. Pressing the hot key activates a batch file which we made in a word processor.
  404. The hot key "M" causes the file M.BAT to run.  Here is M.BAT:
  405.  
  406. @echo off
  407. hqchunky
  408. helena
  409. hqsw2
  410.  
  411. We chose the Chunky font style for the title box which appears on the screen
  412. while the Helena Polka is playing.  The program HELENA.EXE is one of many such
  413. music programs available from various sources.  Here is N.BAT:
  414.  
  415. @echo off
  416. clavier2
  417. hqsw2
  418.  
  419. CLAVIER2.EXE is a music program we modified to produce the title screen which
  420. appears as the music plays.  If you are interested in including music programs
  421. in your e-book, we encourage you to obtain them from various sources such as
  422. CompuServe, America Online, The Internet, GEnie, various bulletin board
  423. services and software catalogs.  Rexxcom does not supply music programs.
  424.  
  425.                                       -5-
  426.  
  427.  
  428.  
  429.  
  430.                            A COVER FOR YOUR E-BOOK 
  431.  
  432. You may easily create a nice cover for your e-book.  More than 12 pairs of
  433. DEB/DET cover modules are included with the registered copy of E-Z-Book.
  434. Until you receive these, you may work with the covers in the sample e-book.
  435. These are named COVER1.DEB and COVER1.DET, etc.  Simply use the DET for your
  436. title, deleting the existing title and adding your own.  Make sure not to
  437. change the size of the DET.  It must contain exactly 26 lines, and line 26
  438. must be blank.  Use a text editor or word processor which has a block-move
  439. ("cut and paste") feature to move a title made with the AutoFont titler into
  440. the DET of your choice to make your cover.  Better yet, get your registered
  441. copy of E-Z-Book and save yourself some work.  (Did you see the cover samples
  442. which are displayed with hot key 'F' followed by using the right arrow key?)
  443.  
  444.                              CHANGING TEXT FONTS 
  445.  
  446. If you like the effect of having a "fancy" text font on your cover or title
  447. page, and a regular font in the body of your e-book, use the hot-key "X" while
  448. viewing the sample e-book, or run CHANGE.BAT when not viewing the book.  This
  449. will show you how to use "dummy files" in place of real DEB and DET files to
  450. force E-Z-Book to terminate and immediately re-start with a new font style.
  451. We have included BLANK.DEB and BLANK.DET to use as dummy files.  The following
  452. batch file will cause the cover to be displayed in the Medieval font, the
  453. title page in Chunky, and the body of the e-book in Nu Roman.  When this
  454. method is used, pressing the left arrow key will not move the reader back to
  455. the cover or title page while the book is being read.
  456.  
  457. @echo off
  458. showmark
  459. hqmedi
  460. xl2001 cover1 blank
  461. hqchunky
  462. xl2001 title blank
  463. hqroman
  464. xl2001 ebook ebook2
  465. makemark
  466. ega
  467. vga
  468.  
  469.  
  470.                                   PROBLEMS? 
  471.  
  472. If it does not work 100% go over this check list:
  473.  
  474. 1. The top line must contain the proper DET code and nothing else.
  475.  
  476. 2. The correct DEB/DET pair of files must be present.
  477.  
  478. 3. The text must be formatted with a line length of 78.  If you use a greater
  479. line length, words near the right margin will be lost.  (When you obtain your
  480. registered copy you will find some DET codes which require different line
  481. lengths)
  482.  
  483. 4. The video monitor must be EGA, VGA, Super VGA or Multi-Sync.  Sorry, but
  484. with a CGA monitor the display will blink.  There is no way around this.
  485.  
  486.  
  487.                                       -6-
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494. 5. All files listed in your batch file must be present, including EZB.EXE
  495. EGA.COM, VGA.COM, plus the correct DEB/DET files, and the font style you want
  496. your e-book to appear in, such as HQSW.COM, HQSW2.COM or HQSW3.COM.
  497.  
  498. 6. The computer must be fully IBM compatible and using MS-DOS or PC-DOS.
  499.  
  500.                              MULTIPLE CHAPTER FILES
  501.  
  502. If you use the chaptering method used in the sample e-book, and if your
  503. chapters are named, say, MYBOOK1.DET, MYBOOK2.DET, etc., (each having its own
  504. corresponding DEB file of course), then your main batch file (BOOK.BAT) will
  505. look something like this:
  506.  
  507. @echo off
  508. showmark
  509. hqpro2
  510. ezb COVER TITLE MYBOOK1 MYBOOK2 MYBOOK3 MYBOOK4
  511. makemark
  512. ega
  513. vga
  514.  
  515. In this batch file, the cover, title page and chapters all appear on the same
  516. line following E-Z-BOOK, and this will make them accessible, from one to
  517. another, with the right and left arrow keys.  (It does not matter whether you
  518. use upper or lowercase lettering, but lowercase is often used in batch files.)
  519. There is additional information on this subject in the user guide which you
  520. will receive with when you register.
  521.  
  522.                                     MEMORY 
  523.  
  524. If you use SoftLock (see next section) to encrypt/encode part of your elec-
  525. tronic book, your readers must put all your e-book files on their computer's
  526. hard drive.  The reason for this is the fact that the SoftLock program will
  527. not unlock or de-code files on a floppy disk.  If you are not going to use
  528. SoftLock, you may want to distribute your e-book on floppy disks, in non-
  529. compressed form, to be read right from the floppy.  It is unlikely you will do
  530. this, because to make a profit you will need to use SoftLock.  But if you do
  531. distribute a book to be read directly from the floppy, there are memory
  532. considerations which are covered in the registered user guide.
  533.  
  534.                          GETTING PAID FOR YOUR E-BOOK 
  535.  
  536. OK, you wrote an electronic book, you followed our directions to set it up for
  537. on-screen display with E-Z-Book, you used the file compressing program (which
  538. you will receive when you register) to put everything into one compressed
  539. file, and now you want to upload it to America Online, GEnie, CompuServe, the
  540. Internet and more.  This makes it available to millions of potential readers,
  541. and if it is accompanied by a good description this is an excellent marketing
  542. move.  You have become an author-publisher.  But wait ...  you don't want to
  543. publish it free ...  you want each reader to pay you for his or her copy.  What
  544. do you do about this essential part of the publishing process?  The answer is
  545. easy.  You use SoftLock Services.
  546.  
  547.  
  548.                                       -7-
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555. SOFTLOCK is a program which encrypts the text of one or more chapters of your
  556. electronic book so no one can read the entire book until they enter a password
  557. to unlock it.  This program is sent to you free of charge when you register
  558. E-Z-BOOK.  Most writers publish their books with up to half the book in
  559. un-encrypted, readable form, to give readers a chance to "get into" the book.
  560. If the reader likes the readable chapters, he or she follows instructions to
  561. call SoftLock's 800 number for a password.  When they call, your customers use
  562. the buttons on their touch-tone phone to enter a product number which identi-
  563. fies your e-book, plus credit card information.  They receive a password which
  564. unlocks the encrypted chapters.  After entering their password one time only,
  565. whenever they type GO (Enter) the entire book is displayed for their enjoyment.
  566.  
  567. The important part of this, for you, is the fact that SoftLock Services sends
  568. checks in the mail!  The amount you receive is the price of your e-book
  569. (established by you, the author/publisher), minus $1.50 processing charge and
  570. 20% commission.  Let's say you price your e-book at $5.95.  In that case
  571. SoftLock keeps a commission of $1.19, plus the processing fee of $1.50, and
  572. you receive $3.26.  That happens to be an excellent deal.  For a writer to
  573. receive that much on the sale of a paper book, a publishing house would have
  574. to pay a royalty of 15% on a book priced at $21.70.
  575.  
  576. The registered copy of E-Z-BOOK includes the SoftLock and Encrypt programs,
  577. easy-to-follow directions, and everything you need to put together an e-book
  578. which is easy to publish and ready to produce a steady stream of income.
  579.  
  580.                            ENCRYPTING YOUR CHAPTERS 
  581.  
  582. When you register E-Z-Book you will receive our program ENCRYPT.EXE, along
  583. with SOFTLOCK.EXE and a related program SLCOPY.EXE.  ENCRYPT links E-Z-Book
  584. with SoftLock to make encryption of chapters quick and easy.  In order to
  585. encrypt (encode) one or more chapters of your e-book, it is only necessary to
  586. encrypt each chapter's text file, called the DET file.  After your e-book is
  587. ready for publication, decide how many chapters you will leave in readable
  588. form, and how many you will encrypt.  Then run ENCRYPT.EXE by typing the word
  589. ENCRYPT and pressing the Enter key.  You will be prompted for a password.  If
  590. you have received a password from SoftLock Enterprises enter that password.
  591. If you have not yet received your password, you may still practice encrypting
  592. by using the practice password IGORBROM.  Once your password is typed, you
  593. will be prompted for the name of a DET file to be encrypted.  That's all there
  594. is to it.  The ENCRYPT program will access SOFTLOCK.EXE and SLCOPY.EXE "behind
  595. the scenes" and the next time you look at your DET file you will see it "in
  596. code."  At the same time, a non-encrypted backup copy will be saved for you
  597. with the file extension BAK.  It really is as easy as that.
  598.  
  599.                            SAMPLE ENCRYPTED CHAPTER 
  600.  
  601. When you view the sample e-book, you will come to the page headed "Sample
  602. Encrypted Chapter Coming Up."  Read this carefully, and be sure to print it
  603. out and add it to your printed copy of this user guide.  While it will not
  604. show up in readable form until you obtain a password, Chapter 3 has useful
  605. information , and you, the author-publisher should run through the simple
  606. steps needed to un-encrypt or unlock it.  In this way you will learn exactly
  607. what your reader customers must do to unlock the encrypted portions of your
  608. electronic book.  Moreover, there is important information in Chapter 3.
  609.  
  610.                                       -8-
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617.                 REGISTERING YOUR E-BOOK WITH SOFTLOCK SERVICES
  618.  
  619. The registered copy of E-Z-Book contains easy directions for calling SoftLock
  620. Services to register your electronic book and obtain a 'product number' for it.
  621. Once this is done, your readers simply call SoftLock's 800 number to pay by
  622. credit card (you receive checks from SoftLock) and to receive their unique
  623. 'unlocking' password.
  624.  
  625.  
  626.                    YOUR RIGHTS TO COPY AND USE THIS PROGRAM 
  627.  
  628. The compressed file containing EZB.EXE and related programs and files may
  629. be copied and distributed freely, posted on BBSs, listed in shareware catalogs
  630. and on CD ROM disks, as long as all files are included.  You may use the
  631. programs and their accompanying files to publish a non-commercial e-book,
  632. e-magazine or e-newsletter on a trial basis for 30 days.  After that time,
  633. discontinue use until you are a registered user.  See the registration form
  634. for information on obtaining a license for use of the program.
  635.  
  636.                                  DISCLAIMER 
  637.  
  638. The enclosed programs, files, information, directions, and telephone numbers
  639. are provided "as is" with no warranties whatsoever either expressed or implied,
  640. including without limitation, warranties of merchantability or fitness for a
  641. particular purpose or a particular hardware system.  The entire risk as to the
  642. quality and performance of the software and information rests with the user.
  643. The graphics and music programs are not Rexxcom Systems programs; they are
  644. supplied at no charge as a convenience.  As with all programs and files
  645. supplied by Rexxcom Systems, the entire risk as to the quality and performance
  646. of included software and information rests with the user.  Use of the software
  647. implies acceptance of this disclaimer.
  648.  
  649.  
  650.  
  651.  
  652.  
  653.                                                      
  654.                            Rexxcom Systems           
  655.                            The Displayware People    
  656.                            P.O. Box 111              
  657.                            Schooleys Mtn., NJ 07870  
  658.                                                      
  659.  
  660.                                                      
  661.                           CompuServe ID: 72656,2764   
  662.                           GEnie address: C.WIEDEMANN  
  663.                           The Internet:               
  664.                           72656.2764@compuserve.com   
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671.                                                       
  672.                                       -9-
  673.  
  674.  
  675.                        E-Z-BOOK REGISTRATION FORM
  676.  
  677.    Please register me as a user of E-Z-Book software and send:
  678.  
  679.    Quantity              Software                          Fee     Subtotal
  680.  
  681.    ________     REGISTERED E-Z-BOOK SOFTWARE PACKAGE      $19.95   ________
  682.  
  683.                 Includes over 10 DEB/DET sets for colored pages
  684.                 Plus more than 12 DEB/DET sets for e-book covers
  685.                 Plus more than 20 DEB/DET sets for newsletters
  686.                 Included: SOFTLOCK program & easy directions
  687.                 Included: ENCRYPT program & easy directions
  688.                 Included: LHA file compression program
  689.                 Included: EXE.EXE + GIFEXE graphics file makers
  690.                 Included: PICEM graphics file viewer
  691.                 Included: ZEE.EXE graphics file viewer
  692.                 Included: Programs which add text to graphics
  693.  
  694.        Registration includes a license to distribute E-Z-Book software
  695.        with NON-COMMERCIAL electronic publication(s) for 5 years
  696.  
  697.    ________     1st COMMERCIAL LICENSE (additional fee)    20.00   ________
  698.  
  699.        Commercial license permits distribution of E-Z-Book software
  700.        with 1 COMMERCIAL publication for a period of 2 years
  701.  
  702.    ________     Additional Commercial Licences (each)      10.00   ________
  703.  
  704.        For each additional e-book published by same registered user
  705.  
  706.    ________     AUTOFONT TITLER (Additional fee)           29.95   ________
  707.  
  708.        Makes colored titles & headings in jumbo & text-size fonts
  709.  
  710.        IF TOTAL EXCEEDS $50 SUBTRACT 10% VOLUME DISCOUNT           ________
  711.  
  712.    ________     Check here if you use 3.5" disks            (no extra charge)
  713.  
  714.                       Subtotal                                     ________
  715.                  
  716.                       Sales Tax (NJ Adresses)                      ________
  717.  
  718.                       Shipping & Handling                          ________
  719.                       ($4 U.S. and Canada, $10 elsewhere)
  720.                    
  721.                       Total Enclosed                               ________
  722.      
  723.               Name: ______________________________________
  724.  
  725.     Street Address: ______________________________________
  726.  
  727.   City, State, Zip: ______________________________________
  728.  
  729.            Country: ____________  Phone: _________________
  730.  
  731.                 Mail to: Rexxcom Systems
  732.                          P.O. Box 111
  733.                          Schooleys Mtn., NJ O787O
  734.  
  735. Payment must accompany order.  Orders to non-US locations must include a
  736. check drawn on a bank which has US offices.  Send cash by registered mail.
  737.  
  738.  
  739.  
  740.  
  741.  
  742.                         PHONE ORDERS (USA & Canada only) 
  743.  
  744.                (Phone order system will be in effect by May 1, 1995)
  745.  
  746. Rexxcom Systems has made an arrangement with SoftLock Services to accept tele-
  747. phone orders for E-Z-Book software and related products.  When you order by
  748. phone, your order is shipped as soon as possible.
  749.  
  750. To order any of these products just call 1-800 SoftLock (1-800-763-8562).  You
  751. will be asked for a Product Number, a SoftLockID*, a credit card number, and
  752. shipping information.  Be sure to have this information at hand when you call.
  753. The SuperPak is already marked down $10.00 for the SPECIAL DISCOUNT since the
  754. total product price is over $50.00.
  755.  
  756. *When ordering the password to unlock Ch.III of the sample e-book, you need
  757. SOFTLOCK.EXE plus YOUR OWN SoftLockID No. (To find your number press the hot
  758. key `P' while viewing the sample e-book.) You will receive SOFTLOCK.EXE FREE
  759. with registered E-Z-Book software.  For all other products enter 66283761 when
  760. asked for SoftLockID.  Prices include shipping and handling.  All software
  761. ordered by telephone is on 3.5" diskettes.  All orders are shipped as quickly
  762. as possible. 
  763.  
  764.  
  765.   Product            Product                          SoftLock      Price
  766.   Number              Name                              ID        w/shipping
  767.   ------   -------------------------------------     -----------   --------- 
  768.  
  769.   30041    E-Z-Book Password Demo                 (YOUR SoftLockID)   $ 1.50
  770.  
  771.   30042    Super-Pak: Registration + E-Z-Book Package  66283761       $63.90
  772.            + AutoFont Titler + Commercial License     
  773.            (Price Includes $10.00 discount)
  774.   
  775.   30043    Registration + E-Z-Book Package Only        66283761       $23.95
  776.                   
  777.   30044    AutoFont Titler Software Only               66283761       $33.95 
  778.                    
  779.   30045    Program Combo: E-Z-Book + Titler            66283761       $53.90
  780.            (Includes Non-commercial license only)
  781.   
  782.   30046    Commercial License (for registered users    66283761       $20.00
  783.            who did not purchase one previously)
  784.   
  785.   30047    2 Commercial Licenses (registered users)    66283761       $30.00
  786.   
  787.   30048    1 Additional Commercial License if you      66283761       $10.00
  788.            have one or more from previous orders
  789.   
  790.   30049    2 Additional Commercial Licenses            66283761       $20.00
  791.   
  792.  
  793. Note: You are dialing an automatic system and only one numbered product may be
  794. ordered with each phone call.  If you wish to order more than one product you
  795. may call right back to order the next item.  For each call, select one of the
  796. numbered products shown above.
  797.  
  798.