More misc fixes.

This commit is contained in:
Dave Page 2015-02-25 20:30:09 +00:00
parent 613df8b596
commit 44c37da0a3
3 changed files with 4 additions and 4 deletions

4
README
View File

@ -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

View File

@ -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
#
##########################################################################

View File

@ -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
#
##########################################################################