hg site extension
 
(Arne Babenhauserheide)
2011-10-21: added bugs for the recommendations from the Mercurial list.

added bugs for the recommendations from the Mercurial list. http://www.selenic.com/pipermail/mercurial/2011-October/040462.html

diff --git a/.bugs/bugs b/.bugs/bugs
--- a/.bugs/bugs
+++ b/.bugs/bugs
@@ -1,12 +1,16 @@
 add sourcecode coloring to the src files.                                                                                                  | owner:Arne Babenhauserheide <bab@draketo.de>, open:True, id:09715a67cfabe2de0901f0472610c2285626e0e7, time:1319147685.11
 Add a list of branches, heads and tags to the summary page.                                                                                | owner:Arne Babenhauserheide <bab@draketo.de>, open:True, id:0fde104c4206be8245ff0716ee2e91ea3971db8f, time:1319147651.17
 if b is used: a bugtracker: issue/<id>/<name>                                                                                              | owner:Arne Babenhauserheide <bab@draketo.de>, open:True, id:1d631d51ff06b3bdca50e21da3d6a00bcb801c85, time:1319147632.52
+FIX: revision 0 is omitted: change that :)                                                                                                 | owner:Arne Babenhauserheide <bab@draketo.de>, open:True, id:29396f1753e45b5a37ffa0ce04d96c876d6b6722, time:1319209563.68
 add proper caching of every ftp directory listing.                                                                                         | owner:Arne Babenhauserheide <bab@draketo.de>, open:True, id:750692931106d78ffc38c1ed63013c4dac4099dd, time:1319175393.07
 fork-/clone-info for each entry in [paths] with its incoming data (if it has some):                                                        | owner:, open:True, id:8621575e4016752e8987c8b294dfa9166f77eff3, time:1319147671.39
 More complex Readme parsing.                                                                                                               | owner:Arne Babenhauserheide <bab@draketo.de>, open:True, id:94fbade896adbf6f696cfdb331021437dff3f30e, time:1319147671.39
+make the link from the /commit/*.html pages to the /src/*/[index.html] pages more obvious                                                  | owner:Arne Babenhauserheide <bab@draketo.de>, open:True, id:ad936eaaba1693f7c44bd59916a19e6f3b3db27e, time:1319209748.93
+cache FTP directory listings for much faster upload of already existing sites.                                                             | owner:Arne Babenhauserheide <bab@draketo.de>, open:True, id:b1f6dfdaccc0346adaf0d42d361bbc2de00ee176, time:1319208814.12
 Idea: hg clone/push ftp://host.tld/path/to/repo → hg site --upload                                                                         | owner:Arne Babenhauserheide <bab@draketo.de>, open:True, id:b4693d2677e0a2b4ef9ee5dfbbe8c4742924604c, time:1319147779.76
 add linenumbers to the src files.                                                                                                          | owner:Arne Babenhauserheide <bab@draketo.de>, open:True, id:b7bab6f46da7d224f97d0dac55a617d3a464d301, time:1319147678.56
 commits as commit/<rev>/ for long term viability. .html as suffix is not as long lived as a simple dirname.                                | owner:Arne Babenhauserheide <bab@draketo.de>, open:True, id:baaad4bdc13d7155048ce6a9dde92dc857b6a1ac, time:1319148414.16
 clone/<pathname>/ → incoming log (commits) + possibly an associated issue in b.                                                            | owner:Arne Babenhauserheide <bab@draketo.de>, open:True, id:c58557260a47597ac5057703e26a94df190a2a5d, time:1319147661.8
 no longer create raw files, since they can’t be served by all webservers and waste bandwidth and space (they are no longer linked anyway). | owner:Arne Babenhauserheide <bab@draketo.de>, open:True, id:d1010e1933648f65af37d969bfb45f8d834fc8bb, time:1319148721.49
+check the hgweb templating for parsing the site.                                                                                           | owner:Arne Babenhauserheide <bab@draketo.de>, open:True, id:ef17f01dbe8ee58536fa8b345eb18d1efc639f15, time:1319208643.38
 Treat branch heads specially: link on the main page.                                                                                       | owner:Arne Babenhauserheide <bab@draketo.de>, open:True, id:f531c27b38f9ea1749ded312f4f468c9ac33b930, time:1319147696.96
diff --git a/.bugs/details/baaad4bdc13d7155048ce6a9dde92dc857b6a1ac.txt b/.bugs/details/baaad4bdc13d7155048ce6a9dde92dc857b6a1ac.txt
new file mode 100644
--- /dev/null
+++ b/.bugs/details/baaad4bdc13d7155048ce6a9dde92dc857b6a1ac.txt
@@ -0,0 +1,34 @@
+# Lines starting with u'#' and sections without content
+# are not displayed by a call to u'details'
+#
+[paths]
+# Paths related to this bug.
+# suggested format: REPO_PATH:LINENUMBERS
+
+
+[details]
+either 
+1) commit/rev/index.html and link to …/, 
+or 
+2) link to src/rev/index.html
+
+but keep it consistent.
+
+I prefer (1), but on a local filesystem (2) is more useful. 
+
+Thanks to Tom Anderson.
+
+[expected]
+# The expected result
+
+
+[actual]
+# What happened instead
+
+
+[reproduce]
+# Reproduction steps
+
+
+[comments]
+# Comments and updates - leave your name
diff --git a/README.txt b/README.txt
--- a/README.txt
+++ b/README.txt
@@ -7,6 +7,9 @@ statically served files, while providing
 serve and full solutions like bitbucket and gitorious (naturally
 without the interactivity).
 
+Only changed files are uploaded, based on the time they were last
+modified, so uploads can be reasonably fast.
+
 Install:
 
 * Clone this repo.