From 2f697c475ac913cfe54fd100dad57d3e4f98b3df Mon Sep 17 00:00:00 2001 From: Hank Grabowski Date: Wed, 16 Mar 2022 19:19:53 -0400 Subject: [PATCH 1/3] Update main README links to reflect new project name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From d480ee8454e6beffa6eb4a6121dfb9e1dca041d8 Mon Sep 17 00:00:00 2001 From: Hank Grabowski Date: Wed, 16 Mar 2022 19:20:42 -0400 Subject: [PATCH 2/3] Update the project URL in the archiver README --- fediverse_archive_browser/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From a09e7f74bd66938d15ec9ac5b7f7df3ab020d3c0 Mon Sep 17 00:00:00 2001 From: Hank Grabowski Date: Wed, 16 Mar 2022 19:21:27 -0400 Subject: [PATCH 3/3] Update the project URL in the friendica archiver --- friendica_archiver/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```