Updated "About" pages for modern design and workflow.

This patch also removes a few pages, including:

- Advantages
- Awards
- Case Studies
- Featured Users
- Quotes

The upkeep of and traffic to these pages made them expendable
for the purposes of the new workflow.
This commit is contained in:
Jonathan S. Katz
2018-04-15 23:50:29 -04:00
parent a804631752
commit 79088b19bc
16 changed files with 105 additions and 481 deletions

View File

@ -1,2 +0,0 @@
def get_struct():
yield ('about/quotesarchive/', None)

View File

@ -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,
})

View File

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

View File

@ -1,51 +0,0 @@
{%extends "base/page.html"%}
{%block title %}Advantages{%endblock%}
{%block contents%}
<h1>Advantages</h1>
<p>PostgreSQL offers many advantages for your company or business over other database systems.</p>
<a name="immunity"></a>
<h2>Immunity to over-deployment</h2>
<p>Over-deployment is what some proprietary database vendors regard as their #1 licence compliance problem.&nbsp; With PostgreSQL, no-one can sue you for breaking licensing agreements, as there is <strong>no associated licensing cost for the software.</strong></p>
<p>This has several additional advantages:</p>
<ul>
<li>More profitable business models with wide-scale deployment.</li>
<li>No possibility of being audited for license compliance at any stage.</li>
<li>Flexibility to do concept research and trial deployments without needing to include additional licensing costs.</li>
</ul>
<a name="support"></a>
<h2>Better support than the proprietary vendors</h2>
<p>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.</p>
<a name="staffsavings"></a>
<h2>Significant saving on staffing costs</h2>
<p>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.</p>
<p>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.</p>
<a name="reliability"></a>
<h2>Legendary reliability and stability</h2>
<p>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.&nbsp; Not even once.&nbsp; It just works.</p>
<a name="extensible"></a>
<h2>Extensible</h2>
<p>The source code is available to all at no charge.&nbsp; 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.&nbsp; This is complemented by the community of PostgreSQL professionals and enthusiasts around the globe that also actively extend PostgreSQL on a daily basis.</p>
<a name="crossplat"></a>
<h2>Cross platform</h2>
<p>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.</p>
<a name="highvolume"></a>
<h2>Designed for high volume environments</h2>
<p>We use a multiple row data storage strategy called MVCC to make PostgreSQL extremely responsive in high volume environments.&nbsp; The leading proprietary database vendor uses this technology as well, for the same reasons.</p>
<a name="gui"></a>
<h2>GUI database design and administration tools</h2>
<p>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 <a href="https://wiki.postgresql.org/wiki/Community_Guide_to_PostgreSQL_GUI_Tools">community guide</a> to PostgreSQL GUI Tools.</p>
<a name="features"></a>
<h2>Technical Features</h2>
<p>Please see the <a href="/about/featurematrix/">Feature Matrix</a> for a summary of PostgreSQL's features.
</p>
{%endblock%}

View File

