Next revision | Previous revision |
en:webkit [2010/09/05 23:24] – external edit 127.0.0.1 | en:webkit [2017/02/09 22:25] (current) – kukuruzo |
---|
#summary|Psi+ WebKit version (en) | ====== Psi+ WebKit version ====== |
#labels Phase-Deploy,Phase-Implementation,WebKit,Featured | |
| |
| |
= Psi+ `WebKit` version = | |
| |
== What is `WebKit`? == | |
| |
* http://en.wikipedia.org/wiki/WebKit | |
| |
`QtWebKit` it is a [[http://en.wikipedia.org/wiki/WebKit|WebKit]] module integrated in [[http://en.wikipedia.org/wiki/Qt_%28framework%29|Qt]] and accessible through its classes. | ===== What is WebKit? ===== |
| |
| - **[[http://en.wikipedia.org/wiki/WebKit|WebKit]]** |
| - **QtWebKit** it is a [[http://en.wikipedia.org/wiki/WebKit|WebKit]] module integrated in [[http://en.wikipedia.org/wiki/Qt_%28framework%29|Qt]] and accessible through its classes. |
| |
== What does `WebKit` do in Psi+? == | |
| |
The Psi+ version with `WebKit` support provides allows using application themes, as well as animated smileys when displaying messages in conferences and chats. | |
| |
| |
== How to enable `WebKit` in Psi+? == | |
| |
To enable `WebKit` support you need to pass a special parameter to configure before compiling. For example: | ===== What does WebKit do in Psi+? ===== |
| |
| The Psi+ version with WebKit support provides allows using application themes, as well as animated smileys when displaying messages in conferences and chats. |
| |
| |
| |
| |
| |
| ===== How to enable WebKit in Psi+? ===== |
| |
| To enable WebKit support you need to pass a special parameter to configure before compiling. For example: |
| |
<code> | <code> |
configure --enable-plugins --with-openssl-inc=c:\OpenSSL\include --with-openssl-lib=c:\OpenSSL\lib\MinGW --disable-xss --disable-qdbus --with-aspell-inc=c:\MinGW\include --with-aspell-lib=c:\MinGW\lib --enable-qtwebkit | configure --enable-qtwebkit --enable-plugins --with-openssl-inc=c:\OpenSSL\include --with-openssl-lib=c:\OpenSSL\lib\MinGW --disable-xss --disable-qdbus --with-aspell-inc=c:\MinGW\include --with-aspell-lib=c:\MinGW\lib</code> |
</code> | |
| |
| |
| |
| |
| ===== Psi+ test builds with WebKit support ===== |
| |
| //(FOR TESTING ONLY)// |
| |
| || {{:os_windows_icon.png}} [[http://sourceforge.net/projects/psiplus/files/MS-Windows/Nightly-Builds/|MS Windows Build]] ([[http://sourceforge.net/projects/psiplus/files/MS-Windows/Libs/|Qt WebKit Libs]] required) || |
| || {{:os_archlinux_icon.png}} [[http://sourceforge.net/projects/psiplus/files/Arch-Linux/|ArchLinux Build]] || |
| || {{:os_debian_icon.png}} [[http://packages.qa.debian.org/psi-plus|Debian Ubuntu Build]] || |
| || {{:os_mac_icon.png}} [[http://sourceforge.net/projects/psiplus/files/Mac-OS-X/|MacOSX Build]] || |
| || {{:os_mandriva_icon.png}} [[http://sourceforge.net/projects/psiplus/files/Mandriva/|Linux Mandriva Build]] || |
| || {{:os_opensuse_icon.png}} [[http://download.opensuse.org/repositories/home:/nirdosh/|openSUSE Build]] || |
| |
| |
| |
| |
| |
| |
| ===== Manual installation of Psi+ WebKit version ===== |
| |
| Install these components in the listed order to allow the WebKit version to work correctly on MS Windows. |
| |
| For normal operation of the WebKit version you should download and extract the files in the following order to the Psi+ folder: |
| |
| * [[https://sourceforge.net/projects/psiplus/files/MS-Windows/Libs/qt-4.8.6-libs-win32.7z/download|qt-4.8.6-libs-win32.7z (contains qtwebkit4)]] |
| * [[https://sourceforge.net/projects/psiplus/files/MS-Windows/Nightly-Builds/psi-plus-0.16.xxxx-webkit-win32.7z/download|psi-plus-0.16.xxxx-webkit-win32.7z]], where xxxx - the version number available for download from [[https://sourceforge.net/projects/psiplus/files/MS-Windows/Nightly-Builds/|here]] . |
| |
== Psi+ test builds with `WebKit` support (FOR TESTING ONLY) == | |
| |
|| {{os_windows_icon.png}} [[http://code.google.com/p/psi-dev/downloads/list?q=label:WebKit+Windows|MS Windows Build]] ([http://code.google.com/p/psi-dev/downloads/list?q=label:Qt+Libs Qt WebKit Libs]] required) || | |
|| {{os_archlinux_icon.png}} [[http://code.google.com/p/psi-dev/downloads/list?q=label:WebKit+ArchLinux|ArchLinux Build]] || | |
|| {{os_debian_icon.png}} [[http://code.google.com/p/psi-dev/downloads/list?q=label:WebKit+Debian+Ubuntu|Debian Ubuntu Build]] || | |
|| {{os_mac_icon.png}} [[http://code.google.com/p/psi-dev/downloads/list?q=label:WebKit+MacOSX|MacOSX Build]] || | |
|| {{os_mandriva_icon.png}} [[http://code.google.com/p/psi-dev/downloads/list?q=label:WebKit+Mandriva|Linux Mandriva Build]] || | |
|| {{os_opensuse_icon.png}} [[http://code.google.com/p/psi-dev/downloads/list?q=label:WebKit+openSUSE|openSUSE Build]] || | |
| |
=== Install these components in the listed order to allow the `WebKit` version to work correctly on MS Windows === | |
| |
For normal operation of the `WebKit` version you should download and extract the files in the following order to the Psi+ folder: | |
# http://psi-dev.googlecode.com/files/qt4.6.3-libs.zip | |
# http://psi-dev.googlecode.com/files/qtwebkit4.6.3-libs.zip | |
# http://psi-dev.googlecode.com/files/psi-plus-0.15.xxxx-webkit-win32.zip , where xxxx - the version number available for download from [[http://code.google.com/p/psi-dev/downloads/list?q=WebKit+Windows|here]]. | |
| |
| |
| |
| |