Skip to content

Commit

Permalink
Live Tiles for Windows 10
Browse files Browse the repository at this point in the history
  • Loading branch information
da2x committed Aug 6, 2015
1 parent 82b38f4 commit e0410d0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
6 changes: 4 additions & 2 deletions v7/windows_live_tiles/README.md
@@ -1,11 +1,13 @@
This plug-in enables your site to take full advantage of the Start
screen on Windows 8.1 and Windows Phone 8.1 with Internet Explorer 11.
screen on Windows 8.1 and Windows Phone 8.1 with Internet Explorer 11,
and Windows 10 and Windows 10 Mobile with Microsoft Edge.

### Browser configuration file

Generates a configuration file `/browserconfig.xml` for tile images and
Live Tiles with notifications for the Windows 8.1 and Windows Phone 8.1
Start screens. Windows 8 is not supported because Microsoft.
Start screens, and the Start menu in Windows 10 . Windows 8 is not
supported because Microsoft.

Internet Explorer 11 will automatically request this file from your
server root when a user tries to pin you site to their Start screen. If
Expand Down
3 changes: 2 additions & 1 deletion v7/windows_live_tiles/config.py.sample
@@ -1,5 +1,6 @@
# Generates a /browserconfig.xml for tile images and Live Tiles
# for Internet Explorer 11 on Windows 8.1 and Windows Phone 8.1.
# for Internet Explorer 11 on Windows 8.1 and Windows Phone 8.1,
# and Microsoft Edge on Windows 10 and Windows 10 Mobile.
#
# See README for detailed documentation of these options.

Expand Down
4 changes: 2 additions & 2 deletions v7/windows_live_tiles/windows_live_tiles.plugin
Expand Up @@ -4,7 +4,7 @@ Module = windows_live_tiles

[Documentation]
Author = Daniel Aleksandersen
Version = 0.4
Version = 0.5
Website = https://www.aeyoun.com/projects/nikola/
Description = Generates tile images and Live Tiles for Windows 8.1 and Windows Phone 8.1.
Description = Generates tile images and Live Tiles for Windows 8.1 and 10.

2 changes: 1 addition & 1 deletion v7/windows_live_tiles/windows_live_tiles.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2014 Daniel Aleksandersen.
# Copyright © 2014-2015 Daniel Aleksandersen.
# Copyright © 2012-2014 Roberto Alsina and others.

# Permission is hereby granted, free of charge, to any
Expand Down

0 comments on commit e0410d0

Please sign in to comment.