@ -1,118 +0,0 @@
{%extends "base/page.html"%}
{%block title%}Awards{%endblock%}
{%block contents%}
<h1>Awards</h1>
<h2>PostgreSQL, Award Winning Software</h2>
<table cellpadding="5">
<tr>
<td colspan="2">
<strong>2008 Developer.com Product of the Year, Database Tool</strong>
<br/>
<br/>
"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."
</td>
</tr>
<tr><td colspan="2"><hr /></td></tr>
<tr>
<td colspan="2">
<strong>2006 Linux Journal Editors' Choice Awards for Best Database</strong>
<br/>
<br/>
"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."
</td>
</tr>
<tr><td colspan="2"><hr /></td></tr>
<tr>
<td colspan="2">
<strong>2005 Linux Journal Editors' Choice Awards for Best Database</strong>
<br/>
<br/>
"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."
</td>
</tr>
<tr><td colspan="2"><hr /></td></tr>
<tr>
<td>
<strong>2004 ArsTechnica Best Server Application Award</strong>
<br/>
<br/>
"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. "
</td>
<td align="center" valign="middle">
<img src="/media/img/about/awards/ArsTechnicaLogo.png" alt="" />
</td>
</tr>
<tr><td colspan="2"><hr /></td></tr>
<tr>
<td>
<strong>2004 Linux Journal Editors' Choice Awards for Best Database</strong>
<br/>
<br/>
"I strongly recommend PostgreSQL to anyone who needs a relational database."
</td>
<td align="center" valign="middle">
<img src="/media/img/about/awards/LinuxJournalEditorsChoice2004.png" alt="" />
</td>
</tr>
<tr><td colspan="2"><hr /></td></tr>
<tr>
<td>
<strong>2004 Linux New Media Award For Best Database</strong>
<br/>
<br/>
"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. "
</td>
<td align="center" valign="middle">
<img src="/media/img/about/awards/LinuxNewMediaAward2004.jpg" alt="" />
</td>
</tr>
<tr><td colspan="2"><hr /></td></tr>
<tr>
<td>
<strong>2003 Linux Journal Editors' Choice Awards for Best Database</strong>
<br/>
<br/>
</td>
<td align="center" valign="middle">
<img src="/media/img/about/awards/LinuxJournalEditorsChoice2003.png" alt="" />
</td>
</tr>
<tr><td colspan="2"><hr /></td></tr>
<tr>
<td>
<strong>2002 Linux New Media Editors Choice Award for Best Database</strong>
<br/>
<br/>
</td>
<td align="center" valign="middle">
<img src="/media/img/about/awards/LinuxNewMediaAward2002.jpg" alt="" />
</td>
</tr>
<tr><td colspan="2"><hr /></td></tr>
<tr>
<td>
<strong>2000 Linux Journal Editors' Choice Awards for Best Database</strong>
<br/>
<br/>
"For ``big-database'' features and the configurability and administration advantages of open source, we give PostgreSQL a big thumbs-up."
</td>
<td align="center" valign="middle">
<img src="/media/img/about/awards/LinuxJournalEditorsChoice2000.png" alt="" />
</td>
</tr>
<tr><td colspan="2"><hr /></td></tr>
<tr>
<td>
<strong>1999 LinuxWorld Editor's Choice Award for Best Database</strong>
<br/>
<br/>
</td>
<td align="center" valign="middle">
<img src="/media/img/about/awards/LinuxWorldEditorsChoice1999.gif" alt="" />
</td>
</tr>
</table>
{%endblock%}

View File

@ -1,22 +0,0 @@
{%extends "base/page.html"%}
{%block title%}Case Studies{%endblock%}
{%block contents%}
<h1>Case Studies</h1>
<h2>How does PostgreSQL make a difference for businesses?</h2>
<p>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.</p>
<h2>Organizations Using PostgreSQL</h2>
<a href="http://www.osbr.ca/ojs/index.php/osbr/article/view/1142/1093">Afilias</a> <span class="txtMediumGrey"></span><br />
<a href="/files/about/casestudies/wcgcasestudyonpostgresqlv1.2.pdf">BASF</a> <span class="txtMediumGrey">(PDF format)</span><br />
<a href="/about/casestudies/mohawk" target="_self">Mohawk Software</a><br />
<a href="/files/about/casestudies/Proximity10.pdf">Proximity</a> <span class="txtMediumGrey">(PDF format)</span><br />
<a href="/files/about/casestudies/RadioParadise.pdf">Radio Paradise</a> <span class="txtMediumGrey">(PDF format)</span><br/>
<a href="/about/casestudies/shannonmedical" target="_self">Shannon Medical Center</a><br />
<a href="/files/about/casestudies/Spiros.pdf">Spiros Louis Stadium</a> <span class="txtMediumGrey">(PDF format)</span><br/>
<a href="/files/about/casestudies/OpenSourceSoftware_Dravis.pdf">The Dravis Group OSS Report</a> <span class="txtMediumGrey">(PDF format)</span><br/>
<a href="/files/about/casestudies/travelpost_case_study.pdf">Travelpost</a> <span class="txtMediumGrey">(PDF format)</span><br/>
<a href="/files/about/casestudies/valhalla_case_study.pdf">Valhalla</a> <span class="txtMediumGrey">(PDF format)</span><br/>
<a href="/about/casestudies/vanten" target="_self">Vanten Inc.</a><br />
<br />
<br />
<a href="mailto:press@postgresql.org">Share Your Story</a><br />
{%endblock%}

View File

@ -2,7 +2,7 @@
{%block title%}Contact{%endblock%}
{%block contents%}
<h1>Contact</h1>
<h1>Contact <i class="fa fa-address-book"></i></h1>
<h2>Fundraising and donations</h2>
@ -23,8 +23,8 @@ funds group directly at <a href="mailto:funds-group@postgresql.org">funds-group@
This section includes information on regional contacts as well.</p>
<h2>Technical Support</h2>
<p>If you are looking for help with PostgreSQL, or this website.</p>
<p><a href="/support/">Community support</a></p>
<p>If you are looking for help with PostgreSQL, or for help on how to better use the <a href="/">PostgreSQL.org</a> website, please click on the URL below.</p>
<p><a href="/support/">Community Support</a></p>
<h2>Webmasters</h2>

