diff --git a/ssn-usecases/config.js b/ssn-usecases/config.js new file mode 100644 index 00000000..0c5c0725 --- /dev/null +++ b/ssn-usecases/config.js @@ -0,0 +1,55 @@ +var respecConfig = { + // configuration options + shortName: "ssn-usecases", + specStatus: "ED", + noRecTrack: true, + group: "wg/sdw", + github: "w3c/sdw", + editors: [ + { + name: "name1", + company: "company1", + companyURL: "https://www.example.com/", + w3cid: 39125, + } + ], + authors: [ + { + name: "name1", + company: "company1", + companyURL: "https://www.example.com/", + w3cid: 39125, + }, + { + name: "name2", + company: "company2", + companyURL: "https://www.example.com/", + w3cid: 39125, + }, + ], + format: "markdown", + logos: [ + { + src: "https://www.w3.org/StyleSheets/TR/2016/logos/W3C", + alt: "W3C", + height: "48", + width: "72", + url: "https://www.w3.org/" + }, + { + src: "https://www.w3.org/2017/01/ogc_logo.png", + alt: "OGC", + height: "68", + width: "147", + url: "http://www.opengeospatial.org/" + } + ], + localBiblio: { + WEREWOLF: { + title: "Tremble Puny Villagers", + href: "https://w3.org/werewolf", + status: "RSCND", + publisher: "W3C", + }, + }, + } \ No newline at end of file diff --git a/ssn-usecases/index.html b/ssn-usecases/index.html new file mode 100644 index 00000000..ac0cf9fb --- /dev/null +++ b/ssn-usecases/index.html @@ -0,0 +1,60 @@ + + + + + SSN Use Cases + + + + +
+

This is required.

+
+
+

This is required.

+
+
+

Introduction

+

Some informative introductory text.

+ +
+
+

A section

+ +
+

I'm a sub-section

+

+ +

+
+
+
+

Use cases

+ +
+

[Use case name]

+

[contributor name], based on [...]

+

[Use case description]

+
+ + ## [Use case name] + Use case description... This one is in markdown... + +
+ + \ No newline at end of file