Merge branch 'rename-cleanup' into 'main'

Rename cleanup

See merge request mysocialportal/fediverse-archiving-tools!5
This commit is contained in:
HankG 2022-03-16 23:22:26 +00:00
commit 7e2a925713
3 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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.

View file

@ -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
```