Skip to content

Commit

Permalink
Updated weblinks to https
Browse files Browse the repository at this point in the history
  • Loading branch information
Friedrich Weinmann authored and Friedrich Weinmann committed Jun 2, 2018
1 parent dd9a40a commit 0cb56ca
Show file tree
Hide file tree
Showing 24 changed files with 77 additions and 77 deletions.
4 changes: 2 additions & 2 deletions _layouts/blogdirectory.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="{{ site.lang | default: "en-US" }}">

<head>
Expand All @@ -17,7 +17,7 @@
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<p><a href="http://psframework.org/">Main</a> | <a href="http://psframework.org/general/contact.html">Contact</a> | <a href="http://psframework.org/blog.html">Blog</a> | <a href="http://psframework.org/documentation.html">Documentation</a></p>
<p><a href="https://psframework.org/">Main</a> | <a href="https://psframework.org/general/contact.html">Contact</a> | <a href="https://psframework.org/blog.html">Blog</a> | <a href="https://psframework.org/documentation.html">Documentation</a></p>
<h1 id="project_title">PowerShell Framework</h1>
<h2 id="project_tagline">The project dedicated to empowering your PowerShell scripting.</h2>
</header>
Expand Down
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="{{ site.lang | default: "en-US" }}">

<head>
Expand All @@ -17,7 +17,7 @@
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<p><a href="http://psframework.org/">Main</a> | <a href="http://psframework.org/general/contact.html">Contact</a> | <a href="http://psframework.org/blog.html">Blog</a> | <a href="http://psframework.org/documentation.html">Documentation</a></p>
<p><a href="https://psframework.org/">Main</a> | <a href="https://psframework.org/general/contact.html">Contact</a> | <a href="https://psframework.org/blog.html">Blog</a> | <a href="https://psframework.org/documentation.html">Documentation</a></p>
<h1 id="project_title">PowerShell Framework</h1>
<h2 id="project_tagline">The project dedicated to empowering your PowerShell scripting.</h2>
</header>
Expand Down
26 changes: 13 additions & 13 deletions documentation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: Documentation
---
# Documentation
Expand All @@ -11,17 +11,17 @@ Well, at least that's what it soon(tm) will be.

In this section, there shall be guides to swiftly getting started with a given component of the PowerShell Framework.

