Mardown formatting is hard
This commit is contained in:
parent
e26f140309
commit
94b2181e79
20
README.md
20
README.md
@ -32,22 +32,20 @@ video portal. When playing pack a presentation offline (using files stored
|
||||
on the local machine), `dlplayer.html` should be used instead of `index.html`.
|
||||
|
||||
The downloaded package should contain:
|
||||
- `dlplayer.html`, modified as noted above
|
||||
This is a version of `index.html` that includes all support files
|
||||
in-line to reduce the number of files for the downloading user to deal with.
|
||||
- `dlplayer.html`: This is a version of `index.html` that includes all
|
||||
support files in-line to reduce the number of files for the downloading user
|
||||
to deal with.
|
||||
|
||||
In order for the file to point to the correct presentation data, there is a
|
||||
line that looks like this:
|
||||
```
|
||||
localPresentation = %PACKAGE%
|
||||
```
|
||||
In order for the file to point to the correct presentation data, there is a
|
||||
line that looks like this: `localPresentation = %PACKAGE%`
|
||||
|
||||
When preparing a download package, the preparing script should replace
|
||||
When preparing a download package, the preparing script should replace
|
||||
`%PACKAGE%` with the json package data relating to the presentation to
|
||||
be downloaded.
|
||||
|
||||
- a subdirectory containing the media files
|
||||
The paths in the json package data should be relative to `dlplayer.html`.
|
||||
- A subdirectory containing the media files
|
||||
|
||||
The paths in the json package data should be relative to `dlplayer.html`.
|
||||
|
||||
Offline playback doesn't support playlists.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user