| Summary: | [handbook] document Konqueror with Webkit support to improving browsing | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Alvaro <gobledb> |
| Component: | Books & Articles | Assignee: | Isabell Long <issyl0> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Alvaro
2011-07-29 17:00:20 UTC
----- Forwarded message from Alvaro Castillo <gobledb@gmail.com> ----- Date: Sat, 30 Jul 2011 17:22:05 +0100 From: Alvaro Castillo <gobledb@gmail.com> To: Mark Linimon <linimon@lonesome.com> Subject: Re: docs/159298: Konqueror with Webkit support to improving browsing Add on FreeBSD Handbook, Browser Section 6.2.6 Konqueror Greets! ---------------------------------------------------------------------------------------------------------- netSys------ http://www.byteandbit.info ----- End forwarded message ----- Responsible Changed From-To: freebsd-doc->issyl0 Claim. Author: issyl0 Date: Wed Jul 25 13:24:34 2012 New Revision: 39265 URL: http://svn.freebsd.org/changeset/doc/39265 Log: Konqueror supports WebKit. Add information about how to make it work under FreeBSD to the desktop section of the Handbook. PR: docs/159298 Approved by: gjb (mentor) Modified: head/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml Modified: head/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml Wed Jul 25 11:28:50 2012 (r39264) +++ head/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml Wed Jul 25 13:24:34 2012 (r39265) @@ -408,6 +408,18 @@ <application>Konqueror</application>, available in <filename role="package">misc/konq-plugins</filename>.</para> + <para><application>Konqueror</application> supports WebKit as + well as its own KHTML. WebKit is used by many modern browsers + including Chromium. To use WebKit with + <application>Konqueror</application> on &os;:</para> + + <screen>&prompt.root; <userinput>cd /usr/ports/www/kwebkitpart</userinput> +&prompt.root; <userinput>make install clean</userinput></screen> + + <para>Then in <application>Konqueror</application>, click + <quote>Settings</quote>, <quote>Configure Konqueror</quote>, + then <quote>Change KHTML to WebKit</quote>.</para> + <para><application>Konqueror</application> also supports <application>&flash;</application>; a <quote>How To</quote> guide for getting <application>&flash;</application> support on <application>Konqueror</application> _______________________________________________ svn-doc-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Fix committed. Thanks for this suggestion, and sorry it took so long. |