fediverse-archiving-tools/friendica_archive_browser
2022-03-09 17:30:48 -05: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 Refactor components and screens out of friendica sub-folder to top level 2022-03-09 17:30:48 -05:00
linux Refactor out all Facebook/Kyanite references or specific code. 2022-01-19 12:58:28 -05:00
macos Refactor out all Facebook/Kyanite references or specific code. 2022-01-19 12:58:28 -05:00
test D* (minus photos) and Friendica loading in UI. 2022-03-08 16:22:17 -05:00
windows Refactor out all Facebook/Kyanite references or specific code. 2022-01-19 12:58:28 -05: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 D* (minus photos) and Friendica loading in UI. 2022-03-08 16:22:17 -05:00
README.md Add README, CHANGELOG, and LICENSE files throughout 2022-01-24 09:52:18 -05:00

Friendica Archive Browser

A Flutter-based cross platform desktop application for browsing the Friendica account archive that a user can 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.