mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 18:56:34 +01:00
Minor changes
This commit is contained in:
parent
895942842d
commit
7d959bcdee
46
README.md
46
README.md
@ -3,54 +3,54 @@ QupZilla Web Browser - http://www.qupzilla.co.cc (http://qupzilla.blogspot.com/)
|
|||||||
About QupZilla
|
About QupZilla
|
||||||
----------------------------------------------------------------------------------------
|
----------------------------------------------------------------------------------------
|
||||||
|
|
||||||
QupZilla is a new, very fast QtWebKit browser. It aims to be lightweight web browser
|
QupZilla is a new, very fast QtWebKit browser. It aims to be a lightweight web browser
|
||||||
available through all major platforms. This project has been originally started only
|
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.
|
for educational purposes. But from its start, QupZilla has grown into a feature-rich browser.
|
||||||
|
|
||||||
QupZilla has all standard functions you expect from web browser. It includes bookmarks,
|
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 read RSS feeds with included
|
history (both also in sidebar) and tabs. Above that, you can manage RSS feeds with an included
|
||||||
RSS reader, block ads with builtin AdBlock plugin, block Flash content with Click2Flash
|
RSS reader, block ads with a builtin AdBlock plugin, block Flash content with Click2Flash
|
||||||
or edit CA Certificates database with SSL Manager.
|
and edit the local CA Certificates database with an SSL Manager.
|
||||||
|
|
||||||
QupZilla's main aim is to be very fast and very stable QtWebKit browser available to everyone.
|
QupZilla's main aim is to be a very fast and very stable QtWebKit browser available to everyone.
|
||||||
There is already a lot of QtWebKit browsers available, but they are either bound to KDE
|
There are already a lot of QtWebKit browsers available, but they are either bound to the KDE
|
||||||
environment (rekonq), not actively developed or very unstable and missing important
|
environment (rekonq), are not actively developed or very unstable and miss important
|
||||||
features. But there is missing multiplatform, modern and actively developped browser. QupZilla
|
features. But there is missing a multiplatform, modern and actively developed browser. QupZilla
|
||||||
is trying to fill this gap by providing very stable browsing experience.
|
is trying to fill this gap by providing a very stable browsing experience.
|
||||||
|
|
||||||
History
|
History
|
||||||
----------------------------------------------------------------------------------------
|
----------------------------------------------------------------------------------------
|
||||||
|
|
||||||
The very first version of QupZilla has been released in Decemeber 2010 and it was written
|
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 Python with PyQt4 bindings. After a few versions, QupZilla has been completely rewritten
|
||||||
in C++ with Qt Framework. Windows version of QupZilla was compiled using MingW, but due to
|
in C++ with the Qt Framework. The 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.
|
a huge problem with Flash, it is now compiled with Microsoft Visual C++ Compiler 2008.
|
||||||
First public release was 1.0.0-b4.
|
First public release was 1.0.0-b4.
|
||||||
|
|
||||||
Compiling
|
Compiling
|
||||||
----------------------------------------------------------------------------------------
|
----------------------------------------------------------------------------------------
|
||||||
|
|
||||||
Before compiling, make sure you have have installed Qt (>=4.7) development libraries and
|
Before you start compiling, make sure that you have installed the Qt (>=4.7) development libraries
|
||||||
you read BUILDING informations.
|
and you have read the BUILDING information.
|
||||||
|
|
||||||
Then you can start compile by running this commands:
|
Then you can start compiling by running this commands:
|
||||||
|
|
||||||
$ cd src/
|
$ cd src/
|
||||||
$ qmake
|
$ qmake
|
||||||
$ make
|
$ make
|
||||||
|
|
||||||
The executable binary can now be found in bin/ directory.
|
After a successful compilation the executable binary can be found in the \bin directory.
|
||||||
|
|
||||||
To install QupZilla, run this command: (it may be neccessary to run as root)
|
To install QupZilla, you will have to run this command: (it may be neccessary to run it as root)
|
||||||
|
|
||||||
$ make install
|
$ make install
|
||||||
|
|
||||||
Current version
|
Current version
|
||||||
----------------------------------------------------------------------------------------
|
----------------------------------------------------------------------------------------
|
||||||
|
|
||||||
Current released version of QupZilla is 1.0.0-rc1, you can download precompiled packages
|
The current released version of QupZilla is 1.0.0-rc1. You can download precompiled packages
|
||||||
and source from download section.
|
and the sources from the download section.
|
||||||
However, if you want latest revision, just take the latest code snapshot either by
|
However, if you want the latest revision, just take the latest code snapshot either by
|
||||||
downloading a tarball or running:
|
downloading a tarball or running:
|
||||||
|
|
||||||
$ git clone git://github.com/nowrep/QupZilla.git
|
$ git clone git://github.com/nowrep/QupZilla.git
|
||||||
@ -58,7 +58,7 @@ downloading a tarball or running:
|
|||||||
FAQ and Changelog
|
FAQ and Changelog
|
||||||
----------------------------------------------------------------------------------------
|
----------------------------------------------------------------------------------------
|
||||||
|
|
||||||
If you are experiencing some sort of issue, before you open an issue, please read FAQ.
|
If you are experiencing some sort of problem, please read FAQ before you open an issue.
|
||||||
|
|
||||||
FAQ: https://github.com/nowrep/QupZilla/blob/master/FAQ
|
FAQ: https://github.com/nowrep/QupZilla/blob/master/FAQ
|
||||||
|
|
||||||
|
@ -3458,7 +3458,7 @@ Bitte fügen Sie Feeds über das RSS Symbol in der Navigationsleiste hinzu.</tra
|
|||||||
<source>All certificates must have .crt suffix.
|
<source>All certificates must have .crt suffix.
|
||||||
After adding or removing certificate paths, it is neccessary to restart browser in order to changes take effect.</source>
|
After adding or removing certificate paths, it is neccessary to restart browser in order to changes take effect.</source>
|
||||||
<translation>Alle Zertifikate müssen einen .crt suffix besitzen.
|
<translation>Alle Zertifikate müssen einen .crt suffix besitzen.
|
||||||
Nachdem Speicherpfade hinzugefügt oder gelöscht wurden, muss QupZilla neu gestarten werden, um die Änderung wirksam zu machen.</translation>
|
Nachdem Speicherpfade hinzugefügt oder gelöscht wurden, muss QupZilla neu gestartet werden, um die Änderung wirksam zu machen.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/preferences/sslmanager.cpp" line="55"/>
|
<location filename="../src/preferences/sslmanager.cpp" line="55"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user