diff --git a/skgbankmodeler/sources/org.kde.skrooge-source-grandtrunk.desktop b/skgbankmodeler/sources/org.kde.skrooge-source-grandtrunk.desktop index 52ce3dcb5..ef4097608 100644 --- a/skgbankmodeler/sources/org.kde.skrooge-source-grandtrunk.desktop +++ b/skgbankmodeler/sources/org.kde.skrooge-source-grandtrunk.desktop @@ -1,62 +1,62 @@ [Desktop Entry] Name=Grand Trunk Name[ca]=Grand Trunk Name[ca@valencia]=Grand Trunk Name[en_GB]=Grand Trunk Name[es]=Grand Trunk Name[fr]=Grand Trunk Name[gl]=Grand Trunk Name[it]=Grand Trunk Name[nl]=Grand Trunk Name[pl]=Grand Trunk Name[pt]=Grand Trunk Name[sv]=Grand Trunk Name[uk]=Grand Trunk Name[x-test]=xxGrand Trunkxx Comment=You can get the list of supported currencies from here.
Then, enter the expected currency. Comment[ca]=Podeu obtenir la llista de les divises admeses aquí.
Després introduïu la divisa esperada. Comment[es]=Puede obtener la lista de las monedas permitidas de aquí.
A continuación, introduzca la moneda esperada. Comment[nl]=U kunt de lijst met ondersteunde valuta ophalen vanaf hier.
Voer dan de naam van de gewenste valuta in. Comment[pt]=Poderá obter a lista de moedas suportadas a partir de aqui.
Depois, introduza a moeda esperada. Comment[sv]=Lista över valutor som stöds kan hämtas här. Skriv därefter in förväntad valuta. Comment[uk]=Ознайомитися зі списком підтримуваних валют можна тут.
Далі, введіть потрібну валюту. Comment[x-test]=xxYou can get the list of supported currencies from here.
Then, enter the expected currency.xx Encoding=UTF-8 Icon=skrooge Type=Service X-KDE-ServiceTypes=skrooge/source X-Krunner-ID=grandtrunk X-KDE-PluginInfo-Author=Stephane MANKOWSKI,miraks X-KDE-PluginInfo-Email=stephane@mankowski.fr X-KDE-PluginInfo-Name=GrandTrunk X-KDE-PluginInfo-Version=1.0 X-KDE-PluginInfo-Website=https://skrooge.org/ X-KDE-PluginInfo-Category=Plugins X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL X-KDE-PluginInfo-EnabledByDefault=true #The url or the command line to get the list of accounts in the standard output, something like this: #%1 will be replaced by the internet code of the unit #%2 will be replaced by the current day in format yyyy-MM-dd #%3 will be replaced by the previous date in format yyyy-MM-dd #Example: # X-SKROOGE-url=https://server/?s=%1 # or # X-SKROOGE-script=mydownloadscript %1 #This parameter is MANDATORY -X-SKROOGE-url=http://currencies.apps.grandtrunk.net/getrange/%3/%2/%1 +X-SKROOGE-url=https://currencies.apps.grandtrunk.net/getrange/%3/%2/%1 #The mode (HTML or CSV or CSVR). In HTML mode, only one value will be extracted from downloaded page. In CSV mode, a value per line will be extracted. CSVR means CSV in reverse mode X-SKROOGE-mode=CSVR #Regular expression to capture the price of the quote #This parameter is not MANDATORY. X-SKROOGE-price=^[^ ]* (.*)$ #Regular expression to capture the date of the quote #This parameter is not MANDATORY. X-SKROOGE-date=^(.*) [^ ]*$ #The date format X-SKROOGE-dateformat=yyyy-MM-dd