add URL option in greeting page

URL is a variable set in branding.desc, distros cna link to a Known Issues page
text for the URL is also possible to set in branding, known issues is default
advantage is any text possible as distros see fit
disadvantage, not part of translated strings
if most agree, Known Issues can be set as hard coded text, not in branding.desc
This commit is contained in:
demmm 2015-03-19 10:32:14 -04:00
parent 19943348dc
commit be29755230
4 changed files with 21 additions and 7 deletions

View file

@ -1,6 +1,6 @@
/* === This file is part of Calamares - <http://github.com/calamares> ===
*
* Copyright 2014, Teo Mrnjavac <teo@kde.org>
* Copyright 2014-2015, Teo Mrnjavac <teo@kde.org>
*
* Calamares is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -52,7 +52,9 @@ QStringList Branding::s_stringEntryStrings =
"versionedName",
"shortVersionedName",
"shortProductName",
"bootloaderEntryName"
"bootloaderEntryName",
"productURL",
"urlText"
};