Simple telnet server for write.as http://nerds.write.as
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Matt Baer fba309f0a4 Add build status před 9 roky
.gitignore Telnet server for nerds.write.as před 9 roky
LICENSE Initial commit před 9 roky
README.md Add build status před 9 roky
banner.txt Telnet server for nerds.write.as před 9 roky
telnet.go Rename telnet server před 9 roky

README.md

Write.as

Build Status

This is a simple telnet-based interface for publishing text. Users connect and paste / type what they want to publish. Upon indicating that they’re finished, a link is generated to access their new post on the web.

Try it

telnet nerds.write.as

How it works

The user’s input is simply written to a flat file in a given directory. To provide web access, a web server (sold separately) serves all files in this directory as plain/text. That’s it!

License

This project is licensed under the MIT open source license.