home *** CD-ROM | disk | FTP | other *** search
/ Dream 50 / Amiga_Dream_50.iso / BeOS / develop / Content.txt < prev    next >
Text File  |  1998-03-03  |  2KB  |  27 lines

  1. =====================
  2.          File: Content.zip
  3.        Author: Jin S Yu (yu.136@osu.edu) BeDev Id 6731
  4.       Release: 1.0 (3/3/1997)
  5. Compatibility: PR2
  6.      Location: contrib/develop
  7.   Description: BeBook Content outline and index, open NetPositive with the section
  8.         Notes: your BeBook files should be at their default location.  Otherwise you would have to modify Content.cnt.
  9. =====================
  10.  
  11. Installation:
  12. - copy the folder to anywhere you like
  13. - if your BeBook files are not are their default location, modify the second line of Content.cnt to the BeBook files path.
  14.  
  15. Usage:
  16. - Select an topic in the Topics outline or Index.
  17. - Click the "Go" button to have the html file open by NetPositive
  18. - You can also search for items in the Index the starts with something by typing it in the Search text field.
  19.  
  20. New in this version:
  21. - Added the anchors of each file to the outline when NetPositive is corrected to handle them in a url.  For example file:///boot/beos/documentation/Be%20Book/app/Clipboard.html#Data() should open the file "Clipboard.html" and then scoll to then anchor "Data()".  NetPositive currently doesn't handle anchors correctly.  This feature will work much better when Net+ handle anchors correctly, but it's still a good way to quickly find out what's in a class.
  22. - Have an app that can generate the .cnt file from a folder of html files.  This is currently a command line tool; create_cnt <pathname> > outputfile.  It will scan the folder/subfolders and output to standard output.  You can redirect output to have it save to a file.  The output file still require some editing before it will work.  See Content.cnt for example of a file in the correct format.
  23.  
  24. Things to come:
  25. - Have an option to open the url in an existing NetPositive window instead of open a new window every time.  (I don't know how to ask NetPositive to do that yet.  Anyone have some sample code?)
  26. - Index and provide a way to search the content of each html file included in the .cnt file.  Will be smart enough to ignore the html tags.
  27. - Any good ideas I come up with or suggested by someone else.