From 7319760afa3addc789121d2f183fdcd95b53fc4d Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Wed, 8 Apr 2015 14:22:51 -0500 Subject: [PATCH] Change README. --- README.md | 17 +++++++++++++++++ readme.txt | 37 ------------------------------------- 2 files changed, 17 insertions(+), 37 deletions(-) create mode 100644 README.md delete mode 100644 readme.txt diff --git a/README.md b/README.md new file mode 100644 index 00000000..9497f5e4 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +FanFicFare +========== + +This is a repository for the FanFicFare project. + +FanFicFare is the rename and move of the FanFictionDownLoader (AKA +FFDL, AKA fanficdownloader) project previously hosted as a +[code.google project]. + +This program is available as a calibre plugin, a command-line +interface, and a web service. + +*Currently, the project is the middle of being moved from code.google +to GitHub and being renamed. For now, continue to use +FanFictionDownLoader(FFDL).* + +[code.google project]: https://code.google.com/p/fanficdownloader/ diff --git a/readme.txt b/readme.txt deleted file mode 100644 index e21a5b1b..00000000 --- a/readme.txt +++ /dev/null @@ -1,37 +0,0 @@ -# -*- coding: utf-8 -*- - -# Copyright 2011 Fanficdownloader team -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# -# Other code contributed by Pau Sanchez(bbcodeutils). - -To use, do: - -python downloader.py [-f (epub|html|txt)] - -Default format is epub. - -Eg: - -python downloader.py http://www.fanfiction.net/s/5192986/1/A_Fox_in_Tokyo - -Do 'python downloader.py -h' for more options. - -This tool uses Python 2.7, but should work with newer versions of Python. - -For more information, see: - -http://code.google.com/p/fanficdownloader/wiki/FanFictionDownloaderSupportedsites - -http://code.google.com/p/fanficdownloader/wiki/FanFictionDownloaderFAQs