swift 05/07/14 09:49:17 Modified: xml/htdocs/doc/en gentoo-sparc-faq.xml Log: Coding Style sais indentation should happen within li if there is word wrapping; undoing made coding style changes and applying a few ones myself. No content change
Revision Changes Path 1.6 +40 -30 xml/htdocs/doc/en/gentoo-sparc-faq.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-sparc-faq.xml?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-sparc-faq.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-sparc-faq.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo Index: gentoo-sparc-faq.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-faq.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gentoo-sparc-faq.xml 14 Jul 2005 08:18:46 -0000 1.5 +++ gentoo-sparc-faq.xml 14 Jul 2005 09:49:17 -0000 1.6 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-faq.xml,v 1.5 2005/07/14 08:18:46 fox2mike Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-faq.xml,v 1.6 2005/07/14 09:49:17 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/gentoo-sparc-faq.xml"> @@ -78,11 +78,26 @@ </p> <table> - <tr><th>Linux</th><th>Windows</th></tr> - <tr><ti>Minicom</ti><ti>Hyperterm</ti></tr> - <tr><ti>Kermit</ti><ti>TeraTerm Pro</ti></tr> - <tr><ti>Console</ti></tr> - <tr><ti>Seyon</ti></tr> +<tr> + <th>Linux</th> + <th>Windows</th> +</tr> +<tr> + <ti>Minicom</ti> + <ti>Hyperterm</ti> +</tr> +<tr> + <ti>Kermit</ti> + <ti>TeraTerm Pro</ti> +</tr> +<tr> + <ti>Console</ti> + <ti></ti> +</tr> +<tr> + <ti>Seyon</ti> + <ti></ti> +</tr> </table> </body> @@ -537,18 +552,13 @@ </p> <ul> + <li><uri link="http://sparc.gentoo.org">Gentoo/SPARC Project Page</uri></li> + <li>#gentoo-sparc - Official IRC channel on irc.freenode.net</li> <li> - <uri link="http://sparc.gentoo.org">Gentoo/SPARC Project Page</uri> + <uri link="http://forums.gentoo.org/viewforum.php?f=27">Gentoo/SPARC + Forum</uri> </li> - <li> - #gentoo-sparc - Official IRC channel on irc.freenode.net - </li> - <li> - <uri link="http://forums.gentoo.org/viewforum.php?f=27">Gentoo/SPARC - Forum</uri> - </li> - <li> - <mail>[EMAIL PROTECTED]</mail> - Gentoo/SPARC team email address + <li><mail>[EMAIL PROTECTED]</mail> - Gentoo/SPARC team email address </li> </ul> @@ -558,30 +568,30 @@ <ul> <li> - <uri link="http://www.ultralinux.org">UltraLinux Homepage</uri> - Homepage - of the SPARC/Linux port + <uri link="http://www.ultralinux.org">UltraLinux Homepage</uri> - Homepage + of the SPARC/Linux port </li> <li> - <uri link="http://sunsolve.sun.com">Sunsolve</uri> - Great resource for Sun - hardware documentation + <uri link="http://sunsolve.sun.com">Sunsolve</uri> - Great resource for Sun + hardware documentation </li> <li> - <uri>http://docs.sun.com</uri> - Additional hardware and software - information for SPARC systems, including instructions for flashing OBP + <uri>http://docs.sun.com</uri> - Additional hardware and software + information for SPARC systems, including instructions for flashing OBP </li> <li> - <uri link="http://www.obsolyte.com">Obsolyte</uri> - Information on older - SPARC systems and links to a lot of other great SPARC related sites. + <uri link="http://www.obsolyte.com">Obsolyte</uri> - Information on older + SPARC systems and links to a lot of other great SPARC related sites. </li> <li> - <uri - link="http://040.digital-bless.com/texts/Unofficial_Sun_Blade_100_FAQ.htm">Unofficial - Sun Blade 100 FAQ</uri> - Answers a lot of hardware related questions on - the Blade 100 + <uri + link="http://040.digital-bless.com/texts/Unofficial_Sun_Blade_100_FAQ.htm">Unofficial + Sun Blade 100 FAQ</uri> - Answers a lot of hardware related questions on + the Blade 100 </li> <li> - <uri link="http://docs.sun.com/db/coll/216.2">OBP Reference Guide</uri> - - Sun's guide to the OpenBoot PROM. + <uri link="http://docs.sun.com/db/coll/216.2">OBP Reference Guide</uri> - + Sun's guide to the OpenBoot PROM. </li> </ul> -- [email protected] mailing list
