mashlib 1.8.0-ababb822 → 1.8.0-alpha

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE.md CHANGED
File without changes
package/README.md CHANGED
@@ -10,6 +10,32 @@ The mashlib library (`mashlib.js`) is a solid-compatible code library of applica
10
10
 
11
11
  A colorful dependency tree can be seen [here](https://github.com/solid/solidos/blob/main/documentation/solidos_dependencies.svg).
12
12
 
13
+ ## Content of README
14
+ ### Intro
15
+ - [Developing mashlib](#developing-mashlib)
16
+ - [Goals](#goals)
17
+ - [Typical uses](#typical-uses)
18
+
19
+ ### Documentation
20
+
21
+ - [Solid-compatible data mashup library and Databrowser](#solid-compatible-data-mashup-library-and-databrowser)
22
+ - [Content of README](#content-of-readme)
23
+ - [Intro](#intro)
24
+ - [Documentation](#documentation)
25
+ - [Developing mashlib](#developing-mashlib)
26
+ - [Goals](#goals)
27
+ - [Typical uses](#typical-uses)
28
+ - [Previous versions of this documentation](#previous-versions-of-this-documentation)
29
+ - [Documentation](#documentation-1)
30
+ - [Different implementations](#different-implementations)
31
+ - [SolidOS Databrowser Webapp](#solidos-databrowser-webapp)
32
+ - [SolidOS Databrowser Frontend](#solidos-databrowser-frontend)
33
+ - [SolidOS Data-Kitchen](#solidos-data-kitchen)
34
+ - [Mashlib global variables and functions](#mashlib-global-variables-and-functions)
35
+ - [Code changes due to moving authn from solid-ui to solid-logic](#code-changes-due-to-moving-authn-from-solid-ui-to-solid-logic)
36
+ - [Solid-ui & Solid-logic related:](#solid-ui--solid-logic-related)
37
+ - [The databrowser hack: upgrading your browser](#the-databrowser-hack-upgrading-your-browser)
38
+
13
39
  ## Developing mashlib
14
40
 
15
41
  As part of the SolidOS stack, mashlib can be developed locally by setting up the SolidOS code. Read more about that on the [SolidOS Readme](https://github.com/solid/solidos#-getting-started-with-the-solidos-code).
@@ -49,6 +75,8 @@ You can see and try out a SolidOS Databrowser Webapp deployment at <https://soli
49
75
 
50
76
  `browse.html`serves as a perfect example for Solid WebID authentication and for making use of mashlib functions and variables.
51
77
 
78
+ To run/test it locally we created a script `npm run startStaticOS`.
79
+
52
80
  ### SolidOS Databrowser Frontend
53
81
 
54
82
  The `src/databrowser.html`page is compiled into the SolidOS Databrowser Frontend which is displayed for each WebID on [solidcommunity.net](https://solidcommunity.net/). This is the case because the [solidcommunity.net](https://solidcommunity.net/) Solid Server is configured with SolidOS as its front-end.
package/dist/browse.html CHANGED
File without changes
File without changes
package/dist/mash.css CHANGED
File without changes
package/dist/mash.css.map CHANGED
File without changes