delete geminex.gmi

I'm not actually sure why this file remained in the repository root
for so long...
This commit is contained in:
Eric S. Londres 2022-11-27 21:52:30 -05:00
parent 165765510b
commit e4d183ee53
Signed by: slondr
GPG Key ID: A2D25B4D5CB970E4
1 changed files with 0 additions and 25 deletions

View File

@ -1,25 +0,0 @@
a gemini server from the proton to the supercluster
I'm implementing a Gemini server that's trivial to start using with reasonable defaults, scales to however big you want it to, and allows for high levels of customization.
The goal of Geminex isn't to be "the Nginx of Gemini" or "the http.server of Gemini". The goal of Geminex is to be both of those at once. In other words, serving up your current working directory on port 1965 is as easy as
```
$ geminex start
```
On the other hand, advanced configuration is possible using command-line options or a TOML file. Setting geminex up as a system daemon is braindead easy (it's built into the release system!). Deploying geminex to multiple physical servers with internal load balancing is possible. (Getting all of those nodes to agree to serve files from the same directory is currently not easy.) Turing-complete configuration methods are planned.
### Geminex is in an early stage of development.
It's capable of serving most simple requests and supporting a small amount of user configuration. I'm able to make requests to it using real clients and get proper responses, most of the time. However, many features remain unimplemented. Unless you're interested in helping out with development, you probably don't want to use it just yet.
### This is not the homepage of Geminex.
Development happens on Sourcehut.
=> https://sr.ht/~slondr/geminex/ Project home
=> https://git.sr.ht/~slondr/geminex Source code
=> https://todo.sr.ht/~slondr/geminex Issue tracker
=> https://sr.ht/~slondr/geminex/lists Mailing lists
Eventually, when geminex is ready for prime-time usage, I'll likely migrate this landing page to a self-hosted box somewhere.