Compare commits

...

2 Commits

Author SHA1 Message Date
4b438bc70d aid people that might inevitably get confused if they poke around my node 2025-09-09 13:35:51 -07:00
e4fc8889ce add a readme 2025-09-09 13:35:04 -07:00
2 changed files with 8 additions and 0 deletions

7
README Normal file
View File

@@ -0,0 +1,7 @@
this is supposed to eventually become some way for me to write gemlog
entries using packet radio. if I get a VPS to host my own gemini
server on i might consider adapting this to become a multi user
thing. we'll see.
right now its mostly just a BPQ interface to ed, the standard text
editor.

View File

@@ -14,6 +14,7 @@
;; they are an authorized user. ;; they are an authorized user.
(when (not (directory-exists? call)) (when (not (directory-exists? call))
(displayln "sorry, but you are not an authorized user of the PALPS system") (displayln "sorry, but you are not an authorized user of the PALPS system")
(displayln "visit https://gitea.farpn.net/w6vvn/palps for an explanation")
(flush-output) (flush-output)
(exit)) (exit))