Pre-launch cleanup.
authorDave Page <dpage@pgadmin.org>
Wed, 1 Jul 2020 10:22:04 +0000 (11:22 +0100)
committerDave Page <dpage@pgadmin.org>
Wed, 1 Jul 2020 10:22:04 +0000 (11:22 +0100)
.gitignore [new file with mode: 0644]
templates/base.html
templates/pages/howtozypp.html
templates/pages/news/rsync-support-for-sles-available.html
templates/pages/thanks.html

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..4befed3
--- /dev/null
@@ -0,0 +1,2 @@
+.DS_Store
+.idea
index 172132f5c95b276af94cfbd71e20b350bee6978c..22e84ab255999c3f9970fd6b2a549582c6ed0bcf 100644 (file)
@@ -6,8 +6,8 @@
     new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
     j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
     'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
-    })(window,document,'script','dataLayer','GTM-NDMJ7KJ');</script>
-<!-- End Google Tag Manager -->
+    })(window,document,'script','dataLayer','GTM-TNZNCXP');</script>
+    <!-- End Google Tag Manager -->
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 
@@ -21,7 +21,7 @@
   </head>
   <body>
     <!-- Google Tag Manager (noscript) -->
-    <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NDMJ7KJ"
+    <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TNZNCXP"
     height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
     <!-- End Google Tag Manager (noscript) -->
 
index 201a34ec939608587424f204bf322f76a4849eac..033d6b8fab09453dfddf28c929a1f8947ddd4ce2 100644 (file)
 {%block maincontent%}
 
 <h1>PostgreSQL - SLES Repo Configuration</h1>
-       <h2>Available SuSE repository configuration files</h2>
 
-       <p>
-       You can use the zypper package manager to install PostgreSQL and/or other components on an SLES 12 / SLES 15 host.
-       zypper will attempt to satisfy package dependencies as it installs a package, but some components require access to specific repositories that are not hosted at postgresql.org. <bR><BR>
-       To add PostgreSQL and/or other components, use the following commands to add PostgreSQL community repository configuration files to your SLES host:
-       <p>
-
-<!--           <p> -->
-<!--           <a name="pg12"><li>PostgreSQL 12<font color="red"> <b>CRASH TESTING ONLY!!! NOT EVEN FOR ALPHA TESTING, NOT FOR PRODUCTION. USE 10 PACKAGES FOR PRODUCTION</b></font></a>-->
-<!--           <a name="pg11"><li>PostgreSQL 11<font color="red"> <b>CRASH TESTING ONLY!!! NOT EVEN FOR ALPHA TESTING, NOT FOR PRODUCTION. USE 10 PACKAGES FOR PRODUCTION</b></font></a>-->
-               <a href="/packages/#pg13" name="pg13sles">PostgreSQL 13</a><span class="pgyum-warning"> (v13 PACKAGES ARE FOR BETA TESTING ONLY! USE v12 PACKAGES FOR PRODUCTION)</span>.</li>
-                       <ul>
-                               <li><i>SLES 12: zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-13.repo</i></li>
-                               <li><i>SLES 15: zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-15-pg13.repo</i></li>
-                       </ul>
-               </p>
-       <BR>
-               <p>
-               <a href="/packages/#pg12" name="pg12sles">PostgreSQL 12</a>
-                       <ul>
-                               <li><i>SLES 12: zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-12.repo</i></li>
-                               <li><i>SLES 15: zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-15-pg12.repo</i></li>
-                       </ul>
-               </p>
-
-       <BR>
-               <p>
-               <a href="/packages/#pg11" name="pg11sles">PostgreSQL 11</a>
-                       <ul>
-                               <li><i>SLES 12: zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-11.repo</i></li>
-       <!--                    <li><i>SLES 15: zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-15-pg11.repo</i><li>-->
-                       </ul>
-               </p>
-
-
-       <BR>
-               <p>
-               <a href="/packages/#pg10" name="pg10sles">PostgreSQL 10</a>
-                       <ul>
-                               <li><i>SLES 12: zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-10.repo</i></li>
-                       </ul>
-               </p>
+<h2>Available SuSE repository configuration files</h2>
 
+<p>
+    You can use the zypper package manager to install PostgreSQL and/or other
+    components on an SLES 12 / SLES 15 host. zypper will attempt to satisfy
+    package dependencies as it installs a package, but some components require
+    access to specific repositories that are not hosted at postgresql.org.
+</p>
+<p>
+    To add PostgreSQL and/or other components, use the following commands to
+    add PostgreSQL community repository configuration files to your SLES host:
+</p>
 
+<p>
+    <a href="/packages/#pg13" name="pg13sles">PostgreSQL 13</a><span class="pgyum-warning"> (v13 PACKAGES ARE FOR BETA TESTING ONLY! USE v12 PACKAGES FOR PRODUCTION)</span>.
+</p>
+<ul>
+    <li>SLES 12: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-13.repo</code></li>
+    <li>SLES 15: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-15-pg13.repo</code></li>
+</ul>
 
