-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathEZOut.Pipeworks.psd1
114 lines (88 loc) · 7.45 KB
/
EZOut.Pipeworks.psd1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
@{
WebCommand = @{
"Write-FormatView" = @{
HideParameter = "RenamedProperty", "VirtualProperty", "FormatProperty", "Name", "GroupAction", "AsControl", "Width"
FriendlyName = "Write a Format View"
ContentType = 'text/plain'
}
"Write-TypeView" = @{
HideParameter = "CodeProperty", "CodeMethod", "Reserializer"
FriendlyName = "Write a Type View"
ContentType = 'text/plain'
}
"Write-PropertySet" = @{
FriendlyName = "Write a Property Set"
ContentType = 'text/plain'
}
}
Style = @{
Body = @{
"font-family" = "Segoe UI"
"font-size" = "1.25em"
"background-color" = "#F0FFFA"
"color" = "#079C1C"
}
'a' = @{
'color' = '#F0FFFA'
}
'a:hover' = @{
'text-decoration' ='none'
}
}
AnalyticsId = 'UA-24591838-4' # Providing an Analytics ID will add an analytics tracker to each page
CommandOrder = "Write-FormatView", "Write-TypeView", "Write-PropertySet"
DomainSchematics = @{
"Ezout.Start-Automating.com | EzOut.StartAutomating.com | EasyOut.Start-Automating.com | EasyOut.StartAutomating.com" = "Default"
}
AllowDownload = $true #-AllowDownload lets the module get downloaded
AddPlusOne = $true # Adds a Google +1 button to all pages
TwitterId = 'jamesbru' # Adds a a twitter ID to all pages
GoogleSiteVerification = # The Google Site Verification lets you use Google WebMaster Tools
'JFEJmONZO1y1ucWbdc4m0YODOr4y98C3rGIGzh0wLDg'
BingValidationKey = # The Bing Validation Key lets you use Bing Webmaster Tools
'7B94933EC8C374B455E8263FCD4FE5EF'
Facebook = @{ # A Facebook App IP Lets you log in with facebook, and adds Like buttons
AppId = '424980144210380'
}
AdSense = @{
Id = '7086915862223923'
BottomAdSlot = '6352908833'
}
PubCenter = @{
ApplicationId = "d6dc302f-7599-49c5-b09d-5b3173ed0581"
BottomAdUnit = "10049444"
}
Logo = "/Assets/EZOut_Tile.png"
Win8 = @{
Identity = @{
Name="Start-Automating.EZOut"
Publisher="CN=3B09501A-BEC0-4A17-8A3D-3DAACB2346F3"
Version="1.0.0.0"
}
Assets = @{
"splash.png" = "/EZOut_Splash.png"
"smallTile.png" = "/EZOut_Small.png"
"wideTile.png" = "/EZOut_Wide.png"
"storeLogo.png" = "/EZOut_Store.png"
"squaretile.png" = "/EZOut_Tile.png"
}
ServiceUrl = "http://EZOut.start-automating.com"
LightForegroundText = $true
Name = "EZOut"
PublishedUrl = 'http://apps.microsoft.com/windows/app/ezout/559fc6cf-67ad-4a5d-bd1e-79bf0e59d7fc'
}
Technet = @{
Category="Scripting Techniques"
Subcategory="Displaying Output"
OperatingSystem="Windows 7", "Windows Server 2008", "Windows Server 2008 R2", "Windows Vista", "Windows XP", "Windows Server 2012", "Windows 8"
Tag='EZout', 'PowerShell Formatting', 'Start-Automating', 'PowerShell Tools'
MSLPL=$true
Summary="
EZOut is a module to take the pain out of PowerShell formatting and types files (PS1XMLs). With EZOut, you can write simple scripts to do complex formatting, instead of learning a byzantine XML.
"
Url = 'http://gallery.technet.microsoft.com/EZOut-33ae0fb7'
}
ModuleTemplate = 'Module-InvertedHeader'
CommandTemplate = 'Command-InvertedHeader'
TopicTemplate = 'Topic-InvertedHeader'
}