home *** CD-ROM | disk | FTP | other *** search
/ Internet File Formats / InternetFileFormatsCD.bin / text / html / windows / ppd / phome.ppd < prev    next >
Encoding:
Text File  |  1995-01-31  |  7.6 KB  |  232 lines

  1. begin comment
  2.   Last Revision: 1/31/95
  3.   This PPD script (PHOME.PPD) will assist you in developing a simple,
  4.   personal home page for the World Wide Web.
  5. end/
  6.  
  7. defaultusername=PPD User
  8. defaultuseremail=user@ppd.org
  9. defaultusereditor=c:\utils\qedit.exe
  10. defaultpagetitle=Personal Page Designer Home Page
  11.  
  12. screenclear=
  13. centerline=Welome to the Personal Page Designer (Ver 1.0)
  14. begin display
  15.   The Personal Page Designer will help you design a personal {World Wide Web}
  16.   page without the difficulty of programming in the HTML or HTML+ languages.
  17.   You will be asked a series of questions and your replies will be the basis
  18.   upon which your home page is constructed.
  19.  
  20.   {PPD} will {automatically} create an HTM page named {HOMEPAGE.HTM} for you.  You
  21.   can then use this page on the Internet or as your own home page when running
  22.   your favorite WWW browser.  {If a file by the name of HOMEPAGE.HTM already
  23.   exists in this directory it will be overwritten.}
  24.  
  25.   You will need to use your favorite MSDOS text editor to create portions of
  26.   your home page.  {PPD} will handle this for you if you {specify where your
  27.   editor is located}.  For example, if your MSDOS editor is located in the
  28.   directory "C:\UTILS" and is named "QEDIT.EXE",  you should specify your
  29.   editor as {"C:\UTILS\QEDIT.EXE"} (without the quotation marks). The editor
  30.   should also be able to be loaded with a filename as an argument.
  31.  
  32. end/
  33. screencolor=white
  34. input=Press [RETURN] to continue:
  35. screencolor=lightgray
  36.  
  37. screenclear=
  38. centerline=Checking Your Editor
  39. blankline=
  40. begin display
  41.   OK, let's give your editor a try.
  42.  
  43.   At the next prompt enter the full path and name of your text editor.
  44.   {PPD} will then try to open your editor with the filename "TEST.INC".
  45.  
  46.   Remember to enter the full path and filename, like:
  47.  
  48.                            {C:\UTILS\MYEDITOR.EXE}
  49.  
  50.   If your editor happens to be {C:\UTILS\QEDIT.EXE} than all you need to do
  51.   is press [RETURN] at the next prompt; otherwise you will need to specify
  52.   your own editor's path and filename.
  53.  
  54.   Here we go . . .
  55.  
  56. end/
  57.  
  58. blankline=
  59. screencolor=white
  60. usereditor=
  61. screencolor=lightgray
  62. edit=test.inc
  63.  
  64. screenclear=
  65. centerline=Did Your Editor Load?
  66. begin display
  67.   If everything worked OK you should have seen your text editor with the
  68.   filename {"TEST.INC"} as the file being edited.  If that is what happened
  69.   you are on your way and you should answer {"Y"} to the next prompt.
  70.  
  71.   If your text editor did not appear than you should press {"A"} at the next
  72.   prompt to cancel {PPD} operations until you can locate your text editor and
  73.   get it to run properly.  The most likely problem is that you did not specify
  74.   the correct path and name of your text editor.
  75.  
  76.   Once you locate your editor, try {PPD} again.
  77.  
  78. end/
  79. blankline=
  80. screencolor=white
  81. confirm=Press "Y" to continue, "N" or "A" to cancel the program ?
  82. screencolor=lightgray
  83.  
  84. forcefile=HOMEPAGE.HTM
  85.  
  86. screenclear=
  87. centerline=Your Personal Information
  88. blankline=
  89. begin display
  90.   We will begin by gathering some personal information about you.
  91.  
  92.   First you will need a {title} for your home page.  Try to keep it short
  93.   and snappy so that browsers can remember it.
  94.  
  95.   Your {name} will be used to identify you as the {Web Master} -- the owner
  96.   and operator of your home page, while your {E-Mail} address will be used
  97.   to allow others to contact you if you choose to put your home page on the
  98.   Internet or elsewhere.
  99.  
  100. end/
  101.  
  102. blankline=
  103. screencolor=white
  104. inputusername=
  105. inputuseremail=
  106. pagetitle=
  107. screencolor=lightgray
  108.  
  109. writelinetofile=<html>
  110. writelinetofile=<head><title>Personal Page Designer</title></head>
  111. writelinetofile=<body><h1><img align=bottom src="home.gif"></a>
  112. writelinetofile= [pagetitle$]</h1>
  113. writelinetofile=<hr>
  114. writelinetofile=<i>Your Web Master is [USERNAME$] - [USEREMAIL$]</i><br>
  115. writelinetofile=<hr>
  116.  
  117. screenclear=
  118. centerline=About Your Home Page
  119. blankline=
  120. begin display
  121.   You can now tell your users about your home page.  It's a good idea to keep
  122.   this section {short and interesting}.  Ten to fifteen lines would be best.
  123.   {PPD} will let you use your text editor to create this section in a file named
  124.   {"ABOUT.INC"}.  When you have finished your home page you can always run {PPD}
  125.   again to make changes.  As long as you do not delete the file {"ABOUT.INC"} it
  126.   will be available the next time you run {PPD}.
  127.  
  128.   Here are a few tips on creating {special effects}:
  129.  
  130.   If you want to highlight a word or phrase, begin the sequence with a {<b>} and
  131.   end it with a {</b>}.  If you want to seperate lines or paragraphs in your text
  132.   just enter a blank line with your text editor.  {PPD} will notice this and make
  133.   the necessary conversion.
  134.  
  135. end/
  136. blankline=
  137. screencolor=white
  138. input=When you are ready to begin just hit [RETURN]
  139. screencolor=lightgray
  140. edit=about.inc
  141. writelinetofile=<h3><img align=middle src="notice.gif"></a>
  142. writelinetofile= About this page . . .</h3>
  143. readfile=about.inc
  144. writelinetofile=<hr>
  145.  
  146. screenclear=
  147. centerline=What's New
  148. blankline=
  149. begin display
  150.   Now you can tell the user what is new on your home page.  You will use the
  151.   editor just like you did in the last section.
  152.  
  153.   Try to keep this section short and interesting also.
  154.  
  155.   Your creation will be kept in the file {WHATSNEW.INC} is this directory in
  156.   case you want to change it later.
  157.  
  158. end/
  159. blankline=
  160. screencolor=white
  161. input=When you are ready to begin just hit [RETURN]
  162. screencolor=lightgray
  163. edit=whatsnew.inc
  164. writelinetofile=<h3><img align=middle src="newsicon.gif"></a>
  165. writelinetofile= What's new . . .</h3>
  166. readfile=whatsnew.inc
  167. writelinetofile=<hr>
  168.  
  169.  
  170. screenclear=
  171. centerline=Other Web Hot Spots
  172. blankline=
  173. begin display
  174.   Now you will be able to offer your browsers a few interesting places to visit
  175.   on the World Wide Web.
  176.  
  177.   We have provided a file named {PLACES.INC} which contains a few of the more
  178.   interesting spots to visit.  This file is in the form of URLs -- addresses
  179.   your browsers can click to be sent off to that page.
  180.  
  181.   You can add or delete lines from this file if you wish, just make sure you
  182.   know how to properly construct a URL before you add or change any lines.
  183.   If you are unsure, just save the file and the default URLs will be added to
  184.   your home page.
  185.  
  186. end/
  187.  
  188. blankline=
  189. screencolor=white
  190. input=When you are ready to begin just hit [RETURN]
  191. screencolor=lightgray
  192. edit=places.inc
  193. writelinetofile=<h3>Other Web Hot Spots . . .</h3>
  194. readfile=places.inc
  195.  
  196.  
  197.  
  198. writelinetofile=<hr>
  199. writelinetofile=Page designed by: [USEREMAIL$] with the help of
  200. writelinetofile=Personal Page Designer.
  201. writelntofile</body></html>
  202.  
  203. screenclear=
  204. centerline=You've Done It!
  205. blankline=
  206. begin display
  207.    Ok, your home page is now complete.  You should move the file {HOMEPAGE.HTM}
  208.    to the default directory for your Web browser to view it.  You may also want
  209.    to use this new home page on the Internet.  To do so, you should upload this
  210.    page to your service provider and rename it to {HOMEPAGE.HTML}.
  211.  
  212.    We hope you found using {Personal Page Designer} simple and fun.  If you are
  213.    interested in other scripts for use with {PPD}, or you would like to learn
  214.    more about {PPD} and its scripting capabilities, please contact us at:
  215.  
  216. {                              Satore Township
  217.                               P.O. Box 750836
  218.                           Petaluma, CA 94975-0836
  219.  
  220.    Our Web Page -> ftp://ftp.crl.com/ftp/users/ro/mikekell/html/satore.htm
  221.             Our FTP Site -> ftp.crl.com/ftp/users/ro/mikekell/ftp}
  222.  
  223.  
  224.  
  225. end/
  226. input=Press [RETURN] to return to your operating system:
  227. screencolor=lightgray
  228. screenclear=
  229. endfile=
  230.  
  231.  
  232.