-       <BR>
-               <p>
-               <a href="/packages/#pg96" name="pg10sles">PostgreSQL 9.6</a>
-                       <ul>
-                               <li><i>SLES 12: zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-96.repo</i></li>
-                       </ul>
-               </p>
+<p>
+    <a href="/packages/#pg12" name="pg12sles">PostgreSQL 12</a>
+</p>
+<ul>
+    <li>SLES 12: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-12.repo</code></li>
+    <li>SLES 15: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-15-pg12.repo</code></li>
+</ul>
 
-       <BR>
-               <p>
-               <a href="/packages/#pg95" name="pg10sles">PostgreSQL 9.5</a>
-                       <ul>
-                               <li><i>SLES 12: zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-95.repo</i></li>
-                       </ul>
-               </p>
+<p>
+    <a href="/packages/#pg11" name="pg11sles">PostgreSQL 11</a>
+</p>
+    <ul>
+        <li>SLES 12: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-11.repo</code></li>
+    </ul>
 
+<p>
+    <a href="/packages/#pg10" name="pg10sles">PostgreSQL 10</a>
 </p>
+    <ul>
+        <li>SLES 12: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-10.repo</code></li>
+    </ul>
+
 <p>
-After creating the repository configuration files, use the zypper refresh command to refresh the metadata on your SLES host to include the PostgreSQL SUSE repositories:
+    <a href="/packages/#pg96" name="pg10sles">PostgreSQL 9.6</a>
 </p>
+<ul>
+    <li>SLES 12: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-96.repo</code></li>
+</ul>
+
 <p>
-       <i><ul> zypper refresh</ul></i>
+    <a href="/packages/#pg95" name="pg10sles">PostgreSQL 9.5</a>
 </p>
+<ul>
+    <li>SLES 12: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-95.repo</code></li>
+</ul>
 
 <p>
-       Before installing PostgreSQL and/or other supporting components, you must also add SUSEConnect and the SUSE Package Hub extension to the SLES host,
-               and register the host with SUSE, allowing access to SUSE repositories. Use the commands:
+    After creating the repository configuration files, use the <code>zypper
+    refresh</code> command to refresh the metadata on your SLES host to
+    include the PostgreSQL SUSE repositories:
+</p>
 <p>
+       <code>zypper refresh</code>
+</p>
+
 <p>
-               <ul><i>
-               zypper install SUSEConnect<BR>
-               SUSEConnect -p PackageHub/12/x86_64<BR>
-               SUSEConnect -p sle-sdk/12/x86_64<BR>
-               </i></ul>
+       Before installing PostgreSQL and/or other supporting components, you must
+    also add SUSEConnect and the SUSE Package Hub extension to the SLES host,
+       and register the host with SUSE, allowing access to SUSE repositories. Use
+    the commands:
+</p>
+    <code>
+               zypper install SUSEConnect<br/>
+               SUSEConnect -p PackageHub/12/x86_64<br/>
+               SUSEConnect -p sle-sdk/12/x86_64<br/>
+       </code>
 </p>
 <p>
-               For detailed information about registering a SUSE host, visit: <a href="https://www.suse.com/support/kb/doc/?id=7016626">https://www.suse.com/support/kb/doc/?id=7016626</a>
+       For detailed information about registering a SUSE host, visit:
+    <a href="https://www.suse.com/support/kb/doc/?id=7016626">https://www.suse.com/support/kb/doc/?id=7016626</a>.
 </p>
 
+<h2>Installing PostgreSQL on SLES host</h2>
 
-       <h1>Installing PostgreSQL on SLES host</h1>
+<p>
+    After adding the repo, use the following command to install PostgreSQL on
+    the SLES host:
+</p>
+<p>
+       <a name="pg12install">PostgreSQL 12:</a>
+</p>
+<p>
+       <a name="pg12slesinstall"></a>
+    <code>zypper install postgresql12-server</code>
+</p>
 
 <p>
-<BR>   After adding the repo, use the following command to install PostgreSQL to the SLES host:
+       <a name="pg11install">PostgreSQL 11:</a>
+</p>
+<p>
+    <a name="pg11slesinstall"></a>
+       <code>zypper install postgresql11-server</code>
 </p>
 
 <p>
-       <p>
-<!--           <a name="pg12install"><li>PostgreSQL 12<font color="red"> <b>CRASH TESTING ONLY!!! NOT EVEN FOR ALPHA TESTING, NOT FOR PRODUCTION. USE 10 PACKAGES FOR PRODUCTION</b></font></a>-->
-<!--           <a name="pg12install"><li>PostgreSQL 12<font color="red"> <b>BETA TESTING ONLY!!! NOT FOR PRODUCTION. USE 11 PACKAGES FOR PRODUCTION</b></font></a>-->
-               <a name="pg12install"><li>PostgreSQL 12</a></li>
-                       <a name="pg12slesinstall"></a>
-                       <ul><i>zypper install postgresql12-server</i></ul>
-                       <BR>
-                       </ul>
-       </p>
+       <a name="pg10install">PostgreSQL 10:</a>
+</p>
+<p>
+    <a name="pg10slesinstall"></a>
+       <code>zypper install postgresql10-server</code>
+</p>
 
