Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 21 additions & 3 deletions readalongs/text/make_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
BASIC_HTML = """
<!DOCTYPE html>

<!-- DO NOT USE THIS VERSION ON A WEBSITE. See Web Publication Instructions below -->

<!--

Instructions for Opening this File
Expand All @@ -47,11 +49,27 @@
To view the file:

1. Download the file to your computer -- there should be a download button
visible or hidden in the three dot menu in your cloud storage service.
visible or hidden in the three dot menu in your cloud storage service.

2. Once downloaded, open the file in a web browser. You can do this by
double-clicking it in your file explorer or in your browser's downloaded
files list.
double-clicking it in your file explorer or in your browser's downloaded
files list.

-->

<!--

Web Publication Instructions

Before publishing this ReadAlong on a web site, please convert it to a Web
Bundle. This monolithic format is intended for editing and for offline use,
but it is not optimized for publication on a web site.

Use the ReadAlong Studio Editor to convert this to a Web Bundle zip file:
https://readalong-studio.mothertongues.org/#/editor
Load it in the Editor and download it back using the "Web Bundle" Output Format.

Publication instructions are in file "www/readme.txt" in the bundle.

-->

Expand Down
Loading