We show how to work with the query part of the url through an example, if we have a URL on the form of - http://yaws.hyber.org/man.yaws?page=cat + http://www.example.org/man.yaws?page=cat a key/value pair is passed to the page. In the above example, we have key=page and its value "cat". The code in the page man.yaws, will read these key/value pairs diff --git a/www/redirect.yaws b/www/redirect.yaws index f8336c15c..0ea6849b4 100644 --- a/www/redirect.yaws +++ b/www/redirect.yaws @@ -63,18 +63,18 @@ redirects. For example:
Where http://rubin.hyber.org:8000 is where I am currently +
Where http://www.example.org:8000 is where I am currently testing the redirect3.yaws code. Learn and use the curl web client, it may not render pictures pretty, but it sure displays diff --git a/yaws.pc.in b/yaws.pc.in index 536845d23..5787696c7 100644 --- a/yaws.pc.in +++ b/yaws.pc.in @@ -10,6 +10,6 @@ includedir=${prefix}/lib/yaws/include Name: yaws Description: Yet Another Web Server Version: @YAWS_VSN@ -URL: http://yaws.hyber.org/ +URL: https://erlyaws.github.io/ Libs: -pa ${libdir} Cflags: -I${includedir}