-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add calconnect version, clean up to latest standards, fix issues
- Loading branch information
Showing
12 changed files
with
180 additions
and
117 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
name: generate | ||
|
||
on: | ||
push: | ||
branches: [ main ] | ||
pull_request: | ||
workflow_dispatch: | ||
|
||
permissions: | ||
contents: read | ||
pages: write | ||
id-token: write | ||
|
||
concurrency: | ||
group: "pages" | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
container: | ||
image: metanorma/metanorma:latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
||
- name: Cache Metanorma assets | ||
uses: actions-mn/cache@v1 | ||
|
||
- name: Metanorma generate site | ||
uses: actions-mn/build-and-publish@main | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
agree-to-terms: true | ||
|
||
deploy: | ||
if: ${{ github.ref == 'refs/heads/main' }} | ||
environment: | ||
name: github-pages | ||
url: ${{ steps.deployment.outputs.page_url }} | ||
runs-on: ubuntu-latest | ||
needs: build | ||
steps: | ||
- name: Deploy to GitHub Pages | ||
id: deployment | ||
uses: actions/deploy-pages@v4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,5 @@ | ||
.DS_Store | ||
.swp | ||
.tmp.xml | ||
|
||
# Output files | ||
csd-*.html | ||
csd-*.doc | ||
csd-*.xml | ||
csd-*_files | ||
|
||
# Deploy key | ||
deploy_key | ||
*.err | ||
*.abort |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
--- | ||
metanorma: | ||
deploy: | ||
email: "[email protected]" | ||
relaton: | ||
source: | ||
files: | ||
- sources/cc-51004.adoc | ||
- sources/draft-ietf-calext-ical-relations.adoc | ||
|
||
collection: | ||
name: TC-CALENDAR | ||
name: Calendaring and scheduling -- Support for iCalendar Relationships | ||
organization: CalConnect |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
= CalConnect Standard: Calendaring and scheduling -- Support for iCalendar Relationships | ||
:doctype: internet-draft | ||
:docnumber: draft-ietf-calext-ical-relations-05 | ||
:status: standard | ||
:ipr: trust200902 | ||
:consensus: true | ||
:updates: RFC5545 | ||
:submission-type: IETF | ||
:area: Internet | ||
:intended-series: full-standard | ||
:revdate: 2018-11-30 | ||
:fullname: Michael Douglass | ||
:lastname: Douglass | ||
:forename_initials: M. | ||
:affiliation: Bedework Commercial Services | ||
:street: 226 3rd Street | ||
:city: Troy | ||
:state: NY | ||
:code: 12180 | ||
:country: United States of America | ||
:contibutor-uri: https://bcs.com/ | ||
:email: [email protected] | ||
:imagesdir: images | ||
:mn-document-class: ietf | ||
:mn-output-extensions: rfc,xml,txt,html | ||
:workgroup: calext | ||
:local-cache-only: | ||
:data-uri-image: | ||
|
||
include::sections/00-abstract.adoc[] | ||
|
||
include::sections/00-foreword.adoc[] | ||
|
||
include::sections/00-intro.adoc[] | ||
|
||
include::sections/01-scope.adoc[] | ||
|
||
include::sections-ietf/02-conventions.adoc[] | ||
|
||
// include::sections/02-normrefs.adoc[] | ||
|
||
include::sections/03-terms.adoc[] | ||
|
||
include::sections/04-referencetypes.adoc[] | ||
|
||
include::sections/05-linkrelationtypes.adoc[] | ||
|
||
include::sections/06-redefinedrelationtypevalue.adoc[] | ||
|
||
include::sections/07-newpropertyvalues.adoc[] | ||
|
||
include::sections/08-newvaluedatatypes.adoc[] | ||
|
||
include::sections/09-newproperties.adoc[] | ||
|
||
include::sections/10-redefinedrelatedto.adoc[] | ||
|
||
include::sections/11-security.adoc[] | ||
|
||
include::sections/12-iana.adoc[] | ||
|
||
include::sections/13-acknowledgements.adoc[] | ||
|
||
include::sections-ietf/98-references.adoc[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[[conventions]] | ||
== Conventions Used in This Document | ||
|
||
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", | ||
"SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and | ||
"OPTIONAL" in this document are to be interpreted as described in | ||
<<RFC2119>>. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
|
||
[bibliography] | ||
== Normative References | ||
|
||
* [[[RFC5545,IETF RFC 5545]]] | ||
// Desruisseaux, B., Ed., "Internet Calendaring and Scheduling Core Object Specification (iCalendar)", RFC 5545, DOI 10.17487/RFC5545, September 2009, <http://www.rfc-editor.org/info/rfc5545>. | ||
|
||
* [[[RFC5988,IETF RFC 5988]]] | ||
//M. Nottingham. _Web Linking_. 2010. https://www.rfc-editor.org/info/rfc5988 | ||
|
||
* [[[RFC6638,IETF RFC 6638]]] | ||
//Daboo, C. and B. Desruisseaux, "Scheduling Extensions to CalDAV", RFC 6638, DOI 10.17487/RFC6638, June 2012, <http://www.rfc-editor.org/info/rfc6638>. | ||
|
||
* [[[W3C.CR-skos-reference-20090317,W3C CR skos-reference]]], Sean Bechhofer, Alistair Miles. _SKOS Simple Knowledge Organization System Reference._ 2009. http://www.w3.org/TR/2009/CR-skos-reference-20090317 | ||
|
||
* [[[W3C.WD-xptr-xpointer-20021219,W3C WD xptr-xpointer]]], Steven DeRose, Ron Daniel, Eve Maler. _XPointer xpointer() Scheme._ 2002. http://www.w3.org/TR/2002/WD-xptr-xpointer-20021219 | ||
|
||
* [[[I-D.daboo-caldav-attachments,IETF I-D daboo-caldav-attachments]]] | ||
//Cyrus Daboo, Arnaud Quillaud. _CalDAV Managed Attachments._ 2014. http://www.ietf.org/internet-drafts/draft-daboo-caldav-attachments-03.txt | ||
|
||
|
||
[bibliography] | ||
== Informative References | ||
|
||
* [[[RFC2119,IETF RFC 2119]]] | ||
//M. Nottingham. _Web Linking_. 2010. https://www.rfc-editor.org/info/rfc2119 | ||
|
||
* [[[RFC3986,IETF RFC 3986]]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters