|
85.
|
|
|
Home pages and bookmarks
|
|
|
|
(no translation yet)
|
|
|
|
Located in
qml/faq.js:75
|
|
86.
|
|
|
You can customize app home page that will be opened when you click app row in website menu.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
qml/faq.js:77
|
|
87.
|
|
|
In addition to home page configuration you can bookmark individual pages. The bookmarked pages are added to the website menu below the app row and they are prefixed by ">>>" -string
|
|
|
|
(no translation yet)
|
|
|
|
Located in
qml/faq.js:78
|
|
88.
|
|
|
Note: In home page and bookmark configuration the app is identified by using URL patterns. If several URL patterns match with the home page/bookmark a wrong app association can be created. Special attention need to be paid when configuring URL patterns!
|
|
|
|
(no translation yet)
|
|
|
|
Located in
qml/faq.js:79
|
|
89.
|
|
|
Secondary URL patterns
|
|
|
|
(no translation yet)
|
|
|
|
Located in
qml/faq.js:83
|
|
90.
|
|
|
Secondary URL patterns are used in order to be possible to set accurate app URL pattern. Normally there will be no need to use secondary URL patterns. Secondary URL patterns cannot be uploaded directly. If your website need secondary URL patterns you can email them to the developer so they will be included also to the website's Repository configuration.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
qml/faq.js:85
|
|
91.
|
|
|
Example: If we set a secondary patterns as
|
|
|
TRANSLATORS:+ i18n.tr("Example: If we set a secondary patterns as")+"\n"
TRANSLATORS:+ "\n https://login.ubuntu.com/* \n\n"
TRANSLATORS:+ i18n.tr("then for the website https://myapps.developer.ubuntu.com/ we can use more precise app URL pattern:")+"\n"
TRANSLATORS:+ "\n https://myapps.developer.ubuntu.com/* \n\n"
TRANSLATORS:+ i18n.tr("instead of")+"\n"
TRANSLATORS:+ "\n https://*.ubuntu.com/* \n"
|
|
|
|
(no translation yet)
|
|
|
|
Located in
qml/faq.js:92
|
|
92.
|
|
|
then for the website https://myapps.developer.ubuntu.com/ we can use more precise app URL pattern:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
qml/faq.js:94
|
|
93.
|
|
|
instead of
|
|
|
|
(no translation yet)
|
|
|
|
Located in
qml/faq.js:96
|
|
94.
|
|
|
Control buttons of the main view
|
|
|
|
(no translation yet)
|
|
|
|
Located in
qml/faq.js:101
|