You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(content): restore content dropped as raw HTML under Goldmark unsafe:false
Two pages lost real content because `markup.goldmark.renderer.unsafe` is
false (kept for security) and Goldmark silently drops anything that looks
like raw HTML:
- Podcast 238 IRC log: leading `<nick>` lines parsed as HTML tags and
stripped. Escaped the angle brackets (`\<nick\>`) so the names render
while the `<http://...>` autolinks stay clickable.
- MobileShell RBAC article: a botched WordPress conversion left the setup
script as an inline code span exploded across blank lines, pushing the
`<?xml?>` block and `<!-- -->` comment outside any code context. Rebuilt
it as a fenced `powershell` block so it renders verbatim.
`hugo --gc --minify` now emits no raw-html warnings and both pages render
their full content with unsafe:false retained.
Closes#23
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@@ -24,203 +24,30 @@ Any user who will access MobileShell needs to be a member of the PowerGUI Mobile
24
24
25
25
With your MobileShell users configured, you can now associate PowerPacks with different AD users and groups. When a user logs on to MobileShell, they are presented with any PowerPacks that are associated with their user account or with any groups in which their user account is a member. MobileShell PowerPack configuration is done via a simple xml file. The file does not exist by default, so you need to create it. Invoke the following PowerShell script on your MobileShell server to create and open the configuration xml file:
`Once you have the configuration file open, you will see the layout that is used to associate AD user or group SIDs with PowerPacks. Copy all of the core PowerPacks that you have in the PowerPacks subfolder of your PowerGUI Pro installation folder that you want to use via the MobileShell UI into the same path where this file was created (the value of the $folder variable in the script above contains this path). Then modify this file to contain only the PowerPacks you copied over, update the first User SID for your user account, and this will finish off the initial configuration of PowerPacks for MobileShell. If you want to add additional users, you can copy and paste the User node in the XML document and then modify the SID for the users you add. Retrieving a SID should be an easy task of course: simply use Get-QADUser from the Quest AD cmdlets!
50
+
Once you have the configuration file open, you will see the layout that is used to associate AD user or group SIDs with PowerPacks. Copy all of the core PowerPacks that you have in the PowerPacks subfolder of your PowerGUI Pro installation folder that you want to use via the MobileShell UI into the same path where this file was created (the value of the $folder variable in the script above contains this path). Then modify this file to contain only the PowerPacks you copied over, update the first User SID for your user account, and this will finish off the initial configuration of PowerPacks for MobileShell. If you want to add additional users, you can copy and paste the User node in the XML document and then modify the SID for the users you add. Retrieving a SID should be an easy task of course: simply use Get-QADUser from the Quest AD cmdlets!
224
51
225
52
Note: With this beta release there is a bug in the Groups support in this configuration document, so simply associate PowerPacks to users for now. Thanks!
Jaykul: It's pretty interesting. He mentions that there is a little Roslyn in VS2013. The Roslyn portion starts around 34minutes in. <http://channel9.msdn.com/Events/Build/2013/9-006>
<sepeck> BellyTimber: <http://channel9.msdn.com/> <-- has lots and lots of coding stuff on it as well
127
-
<ScriptingWife> <http://csharpening.net/>
128
-
<beefarino> BTW, here's the ScriptCS powershell module: <https://github.com/beefarino/ScriptCS-PowerShell-Module>
129
-
<MikeFRobbins> Here's my library: [http://mikefrobbins.files.wordpress.com/2013/08/library.jpg](http://mikefrobbins.files.wordpress.com/2013/08/library.jpg)
130
-
<sepeck> halr9000: <http://calibre-ebook.com/> makes it go away
\<sepeck\> BellyTimber: <http://channel9.msdn.com/> <-- has lots and lots of coding stuff on it as well
127
+
\<ScriptingWife\><http://csharpening.net/>
128
+
\<beefarino\> BTW, here's the ScriptCS powershell module: <https://github.com/beefarino/ScriptCS-PowerShell-Module>
129
+
\<MikeFRobbins\> Here's my library: [http://mikefrobbins.files.wordpress.com/2013/08/library.jpg](http://mikefrobbins.files.wordpress.com/2013/08/library.jpg)
130
+
\<sepeck\> halr9000: <http://calibre-ebook.com/> makes it go away
<11beefarino> #### this one is for beefarino: how does one maintain such a ruggedly handsome demeanor?
135
-
<11BellyTimber> ##What's the difference?
136
-
<1BrendanLiamT> ### will this be recorded?
137
-
<0halr9000> ## asdfasdfasdf
138
-
<2gblock> ##### hashmark people ####
139
-
<11BellyTimber> ## Will the beef guy have anymore brain teasers?
140
-
<11sepeck> ## link to scriptcs? site
141
-
<11BellyTimber> ## All the code gets compiled and outputs an exe?
142
-
<12DougFinke> ## LinqPad just announced a command line. Any thoughts? Have they approached you about using Scriptcs?
143
-
<5MarcoShaw> ## How "official" is ScriptCS? Will Server 2014 be written in ScriptCS? PowerShell first, then ScriptCS...
144
-
<0halr9000> ## like this: what's MEF
145
-
<6jrusbatch> ## Is scriptcs extensible at all?
146
-
<12DougFinke> ## Some folks are concerned that Scriptcs is built on Roslyn, a CTP and the ecosystem is not there. What do you think?
147
-
<0Jaykul> ## Is Roslyn EVER going to actually ship?
148
-
<0Jaykul> ## Why is ScriptCS built on Roslyn instead of Mono's (already shipped) REPL?
149
-
<0halr9000> that's what the ## are for
150
-
<0halr9000> json2: ### HASHMARK PEOPLE ####
151
-
<0halr9000> ## OCTOTHORPE PEOPLE ##
152
-
<0halr9000> ## json2: What's the "killer app" use case for ScriptCS? Give me a concrete example of something that I can use it for to solve a problem today.
153
-
<11sepeck> ## are you goign to do a singing quartet afterwards?
154
-
<3HalsWife> ##Blister in the Sun first pleasethankyou
155
-
<4Keith_> ## Do you thinking using Roslyn would allow you to build an effective in-app scripting solution complete with Intellisense and debugging similar to VBA?
156
-
<12json2> ## Doesnt Roslyn already permit loading/running .cs at runtime? What does ScriptCS add to the "WoW/LUA-like" scripting story?
157
-
<14ScriptingWife> ## Up Next Rob Willis and PowerShell Deployment Toolkit
134
+
\<11beefarino\> #### this one is for beefarino: how does one maintain such a ruggedly handsome demeanor?
135
+
\<11BellyTimber\> ##What's the difference?
136
+
\<1BrendanLiamT\> ### will this be recorded?
137
+
\<0halr9000\> ## asdfasdfasdf
138
+
\<2gblock\> ##### hashmark people ####
139
+
\<11BellyTimber\> ## Will the beef guy have anymore brain teasers?
140
+
\<11sepeck\> ## link to scriptcs? site
141
+
\<11BellyTimber\> ## All the code gets compiled and outputs an exe?
142
+
\<12DougFinke\> ## LinqPad just announced a command line. Any thoughts? Have they approached you about using Scriptcs?
143
+
\<5MarcoShaw\> ## How "official" is ScriptCS? Will Server 2014 be written in ScriptCS? PowerShell first, then ScriptCS...
144
+
\<0halr9000\> ## like this: what's MEF
145
+
\<6jrusbatch\> ## Is scriptcs extensible at all?
146
+
\<12DougFinke\> ## Some folks are concerned that Scriptcs is built on Roslyn, a CTP and the ecosystem is not there. What do you think?
147
+
\<0Jaykul\> ## Is Roslyn EVER going to actually ship?
148
+
\<0Jaykul\> ## Why is ScriptCS built on Roslyn instead of Mono's (already shipped) REPL?
149
+
\<0halr9000\> that's what the ## are for
150
+
\<0halr9000\> json2: ### HASHMARK PEOPLE ####
151
+
\<0halr9000\> ## OCTOTHORPE PEOPLE ##
152
+
\<0halr9000\> ## json2: What's the "killer app" use case for ScriptCS? Give me a concrete example of something that I can use it for to solve a problem today.
153
+
\<11sepeck\> ## are you goign to do a singing quartet afterwards?
154
+
\<3HalsWife\> ##Blister in the Sun first pleasethankyou
155
+
\<4Keith_\> ## Do you thinking using Roslyn would allow you to build an effective in-app scripting solution complete with Intellisense and debugging similar to VBA?
156
+
\<12json2\> ## Doesnt Roslyn already permit loading/running .cs at runtime? What does ScriptCS add to the "WoW/LUA-like" scripting story?
157
+
\<14ScriptingWife\> ## Up Next Rob Willis and PowerShell Deployment Toolkit
0 commit comments