From 9f92bbb04cefc1051e0c7803f88e7b4cb8826d37 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Thu, 23 Feb 2012 07:53:45 +0100 Subject: [PATCH 1/2] Removed the export of markdown articles. That was for testing purposes only. --- include/bb2diaspora.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/bb2diaspora.php b/include/bb2diaspora.php index 70d4bec9af..bcef86616b 100755 --- a/include/bb2diaspora.php +++ b/include/bb2diaspora.php @@ -14,8 +14,8 @@ require_once('include/html2bbcode.php'); function diaspora2bb($s) { // for testing purposes: Collect raw markdown articles - $file = tempnam("/tmp/friendica/", "markdown"); - file_put_contents($file, $s); + // $file = tempnam("/tmp/friendica/", "markdown"); + // file_put_contents($file, $s); $s = html_entity_decode($s,ENT_COMPAT,'UTF-8'); From e1ecf48b8b1ba98e998253b1b57de33dbdabd485 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Thu, 23 Feb 2012 07:55:56 +0100 Subject: [PATCH 2/2] README file shortened because this was for my branch only. --- README | 3 --- 1 file changed, 3 deletions(-) diff --git a/README b/README index e75d6319b2..e69de29bb2 100644 --- a/README +++ b/README @@ -1,3 +0,0 @@ -This is my personal fork of https://github.com/friendica/friendica - -If you want to have a stable version of friendica please look there.