Skip to content

Commit

Permalink
Merge pull request #136 from perspect3vism/v0.2.5
Browse files Browse the repository at this point in the history
v0.2.5
  • Loading branch information
lucksus authored Dec 11, 2022
2 parents 29af015 + 5aea364 commit cbc8f9a
Show file tree
Hide file tree
Showing 113 changed files with 3,745 additions and 1,054 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ad4m"
version = "0.0.3"
version = "0.2.5"
edition = "2021"
authors = ["Nicolas Luck <[email protected]>"]
description = "A command-line interface to AD4M (i.e. the AD4M executor) - https://ad4m.dev"
Expand Down
2 changes: 1 addition & 1 deletion connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perspect3vism/ad4m-connect",
"version": "0.2.3",
"version": "0.2.5",
"description": "Lib for handling everything needed to setup a connection to a local or remote ad4m-executor",
"license": "CAL-1.0",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perspect3vism/ad4m",
"version": "0.2.0",
"version": "0.2.5",
"description": "*The Agent-Centric Distributed Application Meta-ontology* or just: *Agent-Centric DApp Meta-ontology* * A new meta-ontology for interoperable, decentralized application design * A spanning-layer to enable seamless integration between Holochain DNAs, blockchains, linked-data structures/ontologies and centralized back-ends * The basis for turning distinct, monolithic and siloed apps into a global, open and interoperable sense-making network",
"main": "lib/index.cjs",
"module": "lib/index.js",
Expand Down
2,449 changes: 1,911 additions & 538 deletions docs/api.html

Large diffs are not rendered by default.

6 changes: 1 addition & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ <h2 id="why">Why?</h2>
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"Introduction","level":"1.1","depth":1,"next":{"title":"Getting Started","level":"1.2","depth":1,"path":"start.md","ref":"start.md","articles":[{"title":"Install AD4Min","level":"1.2.1","depth":2,"anchor":"#1-install-ad4min","path":"start.md","ref":"start.md#1-install-ad4min","articles":[]},{"title":"Setup app / connect to AD4M","level":"1.2.2","depth":2,"anchor":"#2-setup-app-to-connect-to-ad4m","path":"start.md","ref":"start.md#2-setup-app-to-connect-to-ad4m","articles":[]}]},"dir":"ltr"},"config":{"plugins":["livereload"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"livereload":{},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","author":"Nicolas Luck","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"ad4mVersion":"0.1.37"},"title":"AD4M Documentation","gitbook":"*"},"file":{"path":"README.md","mtime":"2022-10-26T12:04:57.122Z","type":"markdown"},"gitbook":{"version":"4.0.4","time":"2022-10-31T13:09:03.252Z"},"basePath":".","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"Introduction","level":"1.1","depth":1,"next":{"title":"Getting Started","level":"1.2","depth":1,"path":"start.md","ref":"start.md","articles":[{"title":"Install AD4Min","level":"1.2.1","depth":2,"anchor":"#1-install-ad4min","path":"start.md","ref":"start.md#1-install-ad4min","articles":[]},{"title":"Setup app / connect to AD4M","level":"1.2.2","depth":2,"anchor":"#2-setup-app-to-connect-to-ad4m","path":"start.md","ref":"start.md#2-setup-app-to-connect-to-ad4m","articles":[]}]},"dir":"ltr"},"config":{"plugins":[],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","author":"Nicolas Luck","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"ad4mVersion":"0.1.37"},"title":"AD4M Documentation","gitbook":"*"},"file":{"path":"README.md","mtime":"2022-11-04T12:20:15.864Z","type":"markdown"},"gitbook":{"version":"4.0.4","time":"2022-12-11T19:54:39.668Z"},"basePath":".","book":{"language":""}});
});
</script>
</div>
Expand Down Expand Up @@ -618,10 +618,6 @@ <h2 id="why">Why?</h2>
<script src="gitbook/theme.js"></script>


<script src="gitbook/gitbook-plugin-livereload/plugin.js"></script>



<script src="gitbook/gitbook-plugin-search/search-engine.js"></script>


