1
0
Simple telnet server for write.as http://nerds.write.as
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Matt Baer 5d29146f32 Rename telnet server 9 роки тому
.gitignore Telnet server for nerds.write.as 9 роки тому
LICENSE Initial commit 9 роки тому
README.md Add README 9 роки тому
banner.txt Telnet server for nerds.write.as 9 роки тому
telnet.go Rename telnet server 9 роки тому

README.md

Write.as

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.