View File

@ -2,7 +2,7 @@
{%block title%}Donate{%endblock%}
{%block contents%}
<h1>Donate</h1>
<h1>Donate <i class="far fa-money-bill-alt"></i></h1>
<h2>General PostgreSQL efforts</h2>
<p>PostgreSQL is an affiliated project of <a href="http://www.spi-inc.org/">Software in the Public Interest.</a> Funds donated to PostgreSQL are used

View File

@ -2,59 +2,47 @@
{%block title%}Donate{%endblock%}
{%block contents%}
<h1>Donate to PostgreSQL</h1>
<h1>Donate to PostgreSQL <i class="far fa-money-bill-alt"></i></h1>
<p>PostgreSQL donations are managed by the <a href="https://wiki.PostgreSQL.org/wiki/SponsorShip">Fund raising Group</a>. The money donated goes to many vital services that the PostgreSQL community needs including advocacy materials, conference expenses, legal expenses, and travel costs.</p>
<p>PostgreSQL donations are managed by the <a href="https://wiki.PostgreSQL.org/wiki/SponsorShip">funds group</a>. The money donated goes to many vital services that the PostgreSQL community needs including advocacy materials, conference expenses, legal expenses, and travel costs.</p>
<h3>Donate by Credit Card (preferred)</h3>
<p>Donation via credit card is handled through USA ePay using the form below.
<!-- begin PaySimple form -->
</p>
<form id="form1" method="post" action="https://www.usaepay.com/interface/epayform/">
<div class="tblBasic">
<table border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr><td class="colFirst" valign="top">
<h3>Donate: </h3>
<select name="UMamount" size="6">
<option value="10.00">10.00 USD</option>
<option value="20.00">20.00 USD</option>
<option value="50.00">50.00 USD</option>
<option value="100.00">100.00 USD</option>
<option value="250.00">250.00 USD</option>
<option value="500.00">500.00 USD</option>
</select>
</td>
<td>
<h3>For other amounts or to donate via American, Canadian Check or Money Order:</h3>
<p>Write the check to Software in the Public Interest, Inc. <strong>Very Important: Put "PostgreSQL" in the Memo field.</strong>
Then mail check or money order to: <br /> <br />
Software in the Public Interest, Inc.<br />
1732 1st Ave #20327<br />
New York, NY 10128-5177<br />
United States<br />
</p>
</td>
</tr>
<tr>
<td id="cp_submit_609397530555" colspan="2" class="colFirst" align="left">
PostgreSQL donations are processed via Paysimple (third party)
and deposited into the PostgreSQL account at Software in the Public
Interest.<br />
<input name="UMdescription" value="PostgreSQL General Contribution" type="hidden" />
<input name="UMkey" value="faI13GX2IiFk4j415yTWXIGo7i3Hb6M5" type="hidden" />
<input name="UMcommand" value="sale" type="hidden" />
<input type="submit" class="cp_button_609397530555" tabindex="2" value="Donate via SPI" />
<input name="UMcommand" value="sale" type="hidden" />
</td>
</tr>
<h2>Donate by Credit Card (preferred)</h2>
<p>Donation via credit card is handled through USA ePay using the form below.</p>
<p>PostgreSQL donations are processed via Paysimple (third party) and deposited
into the PostgreSQL account at Software in the Public Interest (SPI).</p>
</tbody></table>
</div>
<form method="post" action="https://www.usaepay.com/interface/epayform/">
<input name="UMdescription" value="PostgreSQL General Contribution" type="hidden" />
<input name="UMkey" value="faI13GX2IiFk4j415yTWXIGo7i3Hb6M5" type="hidden" />
<input name="UMcommand" value="sale" type="hidden" />
<div class="form-group">
<select id="donate_amount" class="form-control" name="UMamount" size="7">
<option value="10.00">10.00 USD</option>
<option value="25.00">25.00 USD</option>
<option value="50.00">50.00 USD</option>
<option value="100.00">100.00 USD</option>
<option value="250.00">250.00 USD</option>
<option value="500.00">500.00 USD</option>
<option value="1000.00">1000.00 USD</option>
</select>
</div>
<div class="submit-row">
<input class="btn btn-primary cp_button_609397530555" type="button" value="Donate via SPI" />
</div>
</form>
<h2>For other amounts or to donate via American, Canadian Check or Money Order:</h2>
<p>Donations can also be made by mailing a check or sending a money order to Software in the Public Interest, Inc.</p>
<p><strong>Please be sure to put "PostgreSQL" in the MEMO field.</strong></p>
<p>You can mail the check or money order to:<br />
Software in the Public Interest, Inc.<br />
1732 1st Ave #20327<br />
New York, NY 10128-5177<br />
United States<br />
</p>
<h3>Tax deductibility</h3>
<h2>Tax deductibility</h2>
<p>Please be aware that PostgreSQL contributions may or may not be tax exempt. For more information please see the <a href="http://www.spi-inc.org/donations">SPI website</a> and your local tax advisor. If you would like to donate non-monetary items such as computers or other equipment, please contact the <a
href="mailto:funds-group@postgresql.org">PostgreSQL Funds Group</a>.</p>

