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_phriction
database to your local machine to work with this rather than connecting to the production database - Copy the
config.php-dist
toconfig.php
in the root directory and update with your database details - Run
make
from the command line. - Run
make clean
to empty the directory - Run
make run
to 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.