fediverse-archiving-tools/fediverse_archive_browser
2022-04-03 16:15:16 -04:00
..
assets/images Create icon, iconsets, update refs to icons, and delete old icons 2022-03-23 14:09:07 -04:00
lib Cleanup instances of "friendica" being used in app/resource names 2022-03-23 14:37:14 -04:00
linux Cleanup instances of "friendica" being used in app/resource names 2022-03-23 14:37:14 -04:00
macos Merge branch 'prep-release-1.0' of gitlab.com:mysocialportal/fediverse-archiving-tools into prep-release-1.0 2022-03-23 14:37:34 -04:00
test Rename friendica_archive_browser directory to fediverse_archive_browser 2022-03-16 18:25:59 -04:00
windows Cleanup instances of "friendica" being used in app/resource names 2022-03-23 14:37:14 -04:00
.gitignore Rename friendica_archive_browser directory to fediverse_archive_browser 2022-03-16 18:25:59 -04:00
.metadata Rename friendica_archive_browser directory to fediverse_archive_browser 2022-03-16 18:25:59 -04:00
analysis_options.yaml Rename friendica_archive_browser directory to fediverse_archive_browser 2022-03-16 18:25:59 -04:00
CHANGELOG.md Rename friendica_archive_browser directory to fediverse_archive_browser 2022-03-16 18:25:59 -04:00
l10n.yaml Rename friendica_archive_browser directory to fediverse_archive_browser 2022-03-16 18:25:59 -04:00
LICENSE Rename friendica_archive_browser directory to fediverse_archive_browser 2022-03-16 18:25:59 -04:00
pubspec.lock Rename friendica_archive_browser directory to fediverse_archive_browser 2022-03-16 18:25:59 -04:00
pubspec.yaml Update browser version from to 1.0.0 2022-04-03 16:15:16 -04:00
README.md Update the project URL in the archiver README 2022-03-16 19:20:42 -04:00

Fediverse Archive Browser

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

Installation

To install the archive browser you simply have to download the latest release from the below links for each platform:

Then unzip the folder and you are ready to run. On Mac and Windows you will get a warning about an "unknown publisher" since this is beta software that is not installed or signed through the respective app stores. App store versions will come in the near future.

Building

In order to build this application you will need to have installed Flutter. Installation instructions for various platforms are here. Once you have that installed it is as easy as navigating to the respective directory on the command line and executing:

On Linux:

flutter run -d linux

On Mac:

flutter run -d macos

On Windows:

flutter run -d windows

Please report any bugs or feature requests with our issue tracker.