Lesson tag cloud
Jump to navigation
Jump to search
How to make a lesson tag cloud[edit]
- extract the citations for the lesson from ebiblelesson.com or type in from quarterly
- use concord to generate the full-text (copy citations)
- put the full-text into a text file
- run sectionsplit.pl on the text file
- make sure you got all the sections
- you should now have an html page for each section plus the responsive reading
- copy the files to the web server
- point a browser at this template html file:
<html> <head> <style type="text/css"> .section { background: lightgrey; margin: 10px; padding-top: 10px; padding-left: 20px; padding-bottom: 20px; } </style> </head> <body> <h1>Frequently used words in the lesson on Love, August 2, 2009</h1> <h3>Golden Text and Responsive Reading</h3> <div class="section"> <!--#include file="section-responsive.html"--> </div> <h3>Section One</h3> <div class="section"> <!--#include file="section-1.html"--> </div> <h3>Section Two</h3> <div class="section"> <!--#include file="section-2.html"--> </div> <h3>Section Three</h3> <div class="section"> <!--#include file="section-3.html"--> </div> <h3>Section Four</h3> <div class="section"> <!--#include file="section-4.html"--> </div> <h3>Section Five</h3> <div class="section"> <!--#include file="section-5.html"--> </div> <h3>Section Six</h3> <div class="section"> <!--#include file="section-6.html"--> </div> </body> </html>
- the result looks like this http://finninday.net/lesson.html