#!/bin/sh
#] 
#] *********************
#] $ bash "$d_bin"'starter/neural_MindCode_webSite.sh'  - setup to edit MindCode webPage
# www.BillHowell.ca  ~20Nov2023 initial


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

# just put source at wkSpc level scripts, 
#    because for higher up nested sources, workSpace_select not recognized!! (fix that later)
source "$d_bin"'starter/0_workSpace select.sh'
workSpace_select

echo "neural_MindCode_webSite.sh is running in Desktop $wrkSpc"



d_Dmind="$d_web"'Neural nets/MindCode/'
d_Qmind="$d_Qndfs"'MindCode/'


open_sesame()
{  
	bash	"$goApp"	"$delay_fmg"	'filemgr'	"$d_Dmind"	''
	bash	"$goApp"	"$delay_fmg"	'filemgr'	"$d_Qmind"	''
	bash	"$goApp"	"$delay_edt"	'editLeft'	"$d_Dmind"	'02_MindCode & callerID-SNNs.links.txt' 
	bash	"$goApp"	"$delay_trm"	'terminal'	''				''
	bash	"$goApp"	"$delay_trm"	'terminal'	''				''

	# genetics
	bash	"$goApp"	"$delay_edt"	'editLeft'	"$d_Dmind"	'0_MindGene notes.txt' 
	bash	"$goApp"	"$delay_edt"	'editor'		"$d_Dmind"	'MindCode webPage.html' 
	#bash	"$goApp"	"$delay_edt"	'editor'		"$d_Dmind"	'???' 


	bash "$goApp"	"$delay_brs"	'browser'	"$d_Dmind"	'MindCode webPage.html' 

	#bash	"$goApp"	"$delay_LOf"	'libroff'	"$d_Dmind"	'16 Introduction - Conceptual pseudo-basis for MindCode.odt' 
	#bash	"$goApp"	"$delay_pdf"	'pdf'			"$d_Dmind"	'Howell 060716 Genetic specification of recurrent neural networks, Initial thoughts, WCCI 2006 paper 1341.pdf' 

	# QNial etc programming
	#bash "$goApp"	"$delay_brs"	'browser'	"$d_Qroot"	'Manuals/QNial Dictionary V7.html' 
	#bash	"$goApp"	"$delay_edt"	'editLeft'	"$d_Qmind"	'0_MindCode QNial notes.txt' 
	#bash	"$goApp"	"$delay_edt"	'editLeft'	"$d_Qmind"	'0_MindCode programming notes.txt' 
	#bash	"$goApp"	"$delay_edt"	'editLeft'	"$d_Qmind"	'0_MindCode programming.html' 
	#bash	"$goApp"	"$delay_edt"	'editLeft'	"$d_Qmind"	'webSite header.ndf' 

}  


	open_sesame





# enddoc
