changeset 15:39d078a6e4ae

Moved hg serve as suggestion to quick start.
author Arne Babenhauserheide <bab@draketo.de>
date Mon, 09 Feb 2009 16:35:02 +0100
parents d6ddddb01053
children bcd2e95a6c8e
files Main.txt
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Main.txt	Mon Feb 09 16:31:30 2009 +0100
+++ b/Main.txt	Mon Feb 09 16:35:02 2009 +0100
@@ -34,14 +34,13 @@
 ### Ease of use
 Mercurials consistent and intuitive interface makes it easy to learn and understand. You can simply start with the [bare basics]() and learn incrementally or print a copy of the [hgbook]() to understand the big picture in one go. 
 
-### Integrated webserver
-With the "serve" command, Mercurial offers you an integrated webserver as the fastest way to show and share your work. 
-
 ### Just works
 Mercurial strives to deliver on each of its promises. If it looks like you could use it for a specific task, chances are that it will just work on the first try. (if it doesn't, that's most likely no feature but a [bug](http://selenic.com/mercurial/bugs/))
 
 [bare basics]: Quick_Start - Learn to use Mercurial in 30 seconds (or similar). 
 
+(just works instead of webserver: webserver can far more easily be delivered by other projects, too. Just works better fits the "hg is powerful yet easy" theme -> Integrated webserver into quick start?)
+
 
 Get Mercurial
 -------------
@@ -78,6 +77,8 @@
 
 (maybe instead of "Take a look"; it would be great to be able to detect the OS of the visitor and show Windows users TortoiseHG while showing MacOSX and GNU/Linux users the Quick Start)
 
+(### Integrated webserver
+With the "serve" command, Mercurial offers you an integrated webserver as the fastest way to show and share your work.)
 
 Footer
 ------