#!/bin/sh
#] 
#] *********************
#] $ bash "$d_bin""starter/webOther_Stephen.sh"  - webOther for Stephen Howell
# www.BillHowell.ca  25Oct2025 initial


# defined in start_input :
#		d_start="$d_bin""starter/"
#		goApp="$d_start"'start_app.sh'  

# wkSpc = dskTop+1: 
dskTop=4
echo "webOther_Stephen.sh is running in wrkSpc $dskTop+1"
wmctrl -s "$dskTop"


d_Steve="$d_web"'webOther/Howell, Steve/'
d_Voice="$d_Steve"'digiVoice/'


if     [ -d "$d_Steve" ];then 

	bash	"$goApp"	"$delay_fmg"	"filemgr"	"$d_Steve"	''
	bash	"$goApp"	"$delay_fmg"	"filemgr"	"$d_Voice"	''
	bash	"$goApp"	"$delay_trm"	"terminal"	''				''
	bash	"$goApp"	"$delay_edt"	"editRght"	"$d_Steve"	'Stephen Howell.HoWeb.html'



#	# 24************************24
	# WebSite - home webPage currently lists his voice recordings with brief comments
	bash	"$goApp"	"$delay_edt"	"browLeft"	"$d_Steve"	'Stephen Howell.HoWeb.html'
	bash	"$goApp"	"$delay_edt"	"editRght"	"$d_Steve"	'Stephen Howell.HoWeb.html'



#	# +-----+
	# Steve's voice recording transcripts, with links to recordings
	bash	"$goApp"	"$delay_edt"	"browtab"	"$d_Steve"	'251021_0926 Steve Howell: Genesis creation - in a beginning.HoWeb.html'
	bash	"$goApp"	"$delay_edt"	"editRght"	"$d_Steve"	'251021_0926 Steve Howell: Genesis creation - in a beginning.HoWeb.html'



#	# +-----+
	# Howell bash scripts to analyse Steve data





#	# +-----+
	# Steve's book








#	# 24************************24
#	# menus webPages
#	bash	"$goApp"	"$delay_edt"	"browser"	"$d_WickWrk"	'pMenuTopCopyright Steve.html'
#	bash	"$goApp"	"$delay_edt"	"editor"		"$d_WickWrk"	'pMenuTopCopyright Steve.html'
#
#	bash	"$goApp"	"$delay_edt"	"browtab"	"$d_WickWrk"	'pMenuTopHelp Steve.html'
#	bash	"$goApp"	"$delay_edt"	"editor"		"$d_WickWrk"	'pMenuTopHelp Steve.html'
#
#	bash	"$goApp"	"$delay_edt"	"browtab"	"$d_WickWrk"	'pMenuTopMenu Steve.html'
#	bash	"$goApp"	"$delay_edt"	"editor"		"$d_WickWrk"	'pMenuTopMenu Steve.html'
#
#	bash	"$goApp"	"$delay_edt"	"browtab"	"$d_WickWrk"	'pMenuTopStatus Steve.html'
#	bash	"$goApp"	"$delay_edt"	"editor"		"$d_WickWrk"	'pMenuTopStatus Steve.html'



else echo "webOther_Stephen.sh  Error : directory not found"
fi



# enddoc