Expand Down
6 changes: 1 addition & 5 deletions docs/language.html
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ <h3 id="creating-an-expression">Creating an Expression</h3>
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"Creating AD4M Languages","level":"2.1","depth":1,"next":{"title":"Writing and using Social DNA","level":"2.2","depth":1,"path":"sdna.md","ref":"sdna.md","articles":[]},"previous":{"title":"Tutorial","level":"1.3","depth":1,"path":"tutorial.md","ref":"tutorial.md","articles":[{"title":"Create Perspective","level":"1.3.1","depth":2,"anchor":"#1-create-a-perspective-and-add-content","path":"tutorial.md","ref":"tutorial.md#1-create-a-perspective-and-add-content","articles":[]},{"title":"Publish Neighbourhood","level":"1.3.2","depth":2,"anchor":"#2-publish-perspective-as-neighbourhood","path":"tutorial.md","ref":"tutorial.md#2-publish-perspective-as-neighbourhood","articles":[]},{"title":"Join Neighbourhood","level":"1.3.3","depth":2,"anchor":"#3-joining-a-neighbourhood-on-another-nodeagent","path":"tutorial.md","ref":"tutorial.md#3-joining-a-neighbourhood-on-another-nodeagent","articles":[]},{"title":"Change Listener","level":"1.3.4","depth":2,"anchor":"#4-listening-to-perspective-changes","path":"tutorial.md","ref":"tutorial.md#4-listening-to-perspective-changes","articles":[]}]},"dir":"ltr"},"config":{"plugins":["livereload"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"livereload":{},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","author":"Nicolas Luck","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"ad4mVersion":"0.1.37"},"title":"AD4M Documentation","gitbook":"*"},"file":{"path":"language.md","mtime":"2022-10-26T12:04:57.122Z","type":"markdown"},"gitbook":{"version":"4.0.4","time":"2022-10-31T13:09:03.252Z"},"basePath":".","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"Creating AD4M Languages","level":"2.1","depth":1,"next":{"title":"Writing and using Social DNA","level":"2.2","depth":1,"path":"sdna.md","ref":"sdna.md","articles":[]},"previous":{"title":"Tutorial","level":"1.3","depth":1,"path":"tutorial.md","ref":"tutorial.md","articles":[{"title":"Create Perspective","level":"1.3.1","depth":2,"anchor":"#1-create-a-perspective-and-add-content","path":"tutorial.md","ref":"tutorial.md#1-create-a-perspective-and-add-content","articles":[]},{"title":"Publish Neighbourhood","level":"1.3.2","depth":2,"anchor":"#2-publish-perspective-as-neighbourhood","path":"tutorial.md","ref":"tutorial.md#2-publish-perspective-as-neighbourhood","articles":[]},{"title":"Join Neighbourhood","level":"1.3.3","depth":2,"anchor":"#3-joining-a-neighbourhood-on-another-nodeagent","path":"tutorial.md","ref":"tutorial.md#3-joining-a-neighbourhood-on-another-nodeagent","articles":[]},{"title":"Change Listener","level":"1.3.4","depth":2,"anchor":"#4-listening-to-perspective-changes","path":"tutorial.md","ref":"tutorial.md#4-listening-to-perspective-changes","articles":[]}]},"dir":"ltr"},"config":{"plugins":[],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","author":"Nicolas Luck","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"ad4mVersion":"0.1.37"},"title":"AD4M Documentation","gitbook":"*"},"file":{"path":"language.md","mtime":"2022-11-04T12:20:15.910Z","type":"markdown"},"gitbook":{"version":"4.0.4","time":"2022-12-11T19:54:39.668Z"},"basePath":".","book":{"language":""}});
});
</script>
</div>
Expand Down Expand Up @@ -559,10 +559,6 @@ <h3 id="creating-an-expression">Creating an Expression</h3>
<script src="gitbook/theme.js"></script>


<script src="gitbook/gitbook-plugin-livereload/plugin.js"></script>



<script src="gitbook/gitbook-plugin-search/search-engine.js"></script>


