Mercurial > hg-website
changeset 179:036f686365ca
merge
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Sun, 24 May 2009 16:06:22 +0200 |
parents | 45155fbcee67 (diff) f73d4e6949bf (current diff) |
children | 2e3d82c01ea5 |
files | |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Todo.txt Sat May 23 15:21:32 2009 +0200 +++ b/Todo.txt Sun May 24 16:06:22 2009 +0200 @@ -5,7 +5,7 @@ * quick_start * learn_mercurial (links to different resources with short descriptions) * testimonies: "It just works (with a random quote at the beginning) -* who_uses_mercurial (Only 6 relevant projects, ideally with link to their repos and a text with their experience) +* who_uses_mercurial (Only 6 relevant projects, ideally with link to their repos and a text with their experience) - in the works by ArneBab * Automatic detection of the current version for downloads. Possibly via PyPI. Longterm:
--- a/hgscm/apps/www/urls.py Sat May 23 15:21:32 2009 +0200 +++ b/hgscm/apps/www/urls.py Sun May 24 16:06:22 2009 +0200 @@ -3,7 +3,7 @@ urlpatterns = patterns('hgscm.apps.www.views', url(r'^$', 'frontpage', name='frontpage'), url(r'^about$', 'about', name='about'), - url(r'^workflow_guide$', 'workflow_guide', name='workflow_guide'), + url(r'^workflow-guide$', 'workflow_guide', name='workflow_guide'), url(r'^thepage$', 'thepage', name='thepage'), url(r'^downloads$', 'downloads', name='downloads'), url(r'^download/(?P<version>.*?)/(?P<platform>.*?)$', 'download', name='download'),