home *** CD-ROM | disk | FTP | other *** search
DeScribe Document | 1996-01-09 | 14.5 KB | 101 lines |
- DeScribe Copyright DeScribe, Inc., 1988, 1989
- Letter (8.5 x 11 inches)
- Env28
- Env29
- En-IBM4071
- IBM4070I
- IBM42XX
- IBM 4070 IJ
- IBM 4070 IJ
- IBM4070I
- Letter (8*5 x 11 inches)
- Letter (8*5 x 11 inches)
- Info 1
- Info 2
- Info 3
- Info 4
- Document
- Helvetica
- StickyNote
- Helvetica
- portional
- Bulleted List
- Numbered List
- .Hanging indent
- 1/2 inch over
- 1 inch over
- Indented
- paras
- Center
- Helvetica
- Centerandbold
- Helvetica
- ! This DeScribe macro looks at a Web Explorer Quicklist, in the form of:
- ! quicklist= somepage title
- ! url://some.name.domain.etc/~more/more/more
- ! where url could be http or gopher or telnet or whatever
- ! at the end of the macro the list now has the form
- ! xxx <A href="url://some.name.domain.etc/~more/more/more">somepage title</A><br>
- ! xxx is a numeric place holder. After you are done with the macro, you can use the
- ! place holder to put category codes or something that is significant to you.
- ! DeScribe Utility Sort feature can then be used to sort these links in the sequence
- ! you set up in the place holder.
- ! WARNING WARNING WARNING DO NOT USE THIS Macro on the explore.ini file!
- ! Extract the quicklist from the explore.ini first, and save it to a scratch file, then run
- ! this macro
- ! This macro saves the result as: myhomepage.html inwhatver
- ! directory you are in.
- VAR sno
- MACRO DeScribeMacro
- SET sno TO 100
- PUT "<HTML> <TITLE> Your Title Goes Here </TITLE>"
- REPEAT
- SearchClear
- SET SearchSearch1 TO "quicklist="
- SearchForward
- IF EndOfFrame THEN
- PUT "</HTML>"
- SaveAsAsciiFile "myhomepage.html"
- EXIT
- END IF
- DeleteText
- DefineToParagraphEnd
- CutToClipboard
- PUT sno
- SET sno TO sno + 1
- PUT " <A HREF="""
- ParagraphDown
- CursorLeft
- PUT """>"
- PasteFromClipboard
- CursorEndLine
- ParagraphDown
- CursorLeft
- PUT "</A><br>"
- DeleteText
- END REPEAT
- END MACRO
- DeScribe Glossary
- Create date
- Create time
- Document name
- File name
- Pages
- Pages (Alphabetic lower case)
- Pages (Alphabetic upper case)
- Pages (Roman lower case)
- Pages (Roman upper case)
- Print date
- Print time
- Revisions
- Save date
- Save time
- December 22, 1995
- 5:29 P.M.
- htmlhttppage
- D:\ourprogs\DeScribe\Macros\htmlhttppage
- January 9, 1996
- 7:48 P.M.
- January 9, 1996
- 7:57 P.M.
-