Expand Down
6 changes: 1 addition & 5 deletions docs/sdna.html
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ <h1 id="writing-and-using-social-dna">Writing and using Social DNA</h1>
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"Writing and using Social DNA","level":"2.2","depth":1,"next":{"title":"API Reference","level":"3.1","depth":1,"path":"api.md","ref":"api.md","articles":[{"title":"Agent","level":"3.1.1","depth":2,"anchor":"#class-agent","path":"api.md","ref":"api.md#class-agent","articles":[]},{"title":"Language","level":"3.1.2","depth":2,"anchor":"#interface-language","path":"api.md","ref":"api.md#interface-language","articles":[]},{"title":"Perspective","level":"3.1.3","depth":2,"anchor":"#class-perspective","path":"api.md","ref":"api.md#class-perspective","articles":[]},{"title":"PerspectiveProxy","level":"3.1.4","depth":2,"anchor":"#class-perspectiveproxy","path":"api.md","ref":"api.md#class-perspectiveproxy","articles":[]},{"title":"Ad4mClient","level":"3.1.5","depth":2,"anchor":"#class-ad4mclient","path":"api.md","ref":"api.md#class-ad4mclient","articles":[{"title":"AgentClient","level":"3.1.5.1","depth":3,"anchor":"#class-agentclient","path":"api.md","ref":"api.md#class-agentclient","articles":[]},{"title":"LanguageClient","level":"3.1.5.2","depth":3,"anchor":"#class-languageclient","path":"api.md","ref":"api.md#class-languageclient","articles":[]},{"title":"ExpressionClient","level":"3.1.5.3","depth":3,"anchor":"#class-expressionclient","path":"api.md","ref":"api.md#class-expressionclient","articles":[]},{"title":"PerspectiveClient","level":"3.1.5.4","depth":3,"anchor":"#class-perspectiveclient","path":"api.md","ref":"api.md#class-perspectiveclient","articles":[]},{"title":"NeighbourhoodClient","level":"3.1.5.5","depth":3,"anchor":"#class-neighbourhoodclient","path":"api.md","ref":"api.md#class-neighbourhoodclient","articles":[]},{"title":"RuntimeClient","level":"3.1.5.6","depth":3,"anchor":"#class-runtimeclient","path":"api.md","ref":"api.md#class-runtimeclient","articles":[]}]}]},"previous":{"title":"Creating AD4M Languages","level":"2.1","depth":1,"path":"language.md","ref":"language.md","articles":[]},"dir":"ltr"},"config":{"plugins":["livereload"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"livereload":{},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","author":"Nicolas Luck","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"ad4mVersion":"0.1.37"},"title":"AD4M Documentation","gitbook":"*"},"file":{"path":"sdna.md","mtime":"2022-10-26T12:04:57.122Z","type":"markdown"},"gitbook":{"version":"4.0.4","time":"2022-10-31T13:09:03.252Z"},"basePath":".","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"Writing and using Social DNA","level":"2.2","depth":1,"next":{"title":"API Reference","level":"3.1","depth":1,"path":"api.md","ref":"api.md","articles":[{"title":"Agent","level":"3.1.1","depth":2,"anchor":"#class-agent","path":"api.md","ref":"api.md#class-agent","articles":[]},{"title":"Language","level":"3.1.2","depth":2,"anchor":"#interface-language","path":"api.md","ref":"api.md#interface-language","articles":[]},{"title":"Perspective","level":"3.1.3","depth":2,"anchor":"#class-perspective","path":"api.md","ref":"api.md#class-perspective","articles":[]},{"title":"PerspectiveProxy","level":"3.1.4","depth":2,"anchor":"#class-perspectiveproxy","path":"api.md","ref":"api.md#class-perspectiveproxy","articles":[]},{"title":"Ad4mClient","level":"3.1.5","depth":2,"anchor":"#class-ad4mclient","path":"api.md","ref":"api.md#class-ad4mclient","articles":[{"title":"AgentClient","level":"3.1.5.1","depth":3,"anchor":"#class-agentclient","path":"api.md","ref":"api.md#class-agentclient","articles":[]},{"title":"LanguageClient","level":"3.1.5.2","depth":3,"anchor":"#class-languageclient","path":"api.md","ref":"api.md#class-languageclient","articles":[]},{"title":"ExpressionClient","level":"3.1.5.3","depth":3,"anchor":"#class-expressionclient","path":"api.md","ref":"api.md#class-expressionclient","articles":[]},{"title":"PerspectiveClient","level":"3.1.5.4","depth":3,"anchor":"#class-perspectiveclient","path":"api.md","ref":"api.md#class-perspectiveclient","articles":[]},{"title":"NeighbourhoodClient","level":"3.1.5.5","depth":3,"anchor":"#class-neighbourhoodclient","path":"api.md","ref":"api.md#class-neighbourhoodclient","articles":[]},{"title":"RuntimeClient","level":"3.1.5.6","depth":3,"anchor":"#class-runtimeclient","path":"api.md","ref":"api.md#class-runtimeclient","articles":[]}]}]},"previous":{"title":"Creating AD4M Languages","level":"2.1","depth":1,"path":"language.md","ref":"language.md","articles":[]},"dir":"ltr"},"config":{"plugins":[],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","author":"Nicolas Luck","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{"ad4mVersion":"0.1.37"},"title":"AD4M Documentation","gitbook":"*"},"file":{"path":"sdna.md","mtime":"2022-11-04T12:20:15.910Z","type":"markdown"},"gitbook":{"version":"4.0.4","time":"2022-12-11T19:54:39.668Z"},"basePath":".","book":{"language":""}});
});
</script>
</div>
Expand Down Expand Up @@ -551,10 +551,6 @@ <h1 id="writing-and-using-social-dna">Writing and using Social DNA</h1>
<script src="gitbook/theme.js"></script>


<script src="gitbook/gitbook-plugin-livereload/plugin.js"></script>



<script src="gitbook/gitbook-plugin-search/search-engine.js"></script>


Expand Down
2 changes: 1 addition & 1 deletion docs/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit cbc8f9a

Please sign in to comment.