diff --git a/examples/docroot/index.html b/examples/docroot/index.html index aedc8538..c85bec99 100644 --- a/examples/docroot/index.html +++ b/examples/docroot/index.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> + http://sourceforge.net/projects/civetweb/ --> Civetweb chat server @@ -16,7 +16,7 @@
Chat room implemented using - Civetweb + Civetweb embeddable web server. This application was written for educational purposes demonstrating how web interface could be decoupled from the business logic. Not a diff --git a/examples/docroot/login.html b/examples/docroot/login.html index 62de130e..2b09f01c 100644 --- a/examples/docroot/login.html +++ b/examples/docroot/login.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> + http://sourceforge.net/projects/civetweb/ --> Civetweb chat: login diff --git a/examples/docroot/main.js b/examples/docroot/main.js index f8fd2517..d4af86dd 100644 --- a/examples/docroot/main.js +++ b/examples/docroot/main.js @@ -1,4 +1,5 @@ -// This file is part of Civetweb project, http://code.google.com/p/civetweb +// This file is part of Civetweb project, +// http://sourceforge.net/projects/civetweb/ var chat = { // Backend URL, string. diff --git a/test/page.lp b/test/page.lp index 5d868826..8d3adafd 100644 --- a/test/page.lp +++ b/test/page.lp @@ -5,7 +5,7 @@ Content-Type: text/html

This is another example of a Lua server page, served by -Civetweb web server. +Civetweb web server.

The following features are available: