From 1ae3ead2cd854258954e784bf51f03822321aefe Mon Sep 17 00:00:00 2001 From: Ben McGinnes Date: Tue, 20 Feb 2018 02:51:02 +1100 Subject: [PATCH] Conflict with Phabricator files * The developers of Phabricator, the web front-end on dev.gnupg.org have not implemented renderers for Markdown, Org-Mode or any other common markdown like language. * They also refuse to do so. * Instead they re-invented the wheel and implemented their own version of Markdown-like thing which is incompatible with everything else. It is called Remarkup. * The developers of Phabricator and Remarkup have refused to provide conversion tools to move files to/from any format to/from Remarkup. * They expect everyone to learn their new favourite pet project. * Remarkup may or may not display Org Mode files, but if so then it is likely to only want to do so as plain text. * There is an unaffiliated and unofficial project to convert Github Markdown to Remarkup via Pandoc. This might be adapted for our use, but requires testing. * Until then exporting from Org Mode to UTF-8 text is likely the least worst plan. * Which means renaming this file to README.org first. --- lang/python/{README => README.org} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename lang/python/{README => README.org} (100%) diff --git a/lang/python/README b/lang/python/README.org similarity index 100% rename from lang/python/README rename to lang/python/README.org