Simple telnet server for write.as http://nerds.write.as
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Matt Baer 627043d029 Add Travis CI config hace 9 años
.gitignore Telnet server for nerds.write.as hace 9 años
.travis.yml Add Travis CI config hace 9 años
LICENSE Initial commit hace 9 años
README.md Add build status hace 9 años
banner.txt Telnet server for nerds.write.as hace 9 años
telnet.go Rename telnet server hace 9 años

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.