Burrow is a GUI browser for gopherspace.
Go to file
sloumdrone 572c87f91c Resolving working tree issues from upstream 2018-10-29 19:36:19 -07:00
images Resolving working tree issues from upstream 2018-10-29 19:36:19 -07:00
.gitignore Initial commit of mostly working basic browser 2018-10-14 20:42:17 -07:00
README.md Update README.md 2018-10-14 22:34:06 -07:00
btn_back.png Initial commit of mostly working basic browser 2018-10-14 20:42:17 -07:00
btn_forward.png Initial commit of mostly working basic browser 2018-10-14 20:42:17 -07:00
btn_home.png Initial commit of mostly working basic browser 2018-10-14 20:42:17 -07:00
btn_menu.png Initial commit of mostly working basic browser 2018-10-14 20:42:17 -07:00
btn_refresh.png Initial commit of mostly working basic browser 2018-10-14 20:42:17 -07:00
conn.py Added scroll bars and some parts of a last viewed tracking system for on close retrieval 2018-10-19 17:41:37 -07:00
digger.py Added scroll bars and some parts of a last viewed tracking system for on close retrieval 2018-10-19 17:41:37 -07:00
go.config.json Added scroll bars and some parts of a last viewed tracking system for on close retrieval 2018-10-19 17:41:37 -07:00
home.gopher Created home page 2018-10-15 21:11:24 -07:00

README.md

Digger

A client/browser that accesses gopherspace. It is under current early stage development.

Digger browser

Gopher

Gopher is a communications protocol that, in the early 90s, competed (briefly) with what became the world wide web. Gopher serves up files and text based menus. As such, it is much lighter weight than HTML documents and the like served over http. Due to its text based nature it also has the benefit of being reliable in its visual output and style, and for being relatively accessible.

Digger

The following is a list of current and future Digger features:

  • Tk based GUI
    • Back button, move backwards in session history
    • Forward button, move forward in session history
    • Refresh button, will be replaced by a favorite button (non-functional)
    • Home, shows favorites and is a start page (non-functinoal)
    • An address bar, on ENTER submits a request for a gopher page
    • Settings button (non-functional)
    • A display area for the requested information
    • Scroll bar, scrolling works, but no bar is present (non-functional)
    • A status bar to display various information
  • Links to menus and files
    • On hover, link destination shows in status bar
    • On hover, link is underlined
    • Links are colored differently from regular text (configurable)
    • Link type appears next to link in noticeable coloring (configurable)
    • On primary click, destination is loaded and new location replaces old location in address bar
    • On primary click, link background changes to visually confirm click (configurable)
    • Cursor is a pointer over links, while regular text is an I-beam cursor.
  • Menus Pages and files
    • Menus display correctly and quickly
    • Text files display correctly and quickly
    • Images files (non-functional)
    • Sound files (non-functional)
    • Binary files (non-functional)
    • HTML files, will open in default browser (non-functional)
    • Interactive pages/search (non-functional)
  • History
    • Session based history for backward and forward navigation
    • Persistent favorites (non-functional)
    • Suggestions on URL entry based on persistent history (non-functional)
  • Application settings and menus
    • Settings menu (non-functional)
      • Color themes
      • Icon themes
      • History settings
      • Files/download settings
    • Secondary click context menus for text manipulation & file saving (non-functional)
    • Page saving for offline viewing (non-functional)
    • Hotkey to view raw page source for menus (non-functional)
  • Errors
    • Error warnings to user (non-functional)
    • Error page on bad/malformed request (non-functional)
    • Error display for type 3 server response (non-functional)

Installation

Digger requires python3 to be installed on the system prior to running. # can be prefixed with python3 # but not required if you have python3 installed /path/to/digger.py On some linux distributions an additional package for tkinter may be required. If you get a console error complaining about tkinter try the following (or equivalent for your package manager): sudo apt-get python3-tk Once up an running you should be good to go.

Distribution

Digger's primary system target is linux. Once a version 1.0 is reached the plan is to distribute primarily through Snapcraft packages.

Some version of windows executable may come along as well, depending on configurability of build tools (py2exe, freeze, etc) for windows executables and time.

Contribute

To contribute, please branch off of develop and then submit a pull request into develop with any changes. As the project grows I will likely add wiki, issues, etc as the need arises and more people get involved.