diff options
author | epoch <epoch@enzo.thebackupbox.net> | 2020-12-23 18:23:59 -0600 |
---|---|---|
committer | epoch <epoch@enzo.thebackupbox.net> | 2020-12-23 18:23:59 -0600 |
commit | 28d270f93f42ea35964328542c13fc22166efece (patch) | |
tree | 6c829c8ee659441dbfa837bab1efc499e0255c9c /urnstart | |
parent | 1b813d6851c34238e0e2cddc95f2e5f2375a5367 (diff) | |
download | uritools-28d270f93f42ea35964328542c13fc22166efece.tar.gz uritools-28d270f93f42ea35964328542c13fc22166efece.zip |
added urn start to Makefile and use my own rfc site over gopher for urn:ietf:rfc resolution now
Diffstat (limited to 'urnstart')
-rwxr-xr-x | urnstart | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -20,6 +20,10 @@ fi if [ "$nid" = "ietf" ];then if [ "$nss" = "rfc" ];then - uristart "https://tools.ietf.org/html/rfc""${nss2}" + uristart gopher://thebackupbox.net:70/0/rfc/rfc${nss2}.txt fi fi + +if [ "$nid" = "xkcd" ];then + uristart "https://xkcd.com/${nss}" +fi |