Mercurial > libervia-web
changeset 147:60ea800b7237
browser side: fixed about menu + updated website URL
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 09 Dec 2012 23:38:30 +0100 |
parents | d15fbb208ba0 |
children | 8635bc9db9bf |
files | browser_side/menu.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/browser_side/menu.py Sun Dec 09 23:37:20 2012 +0100 +++ b/browser_side/menu.py Sun Dec 09 23:38:30 2012 +0100 @@ -121,11 +121,11 @@ _dialog.show() def onAbout(self): - _about = HTML("""<b>Libervia</b>, a Salut à Toi project<br /> + _about = HTML("""<b>Libervia</b>, a Salut à Toi project<br /> <br /> You can contact the author at <a href="mailto:goffi@goffi.org">goffi@goffi.org</a><br /> Blog available (mainly in french) at <a href="http://www.goffi.org" target="_blank">http://www.goffi.org</a><br /> -Project page: <a href="http://wiki.goffi.org/wiki/Salut_à_Toi"target="_blank">http://wiki.goffi.org/wiki/Salut_à_Toi</a><br /> +Project page: <a href="http://sat.goffi.org"target="_blank">http://sat.goffi.org</a><br /> <br /> Any help welcome :) <p style='font-size:small;text-align:center'>This project is dedicated to Roger Poisson</p>