Re: [Pgweb] r2149 - in trunk/archives/html: . includes

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>
Subject: Re: [Pgweb] r2149 - in trunk/archives/html: . includes
Date: 2008-06-30 13:25:30
Message-ID: 4868DECA.5060004@hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

What's the reason for this? :-)

Keeping it on the main website gets you the global distribution for
faster access, and also better caching for people... Is there any reason
not to use that?

//Magnus

pgweb(at)pgweb(dot)postgresql(dot)org wrote:
> Author: alvherre
> Date: 2008-06-30 06:19:50 -0700 (Mon, 30 Jun 2008)
> New Revision: 2149
>
> Modified:
> trunk/archives/html/
> trunk/archives/html/includes/top_config.php
> Log:
> Use a svn:external property to have the layout files in place instead of
> referring to www.postgresql.org.
>
>
>
> Property changes on: trunk/archives/html
> ___________________________________________________________________
> Name: svn:externals
> + layout/css https://pgweb.postgresql.org/svn/trunk/portal/layout/css
> layout/js https://pgweb.postgresql.org/svn/trunk/portal/layout/js
> layout/images https://pgweb.postgresql.org/svn/trunk/portal/layout/images
>
>
>
> Modified: trunk/archives/html/includes/top_config.php
> ===================================================================
> --- trunk/archives/html/includes/top_config.php 2008-06-30 11:56:31 UTC (rev 2148)
> +++ trunk/archives/html/includes/top_config.php 2008-06-30 13:19:50 UTC (rev 2149)
> @@ -1,9 +1,10 @@
> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
> <link rel="shortcut icon" href="/favicon.ico" />
>
> - <style type="text/css" media="screen" title="Normal Text">@import url("http://www.postgresql.org/layout/css/blue/fixed.css");</style>
> - <link rel="alternate stylesheet" media="screen" href="http://www.postgresql.org/layout/css/blue/fixed_large.css" type="text/css" title="Large Text" />
> - <script type="text/javascript" src="http://www.postgresql.org/layout/js/styleswitcher.js"></script>
> - <script type="text/javascript" src="http://www.postgresql.org/layout/js/geckostyle.js"></script>
> + <style type="text/css" media="screen" title="Normal Text">@import url("/layout/css/blue/fixed.css");</style>
> + <link rel="alternate stylesheet" media="screen" href="/layout/css/blue/fixed_large.css" type="text/css" title="Large Text" />
> + <script type="text/javascript" src="/layout/js/styleswitcher.js"></script>
> + <script type="text/javascript" src="/layout/js/geckostyle.js"></script>
>
>
> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script><script type="text/javascript">_uacct = "UA-1345454-2";urchinTracker();</script>
> @@ -39,20 +40,20 @@
> <div id="pgHeader">
> <h2 class="pgBlockHide">Header And Logo</h2>
> <div id="pgHeaderLogoLeft">
> - <a href="http://www.postgresql.org/" title="PostgreSQL"><img src="http://www.postgresql.org/layout/images/hdr_left.png" width="230" height="80" alt="PostgreSQL" /></a>
> + <a href="http://www.postgresql.org/" title="PostgreSQL"><img src="/layout/images/hdr_left.png" width="230" height="80" alt="PostgreSQL" /></a>
> </div>
> <div id="pgHeaderLogoRight">
> <span class="txtOffScreen">|</span>
> - <a href="http://www.postgresql.org/" title="The world's most advanced open source database."><img src="http://www.postgresql.org/layout/images/hdr_right.png" width="210" height="80" alt="The world's most advanced open source database." /></a>
> + <a href="http://www.postgresql.org/" title="The world's most advanced open source database."><img src="/layout/images/hdr_right.png" width="210" height="80" alt="The world's most advanced open source database." /></a>
> </div>
> </div>
> <h2 class="pgBlockHide">Site Navigation</h2>
> <div id="pgTopNav">
> <div id="pgTopNavLeft">
> - <img src="http://www.postgresql.org/layout/images/nav_lft.png" width="7" height="23" alt="" />
> + <img src="/layout/images/nav_lft.png" width="7" height="23" alt="" />
> </div>
> <div id="pgTopNavRight">
> - <img src="http://www.postgresql.org/layout/images/nav_rgt.png" width="7" height="23" alt="" />
> + <img src="/layout/images/nav_rgt.png" width="7" height="23" alt="" />
> </div>
> <ul id="pgTopNavList">
> <li>
>
> _______________________________________________
> Pgweb mailing list
> Pgweb(at)pgweb(dot)postgresql(dot)org
> http://community1.commandprompt.com/cgi-bin/mailman/listinfo/pgweb

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Alvaro Herrera 2008-06-30 13:34:22 Re: [Pgweb] r2149 - in trunk/archives/html: . includes
Previous Message Peter Eisentraut 2008-06-28 20:52:34 Re: Removal of the patches email list