Skip to content

Commit

Permalink
Remove comment and README references to ActivityPub since that is not
Browse files Browse the repository at this point in the history
    an explicit goal. Some federation system will be used but one has
    not been chosen.
  • Loading branch information
Misterblue committed Apr 24, 2021
1 parent a269b70 commit 2982560
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,7 +1,8 @@
# Iamus

Metaverse server for Vircadia Project implemented in [NodeJS]/[ExpressJS]/[TypeScript].
The eventual goal is to integrate the metaverse with [ActivityPub] services.
Metaverse server for [Vircadia Project] implemented in [NodeJS]/[ExpressJS]/[TypeScript].
This supports the basic inter-domain operations for a
[Vircadia Project] grid: accounts, etc.

For building, refer to [Building](docs/Building.md).

Expand All @@ -13,14 +14,13 @@ For some notes on internal structure of the Iamus metaverse-server, refer to

For running a metaverse-server as a Docker image, refer to [Running A Docker Image](docs/RunningDockerImage.md).

Notes on "federation" how [ActivityPub] is integrated, refer to [Federation](docs/Federation.md).

## The Name

The original metaverse-server project is named "Project Apollo".
"Iamus" is one of the Greek god Apollo's many sons.
See https://en.wikipedia.org/wiki/Iamus .

[Vircadia Project]: https://vircadia.com/
[NodeJS]: https://nodejs.org/
[ExpressJS]: https://expressjs.com/
[TypeScript]: https://www.typescriptlang.org/
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "iamus-metaverse-server",
"version": "2.3.17",
"private": true,
"description": "metaverse-server for Vircadia using ActivityPub",
"description": "metaverse-server for Vircadia",
"author": "Robert Adams <misterblue@misterblue.com>",
"repository": {
"type": "git",
Expand All @@ -14,7 +14,6 @@
"homepage": "https://github.com/vircadia/Iamus",
"keywords": [
"Vircadia",
"ActivityPub",
"virtual world"
],
"license": "Apache-2.0",
Expand Down

0 comments on commit 2982560

Please sign in to comment.