From c7bb99cd663576f6e2ebd5fdccfb2a68ea960c31 Mon Sep 17 00:00:00 2001 From: Sayan Nandan <17377258+sntdevco@users.noreply.github.com> Date: Fri, 1 Mar 2019 17:55:25 +0530 Subject: [PATCH 1/3] Avoid reloading if on homepage already --- index.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 2ee9d75..ddb19cb 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,15 @@ +
@@ -18,7 +27,7 @@A collection of open-source libraries for high level network programming.
+The project aims to build upon the latest C++ standard (currently C++11) to provide easy to use libraries for network programming. We use the latest compiler versions and features with an eye on pushing the boundaries on leveraging what's available in C++.
+Currently the library contains an HTTP client and server implementation, a stand-alone URI library, a network message framework, and some concurrency tools.
+The project welcomes contributions from people interested in joining the effort. See the section on Project Policies for more information on getting involved.
+The project welcomes contributors and starting with 2013, we've resolved to document as much of the policies we follow in the project as we can. Please follow the links below for more information. +
+ +Copyright 2012-2018 Dean Michael Berris; Glyn Matthews; 2013 Google, Inc.
+Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+A collection of open-source libraries for high level network programming.
-The project aims to build upon the latest C++ standard (currently C++11) to provide easy to use libraries for network programming. We use the latest compiler versions and features with an eye on pushing the boundaries on leveraging what's available in C++.
-Currently the library contains an HTTP client and server implementation, a stand-alone URI library, a network message framework, and some concurrency tools.
-The project welcomes contributions from people interested in joining the effort. See the section on Project Policies for more information on getting involved.
-The project welcomes contributors and starting with 2013, we've resolved to document as much of the policies we follow in the project as we can. Please follow the links below for more information. -
- -Copyright 2012-2018 Dean Michael Berris; Glyn Matthews; 2013 Google, Inc.
-Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-