mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Change homepage to falkon.org
This commit is contained in:
parent
b03e79f9a5
commit
04341b0981
|
@ -79,13 +79,12 @@
|
||||||
<p xml:lang="x-test">xxFalkon 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 built-in AdBlock plugin, block Flash content with Click2Flash and edit the local CA Certificates database with an SSL manager.xx</p>
|
<p xml:lang="x-test">xxFalkon 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 built-in AdBlock plugin, block Flash content with Click2Flash and edit the local CA Certificates database with an SSL manager.xx</p>
|
||||||
<p xml:lang="zh-CN">Falkon 包含所有浏览器的高级功能,包括书签、历史、侧边栏和标签页。您可以通过内置的 RSS 阅读器管理 RSS 资源,通过内置的 AdBlock 插件屏蔽广告,通过 Click2Flash 屏蔽 Flash 内容,通过 SSL 管理器编辑本地 CA 认证数据库。</p>
|
<p xml:lang="zh-CN">Falkon 包含所有浏览器的高级功能,包括书签、历史、侧边栏和标签页。您可以通过内置的 RSS 阅读器管理 RSS 资源,通过内置的 AdBlock 插件屏蔽广告,通过 Click2Flash 屏蔽 Flash 内容,通过 SSL 管理器编辑本地 CA 认证数据库。</p>
|
||||||
</description>
|
</description>
|
||||||
<url type="homepage">https://kde.org/</url>
|
|
||||||
<screenshots>
|
<screenshots>
|
||||||
<screenshot type="default">
|
<screenshot type="default">
|
||||||
<image width="1105" height="855">https://cdn.kde.org/screenshots/falkon/falkon.png</image>
|
<image width="1105" height="855">https://cdn.kde.org/screenshots/falkon/falkon.png</image>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<url type="homepage">https://userbase.kde.org/Falkon</url>
|
<url type="homepage">https://falkon.org</url>
|
||||||
<url type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&product=falkon</url>
|
<url type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&product=falkon</url>
|
||||||
<project_group>KDE</project_group>
|
<project_group>KDE</project_group>
|
||||||
<provides>
|
<provides>
|
||||||
|
|
|
@ -26,7 +26,7 @@ FALKON_EXPORT const char *APPNAME = "Falkon";
|
||||||
FALKON_EXPORT const char *VERSION = FALKON_VERSION;
|
FALKON_EXPORT const char *VERSION = FALKON_VERSION;
|
||||||
FALKON_EXPORT const char *AUTHOR = "David Rosca";
|
FALKON_EXPORT const char *AUTHOR = "David Rosca";
|
||||||
FALKON_EXPORT const char *COPYRIGHT = "2010-2018";
|
FALKON_EXPORT const char *COPYRIGHT = "2010-2018";
|
||||||
FALKON_EXPORT const char *WWWADDRESS = "https://kde.org";
|
FALKON_EXPORT const char *WWWADDRESS = "https://falkon.org";
|
||||||
FALKON_EXPORT const char *BUGSADDRESS = "https://bugs.kde.org/describecomponents.cgi?product=Falkon";
|
FALKON_EXPORT const char *BUGSADDRESS = "https://bugs.kde.org/describecomponents.cgi?product=Falkon";
|
||||||
FALKON_EXPORT const char *WIKIADDRESS = "https://userbase.kde.org/Falkon";
|
FALKON_EXPORT const char *WIKIADDRESS = "https://userbase.kde.org/Falkon";
|
||||||
}
|
}
|
||||||
|
|
|
@ -291,7 +291,7 @@ Section -Uninstaller
|
||||||
WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "HelpLink" "https://userbase.kde.org/Falkon"
|
WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "HelpLink" "https://userbase.kde.org/Falkon"
|
||||||
WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "InstallLocation" "$INSTDIR"
|
WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "InstallLocation" "$INSTDIR"
|
||||||
WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "InstallSource" "$EXEDIR"
|
WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "InstallSource" "$EXEDIR"
|
||||||
WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "URLInfoAbout" "https://kde.org"
|
WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "URLInfoAbout" "https://falkon.org"
|
||||||
${GetSize} "$INSTDIR" "/S=0K" $0 $1 $2
|
${GetSize} "$INSTDIR" "/S=0K" $0 $1 $2
|
||||||
WriteRegDWORD ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "EstimatedSize" "$0"
|
WriteRegDWORD ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "EstimatedSize" "$0"
|
||||||
skipUninstaller:
|
skipUninstaller:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user