changeset 53:b5b71ff1c37f

merge
author Arne Babenhauserheide <bab@draketo.de>
date Tue, 17 Feb 2009 15:51:29 +0100
parents 81812f49ba9c (diff) 90d9d46e44d3 (current diff)
children a60f0ba020d9
files
diffstat 2 files changed, 20 insertions(+), 19 deletions(-) [+]
line wrap: on
line diff
--- a/src/en/index.html	Tue Feb 17 15:50:47 2009 +0100
+++ b/src/en/index.html	Tue Feb 17 15:51:29 2009 +0100
@@ -34,7 +34,7 @@
 			<div class="row">
 				<div class="col big">
 					<h1>Work easier <br> Work faster</h1>
-					<h2>Mercurial is a free, distributed source control management tool. It offers you the power to efficiently handle projects of any size while using an easy and intuitive interface.</h2>
+					<h2>Mercurial is a free, distributed source control management tool. It efficiently handles projects of any size while offering an easy and intuitive interface.</h2>
 				</div>
 				<div class="col">
 					<a class="download typeface-js" href="javascript:void(0);">
@@ -103,24 +103,7 @@
 				</div>
                                 <div class="quote">
                                         <em>Random testimony: "I understood how to install Mercurial and how to use it in a few minutes." -Giorgos Keramidas</em>
-                                        <!-- other nice quotes: 
-                                        ## From the strengths of Mercurial discussion: 
-                                        Just works the way I expect - Paul Moore
-                                        It took me one evening to get comfortable with it.  About a month to better understand its distributed nature. - Isaac Jurado 
-                                        Mercurial strikes a marvelous balance between these two ends.  It can be configured to support either simple environments or very complicated streams of changes interacting in custom ways, and it does all that without becoming a humongous monster of complexity. - Giorgos Keramidas
-                                        The dev's of Hg are generally friendly and approachable. - Gerard Korsten
-                                        The code base for Hg is pretty small and yet its pretty feature complete. - Gerard Korsten
-                                        Simplicity, being distributed, extensibility, speed, familiarity, bash completion, understandable and reasonably small code base - Peter Arrenbrecht
-                                        The team on the project gradually grew from just me to a few people here and abroad. This was a totally seamless experience - Peter Arrenbrecht
-                                        Easy to understand at a practical level. - Michael Estrand
-                                        The included web server [...] replaces a lot of functionality of GUI tools in a truly multiplatform way. - Daniel Serpell
-                                        There isn't much to learn to be effective. - Doug Philips
-                                        It took my less than an hour to understand it. - Thomas Burdick
-                                        It has a tortoise so I can actually show my boss its highly productive even in windows. - Thomas Burdick
-                                        The commands usually do what I assume them to do. - Bastian Doetsch
-                                        Mercurial's conceptual model is clean and simple enough to carry around in my head” - hgbook
-                                        It's so easy to start a project; hg init, and you're good to go. - Paul Fisher
-                                        It simply works [...]. - Hans Meine
+                                        <!-- other nice quotes are in quotes.txt
                                         -->
                                 </div>
 			</div>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/en/quotes.txt	Tue Feb 17 15:51:29 2009 +0100
@@ -0,0 +1,18 @@
+## From the strengths of Mercurial discussion: 
+"I understood how to install Mercurial and how to use it in a few minutes." -Giorgos Keramidas
+Just works the way I expect - Paul Moore
+It took me one evening to get comfortable with it.  About a month to better understand its distributed nature. - Isaac Jurado 
+[Mercurial] can be configured to support either simple environments or very complicated streams of changes interacting in custom ways, and it does all that without becoming a humongous monster of complexity. - Giorgos Keramidas
+The dev's of Hg are generally friendly and approachable. - Gerard Korsten
+The code base for Hg is pretty small and yet its pretty feature complete. - Gerard Korsten
+Simplicity, being distributed, extensibility, speed, familiarity, bash completion, understandable and reasonably small code base - Peter Arrenbrecht
+The team on the project gradually grew from just me to a few people here and abroad. This was a totally seamless experience - Peter Arrenbrecht
+Easy to understand at a practical level. - Michael Estrand
+The included web server [...] replaces a lot of functionality of GUI tools in a truly multiplatform way. - Daniel Serpell
+There isn't much to learn to be effective. - Doug Philips
+It took my less than an hour to understand it. - Thomas Burdick
+It has a tortoise so I can actually show my boss its highly productive even in windows. - Thomas Burdick
+The commands usually do what I assume them to do. - Bastian Doetsch
+Mercurial's conceptual model is clean and simple enough to carry around in my head” - hgbook
+It's so easy to start a project; hg init, and you're good to go. - Paul Fisher
+It simply works [...]. - Hans Meine
\ No newline at end of file