debian/0000755000000000000000000000000012262270214007164 5ustar debian/qupzilla.install0000644000000000000000000000002212135220714012406 0ustar usr/bin usr/share debian/patches/0000755000000000000000000000000012262264546010626 5ustar debian/patches/series0000644000000000000000000000002212262264532012030 0ustar defines.pri.patch debian/patches/defines.pri.patch0000644000000000000000000000773312210712664014057 0ustar --- /dev/null +++ b/src/defines.pri.in @@ -0,0 +1,124 @@ +DESTDIR = $$PWD/../bin +OBJECTS_DIR = $$PWD/../build +MOC_DIR = $$PWD/../build +RCC_DIR = $$PWD/../build +UI_DIR = $$PWD/../build +unix: VERSION = 1.4.3 + +# Please read BUILD information # +#DEFINES *= NO_SYSTEM_DATAPATH +#DEFINES *= USE_WEBGL +#DEFINES *= KDE +#DEFINES *= PORTABLE_BUILD +win32-msvc* { + DEFINES *= W7API + LIBS += User32.lib Ole32.lib Shell32.lib ShlWapi.lib Gdi32.lib ComCtl32.lib +} + +# Check for pkg-config availability +!mac:unix:system(pkg-config --version > /dev/null) { + isEqual(QT_MAJOR_VERSION, 5) { + MODNAME = Qt5WebKitWidgets + } + else { + MODNAME = QtWebKit + } + + QTWEBKIT_VERSION = $$system(PKG_CONFIG_PATH="$$[QT_INSTALL_LIBS]/pkgconfig" pkg-config --modversion $$MODNAME) + QTWEBKIT_VERSION_MAJOR = $$section(QTWEBKIT_VERSION, ".", 0, 0) + QTWEBKIT_VERSION_MINOR = $$section(QTWEBKIT_VERSION, ".", 1, 1) + + isEqual(QT_MAJOR_VERSION, 5) { + greaterThan(QTWEBKIT_VERSION_MAJOR, 4) { + DEFINES *= USE_QTWEBKIT_2_2 USE_QTWEBKIT_2_3 + } + } + else { # Qt 4 + greaterThan(QTWEBKIT_VERSION_MAJOR, 3):greaterThan(QTWEBKIT_VERSION_MINOR, 8) { + DEFINES *= USE_QTWEBKIT_2_2 + } + + greaterThan(QTWEBKIT_VERSION_MAJOR, 3):greaterThan(QTWEBKIT_VERSION_MINOR, 9) { + DEFINES *= USE_QTWEBKIT_2_3 + } + } +} +else { + isEqual(QT_VERSION, 4.8.0)|greaterThan(QT_VERSION, 4.8.0) { + DEFINES *= USE_QTWEBKIT_2_2 + } + + isEqual(QT_MAJOR_VERSION, 5) { + DEFINES *= USE_QTWEBKIT_2_2 USE_QTWEBKIT_2_3 + } +} + +DEFINES *= QT_NO_URL_CAST_FROM_STRING +DEFINES *= QT_USE_QSTRINGBUILDER + +CONFIG(debug, debug|release): DEFINES *= QUPZILLA_DEBUG_BUILD + +d_no_system_datapath = $$(NO_SYSTEM_DATAPATH) +d_use_webgl = $$(USE_WEBGL) +d_w7api = $$(W7API) +d_kde = $$(KDE) +d_nox11 = $$(NO_X11) +d_portable = $$(PORTABLE_BUILD) +d_nonblock_dialogs = $$(NONBLOCK_JS_DIALOGS) +d_use_qtwebkit_2_2 = $$(USE_QTWEBKIT_2_2) +d_use_lib_path = $$(USE_LIBPATH) +d_disable_dbus = $$(DISABLE_DBUS) + +equals(d_no_system_datapath, "true") { DEFINES *= NO_SYSTEM_DATAPATH } +equals(d_use_webgl, "true") { DEFINES *= USE_WEBGL } +win32-msvc* { + equals(d_w7api, "true") { DEFINES *= W7API } +} +equals(d_kde, "true") { DEFINES *= KDE } +equals(d_nox11, "true") { DEFINES *= NO_X11 } +equals(d_portable, "true") { DEFINES *= PORTABLE_BUILD } +equals(d_nonblock_dialogs, "true") { DEFINES *= NONBLOCK_JS_DIALOGS } +equals(d_use_qtwebkit_2_2, "true") { DEFINES *= USE_QTWEBKIT_2_2 } +equals(d_disable_dbus, "true") { DEFINES *= DISABLE_DBUS } + +!mac:unix { + system_lib_path = /usr/lib/@DEB_HOST_MULTIARCH@ + d_prefix = $$(QUPZILLA_PREFIX) + binary_folder = /usr/bin + library_folder = $$system_lib_path + data_folder = /usr/share/qupzilla + launcher_folder = /usr/share/applications + icon_folder = /usr/share/pixmaps + hicolor_folder = /usr/share/icons/hicolor + + !equals(d_prefix, "") { + binary_folder = "$$d_prefix"bin + library_folder = "$$d_prefix"lib + data_folder = "$$d_prefix"share/qupzilla + launcher_folder = "$$d_prefix"share/applications + icon_folder = "$$d_prefix"share/pixmaps + hicolor_folder = "$$d_prefix"share/icons/hicolor + } + + !equals(d_use_lib_path, ""):library_folder = $$d_use_lib_path + + DEFINES *= USE_LIBPATH=\\\"""$$library_folder/"\\\"" + DEFINES *= USE_DATADIR=\\\"""$$data_folder/"\\\"" + + # Git revision + rev = $$system(cd ../ && sh $$PWD/../scripts/getrevision.sh) + !equals(rev, ""): DEFINES *= GIT_REVISION=\\\"""$$rev"\\\"" + + # Define QZ_WS_X11 even with Qt5 + DEFINES *= QZ_WS_X11 +} + +isEmpty(QMAKE_LRELEASE) { + win32|os2:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]\\lrelease.exe + else:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]/lrelease + unix { + !exists($$QMAKE_LRELEASE) { QMAKE_LRELEASE = lrelease-qt4 } + } else { + !exists($$QMAKE_LRELEASE) { QMAKE_LRELEASE = lrelease } + } +} debian/control0000644000000000000000000000325612262270147010602 0ustar Source: qupzilla Section: x11 Priority: extra Maintainer: Georges Khaznadar Build-Depends: debhelper (>= 9), hardening-wrapper, libqt4-dev (>= 4:4.8.0~), libx11-dev, libqtwebkit-dev, libssl-dev Standards-Version: 3.9.5 Homepage: http://www.qupzilla.com/ Package: qupzilla Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libqupzilla1 (= ${binary:Version}), libqt4-sql-sqlite Description: lightweight web browser based on libqtwebkit QupZilla is a new and very fast QtWebKit browser. It aims to be a lightweight web browser available through all major platforms. This project has been originally started only for educational purposes. But from its start, QupZilla has grown into a feature-rich browser. . QupZilla has all standard functions you expect from a web browser. It includes bookmarks, history (both also in sidebar) and tabs. Above that, you can manage RSS feeds with an included RSS reader, block ads with a builtin AdBlock plugin, block Flash content with Click2Flash and edit the local CA Certificates database with an SSL Manager. . QupZilla's main aim is to be a very fast and very stable QtWebKit browser available to everyone. Package: libqupzilla1 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Description: shared library and header files for qupzilla QupZilla is a lightweight web browser based on libqtwebkit Package: libqupzilla-dev Section: libdevel Architecture:any Depends: ${shlibs:Depends}, ${misc:Depends}, libqupzilla1 (= ${binary:Version}) Description: development files for qupzilla's shared library QupZilla is a lightweight web browser based on libqtwebkit debian/compat0000644000000000000000000000000212210700316010354 0ustar 9 debian/watch0000644000000000000000000000014312135215431010212 0ustar version=3 https://github.com/QupZilla/qupzilla/tags \ /QupZilla/qupzilla/archive/v(.*)\.tar\.gzdebian/qupzilla.manpages0000644000000000000000000000002212135330723012535 0ustar debian/qupzilla.1 debian/copyright0000644000000000000000000002332512135444537011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: qupzilla Source: https://github.com/QupZilla/qupzilla Files: * Copyright: 2010-2013 David Rosca License: GPL-3.0+ Files: src/lib/adblock/* src/lib/3rdparty/lineedit* src/lib/3rdparty/squeezelabel* Copyright: 2008 - 2009, Benjamin C. Meyer License: BSD-like Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the Benjamin Meyer nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: src/lib/3rdparty/qtsingleapplication* Copyright: 2009 Nokia Corporation and/or its subsidiary(-ies) License: Commercial or LGPL or GPL-3.0 This file is part of a Qt Solutions component. . Commercial Usage Licensees holding valid Qt Commercial licenses may use this file in accordance with the Qt Solutions Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia. . GNU Lesser General Public License Usage Alternatively, this file may be used under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation and appearing in the file LICENSE.LGPL included in the packaging of this file. Please review the following information to ensure the GNU Lesser General Public License version 2.1 requirements will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. . In addition, as a special exception, Nokia gives you certain additional rights. These rights are described in the Nokia Qt LGPL Exception version 1.1, included in the file LGPL_EXCEPTION.txt in this package. . GNU General Public License Usage Alternatively, this file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE.GPL included in the packaging of this file. Please review the following information to ensure the GNU General Public License version 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html. . Please note Third Party Software included with Qt Solutions may impose additional restrictions and it is the user's responsibility to ensure that they have met the licensing requirements of the GPL, LGPL, or Qt Solutions Commercial license and the relevant license of the Third Party Software they are using. . If you are unsure which license is appropriate for your use, please contact Nokia at qt-info@nokia.com. Files: src/lib/tools/htmlhighlighter* Copyright: 2010 Nokia Corporation and/or its subsidiary(-ies) License: BSD-like This file is part of the examples of the Qt Toolkit. . You may use this file under the terms of the BSD license as follows: . "Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." Files: src/lib/3rdparty/ecwin7* Copyright: 2010 Emanuele Colombo License: GPL-2+ Files: src/lib/opensearch/* Copyright: 2009 Jakub Wieczorek License: GPL-2+ Files: src/lib/data/data/ca-bundle.crt Copyright: 2013 Mozilla Project License: MPL or GPL-2+ The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ . Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. . The Original Code is the Netscape security libraries. . The Initial Developer of the Original Code is Netscape Communications Corporation. Portions created by Netscape are Copyright (C) 1994-2000 Netscape Communications Corporation. All Rights Reserved. . Contributor(s): . Alternatively, the contents of this file may be used under the terms of the GNU General Public License Version 2 or later (the "GPL"), in which case the provisions of the GPL are applicable instead of those above. If you wish to allow use of your version of this file only under the terms of the GPL and not to allow others to use your version of this file under the MPL, indicate your decision by deleting the provisions above and replace them with the notice and other provisions required by the GPL. If you do not delete the provisions above, a recipient may use your version of this file under either the MPL or the GPL. Files: src/lib/3rdparty/qtwin* Copyright: 2009 Nokia Corporation and/or its subsidiary(-ies) 2010-2013 David Rosca License: GPL-3.0+ Files: src/lib/data/icons/faenza/* Copyright: 2010-2012 Matthieu James License: GPL-3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". Files: debian/* Copyright: 2013 Georges Khaznadar License: GPL-3.0+ License: GPL-3.0+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". License: GPL-2+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/source/0000755000000000000000000000000012135207512010464 5ustar debian/source/format0000644000000000000000000000001412135207512011672 0ustar 3.0 (quilt) debian/manpage.xml0000644000000000000000000001050112135330540011311 0ustar .
will be generated. You may view the manual page with: nroff -man .
| less'. A typical entry in a Makefile or Makefile.am is: DB2MAN = /usr/share/sgml/docbook/stylesheet/xsl/docbook-xsl/manpages/docbook.xsl XP = xsltproc -''-nonet -''-param man.charmap.use.subset "0" manpage.1: manpage.xml $(XP) $(DB2MAN) $< The xsltproc binary is found in the xsltproc package. The XSL files are in docbook-xsl. A description of the parameters you can use can be found in the docbook-xsl-doc-* packages. Please remember that if you create the nroff version in one of the debian/rules file targets (such as build), you will need to include xsltproc and docbook-xsl in your Build-Depends control field. Alternatively use the xmlto command/package. That will also automatically pull in xsltproc and docbook-xsl. Notes for using docbook2x: docbook2x-man does not automatically create the AUTHOR(S) and COPYRIGHT sections. In this case, please add them manually as ... . To disable the automatic creation of the AUTHOR(S) and COPYRIGHT sections read /usr/share/doc/docbook-xsl/doc/manpages/authors.html. This file can be found in the docbook-xsl-doc-html package. Validation can be done using: `xmllint -''-noout -''-valid manpage.xml` General documentation about man-pages and man-page-formatting: man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ --> ]> &dhtitle; &dhpackage; &dhfirstname; &dhsurname; Wrote this manpage for the Debian system.
&dhemail;
2013 &dhusername; This manual page was written for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or (at your option) any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
&dhucpackage; &dhsection; &dhpackage; lightweight web browser &dhpackage; DESCRIPTION &dhpackage; is a new and very fast QtWebKit browser. It aims to be a lightweight web browser available through all major platforms. This project has been originally started only for educational purposes. But from its start, QupZilla has grown into a feature-rich browser.
debian/libqupzilla-dev.install0000644000000000000000000000007612170265107013666 0ustar usr/lib/*/libQupZilla.so src/lib/app/*.h usr/include/qupzilla debian/docs0000644000000000000000000000001612135207512010034 0ustar FAQ README.md debian/changelog0000644000000000000000000000450312262270201011034 0ustar qupzilla (1.6.0-1) unstable; urgency=medium * upgraded to the last upstream version * upgraded Standards-Version to 3.9.5 * added a build-dependency on openssl-dev -- Georges Khaznadar Sun, 05 Jan 2014 15:15:08 +0100 qupzilla (1.4.4-2) unstable; urgency=low * modified the conditional includes in src/main/main.cpp Closes: #721566 -- Georges Khaznadar Sat, 21 Sep 2013 16:54:50 +0200 qupzilla (1.4.4-1) unstable; urgency=low * changed the conditional includes in src/main/main.cpp to take in account kfreebsd* architectures. Closes: #721566 -- Georges Khaznadar Sat, 21 Sep 2013 15:54:01 +0200 qupzilla (1.4.4-1) unstable; urgency=low * upgraded to the newest upstream version * Previous changes should ... Closes: #721566 -- Georges Khaznadar Sun, 15 Sep 2013 12:52:41 +0200 qupzilla (1.4.3-5) unstable; urgency=low * modified main.cpp to get rid of the stdio-related sytaxes. -- Georges Khaznadar Sun, 15 Sep 2013 12:41:43 +0200 qupzilla (1.4.3-4) unstable; urgency=low * added "#include " in main.cpp to fix bugs with some platforms -- Georges Khaznadar Thu, 12 Sep 2013 00:01:51 +0200 qupzilla (1.4.3-3) unstable; urgency=low * applied changes to comply with wiki.debian.org/Multiarch/Implementation and wiki.debian.org/QtMultiarchTransition -- Georges Khaznadar Sun, 01 Sep 2013 18:35:47 +0200 qupzilla (1.4.3-2) unstable; urgency=low * added a dependency on libqt4-sql-sqlite. Closes: #715444 * applied Ansgar Burchard's suggestions (thanks!): - added header files into the library-dev's package; - changed the section of the library package to libs. -- Georges Khaznadar Sat, 13 Jul 2013 16:20:51 +0200 qupzilla (1.4.3-1) unstable; urgency=low * upgraded to the latest upstream release * modified some debian/*.install files, added a clause Predepends: multiarch-support to take in account multiarch * enabled again the generation of libdev package -- Georges Khaznadar Sun, 30 Jun 2013 23:31:40 +0200 qupzilla (1.4.1-1) unstable; urgency=low * Initial release (Closes: #705972) -- Georges Khaznadar Mon, 22 Apr 2013 12:22:00 +0200 debian/rules0000755000000000000000000000174212210713453010250 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export DEB_BUILD_HARDENING=1 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) %: dh $@ override_dh_auto_configure: sed 's/@DEB_HOST_MULTIARCH@/$(DEB_HOST_MULTIARCH)/' \ src/defines.pri.in > src/defines.pri dh_auto_configure override_dh_clean: dh_clean rm -rf bin/plugins/* src/defines.pri find . -name "theme.license" -exec rm {} \; find . -name "build" -exec rm -rf {}/* \; find . -name "locale" -exec rm -rf {}/* \; override_dh_installinfo: echo "dh_installinfo is overriden, because there is no texi info file to install." debian/libqupzilla1.install0000644000000000000000000000005612164124672013175 0ustar usr/lib/*/libQupZilla.so.* usr/lib/*/qupzilla debian/qupzilla.10000644000000000000000000000432112135330661011111 0ustar '\" t .\" Title: QUPZILLA .\" Author: Georges Khaznadar .\" Generator: DocBook XSL Stylesheets v1.76.1 .\" Date: 04/22/2013 .\" Manual: qupzilla User Manual .\" Source: qupzilla .\" Language: English .\" .TH "QUPZILLA" "1" "04/22/2013" "qupzilla" "qupzilla User Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" qupzilla \- lightweight web browser .SH "SYNOPSIS" .HP \w'\fBqupzilla\fR\ 'u \fBqupzilla\fR .SH "DESCRIPTION" .PP \fBqupzilla\fR is a new and very fast QtWebKit browser\&. It aims to be a lightweight web browser available through all major platforms\&. This project has been originally started only for educational purposes\&. But from its start, QupZilla has grown into a feature\-rich browser\&. .SH "AUTHOR" .PP \fBGeorges Khaznadar\fR <\&georgesk@debian\&.org\&> .RS 4 Wrote this manpage for the Debian system\&. .RE .SH "COPYRIGHT" .br Copyright \(co 2013 Georges Khaznadar .br .PP This manual page was written for the Debian system (and may be used by others)\&. .PP Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or (at your option) any later version published by the Free Software Foundation\&. .PP On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL\&. .sp debian/libqupzilla-dev.dir0000644000000000000000000000002512170264541012771 0ustar usr/include/qupzilla