Mercurial > libervia-web
changeset 340:ce5b33f499c5
dates update
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 04 Feb 2014 17:52:12 +0100 |
parents | 2067d6241927 |
children | 31c105017d6b |
files | README browser_side/base_panels.py browser_side/base_widget.py browser_side/card_game.py browser_side/contact.py browser_side/contact_group.py browser_side/dialog.py browser_side/jid.py browser_side/list_manager.py browser_side/menu.py browser_side/nativedom.py browser_side/panels.py browser_side/plugin_xep_0085.py browser_side/radiocol.py browser_side/register.py browser_side/richtext.py browser_side/tools.py browser_side/xmlui.py constants.py libervia.py libervia_server/__init__.py libervia_server/blog.py libervia_server/html_tools.py public/libervia.css server_css/blog.css |
diffstat | 25 files changed, 26 insertions(+), 26 deletions(-) [+] |
line wrap: on
line diff
--- a/README Tue Feb 04 17:21:59 2014 +0100 +++ b/README Tue Feb 04 17:52:12 2014 +0100 @@ -1,5 +1,5 @@ Libervia v0.3.0 -(c) Jérôme Poisson aka Goffi 2008, 2009, 2010, 2011, 2012, 2013 +(c) Jérôme Poisson aka Goffi 2008, 2009, 2010, 2011, 2012, 2013, 2014 Libervia is a frontend for SàT SàT is a XMPP (Jabber) client.
--- a/browser_side/base_panels.py Tue Feb 04 17:21:59 2014 +0100 +++ b/browser_side/base_panels.py Tue Feb 04 17:52:12 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Libervia: a Salut à Toi frontend -# Copyright (C) 2011, 2012, 2013 Jérôme Poisson <goffi@goffi.org> +# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/browser_side/base_widget.py Tue Feb 04 17:21:59 2014 +0100 +++ b/browser_side/base_widget.py Tue Feb 04 17:52:12 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Libervia: a Salut à Toi frontend -# Copyright (C) 2011, 2012, 2013 Jérôme Poisson <goffi@goffi.org> +# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/browser_side/card_game.py Tue Feb 04 17:21:59 2014 +0100 +++ b/browser_side/card_game.py Tue Feb 04 17:52:12 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Libervia: a Salut à Toi frontend -# Copyright (C) 2011, 2012, 2013 Jérôme Poisson <goffi@goffi.org> +# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/browser_side/contact.py Tue Feb 04 17:21:59 2014 +0100 +++ b/browser_side/contact.py Tue Feb 04 17:52:12 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Libervia: a Salut à Toi frontend -# Copyright (C) 2011, 2012, 2013 Jérôme Poisson <goffi@goffi.org> +# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/browser_side/contact_group.py Tue Feb 04 17:21:59 2014 +0100 +++ b/browser_side/contact_group.py Tue Feb 04 17:52:12 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Libervia: a Salut à Toi frontend -# Copyright (C) 2013 Adrien Cossa <souliane@mailoo.org> +# Copyright (C) 2013, 2014 Adrien Cossa <souliane@mailoo.org> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/browser_side/dialog.py Tue Feb 04 17:21:59 2014 +0100 +++ b/browser_side/dialog.py Tue Feb 04 17:52:12 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Libervia: a Salut à Toi frontend -# Copyright (C) 2011, 2012, 2013 Jérôme Poisson <goffi@goffi.org> +# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/browser_side/jid.py Tue Feb 04 17:21:59 2014 +0100 +++ b/browser_side/jid.py Tue Feb 04 17:52:12 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Libervia: a Salut à Toi frontend -# Copyright (C) 2011, 2012, 2013 Jérôme Poisson <goffi@goffi.org> +# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/browser_side/list_manager.py Tue Feb 04 17:21:59 2014 +0100 +++ b/browser_side/list_manager.py Tue Feb 04 17:52:12 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Libervia: a Salut à Toi frontend -# Copyright (C) 2013 Adrien Cossa <souliane@mailoo.org> +# Copyright (C) 2013, 2014 Adrien Cossa <souliane@mailoo.org> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/browser_side/menu.py Tue Feb 04 17:21:59 2014 +0100 +++ b/browser_side/menu.py Tue Feb 04 17:52:12 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Libervia: a Salut à Toi frontend -# Copyright (C) 2011, 2012, 2013 Jérôme Poisson <goffi@goffi.org> +# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/browser_side/nativedom.py Tue Feb 04 17:21:59 2014 +0100 +++ b/browser_side/nativedom.py Tue Feb 04 17:52:12 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Libervia: a Salut à Toi frontend -# Copyright (C) 2011, 2012, 2013 Jérôme Poisson <goffi@goffi.org> +# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/browser_side/panels.py Tue Feb 04 17:21:59 2014 +0100 +++ b/browser_side/panels.py Tue Feb 04 17:52:12 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Libervia: a Salut à Toi frontend -# Copyright (C) 2011, 2012, 2013 Jérôme Poisson <goffi@goffi.org> +# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/browser_side/plugin_xep_0085.py Tue Feb 04 17:21:59 2014 +0100 +++ b/browser_side/plugin_xep_0085.py Tue Feb 04 17:52:12 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Chat State Notifications Protocol (xep-0085) -# Copyright (C) 2013 Adrien Cossa (souliane@mailoo.org) +# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/browser_side/radiocol.py Tue Feb 04 17:21:59 2014 +0100 +++ b/browser_side/radiocol.py Tue Feb 04 17:52:12 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Libervia: a Salut à Toi frontend -# Copyright (C) 2011, 2012, 2013 Jérôme Poisson <goffi@goffi.org> +# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/browser_side/register.py Tue Feb 04 17:21:59 2014 +0100 +++ b/browser_side/register.py Tue Feb 04 17:52:12 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Libervia: a Salut à Toi frontend -# Copyright (C) 2011, 2012, 2013 Jérôme Poisson <goffi@goffi.org> +# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org> # Copyright (C) 2011, 2012 Adrien Vigneron <adrienvigneron@mailoo.org> # This program is free software: you can redistribute it and/or modify
--- a/browser_side/richtext.py Tue Feb 04 17:21:59 2014 +0100 +++ b/browser_side/richtext.py Tue Feb 04 17:52:12 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Libervia: a Salut à Toi frontend -# Copyright (C) 2013 Adrien Cossa <souliane@mailoo.org> +# Copyright (C) 2013, 2014 Adrien Cossa <souliane@mailoo.org> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/browser_side/tools.py Tue Feb 04 17:21:59 2014 +0100 +++ b/browser_side/tools.py Tue Feb 04 17:52:12 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Libervia: a Salut à Toi frontend -# Copyright (C) 2011, 2012, 2013 Jérôme Poisson <goffi@goffi.org> +# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/browser_side/xmlui.py Tue Feb 04 17:21:59 2014 +0100 +++ b/browser_side/xmlui.py Tue Feb 04 17:52:12 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Libervia: a Salut à Toi frontend -# Copyright (C) 2011, 2012, 2013 Jérôme Poisson <goffi@goffi.org> +# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/constants.py Tue Feb 04 17:21:59 2014 +0100 +++ b/constants.py Tue Feb 04 17:52:12 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/libervia.py Tue Feb 04 17:21:59 2014 +0100 +++ b/libervia.py Tue Feb 04 17:52:12 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Libervia: a Salut à Toi frontend -# Copyright (C) 2011, 2012, 2013 Jérôme Poisson <goffi@goffi.org> +# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/libervia_server/__init__.py Tue Feb 04 17:21:59 2014 +0100 +++ b/libervia_server/__init__.py Tue Feb 04 17:52:12 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Libervia: a Salut à Toi frontend -# Copyright (C) 2011, 2012, 2013 Jérôme Poisson <goffi@goffi.org> +# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/libervia_server/blog.py Tue Feb 04 17:21:59 2014 +0100 +++ b/libervia_server/blog.py Tue Feb 04 17:52:12 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Libervia: a Salut à Toi frontend -# Copyright (C) 2011, 2012, 2013 Jérôme Poisson <goffi@goffi.org> +# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/libervia_server/html_tools.py Tue Feb 04 17:21:59 2014 +0100 +++ b/libervia_server/html_tools.py Tue Feb 04 17:52:12 2014 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Libervia: a Salut à Toi frontend -# Copyright (C) 2011, 2012, 2013 Jérôme Poisson <goffi@goffi.org> +# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/public/libervia.css Tue Feb 04 17:21:59 2014 +0100 +++ b/public/libervia.css Tue Feb 04 17:52:12 2014 +0100 @@ -1,6 +1,6 @@ /* Libervia: a Salut à Toi frontend -Copyright (C) 2011 Jérôme Poisson <goffi@goffi.org> +Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org> Copyright (C) 2011 Adrien Vigneron <adrienvigneron@mailoo.org> This program is free software: you can redistribute it and/or modify @@ -1496,4 +1496,4 @@ .gwt-RadioButton { white-space: nowrap; -} \ No newline at end of file +}
--- a/server_css/blog.css Tue Feb 04 17:21:59 2014 +0100 +++ b/server_css/blog.css Tue Feb 04 17:52:12 2014 +0100 @@ -1,6 +1,6 @@ /* Libervia: a Salut à Toi frontend -Copyright (C) 2011 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by