fediverse-archiving-tools/friendica_archive_browser
2022-01-19 21:35:24 -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 Add external links, likes, dislikes, and tracking known other users. 2022-01-19 21:35:24 -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 Refactor out all Facebook/Kyanite references or specific code. 2022-01-19 12:58:28 -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 Refactor out all Facebook/Kyanite references or specific code. 2022-01-19 12:58:28 -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
pubspec.lock Change text on "posts" to be HtmlWidget and add images 2022-01-18 21:01:38 -05:00
pubspec.yaml Change text on "posts" to be HtmlWidget and add images 2022-01-18 21:01:38 -05:00
README.md Refactor out all Facebook/Kyanite references or specific code. 2022-01-19 12:58:28 -05:00

A Friendica Archive Viewer

A Flutter-based cross platform desktop application for viewing the Friendica account archive that a user can generate with the command line tool in this same project

Installation

To install the Friendica Archive Browser you simply have to download the latest release from the project release directory for your given 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.