diff --git a/Docs/index.html b/Docs/index.html deleted file mode 100644 index 7b0210f..0000000 --- a/Docs/index.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - - Docs - - - -
-
-

What is the interverse?

-

- Interverse is a web0 search engine powered by trust and relationships.
- -

-

What are the Benefits?

- -

Can I get started?

-

You don't need my permission!
- Simply follow the steps and you're online! -

    -
  1. Grab the example file
  2. -
  3. Modify it with your data
  4. -
  5. Serve that file from your.website/.well-known/interverse
  6. -
  7. Ensure that the webserver also adds the correct header: -
    access-control-allow-origin * -
  8. -
  9. Feel free to test your setup by visiting:
    - https://libresolutions.network/Interverse?url=your.website
  10. -
  11. If you need any help feel free to contact us below.
  12. - -
-

Widget

-

- Work in progress. Simply a demonstration of what is possible. -

- - -
- -
-

Interverse v0.l

-

The interverse file is the gateway to creating an interconnected trust-based web.

-

The file is json formatted but is simply at /.well-known/interverse on your domain/subdomain.

-
Example file -

Structure

-

Interverse is designed to be extensible, other clients may impliment other features on top.

- -

Fields

-

name

-

The name of your website (it can be your name, your brand or group)...ect

- - - - - - - - - - - - -
MandatoryTypeCan be empty
YesStringNot enforced
-

location

-

This is the location of your website.

- - - - - - - - - - - -
MandatoryTypeCan be empty
YesString (url)Yes
-

image

-

Whatever image you want to use to represent your website

- - - - - - - - - - - -
MandatoryTypeCan be empty
YesString (url)Not enforced
-

-

connections

- - - - - - - - - - - -
MandatoryTypeCan be empty
Yeslist (of urls)Yes
- -

resources

-

- This is intended to be for content on your website you speifically want to feature. -

- - - - - - - - - - - -
MandatoryTypeCan be empty
YesList (resource objects)Yes
-

Object fields:

-
label
-

Title of the resource

- -
icon
-

Absolute link to a icon for the resource

- -
location
-

the location of the resource (url)

- -
description
-

Describe the resource

- - -

contact

- - - - - - - - - - - -
MandatoryTypeCan be empty
NoList (contact)Yes
-

version

- - - - - - - - - - - -
MandatoryTypeCan be empty
NoNot enforcedYes
-
- -
- - - - \ No newline at end of file diff --git a/Docs/readme.md b/Docs/readme.md deleted file mode 100644 index 8a6c654..0000000 --- a/Docs/readme.md +++ /dev/null @@ -1 +0,0 @@ -For now see the [page](https://libresolutions.network/Interverse/Docs) \ No newline at end of file diff --git a/Docs/interverse-example.json b/interverse-example.json similarity index 100% rename from Docs/interverse-example.json rename to interverse-example.json diff --git a/readme.md b/readme.md index 63e0881..3209758 100644 --- a/readme.md +++ b/readme.md @@ -5,7 +5,7 @@ Interverse aims to enable [small-tech](https://small-tech.org#small-tech-is). That means * No complicated software to run (beyond an existing website) -* No Cryptocurrency/NFF +* No Cryptocurrency/NFT * Scalable * Extensible