View File

@ -2,7 +2,7 @@
{%block title%}Press{%endblock%}
{%block contents%}
<h1>Press</h1>
<h1>Press <i class="far fa-newspaper"></i></h1>
<p>For press enquiries, please see the <a href="/about/press/contact/">Press Contacts</a>.</p>

View File

@ -2,8 +2,7 @@
{%block title%}PostgreSQL Regional Contacts{%endblock%}
{%block contents%}
<div id="pgPressContacts">
<h1>Press Contacts</h1>
<h1>Press Contacts <i class="far fa-newspaper"></i></h1>
<p>Please refer to the list of country contacts below for press enquiries.</p>
<p>For general press enquiries in English, see <a href="#USA">USA &amp; General Enquiries</a>.</p>
@ -205,5 +204,4 @@
<br />Cell: +44-7900-255520
</dd>
</dl>
</div>
{%endblock%}

View File

@ -1,7 +1,7 @@
{%extends "base/page.html"%}
{%block title%}Privacy Policy{%endblock%}
{%block contents%}
<h1>Privacy Policy</h1>
<h1>Privacy Policy <i class="fas fa-user-secret"></i></h1>
<p>When you visit our website, our servers automatically log your IP address and/or host name.</p>
<p>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.</p>
<p>If you submit content to the website, such as listing your company as a

View File

