diff --git a/README.md b/README.md index 9abb31d..b70b6f7 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,14 @@ from [Fediverse](https://en.wikipedia.org/wiki/Fediverse) accounts. ## Archive Browser -* [Fediverse Archive Browser](https://gitlab.com/mysocialportal/friendica-archiving-tools/-/tree/main/friendica_archive_browser): a desktop application that runs on Windows, Mac, and Linux to browse your archives, extract information, see statistics on it etc. +* [Fediverse Archive Browser](https://gitlab.com/mysocialportal/fediverse-archiving-tools/-/tree/main/fediverse_archive_browser): a desktop application that runs on Windows, Mac, and Linux to browse your archives, extract information, see statistics on it etc. ## Archive Generators/Updaters For fediverse platforms that don't have the ability to export data or export it completely/easily. For those there are some archive generators: -* [Friendica Archiver](https://gitlab.com/mysocialportal/friendica-archiving-tools/-/tree/main/friendica_archiver): a tool to create and update your YFriendica archive +* [Friendica Archiver](https://gitlab.com/mysocialportal/fediverse-archiving-tools/-/tree/main/friendica_archiver): a tool to create and update your YFriendica archive # Licensing diff --git a/fediverse_archive_browser/README.md b/fediverse_archive_browser/README.md index bd1035e..9427e0a 100644 --- a/fediverse_archive_browser/README.md +++ b/fediverse_archive_browser/README.md @@ -3,7 +3,7 @@ A Flutter-based cross platform desktop application for browsing the archives from Diaspora or Friendica. The Diaspora archive can be exported directly from your profile on your pod. The Friendica archive can be -generate and update using the [Friendica Archiver](https://gitlab.com/mysocialportal/friendica-archiving-tools/-/tree/main/friendica_archiver). +generate and update using the [Friendica Archiver](https://gitlab.com/mysocialportal/fediverse-archiving-tools/-/tree/main/friendica_archiver). The archive takes the form of a folder with a series of JSON files and a local image archive. Simply point the application at this folder and begin usage. diff --git a/friendica_archiver/README.md b/friendica_archiver/README.md index 74bd2c4..6580875 100644 --- a/friendica_archiver/README.md +++ b/friendica_archiver/README.md @@ -13,8 +13,8 @@ those and use them. Simply download for your respective platform, unzip, and the Or you can run it directly from this directory using standard Dart commands: ```bash -git clone git@gitlab.com:mysocialportal/friendica-archiving-tools.git -cd friendica-archiving-tools +git clone git@gitlab.com:mysocialportal/fediverse-archiving-tools.git +cd fediverse-archiving-tools dart pub get dart bin/friendica_archiver.dart ```