fediverse-archiving-tools/friendica_archive_browser
2022-03-16 18:22:33 -04:00
..
assets/images Refactor archiver into sub-folder and create browser project in its own folder 2022-01-17 09:30:45 -05:00
lib Rename friendica_archive_browser to fediverse_archive_browser 2022-03-16 18:22:33 -04:00
linux Rename friendica_archive_browser to fediverse_archive_browser 2022-03-16 18:22:33 -04:00
macos Refactor out all Facebook/Kyanite references or specific code. 2022-01-19 12:58:28 -05:00
test Rename friendica_archive_browser to fediverse_archive_browser 2022-03-16 18:22:33 -04:00
windows Rename friendica_archive_browser to fediverse_archive_browser 2022-03-16 18:22:33 -04:00
.gitignore Refactor archiver into sub-folder and create browser project in its own folder 2022-01-17 09:30:45 -05:00
.metadata Initial port of Kyanite into Friendica Archive Browser naming 2022-01-17 11:22:53 -05:00
analysis_options.yaml Refactor archiver into sub-folder and create browser project in its own folder 2022-01-17 09:30:45 -05:00
CHANGELOG.md Add README, CHANGELOG, and LICENSE files throughout 2022-01-24 09:52:18 -05:00
l10n.yaml Refactor archiver into sub-folder and create browser project in its own folder 2022-01-17 09:30:45 -05:00
LICENSE Add README, CHANGELOG, and LICENSE files throughout 2022-01-24 09:52:18 -05:00
pubspec.lock D* (minus photos) and Friendica loading in UI. 2022-03-08 16:22:17 -05:00
pubspec.yaml Rename friendica_archive_browser to fediverse_archive_browser 2022-03-16 18:22:33 -04:00
README.md Rename friendica_archive_browser to fediverse_archive_browser 2022-03-16 18:22:33 -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.