Project

General

Profile

Revision 56b77667

ID56b7766761fda61de37bd5a566c276c0097c28a7
Parent f3a7115e
Child 3607e4d8

Added by Francois POIROTTE over 4 years ago

Mise à jour des copyrights

Change-Id: I55f2b7bea6b35893d6f07c9c1ffa4b2efd9abb6f

View differences:

app_cfg.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim: set fileencoding=utf-8 sw=4 ts=4 et :
3
# Copyright (C) 2011-2019 CS-SI
3
# Copyright (C) 2011-2020 CS-SI
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
"""
doc/conf.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2011-2019 CS-SI
2
# Copyright (C) 2011-2020 CS-SI
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
name = u'vigigraph'
setup.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
# Copyright (C) 2006-2019 CS-SI
3
# Copyright (C) 2006-2020 CS-SI
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
import os
vigigraph/config/__init__.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2011-2019 CS-SI
2
# Copyright (C) 2011-2020 CS-SI
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""
vigigraph/config/middleware.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim: set fileencoding=utf-8 sw=4 ts=4 et :
3
# Copyright (C) 2006-2019 CS-SI
3
# Copyright (C) 2006-2020 CS-SI
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
"""WSGI middleware initialization for the vigigraph application."""
vigigraph/controllers/root.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
# Copyright (C) 2006-2019 CS-SI
3
# Copyright (C) 2006-2020 CS-SI
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
"""Vigigraph Controller"""
vigigraph/controllers/rpc.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2019 CS-SI
2
# Copyright (C) 2006-2020 CS-SI
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""RPC controller for the combobox of vigigraph"""
vigigraph/lib/__init__.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2011-2019 CS-SI
2
# Copyright (C) 2011-2020 CS-SI
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""
vigigraph/lib/app_globals.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2011-2019 CS-SI
2
# Copyright (C) 2011-2020 CS-SI
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""The application's Globals object"""
vigigraph/public/js/graph.js
1
// Copyright (C) 2006-2019 CS-SI
1
// Copyright (C) 2006-2020 CS-SI
2 2
// License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
3 3

  
4 4
var refresh_delay = 30;
vigigraph/public/js/toolbar.js
1
// Copyright (C) 2006-2019 CS-SI
1
// Copyright (C) 2006-2020 CS-SI
2 2
// License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
3 3

  
4 4
Jx.Button.SelectorFlyout = new Class({
vigigraph/tests/__init__.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2019 CS-SI
2
# Copyright (C) 2006-2020 CS-SI
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""Unit and functional test suite for vigigraph."""
vigigraph/tests/functional/helpers.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2011-2019 CS-SI
2
# Copyright (C) 2011-2020 CS-SI
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
from vigilo.models.tables import Permission
vigigraph/tests/functional/test_authentication.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2019 CS-SI
2
# Copyright (C) 2006-2020 CS-SI
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""
vigigraph/tests/functional/test_fullhostpage.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2019 CS-SI
2
# Copyright (C) 2006-2020 CS-SI
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""
vigigraph/tests/functional/test_graph_selection_form.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2019 CS-SI
2
# Copyright (C) 2006-2020 CS-SI
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""
vigigraph/tests/functional/test_host_selection_form.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2019 CS-SI
2
# Copyright (C) 2006-2020 CS-SI
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""
vigigraph/tests/functional/test_opensearch.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2019 CS-SI
2
# Copyright (C) 2006-2020 CS-SI
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""
vigigraph/tests/functional/test_search_form.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2019 CS-SI
2
# Copyright (C) 2006-2020 CS-SI
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""
vigigraph/websetup.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2011-2019 CS-SI
2
# Copyright (C) 2011-2020 CS-SI
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""Setup the vigigraph application"""

Also available in: Unified diff