-       <p>
-               <a name="pg11install"><li>PostgreSQL 11</a></li>
-                       <ul><i>zypper install postgresql11-server</i></ul>
-                       <BR>
-                       </ul>
-       </p>
-       <p>
-               <a name="pg10install"><li>PostgreSQL 10</a></li>
-                       <ul><i>zypper install postgresql10-server</i></ul>
-                       <BR>
-                       </ul>
-       </p>
-       <p>
-               <a name="pg96install"><li>PostgreSQL 9.6</a>
-                       <ul><i>zypper install postgresql96-server</i></ul>
-       </ul>
-       <BR>
+<p>
+       <a name="pg96install">PostgreSQL 9.6:</a>
+</p>
+<p>
+    <a name="pg96slesinstall"></a>
+       <code>zypper install postgresql96-server</code>
+</p>
 
-       </ul>
-               <p>
-               <a name="pg95install"><li>PostgreSQL 9.5</a>
-                       <ul><i>zypper install postgresql95-server</i></ul>
-       </ul>
-       <BR>
+<p>
+       <a name="pg95install">PostgreSQL 95:</a>
+</p>
+<p>
+    <a name="pg95slesinstall"></a>
+       <code>zypper install postgresql95-server</code>
+</p>
 
-       Please take a look at the <a href="/packages.php">PostgreSQL SuSE package list</a> to see what other packages are available in the repository.
+<p>
+       Please take a look at the <a href="/packages.php">PostgreSQL SuSE package
+    list</a> to see what other packages are available in the repository.
 </p>
 
 {%endblock%}
index 2bf3c8cf1f582f40b91d523b52c7a20fad6779c4..ce685678d54c718129ce8b62a03be394301ab60d 100644 (file)
@@ -4,38 +4,26 @@
 
 <h1>  rsync support for PostgreSQL SUSE repository is now available.</h1>
 <p>
-        Here are the list of modules for SLES: 
-<br>
-       $ rsync zypp.postgresql.org::
-       <br>
-       <br>
-       pgrpmzypp-12    PostgreSQL 12 ZYPP Repository
-       <br>
-       pgrpmzypp-11    PostgreSQL 11 ZYPP Repository
-       <br>
-       pgrpmzypp-10    PostgreSQL 10 ZYPP Repository
-       <br>
-       pgrpmzypp-9.6   PostgreSQL 9.6 ZYPP Repository
-       <br>
-       pgrpmzypp-9.5   PostgreSQL 9.5 ZYPP Repository
-
-
-       <br>
-       pgsrpmzypp-12   PostgreSQL 12 ZYPP Repository
-       <br>
-       pgsrpmzypp-11   PostgreSQL 11 ZYPP Repository
-       <br>
-       pgsrpmzypp-10   PostgreSQL 10 ZYPP Repository
-       <br>
-       pgsrpmzypp-9.6  PostgreSQL 9.6 ZYPP Repository
-       <br>
-       pgsrpmzypp-9.5  PostgreSQL 9.5 ZYPP Repository
-       <br>
-       zypp-repo       PostgreSQL ZYPP Repository
-
+        Here is the list of modules for SLES:
+</p>
+<p>
+    <code>
+        $ rsync zypp.postgresql.org::<br/>
+        pgrpmzypp-12   PostgreSQL 12 ZYPP Repository<br/>
+        pgrpmzypp-11   PostgreSQL 11 ZYPP Repository<br/>
+        pgrpmzypp-10   PostgreSQL 10 ZYPP Repository<br/>
+        pgrpmzypp-9.6  PostgreSQL 9.6 ZYPP Repository<br/>
+        pgrpmzypp-9.5  PostgreSQL 9.5 ZYPP Repository<br/>
+        pgsrpmzypp-12  PostgreSQL 12 ZYPP Repository<br/>
+        pgsrpmzypp-11  PostgreSQL 11 ZYPP Repository<br/>
+        pgsrpmzypp-10  PostgreSQL 10 ZYPP Repository<br/>
+        pgsrpmzypp-9.6 PostgreSQL 9.6 ZYPP Repository<br/>
+        pgsrpmzypp-9.5 PostgreSQL 9.5 ZYPP Repository<br/>
+        zypp-repo      PostgreSQL ZYPP Repository<br/>
+    </code>
+</p>
 <p>
        Please report any packaging related errors to <a href="/contact/">us</a>.
-       </blockquote>
 </p>
 
 {%endblock%}
index fd6227efa2cd6e96a1052cbd11ca354ceec4891b..25855b67193da1b1b640560d40993387e4d36f24 100644 (file)
@@ -16,7 +16,7 @@
 <ul>
     <li>Dave Page: Countless number of support</li>
     <li>Magnus Hagander: Great ideas, tech infrastructure</li>
-    <li>Syed Fahar Abbas (QA testing)</li>
+    <li>Syed Fahar Abbas: QA testing</li>
 </ul>
 
 {%endblock%}