Skip to content

Commit

Permalink
Updated domain to .dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Simbiat committed Oct 10, 2022
1 parent c8c0fc5 commit 6a08455
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"name": "Dmitry Kustov",
"email": "[email protected]",
"homepage": "https://simbiat.ru",
"homepage": "https://www.simbiat.dev",
"role": "Developer"
}
],
Expand Down
8 changes: 4 additions & 4 deletions doc/Atom.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ Function to generate Atom feed as per https://validator.w3.org/feed/docs/atom.ht
[
'name' => 'Dmitry Kustov',
'email' => '[email protected]',
'uri' => 'https://simbiat.ru/',
'uri' => 'https://www.simbiat.dev/',
]
],
'contributors' => [
[
'name' => 'Dmitry Kustov',
'email' => '[email protected]',
'uri' => 'https://simbiat.ru/',
'uri' => 'https://www.simbiat.dev/',
]
],
'icon' => '/frontend/images/favicons/simbiat.png',
Expand Down Expand Up @@ -61,10 +61,10 @@ For details on elements above (what they mean, recommendations, etc.), please, r
'link' => 'https://google.com',
'author_name' => 'Dmitry Kustov',
'author_email' => '[email protected]',
'author_uri' => 'https://simbiat.ru/',
'author_uri' => 'https://www.simbiat.dev/',
'contributor_name' => 'Dmitry Kustov',
'contributor_email' => '[email protected]',
'contributor_uri' => 'https://simbiat.ru/',
'contributor_uri' => 'https://www.simbiat.dev/',
'content' => 'Just google it',
'summary' => 'Search',
'category' => 'Example',
Expand Down
32 changes: 16 additions & 16 deletions doc/Meta.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Function creates a set of `<meta>` tags required for Twitter Cards (https://deve
#Description of the page
'description' => 'Twitter card',
#Link to the image. Needs to be an absolute HTTPS URL. Mandatory for player cards
'image' => 'https://simbiat.ru/frontend/images/favicons/simbiat.png',
'image' => 'https://www.simbiat.dev/frontend/images/favicons/simbiat.png',
#Description for the image
'image:alt' => 'Just an image',
]
Expand All @@ -39,13 +39,13 @@ Function creates a set of `<meta>` tags required for Twitter Cards (https://deve
For player cards (https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/player-card) the array will look like this:
```php
#Mandatory URL to a frame of the player
'player' => 'https://simbiat.ru/iframe',
'player' => 'https://www.simbiat.dev/iframe',
#Mandatory width of a player in pixel
'width' => '100',
#Mandatory height of a player in pixel
'height' => '100',
#Optional URL to raw stream of the audio/video
'stream' => 'https://simbiat.ru/iframe/mp3.mp3',
'stream' => 'https://www.simbiat.dev/iframe/mp3.mp3',
]
```
For app cards (https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/app-card) the array will look like this:
Expand Down Expand Up @@ -83,25 +83,25 @@ msTile(array $general, array $tasks = [], array $notifications = [], bool $xml =
#Optional tooltip. If not set will be set to the name. Not used by XML config.
'tooltip' => 'Simbiat Software',
#Starting URL. Generally should by your home page. If not set will use values of the address the value is being requested from. Not used by XML config.
'starturl' => 'https://simbiat.ru',
'starturl' => 'https://www.simbiat.dev',
#Size of the window. If not set or invalid will be set to minimum values of 800x600. Not used by XML config.
'window' => 'width=800;height=600',
#Two values that allow "tasks" using subdomains of your main domain (starturl). Unclear what the difference is. Defaults to true. Not used by XML config.
'allowDomainApiCalls' => 'true',
'allowDomainMetaTags' => 'true',
#Badge details. Link should lead to XML file formatted as per https://docs.microsoft.com/en-us/uwp/schemas/tiles/badgeschema/schema-root
'badge' => 'frequency=30;polling-uri=https://simbiat.ru/mstilebadge.xml',
'badge' => 'frequency=30;polling-uri=https://www.simbiat.dev/mstilebadge.xml',
#Optional color for navigation buttons (used only by IE). Not used by XML config.
'navbutton-color' => '#000000',
#Optional tile color. There have been reports that after some update Win10 disregards it.
'TileColor' => '#000000',
#Paths to images of various sizes. It looks like Win10 may not be using them, instead relying on other icons referenced in you your code (`<link>` elements, `webmanifest` file) or there may be some condition to utilize them.
'square150x150logo' => 'https://local.simbiat.ru/frontend/images/favicons/mstile-150x150.png',
'square310x310logo' => 'https://local.simbiat.ru/frontend/images/favicons/mstile-310x310.png',
'square70x70logo' => 'https://local.simbiat.ru/frontend/images/favicons/mstile-70x70.png',
'wide310x150logo' => 'https://local.simbiat.ru/frontend/images/favicons/mstile-310x150.png',
'square150x150logo' => 'https://www.simbiat.dev/frontend/images/favicons/mstile-150x150.png',
'square310x310logo' => 'https://www.simbiat.dev/frontend/images/favicons/mstile-310x310.png',
'square70x70logo' => 'https://www.simbiat.dev/frontend/images/favicons/mstile-70x70.png',
'wide310x150logo' => 'https://www.simbiat.dev/frontend/images/favicons/mstile-310x150.png',
#Image for the tile. Unclear what is the difference from the ones above, especially, since specification states, that 150x150 is recommended. Yet somewhere long ago I had encountered a different recommendation for this image: 144x144.
'TileImage' => 'https://local.simbiat.ru/frontend/images/favicons/mstile-144x144.png',
'TileImage' => 'https://www.simbiat.dev/frontend/images/favicons/mstile-144x144.png',
]
```
`$tasks` - array of so-called "tasks", that appear as pinned links, if pinned from IE. Does not seem to be used by Edge. Not used by XML config.
Expand All @@ -112,9 +112,9 @@ msTile(array $general, array $tasks = [], array $notifications = [], bool $xml =
#Name to show on the menu
'name' => 'FFXIV Tracker',
#URL to the page referenced by this "task"
'action-uri' => 'https://simbiat.ru/fftracker/',
'action-uri' => 'https://www.simbiat.dev/fftracker/',
#It's icon. Seems to be mandatory.
'icon-uri' => 'https://simbiat.ru/frontend/images/service/fftracker_icon.png',
'icon-uri' => 'https://www.simbiat.dev/frontend/images/service/fftracker_icon.png',
#Optional type of window to open in (tab, self or window). Defaults to tab.
'window-type' => 'tab',
],
Expand All @@ -123,8 +123,8 @@ msTile(array $general, array $tasks = [], array $notifications = [], bool $xml =
#Another task
'nth' => [
'name' => 'BICs Tracker',
'action-uri' => 'https://simbiat.ru/bic/',
'icon-uri' => 'https://simbiat.ru/frontend/images/service/bic_icon.png',
'action-uri' => 'https://www.simbiat.dev/bic/',
'icon-uri' => 'https://www.simbiat.dev/frontend/images/service/bic_icon.png',
'window-type' => 'tab',
],
]
Expand All @@ -133,8 +133,8 @@ msTile(array $general, array $tasks = [], array $notifications = [], bool $xml =
```php
[
#List of up to 5 links
'https://simbiat.ru/notification.xml',
'https://simbiat.ru/notification2.xml',
'https://www.simbiat.dev/notification.xml',
'https://www.simbiat.dev/notification2.xml',
#Optional frequency for refreshing the data. Defaults to 1440
'frequency' => '30',
#Optional cycle type (as per specification). Defaults to 0 or 1 based on number of links
Expand Down

0 comments on commit 6a08455

Please sign in to comment.