Initial Commit

This commit is contained in:
Chuck Hawley
2017-12-11 09:57:36 -05:00
parent 40cf17f307
commit a73fbaa13f
146 changed files with 684 additions and 1 deletions

3
.elinks/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
cookies
globhist
gotohist

2
.elinks/bookmarks Normal file
View File

@@ -0,0 +1,2 @@
Castlerock Notebook http://castlerock.planethawleywood.com/~chuck/notebook/ 0
Auto saved session 0 F

59
.elinks/elinks.conf Normal file
View File

@@ -0,0 +1,59 @@
## ELinks configuration file
## See elinks.conf(5) and the output of "elinks -config-dump" for a list
## of all the supported options, their possible values and the defaults.
## protocol.http.user_agent <str>
# Change the User Agent ID. That means identification string, which
# is sent to HTTP server when a document is requested. The 'textmode'
# token in the first field is our silent attempt to establish this as
# a standard for new textmode user agents, so that the webmasters can
# have just a single uniform test for these if they are ie. pushing
# some lite version to them automagically.
# 0.12~pre6-4ubuntu1 in the string means ELinks version
# %s in the string means system identification
# %t in the string means size of the terminal
# %b in the string means number of bars displayed by ELinks
# Use " " if you don't want any User-Agent header to be sent at all.
set protocol.http.user_agent = "ELinks/0.12~pre6-4ubuntu1 (textmode; Ubuntu; %s; %t-%b)"
set document.browse.links.numbering = 1
bind "main" "g" = "move-document-start"
bind "main" "G" = "move-document-end"
bind "main" "J" = "history-move-back"
bind "main" "K" = "history-move-forward"
bind "main" "O" = "options-manager"
bind "main" "Tab" = "move-link-next"
bind "main" "h" = "move-link-left"
bind "main" "j" = "move-link-down"
bind "main" "k" = "move-link-up"
bind "main" "l" = "move-link-right"
bind "main" "o" = "goto-url"
bind "main" "b" = "add-bookmark"
bind "main" "B" = "bookmark-manager"
bind "main" "f" = "find-next"
bind "main" "F" = "find-next-back"
set document.browse.accesskey.display = 1
set document.browse.accesskey.priority = 2
set document.browse.forms.auto_submit = 1
set document.browse.forms.confirm_submit = 0
set document.browse.forms.insert_mode = 0
set document.browse.links.numbering = 1
set document.browse.links.use_tabindex = 1
set document.colors.use_document_colors = 2
set terminal.xterm-256color.colors = 3
set ui.colors.color.mainmenu.selected.background = "yellow"
set ui.colors.color.menu.hotkey.selected.background = "yellow"
set ui.colors.color.menu.selected.background = "yellow"
set ui.colors.color.tabs.loading.background = "red"
set ui.colors.color.tabs.normal.background = "white"
set ui.colors.color.tabs.selected.background = "yellow"
set ui.colors.color.tabs.unvisited.background = "white"
set ui.dialogs.underline_button_shortcuts = 1
set ui.language = "System"
set ui.sessions.auto_save = 1
set ui.sessions.homepage = ""
set ui.show_title_bar = 0
set ui.startup_goto_dialog = 1
set ui.tabs.top = 1