[SCM] watchdog branch, master, updated. 996bae118cde430c4c31076d8e20d0479a536efb

4 views
Skip to first unread message

devi

unread,
Apr 8, 2009, 10:09:06 AM4/8/09
to watchdo...@googlegroups.com
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "watchdog".

The branch, master has been updated
via 996bae118cde430c4c31076d8e20d0479a536efb (commit)
from 31f31f870dfdd9891211a64aef286e067f40e71b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 996bae118cde430c4c31076d8e20d0479a536efb
Author: Devi <asl...@gmail.com>
Date: Wed Apr 8 19:38:57 2009 +0530

display one link per line

-----------------------------------------------------------------------

Summary of changes:
utils/index.py | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/utils/index.py b/utils/index.py
index 11d7f66..27f039e 100644
--- a/utils/index.py
+++ b/utils/index.py
@@ -84,6 +84,7 @@ def group(seq, maxsize):
yield x

t_sitemap = """$def with (title, items)
+<style>a{display:block;}</style>
<h1>Index</h1>
<a href="index.html">Back</a> | <a href="../index.html">Back to index</a></br>
$for item in items:
@@ -92,6 +93,7 @@ $for item in items:
"""

t_index = """$def with (title, items)
+<style>a{display:block;}</style>
<h1>$title</h1>

$if title != "index": <a href="../index.html">Back to index</a>
@@ -126,7 +128,7 @@ def create_index(index_dir, _test=False):
if not os.path.exists(index_dir):
os.mkdir(index_dir)

- data = getindex(webapp.app, _test)
+ data = getindex(petition.app, _test)
write_sitemaps(data)

dirs = [d for d in os.listdir(index_dir) if os.path.isdir(os.path.join(index_dir, d))]


hooks/post-receive
--
watchdog

webchick

unread,
Apr 23, 2009, 12:38:33 PM4/23/09
to watchdog developers
Hi - the "Back to index" link is broken here:

http://watchdog.net/static/index/index.html

Good to see the index live!


On Apr 8, 7:09 am, devi <m...@aaronsw.com> wrote:
> This is an automated email from the git hooks/post-receive script. It was
> generated because a ref change was pushed to the repository containing
> the project "watchdog".
>
> The branch, master has been updated
>        via  996bae118cde430c4c31076d8e20d0479a536efb (commit)
>       from  31f31f870dfdd9891211a64aef286e067f40e71b (commit)
>
> Those revisions listed above that are new to this repository have
> not appeared on any other notification email; so we list those
> revisions in full, below.
>
> - Log -----------------------------------------------------------------
> commit 996bae118cde430c4c31076d8e20d0479a536efb
> Author: Devi <asld...@gmail.com>
Reply all
Reply to author
Forward
0 new messages