From 44c37da0a3613d84e6dd2dc424bf65f6b23760c9 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Wed, 25 Feb 2015 20:30:09 +0000 Subject: [PATCH] More misc fixes. --- README | 4 ++-- web/pgadmin/test/hooks.py | 2 +- web/pgadmin/test/views.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 9863e1830..7b9fa2f24 100644 --- a/README +++ b/README @@ -11,8 +11,8 @@ Architecture ------------ pgAdmin 4 is being written as a web application in Python, using jQuery and -Backbone for the client side processing and UI. On the server side, CherryPy is -being considered. +Bootstrap for the client side processing and UI. On the server side, Flask is +being utilised. Although developed using web technologies, we intend for pgAdmin 4 to be usable either on a web server using a browser, or standalone on a workstation. The diff --git a/web/pgadmin/test/hooks.py b/web/pgadmin/test/hooks.py index 5bb319d72..ba8f9a8d1 100644 --- a/web/pgadmin/test/hooks.py +++ b/web/pgadmin/test/hooks.py @@ -2,7 +2,7 @@ # # pgAdmin 4 - PostgreSQL Tools # -# Copyright (C) 2013 - 2014, The pgAdmin Development Team +# Copyright (C) 2013 - 2015, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # ########################################################################## diff --git a/web/pgadmin/test/views.py b/web/pgadmin/test/views.py index e57c10afc..01088d50a 100644 --- a/web/pgadmin/test/views.py +++ b/web/pgadmin/test/views.py @@ -2,7 +2,7 @@ # # pgAdmin 4 - PostgreSQL Tools # -# Copyright (C) 2013 - 2014, The pgAdmin Development Team +# Copyright (C) 2013 - 2015, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # ##########################################################################