Commit Graph

12 Commits

Author SHA1 Message Date
9bd8d14ff4 Merge pull request 'Updated install file to say that connex.pl is executable' (#2) from uris into develop
Reviewed-on: #2
2024-06-25 00:28:02 +00:00
c4963505dd Updated install file to say that connex.pl is executable 2024-06-25 00:26:22 +00:00
0419abd3b0 Merge pull request 'many changes from Alpha' (#1) from uris into develop
Reviewed-on: #1
2024-06-25 00:21:34 +00:00
2a7f8e1ba2 Made connex.pl runnable is all. 2024-06-25 00:17:33 +00:00
745ac8605a Added Go Home functionality, revised the status bar to give request status, and moved the current url to be reported in the window (tab) title. 2024-03-28 16:27:07 +00:00
aa985bdddf updated code to first decent complete version, build module files.
Probably want to redo all of this?
2024-03-24 22:02:01 +00:00
7de73ed088 A lot of updates. 2024-03-15 02:30:33 -04:00
a7acb6501e Added ability to invoke with a starting nex url from command line.
Added rudimentary About page
Added rudimentary Help page
2024-03-06 14:57:09 -05:00
e957438be6 Lots of updates, updated internals to use nex:// urls for navigation and history and links. Fixed history and go back, mostly. Added
code to modify links in read index pages only to add "[>#]" to identify link number. Recorded all links on a page in an array and
used URI to handle relative links including "../index" type links (I hope, there were none to test).
Added UI to navigate by link #s I made, went with kludgy dialog box. Had the idea to use > and < for navigation to copy the '[>#]' format I added to index page link lines, which works not bad. Added some help to status bar, other stuff.

What needs to get added is some 'branding' (program name, about dialog) and a help dialog and to reorganize the menu so it's not crazy.

Also could remove some of the status dialogs.
2024-03-06 04:09:19 -05:00
2dec7bf629 Fixed add_history to fix history (so it doesn't contain the link you are about to navigate to).
Updated README just slightly.
2024-03-05 02:10:53 -05:00
28a86d9a5b initial commit of this alpha project 2024-03-04 20:56:21 -05:00
87f5e6cc2d Initial commit 2024-03-04 18:28:57 +00:00