소스 검색

Add README

master
Matt Baer 9 년 전
부모
커밋
32acbbd173
1개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  1. +14
    -0
      README.md

+ 14
- 0
README.md 파일 보기

@@ -0,0 +1,14 @@
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.

불러오는 중...
취소
저장