diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2012-07-09 03:19:18 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2012-07-09 03:19:18 +0000 |
commit | 32d87d058364bbf1e0f3b480533efd86dd27d4ab (patch) | |
tree | 0dd5f4270b4114e47a84e5e1f84115369b7a8c84 /www/Makefile | |
parent | 1844cdbb82d9f691bee69256a696045efd7d356a (diff) |
KParts Plugin implements a plugin for Netscape-compatible browsers in
Unix environments. This plugin uses KDE KParts technology to embed
file viewers (e.g., for PDF files) into non-KDE browsers. Tested
browsers include both Mozilla Firefox and Opera, and it is know to
work with Chrome and Arora.
With this plugin, you can, e.g., view PDF files in Firefox using
Okular as an embedded plugin. Any KDE KPart will be automatically made
available as a browser plugin.
WWW: http://www.unix-ag.uni-kl.de/~fischer/kpartsplugin
Notes
Notes:
svn path=/head/; revision=300649
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index b86eafe5e679..7554300dd816 100644 --- a/www/Makefile +++ b/www/Makefile @@ -378,6 +378,7 @@ SUBDIR += kdewebdev4 SUBDIR += khtml2png SUBDIR += kompozer + SUBDIR += kpartsplugin SUBDIR += kplaylist SUBDIR += kwebkitpart SUBDIR += larbin |