changeset 452:2a4f7a511151

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.
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 28 Mar 2016 17:17:50 +0800
parents c4c375ddd137
children c1e2c85ad683
files templates/base.html templates/thepage/index.html
diffstat 2 files changed, 12 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/templates/base.html	Mon Mar 28 17:07:45 2016 +0800
+++ b/templates/base.html	Mon Mar 28 17:17:50 2016 +0800
@@ -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>
--- a/templates/thepage/index.html	Mon Mar 28 17:07:45 2016 +0800
+++ b/templates/thepage/index.html	Mon Mar 28 17:17:50 2016 +0800
@@ -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@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>