diff --git a/assets/library/datapackage.json b/assets/library/datapackage.json index d7d3423..47e610f 100644 --- a/assets/library/datapackage.json +++ b/assets/library/datapackage.json @@ -2,7 +2,7 @@ "$schema": "https://manyfold.app/profiles/0.0/datapackage.json", "name": "xr-fragments-assets", "title": "XR Fragments assets", - "homepage": "http://localhost:3214/models/gv7v7hb52bmr", + "homepage": "http://xrfragment.org", "image": "assets.webp", "keywords": [ "!new", @@ -55,42 +55,7 @@ } ], "collections": [ - { - "title": "XR Fragments", - "path": "http://localhost:3214/collections/kqg2szn361nl", - "caption": "3D assets which are XR Fragment-compatible.", - "description": "XR Fragments is an open specification for hyperlinking & deeplinking 3D fileformats .\nTurn 3D files into linkable AR/VR websites .\n3D files with XR Fragments enable interoperable, networkable and interactions via so-called extras and promote URL standards .", - "links": [ - { - "path": "http://localhost:3214/collections/63j0nlckcj2v" - }, - { - "path": "http://localhost:3214/collections/l54vxdx3q4xn" - }, - { - "path": "http://localhost:3214/collections/mwpd5w94hlk0" - }, - { - "path": "http://localhost:3214/collections/z924drvlr4k1" - } - ] - } ], "links": [ - { - "path": "http://localhost:3214/models/40w26gqgms2p" - }, - { - "path": "http://localhost:3214/models/5dlzcdrhtrg2" - }, - { - "path": "http://localhost:3214/models/jszmg471nd80" - }, - { - "path": "http://localhost:3214/models/sk4936ghj33n" - }, - { - "path": "http://localhost:3214/models/vrpw4zlgzzm8" - } ] -} \ No newline at end of file +} diff --git a/assets/template/datapackage.json b/assets/template/datapackage.json new file mode 100644 index 0000000..3331d42 --- /dev/null +++ b/assets/template/datapackage.json @@ -0,0 +1,54 @@ +{ + "$schema": "https://manyfold.app/profiles/0.0/datapackage.json", + "name": "xr-fragments-template-website", + "title": "Spatial website template", + "homepage": "http://xrfragment.org", + "image": "website.jpg", + "keywords": [ + "!new", + "template" + ], + "licenses": [ + { + "name": "CC-BY-SA-4.0", + "path": "https://spdx.org/licenses/CC-BY-SA-4.0.html" + } + ], + "resources": [ + { + "name": "website", + "path": "website.jpg", + "mediatype": "image/jpeg", + "up": "+z", + "presupported": false + }, + { + "name": "website", + "path": "website.glb", + "mediatype": "model/gltf", + "up": "+z", + "presupported": false + } + ], + "sensitive": false, + "contributors": [ + { + "title": "xrfragments", + "path": "http://localhost:3214/creators/xrfragments", + "roles": [ + "creator" + ], + "caption": "", + "description": "XR Fragments is an open specification for hyperlinking & deeplinking 3D fileformats .\nTurn 3D files into linkable AR/VR websites .\n3D files with XR Fragments enable interoperable, networkable and interactions via so-called extras and promote URL standards .", + "links": [ + { + "path": "https://xrfragment.org" + } + ] + } + ], + "collections": [ + ], + "links": [ + ] +} diff --git a/assets/template/templates.webp b/assets/template/templates.webp deleted file mode 100644 index 1b7859f..0000000 Binary files a/assets/template/templates.webp and /dev/null differ diff --git a/assets/template/website.jpg b/assets/template/website.jpg new file mode 100644 index 0000000..2d838fb Binary files /dev/null and b/assets/template/website.jpg differ