From 90fc2947778c1b31d5e2902ac12d035131f0fedc Mon Sep 17 00:00:00 2001 From: bel Date: Mon, 8 Dec 2014 17:20:47 +0100 Subject: [PATCH] Change dead links to Civetweb sourceforge page --- examples/docroot/index.html | 4 +- examples/docroot/login.html | 2 +- examples/docroot/main.js | 3 +- test/page.lp | 2 +- test/page.lua | 2 +- test/page2.lp | 2 +- test/page2.lua | 2 +- test/page_keep_alive.lua | 2 +- test/testclient.c | 151 ++++++++++++++++++++++++++++++++++++ 9 files changed, 161 insertions(+), 9 deletions(-) create mode 100644 test/testclient.c 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: