1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00
Go to file
2011-10-15 13:40:25 +02:00
bin Updated contributors and translators + updated README file 2011-10-15 13:16:22 +02:00
linux Added support for "make install" on Unix. Closes issue #2 2011-10-11 19:54:20 +02:00
other Added ca-bundle.crt certificate file for users experiencing issues with 2011-10-13 18:19:43 +02:00
plugins/TestPlugin Various deletions 2011-03-27 22:00:49 +02:00
src Edited error page, it has now the same look as the start and reportbug 2011-10-15 13:40:25 +02:00
translations Updated contributors and translators + updated README file 2011-10-15 13:16:22 +02:00
windows Updated NSIS installer script + translation 2011-09-13 18:21:34 +02:00
AUTHORS Updated contributors and translators + updated README file 2011-10-15 13:16:22 +02:00
BUILDING It is now possible to modify build settings with environment variables. 2011-10-13 20:06:27 +02:00
COPYRIGHT Added qupzilla: scheme handler + qupzilla:about page 2011-09-18 15:35:44 +02:00
FAQ Updated contributors and translators + updated README file 2011-10-15 13:16:22 +02:00
GPLv3 Initial commit 2011-03-02 16:57:41 +01:00
README.rts Updated README file 2011-10-15 13:17:20 +02:00
TODO Updated contributors and translators + updated README file 2011-10-15 13:16:22 +02:00

QupZilla Web Browser - http://www.qupzilla.co.cc

About QupZilla
----------------------------------------------------------------------------------------

QupZilla is a new, very fast QtWebKit browser. It aims to be lightweight web browser
available through all major platforms. This project has been originally started only
for educational purposes, but from its start, QupZilla grown into a rich feature browser.

QupZilla has all standard functions you expect from web browser. It includes bookmarks,
history (both also in sidebar) and tabs. Above that, you can read RSS feeds with included
RSS reader, block ads with builtin AdBlock plugin, block Flash content with Click2Flash
or edit CA Certificates database with SSL Manager.

History
----------------------------------------------------------------------------------------

The very first version of QupZilla has been released in Decemeber 2010 and it was written
in Python with PyQt4 bindings. After few versions, QupZilla has been completely rewritten
in C++ with Qt Framework. Windows version of QupZilla was compiled using MingW, but due to
huge problem with Flash, it is now compiled with Microsoft Visual C++ Compiler 2008.
First public release was 1.0.0-b4.

Compiling
----------------------------------------------------------------------------------------

Before compiling, make sure you have have installed Qt (>=4.7) development libraries and
you read BUILDING informations.
Then you can start compile by running this commands:

    $ cd src/
    $ qmake
    $ make

The executable binary can now be found in bin/ directory.
To install QupZilla, run this command: (it may be neccessary to run as root)

    $ make install
    
Actual version
----------------------------------------------------------------------------------------

Actual released version of QupZilla is 1.0.0-b4, you can download precompiled packages
and source from download section.
However, if you want latest revision, just take the latest code snapshot either by
downloading a tarball or running:

    $ git clone git://github.com/nowrep/QupZilla.git
    
FAQ and Changelog
----------------------------------------------------------------------------------------

If you are experiencing some sort of issue, before you open an issue, please read FAQ.

FAQ:       https://github.com/nowrep/QupZilla/blob/master/FAQ
Changelog: https://github.com/nowrep/QupZilla/wiki/Changelog