[PATCH 3 of 3 website] templates: this is a website, not just a single page

Anton Shestakov av6 at dwimlabs.net
Mon Mar 28 05:20:53 EDT 2016


# HG changeset patch
# User Anton Shestakov <av6 at dwimlabs.net>
# Date 1459156670 -28800
#      Mon Mar 28 17:17:50 2016 +0800
# Node ID 1660c63150b91c251d0116692a97dc71869ab6bc
# Parent  8056b2da5cea0b8e5e6c52eda23589e6ba2d9ee9
templates: this is a website, not just a single page

Also, forking was a Bitbucket-specific thing, let's encourage people to clone
the repo instead.

diff --git a/templates/base.html b/templates/base.html
--- a/templates/base.html
+++ b/templates/base.html
@@ -72,7 +72,7 @@
             design by <a href="http://www.designpunct.ro">punct</a> /
             design courtesy of <a href="http://www.bitbucket.org/">bitbucket</a> /
             licensed under <a href="http://www.gnu.org/licenses/gpl-2.0.txt">GPLv2</a> /
-            <a href="/thepage">about this page</a>
+            <a href="/thepage">about this website</a>
         </div>
         
     </body>
diff --git a/templates/thepage/index.html b/templates/thepage/index.html
--- a/templates/thepage/index.html
+++ b/templates/thepage/index.html
@@ -2,31 +2,32 @@
 
 
 {% block content %}
-		<h2>About this page</h2>
-		<p>This page is a project of the Mercurial community. Its design,
+		<h2>About this website</h2>
+		<p>This website is a project of the Mercurial community. Its design,
 		initial Django and hosting was provided by
 		<a href="http://bitbucket.org">bitbucket.org</a>.
 		Content was provided by <a href="http://draketo.de">Arne Babenhauserheide</a>.
 		The templates were written by <a href="http://stevelosh.com/">Steve Losh</a>.
 		Additional coding, content and conversion by <a href="http://blog.experimentalworks.net">David Soria Parra</a>.
-		The page is using <a href="http://flask.pocoo.org">flask</a>.
+		The website is using <a href="http://flask.pocoo.org">flask</a>.
+        </p>
 
 		<p>The repository can be found at <a href="https://www.mercurial-scm.org/repo/hg-website">https://www.mercurial-scm.org/repo/hg-website</a>.
-		You are welcome to fork and improve the page.</p>
-        </p>
+		You are welcome to clone and improve the website.</p>
+
 		<h2>Help us</h2>
-		<p><strong>This page always needs improvement. Please send any kind of patches, suggestions and comments to either
+		<p><strong>This website always needs improvement. Please send any kind of patches, suggestions and comments to either
 		the <a href="mailto:mercurial-devel at mercurial-scm.org">Mercurial mailinglist</a> or directly to us.</p></strong>
 
-		<p>People often ask what exactly can be done to improve the page. First of all, check our <a href="https://www.mercurial-scm.org/wiki/Frontpage">ongoing
-		todo list</a>. Second, read the page and fix our poor grammar. Third, write guides, write about extensions
+		<p>People often ask what exactly can be done to improve the website. First of all, check our <a href="https://www.mercurial-scm.org/wiki/Frontpage">ongoing
+		todo list</a>. Second, read the pages and fix our poor grammar. Third, write guides, write about extensions
 		and contribute to the <a href="https://www.mercurial-scm.org/wiki">Wiki</a>. If you'd like to help with additional graphics or something completely different
 		(we have wishlists), you are welcome.</p>
 
 		<h2>License</h2>
-		This page is licensed under the terms of the
+		This website is licensed under the terms of the
 		<a href="http://www.gnu.org/licenses/gpl-2.0.txt">GNU General Public License version 2</a> of the license.
-		The <a href="https://www.selenic.com/hg-logo/">Mercurial logo</a> used on the page was designed by Cali Mastny.
+		The <a href="https://www.selenic.com/hg-logo/">Mercurial logo</a> used on the website was designed by Cali Mastny.
 		It is licensed under the terms of the
 		<a href="http://www.gnu.org/licenses/gpl-2.0.txt">GNU General Public License version 2</a>
 	


More information about the Mercurial-devel mailing list