home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 February / PCO2_97.ISO / filesbbs / os2 / descmacs.arj / HTMLHTTP (.txt) < prev    next >
Encoding:
DeScribe Document  |  1996-01-09  |  14.5 KB  |  101 lines

  1. DeScribe  Copyright DeScribe, Inc., 1988, 1989
  2. Letter (8.5 x 11 inches)
  3. Env28
  4. Env29
  5. En-IBM4071
  6. IBM4070I
  7. IBM42XX
  8. IBM 4070 IJ
  9. IBM 4070 IJ
  10. IBM4070I
  11. Letter (8*5 x 11 inches)
  12. Letter (8*5 x 11 inches)
  13. Info 1
  14. Info 2
  15. Info 3
  16. Info 4
  17. Document
  18. Helvetica
  19. StickyNote
  20. Helvetica
  21. portional
  22. Bulleted List
  23. Numbered List
  24. .Hanging indent
  25. 1/2 inch over
  26. 1 inch over
  27. Indented
  28. paras
  29. Center
  30. Helvetica
  31. Centerandbold
  32. Helvetica
  33. ! This DeScribe macro looks at a Web Explorer Quicklist, in the form of:
  34. !  quicklist= somepage title
  35. !  url://some.name.domain.etc/~more/more/more
  36. ! where url could be http or gopher or telnet or whatever
  37. ! at the end of the macro the list now has the form
  38. ! xxx <A href="url://some.name.domain.etc/~more/more/more">somepage title</A><br>
  39. ! xxx is a numeric place holder.  After you are done with the macro, you can use the
  40. ! place holder to put category codes or something that is significant to you.
  41. !  DeScribe Utility Sort feature can then be used to sort these links in the sequence
  42. !  you set up in the place holder.
  43. !  WARNING WARNING WARNING  DO NOT USE THIS Macro on the explore.ini file!
  44. !  Extract the quicklist from the explore.ini first, and save it to a scratch file, then run 
  45. !  this macro
  46. ! This macro saves the result as:  myhomepage.html inwhatver 
  47. !    directory you are in.
  48.      VAR sno
  49. MACRO DeScribeMacro
  50.      SET sno TO 100
  51.      PUT "<HTML> <TITLE> Your Title Goes Here </TITLE>"
  52.      REPEAT
  53.     SearchClear
  54.     SET SearchSearch1 TO "quicklist="
  55.     SearchForward
  56.     IF EndOfFrame THEN
  57.      PUT "</HTML>"
  58.      SaveAsAsciiFile "myhomepage.html"
  59.     EXIT
  60.     END IF
  61.     DeleteText
  62.     DefineToParagraphEnd
  63.     CutToClipboard
  64.     PUT sno
  65.     SET sno TO sno + 1
  66.     PUT " <A HREF="""
  67.     ParagraphDown
  68.     CursorLeft
  69.     PUT """>"
  70.     PasteFromClipboard
  71.     CursorEndLine
  72.     ParagraphDown
  73.     CursorLeft
  74.     PUT "</A><br>"
  75.     DeleteText
  76.     END REPEAT
  77. END MACRO
  78. DeScribe Glossary
  79. Create date
  80. Create time
  81. Document name
  82. File name
  83. Pages
  84. Pages (Alphabetic lower case)
  85. Pages (Alphabetic upper case)
  86. Pages (Roman lower case)
  87. Pages (Roman upper case)
  88. Print date
  89. Print time
  90. Revisions
  91. Save date
  92. Save time
  93. December 22, 1995
  94. 5:29 P.M.
  95. htmlhttppage
  96. D:\ourprogs\DeScribe\Macros\htmlhttppage
  97. January 9, 1996
  98. 7:48 P.M.
  99. January 9, 1996
  100. 7:57 P.M.
  101.