@ -1,137 +0,0 @@
{%extends "base/page.html"%}
{%block title%}PostgreSQL Featured Users{%endblock%}
{%block contents%}
<h1>Featured Users</h1>
<p>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 <a href="mailto:webmaster@postgresql.org">drop us a line</a>.</p>
<h2>BioPharm</h2>
<ul>
<li>Affymetrix</li>
<li>American Chemical Society</li>
<li>BASF, Agricultural Product Division (<a href="/files/about/casestudies/wcgcasestudyonpostgresqlv1.2.pdf">case study</a>)</li>
<li>Institut de Biologie et Chimie des Protéines</li>
<li>Genentech, Inc. (<a href="http://conferences.oreillynet.com/cs/os2004/view/e_sess/5336">presentation</a>)</li>
</ul>
<h2>e-Commerce</h2>
<ul>
<li>CD Baby (<a href="http://www.oreillynet.com/pub/wlg/6286?wlg=yes">article</a>)</li>
<li>Champion Products</li>
<li>Endpoint Corporation</li>
<li>Etsy.com</li>
<li>Freeportway</li>
<li>FlightAware (<a href="http://bsdtalk.blogspot.com/2006/05/bsdtalk042-interview-with-karl.html">podcast</a>)</li>
<li>FlightStats</li>
<li>RedSherriff (<a href="http://www.computerworld.com.au/index.php?id=1482975508">article</a>)</li>
<li>Whitepages.com</li>
</ul>
<h2>Education</h2>
<ul>
<li>.LRN Project</li>
<li>Berkman Center for Internet &amp; Society at Harvard University</li>
<li>Cognivity</li>
<li>Moscow State University, Moscow, Russia</li>
<li>Sternberg Astronomical Institute, Russia</li>
<li>Texas Cooperative Extension</li>
<li>University of Alabama, Birmingham</li>
<li>University of California, Berkeley</li>
<li>University of New South Wales</li>
<li>University of Oslo, Norway</li>
<li>University of Sydney</li>
<li>University of Western Sydney</li>
<li>University of Jyväskylä, Finland</li>
<li>Charles University in Prague, Czech Republic</li>
<li>Universit&eacute; Saint-Joseph (USJ) in Lebanon</li>
</ul>
<h2>Finance</h2>
<ul>
<li>Journyx Timesheets</li>
<li>Logictree Systems</li>
<li>Trust-Commerce</li>
</ul>
<h2>Gaming</h2>
<ul>
<li>MobyGames</li>
</ul>
<h2>Government</h2>
<ul>
<li>City of Garden Grove, California</li>
<li>National Physical Laboratory of India</li>
<li>The National Weather Service</li>
<li>Registre Francais des Emissions Polluantes</li>
<li>United Nations Children's Fund</li>
<li>United Nations Industrial Development Organisation</li>
<li>U.S. Agency for International Development</li>
<li>U.S. Centers For Disease Control and Prevention</li>
<li>U.S. Department of Labor</li>
<li>U.S. General Services Administration</li>
<li>U.S. State Department</li>
</ul>
<h2>Healthcare</h2>
<ul>
<li>CalorieKing.com</li>
<li>GNUmed (<a href="http://wiki.gnumed.de/bin/view/Gnumed/DbStructure">white-paper</a>)</li>
<li>Shannon Medical Center (<a href="/about/casestudies/shannonmedical">white-paper</a>)</li>
</ul>
<h2>Manufacturing</h2>
<ul>
<li>eXo2.net Corp</li>
</ul>
<h2>Media</h2>
<ul>
<li>Chicagocrime.org</li>
<li>Creative Commons</li>
<li>Greenpeace</li>
<li>IMDB.com, The Internet Movie Database</li>
<li>Macworld</li>
<li>Penny Arcade</li>
<li>the451.com</li>
<li>The Washington Post U.S. Congress Votes Database</li>
</ul>
<h2>Open Source Projects</h2>
<ul>
<li>Bricolage</li>
<li>Debian</li>
<li>FreshPorts</li>
<li>FLPR (FreeBsd,LightHttpd,PostgreSQL,Ruby)</li>
<li>GForge</li>
<li>LAMP (Linux/Apache/Middleware(Perl,PHP,Python,Ruby)/PostgreSQL)</li>
<li>OpenACS</li>
<li>PostGIS (<a href="http://postgis.refractions.net/documentation/casestudies/">case studies</a>)</li>
<li>SourceForge</li>
</ul>
<h2>Retail</h2>
<ul>
<li>ADP Dealer Services (<a href="http://informationweek.com/story/showArticle.jhtml?articleID=165702187">article</a>)</li>
<li>Courage To Change</li>
<li>Safeway</li>
<li>Tsutaya</li>
<li>The Rockport Company, LLC</li>
</ul>
<h2>Technology</h2>
<ul>
<li>Afilias (<a href="http://www.computerworld.com.au/index.php?id=760310963">article</a>)</li>
<li>Apple</li>
<li>Fujitsu</li>
<li>OmniTI</li>
<li>Red Hat</li>
<li>Sirius IT</li>
<li>Sun Microsystems</li>
</ul>
<h2>Telecom</h2>
<ul>
<li>Cisco</li>
<li>Juniper Networks (<a href="http://www.juniper.net/techpubs/en_US/nsm2009.1/topics/task/verify/firewall-profiler-database-querying-nsm.html">documentation</a>)</li>
<li>NTT Data</li>
<li>Optus</li>
<li>Rambler Internet Holdings</li>
<li>Skype</li>
<li>Telstra</li>
</ul>
<br />
<br />
These users are listed here as a demonstration of their confidence in using PostgreSQL. This is not a solicitation list or directory. Please do not contact these companies with commercial offers or requests for interviews (contact <a href="mailto:press@postgresql.org">press@postgresql.org</a> instead).
{%endblock%}

View File

@ -1,11 +0,0 @@
{%extends "base/page.html"%}
{%block title%}Quotes{%endblock%}
{%block contents%}
<h1>Quotes</h1>
<dl>
{% for obj in quotes %}
<dt>{{obj.quote|safe}}</dt>
<dd class="quote_source">{{obj.who}}, <a href="{{obj.link}}">{{obj.org}}</a></dd>
{% endfor %}
</dl>
{%endblock%}

View File

