remove newlines from readme as the gogs parses missinterprets them

This commit is contained in:
Sebastian Hugentobler 2015-03-12 18:04:50 +01:00
parent 42ca7dd2fd
commit 9c9ac9054f

View File

@ -1,14 +1,11 @@
This tool tries to scrap all the accessible data from a [Proboards Forum](https://proboards.com/). This tool tries to scrap all the accessible data from a [Proboards Forum](https://proboards.com/).
I wrote this because I wanted to export at least the text data for an old I wrote this because I wanted to export at least the text data for an old board hosted there which some friends and I were using years ago.
board hosted there which some friends and I were using years ago. As it turned As it turned out you simply can't do that. So here we are.
out you simply can't do that. So here we are.
The program probably does some horrible things and I can't say if it will work The program probably does some horrible things and I can't say if it will work for every theme. But hey, it only has to work one time to get at the data.
for every theme. But hey, it only has to work one time to get at the data.
It is able to detect attachments and images and tries to download them too. It is able to detect attachments and images and tries to download them too.
A working [casperjs](http://casperjs.org/) and [npm](https://www.npmjs.com/) installation is needed A working [casperjs](http://casperjs.org/) installation is needed for the stuff to work.
for the stuff to work.