-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproject_info.txt
70 lines (56 loc) · 2 KB
/
project_info.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Server
######
Ubuntu, Running Apache2
domain: books.love.science
Connecting to the server:
-------------------------
Use putty to connect via SSH.
Need to use private SSH key in folder /SSH Auth
Use CyberDuck to conncet via FTP with same credentials.
Setting up HTTPS:
-----------------
Used CertBot to enable https on the server. Instructions -
https://certbot.eff.org/lets-encrypt/ubuntuother-apache
Renewal should occur automatically.
PWA Caching and Update
----------------------
By default, a user has to browse to another site (or kill the
app) for the service worker to update the files over the network - else
content will be served from the cache.
Folders
-------
All audio, images and json files should be in the /assets directory.
A specific folder structure and file naming is required:
Images should be ./Images/book_name/4by3/page4x3_x.jpg (or similar for 16by9 )
Audio folder should be: ./Audio/book_name/language/audio_file.mp3
Book Selection
---------
For each story, you need to:
1. update the book name & language in the index file.
2. update the book name & language in the service_worker file.
Version Info
------------
Ver. 1.01 (26.4.2020):
- Change images to different ratios according to orientation.
- modified the code for smaller JSON sizes.
Ver 1.02 (27.04.2020):
- Add Version code in the About screen.
- Add enlarge/reduce font size buttons
- Add scrollbar on the text area.
Ver 1.03 (27.04.2020)
- Add Russian support.
Ver 1.04 (27.04.2020)
- Unify all the story jsons to one.
- Place all the audio and images in folders,
easier to create new books.
Ver 1.05 (28.04.2020)
- Added Galapagos Story
Ver 1.06 (29.04.2020)
- Added different manifest files for each story/language (comment out in index.html)
Ver 1.07 (9.5.2020)
Added usage notes.
Added audio pause during orinentation change, and fixed pause-before-play race condition.
Fixed Typos
Modified index, manifest and service worker for easier change of books.
Ver 1.08 (15.5.2020)
Moved assets to a shared library for all books