Delete lines 20 through eof
Delete lines 1 through 17
Replace all </div> with </div><br>
{terminating in manner to cause editor to see following as a new line } Replace all <span class="verse" id="V?"> with    <sup>
{ where ? may be 1-9 OR 10-99 OR 100-199 }
{ seen described as an extended regular expression - lost reference }
{   used instead of to conform to local practice }
Replace all #160;</span> with </sup>#160;</span> Delete all <ul class='tnav'>
Save file pre-pending "temp_" to existing file name.
The feature laden HTML files are chapters of the KJV Bible.
My goal is a pleasant reading experience for a set of Senior Citizens
with mild vision impairment [including myself]. As "everyone" has a
browser, avoiding JavaScript/CSS/etc and using only about a half-dozen
tags seems reasonable.
There are many _study_ oriented tools available.
I didn't find something that met my reading preferences.
Rolling my own allows me to:
1. learn HTML by doing.
2. have a pleasant reading reading experience.
3. create something useful to others.
[ https://ebible.org/Scriptures/eng-kjv2006_html.zip as starting point]
Rough PRELIMINARY pseudo-code is:
Delete lines 20 through eof
Delete lines 1 through 17
Replace all </div> with </div><br>
{terminating in manner to cause editor to see following as a new line } >> Replace all <span class="verse" id="V?"> with    <sup> >> { where ? may be 1-9 OR 10-99 OR 100-199 }
{ seen described as an extended regular expression - lost reference } >> {   used instead of to conform to local practice }
Replace all #160;</span> with </sup>#160;</span>
Delete all <ul class='tnav'>
Save file pre-pending "temp_" to existing file name.
Can someone suggest a user friendly editor?
[Haven't used anything but Notebook and Pluma for decades.]
TIA
Richard Owlett <rowlett@access.net> wrote at 14:21 this Saturday (GMT):
The feature laden HTML files are chapters of the KJV Bible.
My goal is a pleasant reading experience for a set of Senior Citizens
with mild vision impairment [including myself]. As "everyone" has a
browser, avoiding JavaScript/CSS/etc and using only about a half-dozen
tags seems reasonable.
There are many _study_ oriented tools available.
I didn't find something that met my reading preferences.
Rolling my own allows me to:
1. learn HTML by doing.
2. have a pleasant reading reading experience.
3. create something useful to others.
[ https://ebible.org/Scriptures/eng-kjv2006_html.zip as starting point]
Rough PRELIMINARY pseudo-code is:
Delete lines 20 through eof
Delete lines 1 through 17
Replace all </div> with </div><br>
{terminating in manner to cause editor to see following as a new line }
Replace all <span class="verse" id="V?"> with    <sup> >>> { where ? may be 1-9 OR 10-99 OR 100-199 }
{ seen described as an extended regular expression - lost reference } >>> {   used instead of to conform to local practice }
Replace all #160;</span> with </sup>#160;</span>
Delete all <ul class='tnav'>
Save file pre-pending "temp_" to existing file name.
Can someone suggest a user friendly editor?
[Haven't used anything but Notebook and Pluma for decades.]
TIA
VSCode? Notepad++? Sublime Text is good if you ignore the subscription popups.
The feature laden HTML files are chapters of the KJV Bible.
My goal is a pleasant reading experience for a set of Senior Citizens
with mild vision impairment [including myself]. As "everyone" has a
browser, avoiding JavaScript/CSS/etc and using only about a half-dozen
tags seems reasonable.
On 06/08/2024 09:35 AM, candycanearter07 wrote:
Richard Owlett <rowlett@access.net> wrote at 14:21 this Saturday (GMT):
The feature laden HTML files are chapters of the KJV Bible.
My goal is a pleasant reading experience for a set of Senior Citizens
with mild vision impairment [including myself]. As "everyone" has a
browser, avoiding JavaScript/CSS/etc and using only about a half-dozen
tags seems reasonable.
There are many _study_ oriented tools available.
I didn't find something that met my reading preferences.
Rolling my own allows me to:
1. learn HTML by doing.
2. have a pleasant reading reading experience.
3. create something useful to others.
[ https://ebible.org/Scriptures/eng-kjv2006_html.zip as starting point]
Rough PRELIMINARY pseudo-code is:
Delete lines 20 through eof
Delete lines 1 through 17
Replace all </div> with </div><br>
{terminating in manner to cause editor to see following as a >>>> new line }
Replace all <span class="verse" id="V?"> with
   <sup>
{ where ? may be 1-9 OR 10-99 OR 100-199 }
{ seen described as an extended regular expression - lost
reference }
{   used instead of to conform to local practice } >>>> Replace all #160;</span> with </sup>#160;</span>
Delete all <ul class='tnav'>
Save file pre-pending "temp_" to existing file name.
Can someone suggest a user friendly editor?
[Haven't used anything but Notebook and Pluma for decades.]
TIA
VSCode? Notepad++? Sublime Text is good if you ignore the subscription
popups.
THAT'S what you call a fast response ;}
I'll look them up.
Thank you.
On Sat, 8 Jun 2024 09:21:56 -0500, Richard Owlett wrote:
The feature laden HTML files are chapters of the KJV Bible.
My goal is a pleasant reading experience for a set of Senior Citizens
with mild vision impairment [including myself]. As "everyone" has a
browser, avoiding JavaScript/CSS/etc and using only about a half-dozen
tags seems reasonable.
IMHO, you are setting unrealistic criteria.
Certainly avoid JavaScript in a static page where no input from the
reader is expected. (In an introduction, you can tell readers about
Ctrl-plus and Ctrl-minus, which most browsers interpret to change text size.)
But eschewing CSS is, again IMHO, a mistake. You don't have to get
too fancy, but for instance your work will benefit from setting
linespacing larger than most browsers do.
On 06/08/2024 10:26 AM, Stan Brown wrote:
On Sat, 8 Jun 2024 09:21:56 -0500, Richard Owlett wrote:
The feature laden HTML files are chapters of the KJV Bible.
My goal is a pleasant reading experience for a set of Senior Citizens
with mild vision impairment [including myself]. As "everyone" has a
browser, avoiding JavaScript/CSS/etc and using only about a half-dozen
tags seems reasonable.
IMHO, you are setting unrealistic criteria.
Chuckle. 60+ years of hardware/software agrees that's possible.
[ Took my first programming course as an E.E. student in 61/62 ;]
Certainly avoid JavaScript in a static page where no input from the
reader is expected. (In an introduction, you can tell readers about Ctrl-plus and Ctrl-minus, which most browsers interpret to change text size.)
That detailed control may be beyond some of my audience. At 80, I'm the youngest.
But eschewing CSS is, again IMHO, a mistake. You don't have to get
too fancy, but for instance your work will benefit from setting
linespacing larger than most browsers do.
That's to be seen.
My experiments with SeaMonkey on Debian does not foresee such a benefit.
An unstated goal is that what I produce will run without errors/warnings
on anything from HTML 2.0 on.
Do your audience actually have browsers that are decades out of date?
If they do, and they do anything on the Internet, tney are leaving
themselves wide open to a world of trouble.
On Sun, 9 Jun 2024 10:13:45 -0700, Stan Brown wrote:
Do your audience actually have browsers that are decades out of date?
If they do, and they do anything on the Internet, tney are leaving
themselves wide open to a world of trouble.
Maybe they are the type that trust to a “higher power” to keep them safe ...
The subject line is
"Suitable editor for multiple large complex HTML files"
Aren't there other uses for "files" than Websites.
On Mon, 10 Jun 2024 07:20:16 -0500, Richard Owlett wrote:
The subject line is
"Suitable editor for multiple large complex HTML files"
Aren't there other uses for "files" than Websites.
But HTML has provision for embedding arbitrary links to Internet sites.
You may or may not know this; from the sound of it, your audience likely doesn’t.
1. learn HTML by doing.
[SNIP]
P.S What might be suitable editor for multiple large complex HTML files? [e.g. contents of https://ebible.org/Scriptures/eng-kjv2006_html.zip ;]
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 365 |
Nodes: | 16 (2 / 14) |
Uptime: | 08:40:55 |
Calls: | 7,786 |
Calls today: | 1 |
Files: | 12,914 |
Messages: | 5,750,460 |