- [PSFramework Quick Start Guides](http://psframework.org/documentation/quickstart/psframework.html)
- [PSUtil Quick Start Guides](http://psframework.org/documentation/quickstart/psutil.html)
- [PSModuleDevelopment Quick Start Guides](http://psframework.org/documentation/quickstart/psmoduledevelopment.html)
- [PSFramework Quick Start Guides](https://psframework.org/documentation/quickstart/psframework.html)
- [PSUtil Quick Start Guides](https://psframework.org/documentation/quickstart/psutil.html)
- [PSModuleDevelopment Quick Start Guides](https://psframework.org/documentation/quickstart/psmoduledevelopment.html)

## Documents

Complex tools need lots of guidance. This is where that guidance comes in, split in sections by module:

- [PSFramework Documents](http://psframework.org/documentation/documents/psframework.html)
- [PSUtil Documents](http://psframework.org/documentation/documents/psutil.html) `Not yet Implemented`
- [PSModuleDevelopment Documents](http://psframework.org/documentation/documents/psmoduledevelopment.html)
- [PSFramework Documents](https://psframework.org/documentation/documents/psframework.html)
- [PSUtil Documents](https://psframework.org/documentation/documents/psutil.html) `Not yet Implemented`
- [PSModuleDevelopment Documents](https://psframework.org/documentation/documents/psmoduledevelopment.html)

## Blog Posts

Expand All @@ -31,14 +31,14 @@ Not implemented yet!

This project may be the font of all code developed by it, but it is not the font of all knowledge. Users may share their PSFramework success stories and offer insights into how to use it. We try to keep up with what is happening out there and offer a sorted reference.

- [PSFramework Blog Posts](http://psframework.org/documentation/blog/psframework.html)
- [PSUtil Blog Posts](http://psframework.org/documentation/blog/psutil.html)
- [PSModuleDevelopment Blog Posts](http://psframework.org/documentation/blog/psmoduledevelopment.html)
- [PSFramework Blog Posts](https://psframework.org/documentation/blog/psframework.html)
- [PSUtil Blog Posts](https://psframework.org/documentation/blog/psutil.html)
- [PSModuleDevelopment Blog Posts](https://psframework.org/documentation/blog/psmoduledevelopment.html)

## Command Reference

Finally, sometimes you just need to browser the list of all the technical details yourself. This list is fully available here in this section of the documentation and automatically updated with each release.

- [PSFramework Command Reference](http://psframework.org/documentation/commands/PSFramework.html)
- [PSUtil Command Reference](http://psframework.org/documentation/commands/PSUtil.html)
- [PSModuleDevelopment Command Reference](http://psframework.org/documentation/commands/PSModuleDevelopment.html)
- [PSFramework Command Reference](https://psframework.org/documentation/commands/PSFramework.html)
- [PSUtil Command Reference](https://psframework.org/documentation/commands/PSUtil.html)
- [PSModuleDevelopment Command Reference](https://psframework.org/documentation/commands/PSModuleDevelopment.html)
6 changes: 3 additions & 3 deletions documentation/documents/psframework/parameter-classes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: PSFramework: Parameter Classes
---
# Parameter Classes
Expand Down Expand Up @@ -39,7 +39,7 @@ They generally also offer greater flexibility in accepting input and are often c

## Quick Start Guides

- [Getting started with Parameter Classes](http://psframework.org/documentation/quickstart/psframework/parameter-classes.html)
- [Getting started with Parameter Classes](https://psframework.org/documentation/quickstart/psframework/parameter-classes.html)

## In depth Guides

Expand All @@ -48,7 +48,7 @@ They generally also offer greater flexibility in accepting input and are often c
- [TimeSpan Parameter Class](parameter-classes/timespan-parameter.html)

## Notes
[Back to PSFramework](http://psframework.org/documentation/documents/psframework.html)
[Back to PSFramework](https://psframework.org/documentation/documents/psframework.html)

| Version | 1.0 |
| Written on: | 2018-04-16 |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: Parameter Classes: Computer Parameter Class
---
# Computer Parameter Class
Expand Down Expand Up @@ -89,7 +89,7 @@ Register-PSFParameterClassMapping -ParameterClass Computer -TypeName Foo.Bar -Pr
```

## Notes
[Back to Parameter Classes](http://psframework.org/documentation/documents/psframework/parameter-classes.html)
[Back to Parameter Classes](https://psframework.org/documentation/documents/psframework/parameter-classes.html)

| Version | 1.0 |
| Written on: | 2018-04-16 |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: Parameter Classes: DateTime Parameter Class
---
# DateTime Parameter Class
Expand Down Expand Up @@ -130,7 +130,7 @@ Register-PSFParameterClassMapping -ParameterClass DateTime -TypeName Foo.Bar -Pr
```

## Notes
[Back to Parameter Classes](http://psframework.org/documentation/documents/psframework/parameter-classes.html)
[Back to Parameter Classes](https://psframework.org/documentation/documents/psframework/parameter-classes.html)

| Version | 1.0 |
| Written on: | 2018-04-16 |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: Parameter Classes: TimeSpan Parameter Class
---
# TimeSpan Parameter Class
Expand Down Expand Up @@ -124,7 +124,7 @@ Register-PSFParameterClassMapping -ParameterClass TimeSpan -TypeName Foo.Bar -Pr
```

## Notes
[Back to Parameter Classes](http://psframework.org/documentation/documents/psframework/parameter-classes.html)
[Back to Parameter Classes](https://psframework.org/documentation/documents/psframework/parameter-classes.html)

| Version | 1.0 |
| Written on: | 2018-04-16 |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: Validation Attributes: PSFValidatePattern
---
# Validation Attributes: PSFValidatePattern
Expand Down Expand Up @@ -75,7 +75,7 @@ The regular expression options to use. All options listed in the `[System.Text.R
By default, it is set to IgnoreCase, making this attribute ignore all string casing. This can be overridden with `None`, in order to force case sensitivity.

## Notes
[Back to Validation Attributes](http://psframework.org/documentation/documents/psframework/validation-attributes.html)
[Back to Validation Attributes](https://psframework.org/documentation/documents/psframework/validation-attributes.html)

| Version | 1.0 |
| Written on: | 2018-04-14 |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: Validation Attributes: PSFValidateScript
---
# Validation Attributes: PSFValidateScript
Expand Down Expand Up @@ -55,7 +55,7 @@ Named: True
The message to write when the pattern does _not_ match the input. This text will be formatted using the default string formatter, inserting the original input into `{0}` and the pattern into `{1}` if present.

## Notes
[Back to Validation Attributes](http://psframework.org/documentation/documents/psframework/validation-attributes.html)
[Back to Validation Attributes](https://psframework.org/documentation/documents/psframework/validation-attributes.html)

| Version | 1.0 |
| Written on: | 2018-04-14 |
Expand Down
6 changes: 3 additions & 3 deletions documentation/documents/psmoduledevelopment/templates.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: Templates
---
# Templates
Expand Down Expand Up @@ -27,8 +27,8 @@ Even modules can ship their own templates without changing the user's system but

There are two quick start guides, covering:

- [Creating a project from template](http://psframework.org/documentation/quickstart/psmoduledevelopment/templates-use.html)
- [Creating a simple template](http://psframework.org/documentation/quickstart/psmoduledevelopment/templates-new.html)
- [Creating a project from template](https://psframework.org/documentation/quickstart/psmoduledevelopment/templates-use.html)
- [Creating a simple template](https://psframework.org/documentation/quickstart/psmoduledevelopment/templates-new.html)

Together the two cover the two basic steps to using the template system.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: Templates: Configuration Options
---
# Configuration Options for the Template System
Expand Down Expand Up @@ -111,7 +111,7 @@ Register-PSFConfig -FullName psmoduledevelopment.template.identifier
```

## Notes
[Back to Templates](http://psframework.org/documentation/documents/psmoduledevelopment/templates.html)
[Back to Templates](https://psframework.org/documentation/documents/psmoduledevelopment/templates.html)

| Version | 1.0 |
| Written on: | 2018-03-10 |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: Templates: Creating a new file template
---
# Creating a new file template
Expand Down Expand Up @@ -88,7 +88,7 @@ It _is_ possible to template a word document, but at this time, this module is i
For some file types, the system _knows_ it cannot do content replacement. These are stored in the `psmoduledevelopment.template.binaryextensions` configuration setting and can be updated & amended as needed.

## Notes
[Back to Templates](http://psframework.org/documentation/documents/psmoduledevelopment/templates.html)
[Back to Templates](https://psframework.org/documentation/documents/psmoduledevelopment/templates.html)

| Version | 1.0 |
| Written on: | 2018-03-08 |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: Templates: Creating a new project template
---
# Creating a new project template
Expand Down Expand Up @@ -43,7 +43,7 @@ Don't worry, the guide should cover it all as needed and it's fairly simple to u


## Notes
[Back to Templates](http://psframework.org/documentation/documents/psmoduledevelopment/templates.html)
[Back to Templates](https://psframework.org/documentation/documents/psmoduledevelopment/templates.html)

| Version | 1.0 |
| Written on: | 2018-03-08 |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: Templates: Default Template Parameters
---
# Default Template Parameters
Expand Down Expand Up @@ -55,7 +55,7 @@ Register-PSFConfig -FullName psmoduledevelopment.template.parameterdefault.depar
And that's it! Now all your templates will default `þdepartmentþ` to `Accounting`

## Notes
[Back to Templates](http://psframework.org/documentation/documents/psmoduledevelopment/templates.html)
[Back to Templates](https://psframework.org/documentation/documents/psmoduledevelopment/templates.html)

| Version | 1.0 |
| Written on: | 2018-03-08 |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: Templates: Deploying Template Stores per Group Policy
---
# Deploying Template Stores per Group Policy
Expand Down Expand Up @@ -39,7 +39,7 @@ Those have the benefit of requiring elevation for the user to edit directly.
Either way you choose to go, the templates stored in the registered [Template Store](template-stores.html) are automatically available to all affected users.

## Notes
[Back to Templates](http://psframework.org/documentation/documents/psmoduledevelopment/templates.html)
[Back to Templates](https://psframework.org/documentation/documents/psmoduledevelopment/templates.html)

| Version | 1.0 |
| Written on: | 2018-03-12 |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: Templates: Modules including own templates
---
# Modules including own templates
Expand Down Expand Up @@ -30,7 +30,7 @@ It does _not_ enforce a `PSModuleDevelopment` dependency! The templates and this
This offers an additional convenience without adding an additional burden on users or systems that do not need it.

## Notes
[Back to Templates](http://psframework.org/documentation/documents/psmoduledevelopment/templates.html)
[Back to Templates](https://psframework.org/documentation/documents/psmoduledevelopment/templates.html)

| Version | 1.0 |
| Written on: | 2018-03-08 |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: Templates: Overwriting default Templates
---
# Overwriting default Templates
Expand All @@ -17,7 +17,7 @@ Thus you can override an existing template by creating a template of your own, w
See the guide on [Template Versions](template-versions.html) on how to handle versions.

## Notes
[Back to Templates](http://psframework.org/documentation/documents/psmoduledevelopment/templates.html)
[Back to Templates](https://psframework.org/documentation/documents/psmoduledevelopment/templates.html)

| Version | 1.0 |
| Written on: | 2018-03-08 |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: Templates: The Project Reference File
---
# Project Reference File
Expand Down Expand Up @@ -77,7 +77,7 @@ Since all the meta information was specified in the reference file, no further i


## Notes
[Back to Templates](http://psframework.org/documentation/documents/psmoduledevelopment/templates.html)
[Back to Templates](https://psframework.org/documentation/documents/psmoduledevelopment/templates.html)

| Version | 1.0 |
| Written on: | 2018-03-08 |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: Templates: Template Stores
---
# Template Stores
Expand Down Expand Up @@ -67,7 +67,7 @@ Notes:


## Notes
[Back to Templates](http://psframework.org/documentation/documents/psmoduledevelopment/templates.html)
[Back to Templates](https://psframework.org/documentation/documents/psmoduledevelopment/templates.html)

| Version | 1.0 |
| Written on: | 2018-03-08 |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: Templates: Template Types
---
# Tempalte Types
Expand All @@ -15,7 +15,7 @@ If you use `New-PSMDTemplate` with the `-FilePath` parameter, you create a file
The difference is mostly academic right now, but the design goal is to differentiate between them, due to the fundamental difference in purpose. Future features may differentiate more heavily between the two.

## Notes
[Back to Templates](http://psframework.org/documentation/documents/psmoduledevelopment/templates.html)
[Back to Templates](https://psframework.org/documentation/documents/psmoduledevelopment/templates.html)

| Version | 1.0 |
| Written on: | 2018-03-08 |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: Templates: Template Versions
---
# Template Versions
Expand Down Expand Up @@ -50,7 +50,7 @@ Remove-PSMDTemplate -TemplateName function -Deprecated
```

## Notes
[Back to Templates](http://psframework.org/documentation/documents/psmoduledevelopment/templates.html)
[Back to Templates](https://psframework.org/documentation/documents/psmoduledevelopment/templates.html)

| Version | 1.0 |
| Written on: | 2018-03-08 |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: Templates: Working with ScriptBlocks
---
# Templates: Working with ScriptBlocks
Expand Down Expand Up @@ -114,7 +114,7 @@ This writes the template to file/folder without performing any inserts and witho
All scriptblocks - including dynamic ones - will be part of the abstracted Project Reference File (if a project template) or a scriptblock meta-file (if a file template), and can be inspected in a central location.

## Notes
[Back to Templates](http://psframework.org/documentation/documents/psmoduledevelopment/templates.html)
[Back to Templates](https://psframework.org/documentation/documents/psmoduledevelopment/templates.html)

| Version | 1.0 |
| Written on: | 2018-03-08 |
Expand Down
Loading

0 comments on commit 0cb56ca

Please sign in to comment.