svn commit: r53664 - in head/en_US.ISO8859-1: articles/linux-emulation books/handbook/desktop htdocs

Sergio Carlavilla Delgado carlavilla at FreeBSD.org
Sat Dec 7 16:24:23 UTC 2019


Author: carlavilla
Date: Sat Dec  7 16:24:22 2019
New Revision: 53664
URL: https://svnweb.freebsd.org/changeset/doc/53664

Log:
  Remove the Opera Browser as a recommended web browser.
  
  PR:		242495
  Submitted by:	ultimateninjamaster948 at gmail.com
  Patch by:	carlavilla@
  Approved by:	bcr@
  Differential Revision:	https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242495

Modified:
  head/en_US.ISO8859-1/articles/linux-emulation/article.xml
  head/en_US.ISO8859-1/books/handbook/desktop/chapter.xml
  head/en_US.ISO8859-1/htdocs/applications.xml

Modified: head/en_US.ISO8859-1/articles/linux-emulation/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/linux-emulation/article.xml	Sat Dec  7 15:29:01 2019	(r53663)
+++ head/en_US.ISO8859-1/articles/linux-emulation/article.xml	Sat Dec  7 16:24:22 2019	(r53664)
@@ -2436,7 +2436,6 @@ openat(stdio, bah\, flags, mode)	/* returns error beca
 
       <para>We are able to run the most used applications like
 	<package>www/linux-firefox</package>,
-	<package>www/linux-opera</package>,
 	<package>net-im/skype</package> and some games from the
 	Ports Collection.  Some of the programs exhibit bad
 	behavior under 2.6 emulation but this is currently under

Modified: head/en_US.ISO8859-1/books/handbook/desktop/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/desktop/chapter.xml	Sat Dec  7 15:29:01 2019	(r53663)
+++ head/en_US.ISO8859-1/books/handbook/desktop/chapter.xml	Sat Dec  7 16:24:22 2019	(r53664)
@@ -109,13 +109,6 @@
 	  </row>
 
 	  <row>
-	    <entry><application>Opera</application></entry>
-	    <entry>light</entry>
-	    <entry>light</entry>
-	    <entry>&os; and &linux; versions are available</entry>
-	  </row>
-
-	  <row>
 	    <entry><application>Konqueror</application></entry>
 	    <entry>medium</entry>
 	    <entry>heavy</entry>
@@ -170,60 +163,6 @@
 
       <screen>&prompt.root; <userinput>cd /usr/ports/www/firefox</userinput>
 &prompt.root; <userinput>make install clean</userinput></screen>
-    </sect2>
-
-    <sect2>
-      <title>Opera</title>
-
-      <indexterm>
-	<primary><application>Opera</application></primary>
-      </indexterm>
-
-      <para><application>Opera</application> is a full-featured and
-	standards-compliant browser which is still lightweight and
-	fast.  It comes with a built-in mail and news reader, an IRC
-	client, an RSS/Atom feeds reader, and more.  It is available
-	as a native &os; version and as a version that runs under
-	&linux; emulation.</para>
-
-      <para>This command installs the package of the &os; version of
-	<application>Opera</application>.  Replace
-	<literal>opera</literal> with <literal>linux-opera</literal>
-	to instead install the &linux; version.</para>
-
-      <screen>&prompt.root; <userinput>pkg install opera</userinput></screen>
-
-      <para>Alternately, install either version through the Ports
-	Collection.  This example compiles the native version:</para>
-
-      <screen>&prompt.root; <userinput>cd /usr/ports/www/opera</userinput>
-&prompt.root; <userinput>make install clean</userinput></screen>
-
-      <para>To install the &linux; version, substitute
-	<literal>linux-opera</literal> in place of
-	<literal>opera</literal>.</para>
-
-      <para>To install &adobe; &flash; plugin support, first compile
-	the <package role="port">www/linux-flashplayer</package>
-	port.  Licensing restrictions prevent making a package
-	available.  Then install <package
-	  role="port">www/opera-linuxplugins</package>.  This example
-	compiles both applications from ports:</para>
-
-      <screen>&prompt.root; <userinput>cd /usr/ports/www/linux-flashplayer</userinput>
-&prompt.root; <userinput>make install clean</userinput>
-&prompt.root; <userinput>cd /usr/ports/www/opera-linuxplugins</userinput>
-&prompt.root; <userinput>make install clean</userinput></screen>
-
-      <para>Once installed, check the presence of the plugin by
-	starting the browser, entering
-	<literal>opera:plugins</literal> in the location bar and
-	pressing <keycap>Enter</keycap>.  A list should appear with
-	all the currently available plugins.</para>
-
-      <para>To add the <application>&java;</application> plugin,
-	follow install
-	<package role="port">java/icedtea-web</package>.</para>
     </sect2>
 
     <sect2>

Modified: head/en_US.ISO8859-1/htdocs/applications.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/applications.xml	Sat Dec  7 15:29:01 2019	(r53663)
+++ head/en_US.ISO8859-1/htdocs/applications.xml	Sat Dec  7 16:24:22 2019	(r53664)
@@ -100,10 +100,9 @@
 
 	<li><b>Net surfing.</b> A real UNIX workstation makes a great Internet
 	  surfboard. FreeBSD versions of <a
-	    href="http://www.chromium.org/Home">Chromium</a>, <a
+	    href="http://www.chromium.org/Home">Chromium</a> and <a
 	    href="http://www.mozilla.org/firefox/">Firefox</a>
-	  and <a href="http://www.opera.com/">Opera</a> are available
-	  for serious web users.  Surf the web,
+	  are available for serious web users.  Surf the web,
 	  publish your own web pages, read Usenet news, and send and receive
 	  email with a FreeBSD system on your desktop.</li>
 


More information about the svn-doc-all mailing list