Moved wiki folder to docs/

This commit is contained in:
th3r00t
2023-03-17 19:26:56 -04:00
parent 8ba2f42a18
commit 42bcdeaa1c
10 changed files with 0 additions and 0 deletions

View File

@@ -1,25 +0,0 @@
[[index|Home]] [[TOC]]
= Book Scraping System =
== Introduction ==
The Book Scraping System is a custom ebook scraper built from the ground up
for pyShelf. It is designed to be a simple, easy to use, and easy to extend
system for scraping ebooks from the internet. It is powered by BeutifulSoup.
pyShelf features a recursive scraping algorithm that itterates over all
sub-folders in your collection.
== Scrapers ==
* [X] epub #75f00edf
* [X] mobi #2fe4b161
* [X] pdf #ffa7e7f0
* [ ] cbz #64b5da95
== Collections ==
* [ ] Manual Collections #2e7e6fcf
* [X] Automated Collections #81db675a
== State ==
Fully functional.
Awaiting further feature implementation.