Skip to content

Commit

Permalink
vocabulary change: termsOfUse no longer reserved
Browse files Browse the repository at this point in the history
  • Loading branch information
iherman authored and msporny committed Aug 9, 2024
1 parent 7abe96b commit d1964dd
Show file tree
Hide file tree
Showing 4 changed files with 935 additions and 825 deletions.
2 changes: 1 addition & 1 deletion vocab/credentials/v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ The generation of the final files is done via a github action (see `/.github/wor

The corresponding application can be downloaded and used directly, or added to Google Docs. Note that, due to some bug in the software the exported SVG file must be ran through a [post-processing script](https://github.com/iherman/drawio-svg/), to be downloaded and run separately.
- `vocabulary.svg`: the SVG file for the vocabulary, generated from `vocabulary.drawio`.
- `template.json`: an HTML template file used by the script; it is the skeleton of the final HTML format based on [ReSpec](https://respec.org/docs/). If the file is modified, care should be taken not to change the core structure and the various, possibly empty, HTML elements with `@id` values. The script fills those elements with content when generating the `vocabulary.html` file (and removes any sections that remain empty after processing).
- `template.html`: an HTML template file used by the script; it is the skeleton of the final HTML format based on [ReSpec](https://respec.org/docs/). If the file is modified, care should be taken not to change the core structure and the various, possibly empty, HTML elements with `@id` values. The script fills those elements with content when generating the `vocabulary.html` file (and removes any sections that remain empty after processing).

10 changes: 5 additions & 5 deletions vocab/credentials/v2/vocabulary.drawio
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<mxfile host="Electron" modified="2024-03-04T08:03:30.936Z" agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/23.0.2 Chrome/120.0.6099.109 Electron/28.1.0 Safari/537.36" etag="Vi-e1ZbyFz_zjhMOGs0x" version="23.0.2" type="device">
<mxfile host="Electron" agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/24.7.5 Chrome/126.0.6478.183 Electron/31.3.0 Safari/537.36" version="24.7.5">
<diagram name="Page-1" id="5wcF2D67hh1iBqyEtvuE">
<mxGraphModel dx="3435" dy="2149" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1600" pageHeight="900" math="0" shadow="0">
<mxGraphModel dx="3200" dy="2116" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1600" pageHeight="900" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
Expand Down Expand Up @@ -105,7 +105,7 @@
</mxCell>
</UserObject>
<UserObject label="&lt;i&gt;&lt;font color=&quot;#000000&quot;&gt;termsOfUse&lt;/font&gt;&lt;/i&gt;" link="https://www.w3.org/2018/credentials#termsOfUse" id="lZdwYr-LXM3OhQDUA7XR-9">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;fontSize=16;fillColor=none;strokeWidth=2;dashed=1;dashPattern=1 2;" parent="1" vertex="1">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;fontSize=16;fillColor=none;strokeWidth=2;" parent="1" vertex="1">
<mxGeometry x="-876" y="-315" width="171" height="27.21049922799794" as="geometry" />
</mxCell>
</UserObject>
Expand Down Expand Up @@ -269,7 +269,7 @@
</mxCell>
</UserObject>
<UserObject label="&lt;i&gt;&lt;font color=&quot;#000000&quot;&gt;TermsOfUse&lt;/font&gt;&lt;/i&gt;" link="https://www.w3.org/2018/credentials#TermsOfUse" id="lZdwYr-LXM3OhQDUA7XR-32">
<mxCell style="ellipse;whiteSpace=wrap;html=1;fontSize=16;fillColor=none;strokeWidth=2;strokeColor=#336600;dashed=1;dashPattern=1 2;" parent="1" vertex="1">
<mxCell style="ellipse;whiteSpace=wrap;html=1;fontSize=16;fillColor=none;strokeWidth=2;strokeColor=#336600;" parent="1" vertex="1">
<mxGeometry x="-586" y="-321.002316006176" width="218" height="39.215131240349976" as="geometry" />
</mxCell>
</UserObject>
Expand Down Expand Up @@ -510,7 +510,7 @@
<mxGeometry x="1431" width="70" height="25.64" as="geometry" />
</mxCell>
<UserObject label="&lt;i&gt;&lt;font color=&quot;#000000&quot;&gt;EnvelopedVerifiablePresentation&lt;/font&gt;&lt;/i&gt;" link="https://www.w3.org/2018/credentials#EnvelopedVerifiablePresentation" id="jI3qBF4UIzf47FgSKy2m-1">
<mxCell style="ellipse;whiteSpace=wrap;html=1;fontSize=16;fillColor=none;strokeWidth=2;strokeColor=#336600;" vertex="1" parent="1">
<mxCell style="ellipse;whiteSpace=wrap;html=1;fontSize=16;fillColor=none;strokeWidth=2;strokeColor=#336600;" parent="1" vertex="1">
<mxGeometry x="-1583" y="-150.72000000000003" width="257" height="39.22" as="geometry" />
</mxCell>
</UserObject>
Expand Down
Loading

0 comments on commit d1964dd

Please sign in to comment.