From f0e178a72defa3550492babe9c55382ec59398e6 Mon Sep 17 00:00:00 2001 From: Willem Sleegers Date: Fri, 4 Sep 2020 16:21:11 +0200 Subject: [PATCH] Changed icon names, updated manifest --- manifest-local.xml | 15 ++- manifest-shinyapps.xml | 86 ------------------ .../willemsleegers/statcheck-word.dcf | 10 -- word-add-in.php | 46 ---------- www/assets/{statcheck-16.png => icon-16.png} | Bin .../{statcheck-160.png => icon-160.png} | Bin www/assets/{statcheck-32.png => icon-32.png} | Bin www/assets/{statcheck-64.png => icon-64.png} | Bin www/assets/{statcheck-80.png => icon-80.png} | Bin 9 files changed, 6 insertions(+), 151 deletions(-) delete mode 100644 manifest-shinyapps.xml delete mode 100644 rsconnect/shinyapps.io/willemsleegers/statcheck-word.dcf delete mode 100644 word-add-in.php rename www/assets/{statcheck-16.png => icon-16.png} (100%) rename www/assets/{statcheck-160.png => icon-160.png} (100%) rename www/assets/{statcheck-32.png => icon-32.png} (100%) rename www/assets/{statcheck-64.png => icon-64.png} (100%) rename www/assets/{statcheck-80.png => icon-80.png} (100%) diff --git a/manifest-local.xml b/manifest-local.xml index 54e9e08..1983ccb 100644 --- a/manifest-local.xml +++ b/manifest-local.xml @@ -6,12 +6,9 @@ en-US - - + + - - willemsleegers.com - @@ -63,10 +60,10 @@ - - - - + + + + diff --git a/manifest-shinyapps.xml b/manifest-shinyapps.xml deleted file mode 100644 index b0f8ff1..0000000 --- a/manifest-shinyapps.xml +++ /dev/null @@ -1,86 +0,0 @@ - - - 8772b9c8-cf43-4081-9930-3f48616fcbd0 - 1.0.0.0 - WillemSleegers - en-US - - - - - - - willemsleegers.com - - - - - - - - ReadWriteDocument - - - - - - - <Description resid="GetStarted.Description"/> - <LearnMoreUrl resid="GetStarted.LearnMoreUrl"/> - </GetStarted> - <ExtensionPoint xsi:type="PrimaryCommandSurface"> - <OfficeTab id="TabReviewWord"> - <Group id="Group"> - <Label resid="Group.Label" /> - <Icon> - <bt:Image size="16" resid="icon-16x16" /> - <bt:Image size="32" resid="icon-32x32" /> - <bt:Image size="64" resid="icon-64x64" /> - <bt:Image size="80" resid="icon-80x80" /> - </Icon> - <Control xsi:type="Button" id="TaskpaneButton"> - <Label resid="TaskpaneButton.Label" /> - <Supertip> - <Title resid="TaskpaneButton.Label" /> - <Description resid="TaskpaneButton.Tooltip" /> - </Supertip> - <Icon> - <bt:Image size="16" resid="icon-16x16" /> - <bt:Image size="32" resid="icon-32x32" /> - <bt:Image size="64" resid="icon-64x64" /> - <bt:Image size="80" resid="icon-80x80" /> - </Icon> - <Action xsi:type="ShowTaskpane"> - <TaskpaneId>ShowTaskpaneButton</TaskpaneId> - <SourceLocation resid="Taskpane.Url" /> - </Action> - </Control> - </Group> - </OfficeTab> - </ExtensionPoint> - </DesktopFormFactor> - </Host> - </Hosts> - <Resources> - <bt:Images> - <bt:Image id="icon-16x16" DefaultValue="https://willemsleegers.shinyapps.io/statcheck-word/assets/statcheck-16.png"/> - <bt:Image id="icon-32x32" DefaultValue="https://willemsleegers.shinyapps.io/statcheck-word/assets/statcheck-32.png"/> - <bt:Image id="icon-64x64" DefaultValue="https://willemsleegers.shinyapps.io/statcheck-word/assets/statcheck-64.png"/> - <bt:Image id="icon-80x80" DefaultValue="https://willemsleegers.shinyapps.io/statcheck-word/assets/statcheck-80.png"/> - </bt:Images> - <bt:Urls> - <bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="http://statcheck.io" /> - <bt:Url id="Taskpane.Url" DefaultValue="https://willemsleegers.shinyapps.io/statcheck-word/" /> - </bt:Urls> - <bt:ShortStrings> - <bt:String id="GetStarted.Title" DefaultValue="Get started with statcheck!" /> - <bt:String id="Group.Label" DefaultValue="Commands Group" /> - <bt:String id="TaskpaneButton.Label" DefaultValue="statcheck" /> - </bt:ShortStrings> - <bt:LongStrings> - <bt:String id="GetStarted.Description" DefaultValue="statcheck loaded succesfully. Click the 'statcheck' button to get started." /> - <bt:String id="TaskpaneButton.Tooltip" DefaultValue="Click to open statcheck" /> - </bt:LongStrings> - </Resources> - </VersionOverrides> -</OfficeApp> \ No newline at end of file diff --git a/rsconnect/shinyapps.io/willemsleegers/statcheck-word.dcf b/rsconnect/shinyapps.io/willemsleegers/statcheck-word.dcf deleted file mode 100644 index a3a9ace..0000000 --- a/rsconnect/shinyapps.io/willemsleegers/statcheck-word.dcf +++ /dev/null @@ -1,10 +0,0 @@ -name: statcheck-word -title: -username: -account: willemsleegers -server: shinyapps.io -hostUrl: https://api.shinyapps.io/v1 -appId: 2719916 -bundleId: 3573095 -url: https://willemsleegers.shinyapps.io/statcheck-word/ -when: 1598810194.06477 diff --git a/word-add-in.php b/word-add-in.php deleted file mode 100644 index a54cfaa..0000000 --- a/word-add-in.php +++ /dev/null @@ -1,46 +0,0 @@ -<!DOCTYPE html> <html lang="en"> - <head> - <meta charset="utf-8"> - <meta http-equiv="X-UA-Compatible" content="IE=edge"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> - <meta name="description" content=""> - <meta name="author" content=""> - <link rel="icon" href="../../favicon.ico"> - <title>statcheck // web - - - - - - - - - - - -
- - - - - - \ No newline at end of file diff --git a/www/assets/statcheck-16.png b/www/assets/icon-16.png similarity index 100% rename from www/assets/statcheck-16.png rename to www/assets/icon-16.png diff --git a/www/assets/statcheck-160.png b/www/assets/icon-160.png similarity index 100% rename from www/assets/statcheck-160.png rename to www/assets/icon-160.png diff --git a/www/assets/statcheck-32.png b/www/assets/icon-32.png similarity index 100% rename from www/assets/statcheck-32.png rename to www/assets/icon-32.png diff --git a/www/assets/statcheck-64.png b/www/assets/icon-64.png similarity index 100% rename from www/assets/statcheck-64.png rename to www/assets/icon-64.png diff --git a/www/assets/statcheck-80.png b/www/assets/icon-80.png similarity index 100% rename from www/assets/statcheck-80.png rename to www/assets/icon-80.png