Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add matrix compatibility to the chat gateway #37

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# gitter-solid

## Note --adding matrix compatibility too

A command line or batch processing tool to move data from [gitter](https://gitter.im)
chat into a [solid](https://solid.inrupt.net/) pod.

Expand Down Expand Up @@ -54,8 +56,8 @@ In gitter, the concept of a room includes public rooms, private rooms, and priva
## Places to store the chat

You will be asked if you want to store the chat remotely. If you answer
no, you will be prompted for a local file location (see below).
In either case, you will then be prompted to give the locations of the
no, you will be prompted for a local file location (see below).
In either case, you will then be prompted to give the locations of the
folder for different kinds of chats.

The separate folders are necessary when using a server-based pod, because it is important to make sure that creating a copy of
Expand Down Expand Up @@ -129,7 +131,7 @@ to bring it all over into solid.
## Storing chats locally

If you wish to store your chats locally without installing a Solid server,
you can supply a file: URL pointing to the local place you'd like the
you can supply a file: URL pointing to the local place you'd like the
archive to be stored. Supply this either on the command-line as the third argument, or let the script prompt you for it.

The first time you specify this location you will be prompted to
Expand All @@ -138,7 +140,7 @@ to bring it all over into solid.

Once you have created a local pod, the process is the same as for
storing the archive on a server - gitter-solid follows its nose
from your webId, to your profile, to your preferences file, and
from your webId, to your profile, to your preferences file, and
then prompts you to add a gitterConfiguration file to your preferences.

You can edit your profile and other pod documents as needed and also
Expand Down