Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Griffin <[email protected]>
  • Loading branch information
m00sey committed Mar 7, 2024
1 parent 4fbec2e commit 91a8ed0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

This is the working area for the Trust over IP specification template.

* [Editor's Copy](https://trustoverip.github.io/specification-template/)
* [Editor's Copy](https://trustoverip.github.io/tswg-tsp-specification/)

## Using this template

Two ways to use the template:
* The green `Use this template` button in the upper right. Then select `Create new repository` or
* When creating a new repository from the `Repository template` menu select `toip/specification-template`
* When creating a new repository from the `Repository template` menu select `toip/tswg-tsp-specification`

After setting up your new repository you will need to configure GitHub pages.

Expand All @@ -26,7 +26,7 @@ Run `npm run render` to render the HTML under `docs/index.html` this can then be

Run `npm run edit` to watch for changes and re-render the HTML.

Be sure to remove references to `specification-template` in favor of your new specification!
Be sure to remove references to `tswg-tsp-specification` in favor of your new specification!

### Experimental PDF generation

Expand Down
2 changes: 1 addition & 1 deletion spec/clauses.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ The following is a quote from a referenced source:

CoLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Mi ipsum faucibus vitae aliquet nec ullamcorper sit amet. Scelerisque fermentum dui faucibus in ornare quam viverra orci. Maecenas ultricies mi eget mauris pharetra. Tempor nec feugiat nisl pretium fusce id. In ante metus dictum at tempor commodo ullamcorper a. Nulla at volutpat diam ut venenatis tellus in.

- This section seems incorrectly indented: https://github.com/trustoverip/specification-template/issues/1
- This section seems incorrectly indented: https://github.com/trustoverip/tswg-tsp-specification/issues/1
2 changes: 1 addition & 1 deletion spec/header.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This document contains a template specification for `ToIP`!.

Information about the current status of this document, any errata,
and how to provide feedback on it, may be obtained at
[https://github.com/trustoverip/specification-template](https://github.com/trustoverip/specification-template).
[https://github.com/trustoverip/tswg-tsp-specification](https://github.com/trustoverip/tswg-tsp-specification).

## Copyright Notice

Expand Down
6 changes: 3 additions & 3 deletions spec/title.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ToIP Template Specification

**Latest Draft:**

[https://github.com/trustoverip/specification-template](https://github.com/trustoverip/specification-template)
[https://github.com/trustoverip/tswg-tsp-specification](https://github.com/trustoverip/tswg-tsp-specification)

**Editors:**

Expand All @@ -15,8 +15,8 @@ ToIP Template Specification

**Participate:**

~ [GitHub repo](https://github.com/trustoverip/specification-template)
~ [Commit history](https://github.com/trustoverip/specification-template/commits/main)
~ [GitHub repo](https://github.com/trustoverip/tswg-tsp-specification)
~ [Commit history](https://github.com/trustoverip/tswg-tsp-specification/commits/main)

------------------------------------

Expand Down
6 changes: 3 additions & 3 deletions specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"specs": [
{
"title": "ToIP Template Specification",
"title": "ToIP TSP Specification",
"spec_directory": "./spec",
"output_path": "./docs",
"markdown_paths": [
Expand All @@ -19,12 +19,12 @@
"biblio.md"
],
"logo": "https://raw.githubusercontent.com/trustoverip/logo-assets/master/logos/ToIP-Logo-Color-SolidDimensional-Horizontal-LightOnDark.svg",
"logo_link": "https://github.com/trustoverip/specification-template",
"logo_link": "https://github.com/trustoverip/tswg-tsp-specification",
"katex": true,
"source": {
"host": "github",
"account": "trustoverip",
"repo": "specification-template"
"repo": "tswg-tsp-specification"
}
}
]
Expand Down

0 comments on commit 91a8ed0

Please sign in to comment.