From 28b3805ba7d0f480468e6615d2a407ae7d7d033f Mon Sep 17 00:00:00 2001 From: Samuel Hunter Date: Wed, 24 Mar 2021 10:46:54 -0700 Subject: [PATCH] README.md: update project destiny --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index beb6fef..f825336 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ A library for communication to servers through the Gemini protocol. +**NOTE:** gemini-request (and the main project +[retrorocket](https://sr.ht/~shunter/retrorocket/)) has been defunct +since November 29, 2020 (Gemini v0.14.3). This project was not meant +to be a serious, maintained library, but rather to help in developing +Retrorocket to see if the UI toolkit McCLIM is a good match for me. + --- Project Gemini is a semi-recent internet protocol project that @@ -56,7 +62,7 @@ Gemini is a new internet protocol which: ;; You can use puri:uri objects as well. -* (gemini-request (make-instance 'puri:uri +* (gemini-request (make-instance 'puri:uri :host "example.com" :path "about")) @@ -78,7 +84,7 @@ Goodbye. ;; You can configure your proxy: * (gemini-request "//example.com" :proxy "proxy.example.com") -* (gemini-request "//example.com" +* (gemini-request "//example.com" :proxy '("proxy-example.com" 8000)) * (let ((*gemini-default-proxy* "proxy-example.com")) (gemini-request "//example.com")) -- 2.45.2