BottomFeeder Home Page

 

The TwoFlower Internet Browser
A BottomFeeder Plugin
-- User's Guide --

February 5, 2003

 

BottomFeeder on SourceForge Cincom Smalltalk Home Page
© 2003, Richard A. Demers Contents

 


Contents



 ¦– Introduction
 ¦– User Interface
 ¦   ¦– Main Window
 ¦   ¦   ¦– Controls
 ¦   ¦   ¦– Main Menu
 ¦   ¦   ¦   ¦– File Menu
 ¦   ¦   ¦   ¦– Navigation Menu
 ¦   ¦   ¦   ¦– Bookmarks Menu
 ¦   ¦   ¦   ¦– View Menu
 ¦   ¦   ¦   ¦– Help Menu
 ¦   ¦   ¦– Toolbar
 ¦ Credits

 


Introduction


TwoFlower is an Internet Browser designed to be used with VisualWorks Smalltalk programs; in this case as a plugin to the BottomFeeder Internet Console.

This User's Guide is written for general users of the Internet. It will help you learn how to use TwoFlower. It is also a reference manual for all of TwoFlower's features.

But first, why would you want to use the TwoFlower plugin? Doesn't your computer already have an Internet Browser, such as Windows Internet Explorer or Netscape? And doesn't BottomFeeder already launch these browsers on the feed items you select?

The technical answer is that TwoFlower, running on the same VisualWorks virtual machine as BottomFeeder, requires very little memory or other system resources. The practical answer is that this enables it to keep many web pages open, each under its own tab. It is just like having multiple Internet Browser windows open; you can switch from one to the other just by clicking a tab.

To start TwoFlower, select Plugins / TwoFlower in the BottomFeeder main menu.

Contents


User Interface


Main Window

Contents


Window Controls

When you right-click text that you have selected in a tab page, the following pop-up menu is presented:
Copy text Copy the selected text. BottomFeeder copies the text into the clipboard. At a later time, you can paste it into other documents from the clipboard.

When you right-click a link in a tab page, the following pop-up menu is presented:
Copy link Copy the selected link. BottomFeeder copies the link into the clipboard. At a later time, you can paste it from the clipboard into other documents or into the address input area of a browser.
Open in new tab Open the selected link in a new tab of the Display Pane. BottomFeeder creates a new tab, retrieves the linked page, and opens the page in the tab.

Contents


Main Menu


File Menu
Open File... Ctrl+O Open a file in the Display Pane. TwoFlower presents the Open dialog window so you can name or identify the file to be opened. The file currently displayed in the Display Pane is replaced by the opened file.
Print Ctrl+P Print the contents of the currently active Display Pane. TwoFlower presents the Print dialog window so you can specify printing controls.
Exit Ctrl+Q Exit the TwoFlower program. TwoFlower closes its window.

Contents


Navigation Menu
Back... Alt+LEFT Display the file that preceeded the currently displayed file. TwoFlower presents the requested file in the Display Pane.
Forward Alt+RIGHT Display the last file requested from the currently displayed file. TwoFlower presents the requested file in the Display Pane.
Reload Ctrl+R Reload the currently displayed file from its source website. TwoFlower reloads the current file in the Display Pane. .
Stop loading Ctrl+Q Stop loading the file last requested. TwoFlower presents the last file displayed in the Display Pane.

Contents


Bookmarks Menu
Import bookmarks... Import bookmarks from another browser program. TwoFlower presents the Open dialog window so you can name or identify the file containing the bookmarks.
NOTE: Only Netscape bookmark files can be imported at this time.

Bookmark names TwoFlower presents the names of bookmarks as menu items. When a bookmark is selected, TwoFlower loads the file identified by the URL associated with the bookmark, and displays it in the Display Pane.

Contents


View Menu
Create new tab Create a new tab in the Display Pane. TwoFlower creates an empty tab in which you can open a file.
Close active tab Close the currently active tab. TwoFlower removes the tab.

Contents


Help Menu
About TwoFlower opens a file of information about itself in the Display Pane.

Contents


Toolbar

The Main Toolbar is located below the Main Menu. It provides single-click execution of a number of frequently used TwoFlower tools. All of these tools are also available through the Main Menu. Toolbar icons are enabled only when they can be validly used.

Tool IconAction
Go back
Go forward
Reload
Stop loading

Contents


Credits


Cincom VisualWorks Smalltalk is a super-productive and elegant programming language, environment and tool set for rapidly developing software. Smalltalk makes it possible for small teams to quickly explore new ideas and build high quality open-source products like BottomFeeder and TwoFlower.

Contents


The End