View Single Post
Old 10-27-2021, 02:44 PM   #6595
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,045
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New Test Version Posted

2021-10-27
- fictionalley-archive.org: Convert adapter_fictionalleyorg to adapter_fictionalleyarchiveorg.

I'm pretty sure this has been requested before. At the time, I think fictionalley.org was still 'sorta' there; and then, as you said, an AO3 transition was supposed to happen.

But I have fond memories of reading stories on fictionalley.org. So 'for old times sake', I've changed adapter_fictionalleyorg to adapter_fictionalleyarchiveorg--which was basically a complete re-write.


Along the way, I gave it more site specific metadata and options:
Spoiler:
Code:
[www.fictionalley-archive.org]
## also accepts fictionalley.org story URLs
use_basic_cache:true

## Site dedicated to these categories/characters/ships
extracategories:Harry Potter

## fictionalley-archive.org storyIds are not unique.  Combine with authorId.
output_filename: ${title}-${siteabbrev}_${authorId}_${storyId}${formatext}

## fictionalley-archive.org doesn't have a status metadatum.  If uncommented,
## this will be used for status.
#default_value_status:Unknown

## Extra metadata that this adapter knows about.  See [archiveofourown.org]
## for examples of how to use them.
extra_valid_entries:house,era,spoilers,hits

## fictionalley-archive chapters have 'date', 'words', 'hits' and
## 'summary' available for each chapter.  These can be used with
## custom output (see
## https://github.com/JimmXinu/FanFicFare/wiki/CustomOutput ) or with
## chapter_title_*_pattern settings.
## Examples for html & epub:
#[html]
#tocpage_entry:
#  <a href="#section${index04}">${chapter}</a> ${date} ${words}<br />
#[epub]
#tocpage_entry:
# <a href="file${index04}.xhtml">${chapter}</a> ${date} ${words}<br /><br />

## The 'date' value for chapters mentioned above can be formated with
## datechapter_format.  Otherwise it will default to
## datePublished_format
#datechapter_format:%%Y-%%m-%%d

## fictionalley-archive.org chapters can have author notes attached to
## them.  Setting include_author_notes:true will include them with the
## chapter text.  Includes both leading and trailing notes.
#include_author_notes:false


Quote:
Originally Posted by DandalfTheWhite View Post
Hey, I ran into this as a potential source for fics: https://www.fictionalley-archive.org/stories -- 29,952 old backed-up fics there. Not sure it has the bandwidth or whatever of other sites but a great archive with a lot of classic Harry Potter fics. I think Fiction Alley is going to be imported into AO3 via Open Doors eventually, but the process has dragged a bit since it was announced in 2018. I have heard it is still in progress and they are working on it.

Thanks as ever for FanFicFare!
JimmXinu is offline   Reply With Quote