Compare commits
2 Commits
d6c61bcd8a
...
4b438bc70d
| Author | SHA1 | Date | |
|---|---|---|---|
| 4b438bc70d | |||
| e4fc8889ce |
7
README
Normal file
7
README
Normal 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.
|
||||||
@@ -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))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user