We decided to stop using Phriction, the wiki tool provided as part of Phabricator. Instead, we wanted to export it use the GitHub wiki platform.
- Command-line interface
- Exports each Phriction document into a separate Markdown file
- Fixes links to existing documents
- Exports to subfolders for easy organization (but GitHub will ignore that entirely)
- Does the bare minimum in terms of cleaning up the formatting (Remarkup differs from Markdown by a lot)
- I'd suggest exporting the
phabricator_phrictiondatabase to your local machine to work with this rather than connecting to the production database - Copy the
config.php-disttoconfig.phpin the root directory and update with your database details - Run
makefrom the command line. - Run
make cleanto empty the directory - Run
make runto just run as-is
Note: You can shortcut those steps if you don't want to use the Makefile by just typing php run.php from the project root directory. Clean up the folder as needed.