You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We anticipate a command line tool that can usefully browse the wiki federation. To this end we will create Java mechanisms that duplicate in the simplest way possible the current single page application. This will demonstrate that our collaborative hypertext is not irrevocably dependent on javascript or the browser.
We begin with four parts, three modeling the dynamic text and the fourth operating the model under user keyboard control.
The Lineup represents an ordered list of pages that grows and shrinks and where earlier pages provide context as new pages are added to the end.
Each Page represents an ordered list of items and sufficient history to resolve links to other pages in the federation.
Each Item represents a paragraph or paragraph-like component of the page. We will accept that the types of items that we can reproduce may be limited. Nearly all include plain text that would be meaningful in isolation.
The Browse will show the text of the current item of the current page and then accept commands to follow links in an item or to otherwise navigate to other items or pages in the lineup.
The text was updated successfully, but these errors were encountered:
We anticipate a command line tool that can usefully browse the wiki federation. To this end we will create Java mechanisms that duplicate in the simplest way possible the current single page application. This will demonstrate that our collaborative hypertext is not irrevocably dependent on javascript or the browser.
We begin with four parts, three modeling the dynamic text and the fourth operating the model under user keyboard control.
The
Lineup
represents an ordered list of pages that grows and shrinks and where earlier pages provide context as new pages are added to the end.Each
Page
represents an ordered list of items and sufficient history to resolve links to other pages in the federation.Each
Item
represents a paragraph or paragraph-like component of the page. We will accept that the types of items that we can reproduce may be limited. Nearly all include plain text that would be meaningful in isolation.The
Browse
will show the text of the current item of the current page and then accept commands to follow links in an item or to otherwise navigate to other items or pages in the lineup.The text was updated successfully, but these errors were encountered: