• R/O
  • SSH
  • HTTPS

phpgoph: Commit


Commit MetaInfo

Revisão3 (tree)
Hora2021-06-03 21:45:06
Autormateuszviste

Mensagem de Log

minor wording improvements

Mudança Sumário

Diff

--- trunk/phpgoph.php (revision 2)
+++ trunk/phpgoph.php (revision 3)
@@ -4,7 +4,7 @@
44 // gopher server. It only opens a socket, awaits for a (single) client and
55 // displays back an informational screen.
66 //
7-// This is meant as a dumb (simplest possible) example of a gopher server for
7+// It is meant as a dumb (simplest possible) example of a gopher server for
88 // students and hobbyists to fiddle with and possibly build upon.
99 //
1010 // Written by Mateusz Viste, who released it to the public domain (see below).
@@ -31,7 +31,12 @@
3131 //
3232 // For more information, please refer to <http://unlicense.org/>
3333 // ---------------------------------------------------------------------------
34+//
35+// CHANGELOG
36+// 20210603: public release
37+//
3438
39+
3540 // change this to make the server listen on another port (ports below 1024 may require root privileges!)
3641 $PORT = 7070;
3742
--- trunk/phpgoph.txt (revision 2)
+++ trunk/phpgoph.txt (revision 3)
@@ -3,7 +3,7 @@
33 gopher server. It only opens a socket, awaits for a (single) client and
44 displays back an informational screen. The program is about 40 lines long.
55
6-This is meant as a dumb (simplest possible) example of a gopher server for
6+It is meant as a dumb (simplest possible) example of a gopher server for
77 students and hobbyists to fiddle with and possibly build upon. It supports
88 only a single client at a time for the sake of simplicity. Any evolution,
99 improvements and fixes of this software are left to the users. Good luck.
Show on old repository browser