Commit Diff


commit - be2ae183c25c4f6a1918d01b8df28eaebc436ce7
commit + dcbe062ca71ce0160a80d5d0a3d1a279530f0463
blob - 9cab48c59509376ef5425edecd0d01afd9d87f84 (mode 644)
blob + /dev/null
--- README.markdown
+++ /dev/null
@@ -1,10 +0,0 @@
-# go nntp
-
-I needed a way to gate some web services into traditional readers.  I
-wrote an NNTP client and server.
-
-I'm still working on coming up with the exact right interfaces, but
-take a look at [the couchserver][couchserver] example to see what it
-takes to build a custom NNTP server with your own backend.
-
-[couchserver]: examples/couchserver/couchserver.go
blob - /dev/null
blob + 9cab48c59509376ef5425edecd0d01afd9d87f84 (mode 644)
--- /dev/null
+++ README.md
@@ -0,0 +1,10 @@
+# go nntp
+
+I needed a way to gate some web services into traditional readers.  I
+wrote an NNTP client and server.
+
+I'm still working on coming up with the exact right interfaces, but
+take a look at [the couchserver][couchserver] example to see what it
+takes to build a custom NNTP server with your own backend.
+
+[couchserver]: examples/couchserver/couchserver.go