(Arne Babenhauserheide)
2016-02-14: simplify readme simplify readme
diff --git a/README.txt b/README.txt --- a/README.txt +++ b/README.txt @@ -12,7 +12,7 @@ Mission Statement The goal of hg site is to enable convenient sharing of code over commodity servers which only offer FTP access and statically served files, while providing the same information as hg serve and full -solutions like bitbucket and gitorious (naturally without the +solutions like bitbucket, gitlab or notabug (naturally without the interactivity, but you can always clone the repo to interact). @@ -31,10 +31,7 @@ Usage Create and Upload your Site: `hg push [-f] --sitename "sitename" ftps://user:password@ftp.host.tld/path/to/dir` -That’s how this site gets created. With -f it is reuploaded -completely, otherwise only the changes get uploaded. - -If you want to make this more convenient, add the following path and alias to your .hg/hgrc: +To make this more convenient, add the following path and alias to your .hg/hgrc: [paths] ftp = ftps://user:password@ftp.host.tld/path/to/dir @@ -43,6 +40,11 @@ If you want to make this more convenient Then just use `hg pushsite` to upload. +That’s how the website at http://draketo.de/proj/hgsite/ is created. + +If something goes wrong, use `hg pushsite -f` to force recreation and +upload of all files. + Features --------