Remove supportedplatforms.sgml from the admin documentation as this
authorChristopher Browne <cbbrowne@ca.afilias.info>
Thu, 22 Sep 2011 14:58:57 +0000 (10:58 -0400)
committerChristopher Browne <cbbrowne@ca.afilias.info>
Thu, 22 Sep 2011 14:58:57 +0000 (10:58 -0400)
is not being updated consistently, and that seems worse than omitting
it.

doc/adminguide/filelist.sgml
doc/adminguide/slony.sgml
doc/adminguide/supportedplatforms.sgml [deleted file]

index b1f6c09096dd01388415d8a8627e2c2cd2d09278..29ef6d289e92903a088dd387fd4e2862045c4218 100644 (file)
@@ -35,7 +35,6 @@
 <!entity slonybook          SYSTEM "slony.sgml">
 <!entity logshipfile        SYSTEM "logshipping.sgml">
 <!entity locking            SYSTEM "locking.sgml">
-<!entity supportedplatforms SYSTEM "supportedplatforms.sgml">
 <!entity testbed            SYSTEM "testbed.sgml">
 <!entity loganalysis        SYSTEM "loganalysis.sgml">
 <!entity slonyupgrade       SYSTEM "slonyupgrade.sgml">
index 4d688c9d7b6322ba28c3ace7b5bde434ec8d3959..c41343bad9f9b2f47b1f9aa348fe3b5306d43e05 100644 (file)
 <chapter id="appendix">
 <title>Appendix</title>
     &faq;
-    &supportedplatforms;
     &releasechecklist;
     &usingslonik;
     &help;
diff --git a/doc/adminguide/supportedplatforms.sgml b/doc/adminguide/supportedplatforms.sgml
deleted file mode 100644 (file)
index 75e7550..0000000
+++ /dev/null
@@ -1,122 +0,0 @@
-<sect1 id="supportedplatforms">
-<title>&slony1; Supported Platforms</title>
-
-<indexterm><primary>platforms supported</primary></indexterm>
-
-<para>
-Slony-I has been verified by to work on the platforms which are listed 
-below. Slony-I can be successfully built, installed and run on these 
-platforms.
-</para>
-
-<para> Last updated: May 03, 2010</para>
-
-<para>If you experience problems in these platforms, please subscribe to 
-<ulink url="http://lists.slony.info/mailman/listinfo/slony1-general">Slony-I 
-Mailing List</ulink> and ask your questions.</para>
-
- <table id="platform-table">
-   <title>Supported Platforms</title>
-                                                                                                    
-   <tgroup cols="6">
-    <thead>
-     <row>
-      <entry>OS</entry>
-      <entry>Version</entry>
-      <entry>Processor series</entry>
-      <entry>Date last reported</entry>
-      <entry>Reported by</entry>
-      <entry>Remarks</entry>
-     </row>
-    </thead>
-
- <tbody>
-     <row>
-      <entry>Debian</entry>
-      <entry>Lenny</entry>
-      <entry>32 and 64 bit</entry>
-      <entry>Aug 9, 2009</entry>
-      <entry>adolfomaltez at gmail dot com</entry>
-      <entry>&postgres; Version: 8.3</entry>
-     </row>
-
-     <row>
-      <entry>Debian</entry>
-      <entry>Lenny</entry>
-      <entry>32 and 64 bit</entry>
-      <entry>May 03, 2010</entry>
-      <entry>devrim at gunduz dot org</entry>
-      <entry>&postgres; Version: 8.4.3</entry>
-     </row>
-
-     <row>
-      <entry>Fedora</entry>
-      <entry>9,10,11,12</entry>
-      <entry>Intel - 32 bit, 64 bit</entry>
-      <entry>Aug 9, 2009</entry>
-      <entry>devrim at gunduz dot org</entry>
-      <entry>&postgres; Version: 8.4.3, 8.3.7</entry>
-     </row>
-
-     
-
-
-     <row>
-      <entry>FreeBSD</entry>
-      <entry>6.X</entry>
-      <entry>AMD64</entry>
-      <entry>Aug 9, 2009</entry>
-      <entry>wmoran at potentialtech dot com </entry>
-      <entry>&postgres; Version: 8.3</entry>
-     </row>
-
-     <row>
-      <entry>FreeBSD</entry>
-      <entry>7.X</entry>
-      <entry>AMD64</entry>
-      <entry>Aug 9, 2009</entry>
-      <entry>wmoran at potentialtech dot com </entry>
-      <entry>&postgres; Version: 8.3</entry>
-     </row>
-
-    
-
-     <row>
-      <entry>Red Hat Enterprise Linux</entry>
-      <entry>5</entry>
-      <entry>x86, x86_64</entry>
-      <entry>May 03, 2010</entry>
-      <entry>devrim at gunduz dot org</entry>
-      <entry>&postgres; Version: 8.4.3, 8.3.10</entry>
-     </row>
-
-     <row>
-      <entry>Solaris</entry>
-      <entry>9</entry>
-      <entry>sparc</entry>
-      <entry>Aug 9, 2009</entry>
-      <entry>devrim at gunduz dot org</entry>
-      <entry>&postgres;  8.3</entry>
-     </row>
-
-    
-
- </tbody>
-   </tgroup>
-  </table>
-</sect1>
-<!-- Keep this comment at the end of the file
-Local variables:
-mode:sgml
-sgml-omittag:nil
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:1
-sgml-indent-data:t
-sgml-parent-document:"slony.sgml"
-sgml-exposed-tags:nil
-sgml-local-catalogs:("/usr/lib/sgml/catalog")
-sgml-local-ecat-files:nil
-End:
--->