1
0
Matt Baer 9 лет назад
Родитель
Сommit
91b6298952
2 измененных файлов: 4 добавлений и 4 удалений
  1. +3
    -3
      README.md
  2. +1
    -1
      nerds.go

+ 3
- 3
README.md Просмотреть файл

@@ -1,6 +1,6 @@
Write.as Write.as
======== ========
[![Build Status](https://travis-ci.org/writeas/writeas-telnet.svg)](https://travis-ci.org/writeas/writeas-telnet)
[![Build Status](https://travis-ci.org/writeas/nerds.svg)](https://travis-ci.org/writeas/nerds)


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. 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.


@@ -12,7 +12,7 @@ telnet nerds.write.as
## Run it yourself ## Run it yourself
``` ```
Usage: Usage:
write-telnet [options]
nerds [options]


Options: Options:
--debug --debug
@@ -30,7 +30,7 @@ Options:
The default configuration (without any flags) is essentially: The default configuration (without any flags) is essentially:


``` ```
write-telnet -o /var/write -s . -p 2323
nerds -o /var/write -s . -p 2323
``` ```


## How it works ## How it works


write-telnet.go → nerds.go Просмотреть файл

@@ -8,7 +8,7 @@ import (
"net" "net"
"os/exec" "os/exec"


"github.com/writeas/writeas-telnet/store"
"github.com/writeas/nerds/store"
) )


var ( var (

Загрузка…
Отмена
Сохранить