diff --git a/pgweb/quotes/struct.py b/pgweb/quotes/struct.py deleted file mode 100644 index 0b019eb5..00000000 --- a/pgweb/quotes/struct.py +++ /dev/null @@ -1,2 +0,0 @@ -def get_struct(): - yield ('about/quotesarchive/', None) diff --git a/pgweb/quotes/views.py b/pgweb/quotes/views.py deleted file mode 100644 index ce379a00..00000000 --- a/pgweb/quotes/views.py +++ /dev/null @@ -1,9 +0,0 @@ -from pgweb.util.contexts import render_pgweb - -from models import Quote - -def allquotes(request): - quotes = Quote.objects.filter(approved=True) - return render_pgweb(request, 'about', 'quotes/quotelist.html', { - 'quotes': quotes, - }) diff --git a/pgweb/urls.py b/pgweb/urls.py index a2dbb03e..64caf1e9 100644 --- a/pgweb/urls.py +++ b/pgweb/urls.py @@ -21,7 +21,6 @@ import pgweb.misc.views import pgweb.news.views import pgweb.profserv.views import pgweb.pugs.views -import pgweb.quotes.views import pgweb.search.views import pgweb.security.views import pgweb.sponsors.views @@ -45,7 +44,6 @@ urlpatterns = [ url(r'^about/event/(\d+)(-.*)?/$', pgweb.events.views.item), url(r'^about/featurematrix/$', pgweb.featurematrix.views.root), url(r'^about/featurematrix/detail/(\d+)/$', pgweb.featurematrix.views.detail), - url(r'^about/quotesarchive/$', pgweb.quotes.views.allquotes), url(r'^ftp/(.*/)?$', pgweb.downloads.views.ftpbrowser), url(r'^download/mirrors-ftp/+(.*)$', pgweb.downloads.views.mirrorselect), diff --git a/templates/pages/about/advantages.html b/templates/pages/about/advantages.html deleted file mode 100644 index 25eb806e..00000000 --- a/templates/pages/about/advantages.html +++ /dev/null @@ -1,51 +0,0 @@ -{%extends "base/page.html"%} -{%block title %}Advantages{%endblock%} -{%block contents%} -
PostgreSQL offers many advantages for your company or business over other database systems.
- - -Over-deployment is what some proprietary database vendors regard as their #1 licence compliance problem. With PostgreSQL, no-one can sue you for breaking licensing agreements, as there is no associated licensing cost for the software.
-This has several additional advantages:
-In addition to our strong support offerings, we have a vibrant community of PostgreSQL professionals and enthusiasts that your staff can draw upon and contribute to.
- - -Our software has been designed and created to have much lower maintenance and tuning requirements than the leading proprietary databases, yet still retain all of the features, stability, and performance.
-In addition to this, our training programs are generally regarded as being far more cost effective, manageable, and practical in the real world than that of the leading proprietary database vendors.
- - -Unlike many proprietary databases, it is extremely common for companies to report that PostgreSQL has never, ever crashed for them in several years of high activity operation. Not even once. It just works.
- - -The source code is available to all at no charge. If your staff have a need to customise or extend PostgreSQL in any way then they are able to do so with a minimum of effort, and with no attached costs. This is complemented by the community of PostgreSQL professionals and enthusiasts around the globe that also actively extend PostgreSQL on a daily basis.
- - -PostgreSQL is available for almost every brand of Unix (34 platforms with the latest stable release), and Windows compatibility is available via the Cygwin framework. Native Windows compatibility is also available with version 8.0 and above.
- - -We use a multiple row data storage strategy called MVCC to make PostgreSQL extremely responsive in high volume environments. The leading proprietary database vendor uses this technology as well, for the same reasons.
- - -There are many high-quality GUI Tools available for PostgreSQL from both open source developers and commercial providers. A list is available on our wiki as a community guide to PostgreSQL GUI Tools.
- - -Please see the Feature Matrix for a summary of PostgreSQL's features. -
- -{%endblock%} diff --git a/templates/pages/about/awards.html b/templates/pages/about/awards.html deleted file mode 100644 index 9ab282ed..00000000 --- a/templates/pages/about/awards.html +++ /dev/null @@ -1,118 +0,0 @@ -{%extends "base/page.html"%} -{%block title%}Awards{%endblock%} -{%block contents%} -
- 2008 Developer.com Product of the Year, Database Tool
- - - "And the winner is PostgreSQL. This one surprised us and taught us something about our audience base. We need to do a better job of covering this topic! Postgresql.org touts this product as "The world's most advanced open source database" and after seeing the votes, they may just be correct." - |
- |
- 2006 Linux Journal Editors' Choice Awards for Best Database
- - - "It handles everything we throw at it and just keeps working, flawlessly. It's almost invisible from an administrative perspective. It handles huge quantities of data, and it has all of the goodies that we expect in a relational database (such as referential integrity, column-level constraints and checks, server-side functions, subselects and unions). The original 8.1 release, which came out in November 2005, included a number of new features, such as two-phase commits. We can't recommend PostgreSQL highly enough." - |
- |
- 2005 Linux Journal Editors' Choice Awards for Best Database
- - - "More and more organizations are working with high-end database systems but can't afford, or don't want, a full-time database administrator. PostgreSQL complies with SQL standards but needs less babysitting than complicated legacy databases. Ludovic calls it, "easy to install, configure and relatively easy to tune for performance." In our June 2005 issue, he covered Slony-I, which adds replication to PostgreSQL, giving you multisite redundancy, increased performance or both. Reuven points out that PostgreSQL has programmer-friendly features, which for 8.0, include server-side scripting in Perl." - |
- |
- 2004 ArsTechnica Best Server Application Award
- - - "It's rare for any kind of sizable organization to not use a database for anything, and to that end, PostgreSQL provides a very reliable solution for Linux users. Sporting many advanced features missing from other available database packages, PostgreSQL is a perennial favorite for many of our developers. " - |
-
- ![]() |
-
- 2004 Linux Journal Editors' Choice Awards for Best Database
- - - "I strongly recommend PostgreSQL to anyone who needs a relational database." - |
-
- ![]() |
-
- 2004 Linux New Media Award For Best Database
- - - "The PostgreSQL team has demonstrated that it is possible to produce a database with the price and ease of administration of MySQL, but with the feature set of Oracle. " - |
-
- ![]() |
-
- 2003 Linux Journal Editors' Choice Awards for Best Database
- - - |
-
- ![]() |
-
- 2002 Linux New Media Editors Choice Award for Best Database
- - - |
-
- ![]() |
-
- 2000 Linux Journal Editors' Choice Awards for Best Database
- - - "For ``big-database'' features and the configurability and administration advantages of open source, we give PostgreSQL a big thumbs-up." - |
-
- ![]() |
-
- 1999 LinuxWorld Editor's Choice Award for Best Database
- - - |
-
- ![]() |
-
These case studies are just some of the success stories from companies around the world. Each study highlights one or more important aspects of how PostgreSQL solved specific business needs, lowered cost of ownership, and reduced deployment time for a complex data management infrastructure.
-If you are looking for help with PostgreSQL, or this website.
- +If you are looking for help with PostgreSQL, or for help on how to better use the PostgreSQL.org website, please click on the URL below.
+PostgreSQL is an affiliated project of Software in the Public Interest. Funds donated to PostgreSQL are used diff --git a/templates/pages/about/donate_pg_org.html b/templates/pages/about/donate_pg_org.html index 15ee1973..0d286e44 100644 --- a/templates/pages/about/donate_pg_org.html +++ b/templates/pages/about/donate_pg_org.html @@ -2,59 +2,47 @@ {%block title%}Donate{%endblock%} {%block contents%} -
PostgreSQL donations are managed by the Fund raising Group. The money donated goes to many vital services that the PostgreSQL community needs including advocacy materials, conference expenses, legal expenses, and travel costs.
+PostgreSQL donations are managed by the funds group. The money donated goes to many vital services that the PostgreSQL community needs including advocacy materials, conference expenses, legal expenses, and travel costs.
-Donation via credit card is handled through USA ePay using the form below. - -
- +Donations can also be made by mailing a check or sending a money order to Software in the Public Interest, Inc.
+Please be sure to put "PostgreSQL" in the MEMO field.
+You can mail the check or money order to:
+Software in the Public Interest, Inc.
+1732 1st Ave #20327
+New York, NY 10128-5177
+United States
+
Please be aware that PostgreSQL contributions may or may not be tax exempt. For more information please see the SPI website and your local tax advisor. If you would like to donate non-monetary items such as computers or other equipment, please contact the PostgreSQL Funds Group.
diff --git a/templates/pages/about/press.html b/templates/pages/about/press.html index 66e07d47..fa817afc 100644 --- a/templates/pages/about/press.html +++ b/templates/pages/about/press.html @@ -2,7 +2,7 @@ {%block title%}Press{%endblock%} {%block contents%} -For press enquiries, please see the Press Contacts.
diff --git a/templates/pages/about/press/contact.html b/templates/pages/about/press/contact.html index 53ffe417..921522e8 100644 --- a/templates/pages/about/press/contact.html +++ b/templates/pages/about/press/contact.html @@ -2,8 +2,7 @@ {%block title%}PostgreSQL Regional Contacts{%endblock%} {%block contents%} -Please refer to the list of country contacts below for press enquiries.
For general press enquiries in English, see USA & General Enquiries.
@@ -205,5 +204,4 @@When you visit our website, our servers automatically log your IP address and/or host name.
We store information such as your email address, name and locality only if you decide to send us such information by completing a survey, or registering as a user on one of our sites. We collect this information to help us improve the content of our sites, customize the layout of our web pages and to contact people for technical and support purposes. We will not share your email address with other organisations unless required by law.
If you submit content to the website, such as listing your company as a diff --git a/templates/pages/about/users.html b/templates/pages/about/users.html deleted file mode 100644 index b20ccc90..00000000 --- a/templates/pages/about/users.html +++ /dev/null @@ -1,137 +0,0 @@ -{%extends "base/page.html"%} -{%block title%}PostgreSQL Featured Users{%endblock%} -{%block contents%} - -
Here are a few of the hundreds of companies who have built products, solutions, web sites and tools using the world's most advanced open source database system. If you work for a major corporation or organization and you would like to be included in this list, please drop us a line.
- - -The servers that power the services of www.postgresql.org are provided by -different companies and organisations around the world. +different companies and organisations around the world.
-Name | -Provider | -Dedicated | -Specs | -OS | -Location | -Usage | -
---|---|---|---|---|---|---|
{{s.name}} | -- {%for p in s.sponsors.all %} - {{p.name}}{%if not forloop.last%}, {%endif%} - {%endfor%} - | -{{s.dedicated}} | -{{s.performance}} | -{{s.os}} | -{{s.location}} | -{{s.usage}} | -
Name | +Provider | +Dedicated | +Specs | +OS | +Location | +Usage | +
---|---|---|---|---|---|---|
{{ server.name }} | ++ {% for sponsor in server.sponsors.all %} + {{ sponsor.name }}{%if not forloop.last%}, {%endif%} + {% endfor %} + | +{{ server.dedicated|yesno:"Yes,No" }} | +{{ server.performance }} | +{{ server.os }} | +{{ server.location }} | +{{ server.usage }} | +
The following is a categorized list of significant sponsors to PostgreSQL.
+ The following is a categorized list of significant sponsors to PostgreSQL.
Sponsors are listed in no particular order within each section, with just the location of the head office
-for each company shown.
-
{{s.sponsortype.typename}} |
- - | |
{{s.name}} | -{{s.country}} | -
Sponsorship recognition is wholly determined by the - Sponsorship Committee. - | - -
---|
+
+ |
+ + {{ sponsor.name }} + | +{{ sponsor.country }} | +
---|
+ Sponsorship recognition is wholly determined by the Sponsorship Committee. +
{%endblock%} -