@ -2,42 +2,42 @@
{%block title%}Servers{%endblock%}
{%block contents%}
<h1>Servers</h1>
<h1>Servers <i class="fas fa-server"></i></h1>
<p>
The servers that power the services of <a href="/">www.postgresql.org</a> are provided by
different companies and organisations around the world.
different companies and organisations around the world.
</p>
<div class="tblBasic">
<table border="0" cellpadding="0" cellspacing="0" class="tblBasicGrey">
<tr>
<th class="colFirst">Name</th>
<th class="colMid">Provider</th>
<th class="colMid">Dedicated</th>
<th class="colMid">Specs</th>
<th class="colMid">OS</th>
<th class="colMid">Location</th>
<th class="colLast">Usage</th>
</tr>
{% for s in servers %}
<tr>
<td class="colFirst">{{s.name}}</td>
<td class="colMid">
{%for p in s.sponsors.all %}
<a href="{{p.url}}">{{p.name}}</a>{%if not forloop.last%}, {%endif%}
{%endfor%}
</td>
<td class="colMid">{{s.dedicated}}</td>
<td class="colMid">{{s.performance}}</td>
<td class="colMid">{{s.os}}</td>
<td class="colMid">{{s.location}}</td>
<td class="colLast">{{s.usage}}</td>
</tr>
{% endfor %}
</table>
</div>
<table class="table table-striped">
<thead class="thead-light">
<tr>
<th>Name</th>
<th>Provider</th>
<th>Dedicated</th>
<th>Specs</th>
<th>OS</th>
<th>Location</th>
<th>Usage</th>
</tr>
</thead>
<tbody>
{%for server in servers %}
<tr>
<th scope="row">{{ server.name }}</th>
<td>
{% for sponsor in server.sponsors.all %}
<a href="{{ sponsor.url }}" target="_blank">{{ sponsor.name }}</a>{%if not forloop.last%}, {%endif%}
{% endfor %}
</td>
<td>{{ server.dedicated|yesno:"Yes,No" }}</td>
<td>{{ server.performance }}</td>
<td>{{ server.os }}</td>
<td>{{ server.location }}</td>
<td>{{ server.usage }}</td>
</tr>
{%endfor%}
</tbody>
</table>
{%endblock%}

View File

@ -2,49 +2,39 @@
{%block title%}Sponsors{%endblock%}
{%block contents%}
<h1>Sponsors</h1>
<h1>Sponsors <i class="fa fa-users"></i></h1>
<p><span class="txtMediumGrey">The following is a categorized list of significant sponsors to PostgreSQL.
<p>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.
</span></p>
for each company shown.</p>
{% for s in sponsors %}
{%ifchanged s.sponsortype %}
{%if not forloop.first %}
</table>
</div>
{%endif%}
<div class="tblBasic">
<table border="0" cellpadding="0" cellspacing="0" class="tblBasicGrey">
<tr>
<td><h1>{{s.sponsortype.typename}}</h1></td>
<td class="colFirst" colspan="2">&nbsp;</td>
</tr>
{%endifchanged%}
<tr>
<td class="colFirst" width="125"><img width="150" src="/media/img/about/sponsors/{{s.logoname}}" alt="{{s.name}} logo" /></td>
<td class="colMid"><a href="{{s.url}}">{{s.name}}</a></td>
<td class="colLast" width="150">{{s.country}}</td>
</tr>
{%endfor%}
</table>
</div>
<div class="tblBasic">
<table border="0" cellpadding="0" cellspacing="0" class="tblBasicGrey">
<tr class="lastrow">
<th colspan="3">Sponsorship recognition is wholly determined by the
<a href="https://wiki.postgresql.org/wiki/Sponsoring">Sponsorship Committee</a>.
</th>
</tr>
</table>
</div>
{% for sponsor in sponsors %}
{% ifchanged sponsor.sponsortype %}
{% if not forloop.first %}
</tbody>
</table>
{% endif %}
<h2>{{ sponsor.sponsortype.typename }}</h2>
<table class="table table-striped">
<tbody>
{% endifchanged%}
<tr>
<th scope="row" style="width: 20%">
<a href="{{ sponsor.url }}" target="_blank">
<img width="150" src="/media/img/about/sponsors/{{ sponsor.logoname }}" alt="{{ sponsor.name }}" />
</a>
</th>
<td style="width: 50%">
<a href="{{ sponsor.url }}" target="_blank">{{ sponsor.name }}</a>
</td>
<td style="width: 30%">{{ sponsor.country }}</td>
</tr>
{% endfor %}
</tbody>
</table>
<h2>Sponsorship Recognition</h2>
<p>
Sponsorship recognition is wholly determined by the <a href="https://wiki.postgresql.org/wiki/Sponsoring" target="_blank">Sponsorship Committee</a>.
</p>
{%endblock%}