mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 18:11:52 -04:00
Differentiate from PG from PG-CA and PG-AU when listing ebook sources
This commit is contained in:
parent
9422994747
commit
f4f700f4d1
3 changed files with 13 additions and 3 deletions
|
@ -23,6 +23,8 @@ const SOURCE_INTERNET_ARCHIVE = 3;
|
|||
const SOURCE_GOOGLE_BOOKS = 4;
|
||||
const SOURCE_DP_OLS = 5;
|
||||
const SOURCE_OTHER = 6;
|
||||
const SOURCE_PROJECT_GUTENBERG_CANADA = 7;
|
||||
const SOURCE_PROJECT_GUTENBERG_AUSTRALIA = 8;
|
||||
|
||||
const AVERAGE_READING_WORDS_PER_MINUTE = 275;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue