reindent lines for neatness

This commit is contained in:
Eli Schwartz 2019-05-27 12:39:57 -04:00
parent 651fdaa129
commit 94db9b84cd
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6

View File

@ -67,80 +67,80 @@ class FB2Output(OutputFormatPlugin):
# Children's # Children's
'child_tale', # Fairy Tales 'child_tale', # Fairy Tales
'child_verse', # Verses 'child_verse', # Verses
'child_prose', # Prose 'child_prose', # Prose
'child_sf', # Science Fiction 'child_sf', # Science Fiction
'child_det', # Detectives & Thrillers 'child_det', # Detectives & Thrillers
'child_adv', # Adventures 'child_adv', # Adventures
'child_education', # Educational 'child_education', # Educational
'children', # Other 'children', # Other
# Poetry & Dramaturgy # Poetry & Dramaturgy
'poetry', # Poetry 'poetry', # Poetry
'dramaturgy', # Dramaturgy 'dramaturgy', # Dramaturgy
# Antique literature # Antique literature
'antique_ant', # Antique 'antique_ant', # Antique
'antique_european', # European 'antique_european', # European
'antique_russian', # Old russian 'antique_russian', # Old russian
'antique_east', # Old east 'antique_east', # Old east
'antique_myths', # Myths. Legends. Epos 'antique_myths', # Myths. Legends. Epos
'antique', # Other 'antique', # Other
# Scientific#educational # Scientific#educational
'sci_history', # History 'sci_history', # History
'sci_psychology', # Psychology 'sci_psychology', # Psychology
'sci_culture', # Cultural science 'sci_culture', # Cultural science
'sci_religion', # Religious studies 'sci_religion', # Religious studies
'sci_philosophy', # Philosophy 'sci_philosophy', # Philosophy
'sci_politics', # Politics 'sci_politics', # Politics
'sci_business', # Business literature 'sci_business', # Business literature
'sci_juris', # Jurisprudence 'sci_juris', # Jurisprudence
'sci_linguistic', # Linguistics 'sci_linguistic', # Linguistics
'sci_medicine', # Medicine 'sci_medicine', # Medicine
'sci_phys', # Physics 'sci_phys', # Physics
'sci_math', # Mathematics 'sci_math', # Mathematics
'sci_chem', # Chemistry 'sci_chem', # Chemistry
'sci_biology', # Biology 'sci_biology', # Biology
'sci_tech', # Technical 'sci_tech', # Technical
'science', # Other 'science', # Other
# Computers & Internet # Computers & Internet
'comp_www', # Internet 'comp_www', # Internet
'comp_programming', # Programming 'comp_programming', # Programming
'comp_hard', # Hardware 'comp_hard', # Hardware
'comp_soft', # Software 'comp_soft', # Software
'comp_db', # Databases 'comp_db', # Databases
'comp_osnet', # OS & Networking 'comp_osnet', # OS & Networking
'computers', # Other 'computers', # Other
# Reference # Reference
'ref_encyc', # Encyclopedias 'ref_encyc', # Encyclopedias
'ref_dict', # Dictionaries 'ref_dict', # Dictionaries
'ref_ref', # Reference 'ref_ref', # Reference
'ref_guide', # Guidebooks 'ref_guide', # Guidebooks
'reference', # Other 'reference', # Other
# Nonfiction # Nonfiction
'nonf_biography', # Biography & Memoirs 'nonf_biography', # Biography & Memoirs
'nonf_publicism', # Publicism 'nonf_publicism', # Publicism
'nonf_criticism', # Criticism 'nonf_criticism', # Criticism
'design', # Art & design 'design', # Art & design
'nonfiction', # Other 'nonfiction', # Other
# Religion & Inspiration # Religion & Inspiration
'religion_rel', # Religion 'religion_rel', # Religion
'religion_esoterics', # Esoterics 'religion_esoterics', # Esoterics
'religion_self', # Self#improvement 'religion_self', # Self#improvement
'religion', # Other 'religion', # Other
# Humor # Humor
'humor_anecdote', # Anecdote (funny stories) 'humor_anecdote', # Anecdote (funny stories)
'humor_prose', # Prose 'humor_prose', # Prose
'humor_verse', # Verses 'humor_verse', # Verses
'humor', # Other 'humor', # Other
# Home & Family # Home & Family
'home_cooking', # Cooking 'home_cooking', # Cooking
'home_pets', # Pets 'home_pets', # Pets
'home_crafts', # Hobbies & Crafts 'home_crafts', # Hobbies & Crafts
'home_entertain', # Entertaining 'home_entertain', # Entertaining
'home_health', # Health 'home_health', # Health
'home_garden', # Garden 'home_garden', # Garden
'home_diy', # Do it yourself 'home_diy', # Do it yourself
'home_sport', # Sports 'home_sport', # Sports
'home_sex', # Erotica & sex 'home_sex', # Erotica & sex
'home', # Other 'home', # Other
] ]
ui_data = { ui_data = {
'sectionize': { 'sectionize': {