Task #2179
closedAdd HUB entry for Donation
100%
Description
TDF#105831 adds a Donation entry to the help menu.
The entruy opens
"http://hub.libreoffice.org/donation/?LOlang=" + aLang
where aLang is a language (not locale).
It should be directed to:
en -> http://donate.libreoffice.org
fr -> http://donate.libreoffice.org/fr
de -> http://donate.libreoffice.org/de
it -> http://donate.libreoffice.org/it
pl -> http://donate.libreoffice.org/pl
tr -> http://donate.libreoffice.org/tr
ru -> http://donate.libreoffice.org/ru
he -> http://donate.libreoffice.org/he
fa -> http://donate.libreoffice.org/fa
ja -> http://donate.libreoffice.org/ja
cs -> http://donate.libreoffice.org/cs
ca -> http://donate.libreoffice.org/ca
pt -> http://donate.libreoffice.org/pt
sl -> http://donate.libreoffice.org/sl
Updated by Guilhem Moulin almost 8 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Done, with the following changes:
- Redirect to https://donate.libreoffice.org/… not http://donate.libreoffice.org/…. By the way the hub also speaks https://, so please consider implementing links of the form
https://hub.libreoffice.org/… in the LO menu.
- Added a trailing slash after https://donate.libreoffice.org/$aLang (for instance https://donate.libreoffice.org/fr/ is the french donation page, while https://donate.libreoffice.org/fr redirects to https://fr.libreoffice.org)