Added original files/folder organization

This commit is contained in:
GitCosm0s
2026-02-07 12:28:45 -05:00
parent 76ddcde22e
commit e53cecc95f
2464 changed files with 174131 additions and 1 deletions

View File

@@ -0,0 +1,35 @@
## Makefile.am for tuxtype - data/scripts:
## Process with Automake to create Makefile.in
scripts_brailledir = $(pkgdatadir)/scripts_braille
if BUILD_MINGW32
TEXT_KLUDGE=./sed-windows.sh
else
TEXT_KLUDGE=./sed-linux.sh
endif
all-am:
cd $(srcdir); ${TEXT_KLUDGE}
dist_scripts_braille_DATA = projectInfo.xml \
cascade.xml \
laser.xml \
basic_lesson_01.xml \
basic_lesson_02.xml \
basic_lesson_03.xml \
basic_lesson_04.xml \
basic_lesson_05.xml \
basic_lesson_06.xml \
basic_lesson_07.xml \
basic_lesson_08.xml \
basic_lesson_09.xml \
basic_lesson_10.xml \
basic_lesson_11.xml \
basic_lesson_12.xml
EXTRA_DIST = sed-linux.rules \
sed-linux.sh \
sed-windows.rules \
sed-windows.sh

View File

@@ -0,0 +1,11 @@
<script title="Test Lesson" bgcolor="#000000">
<page title="Introduction to Example Lesson">
<text align="center"> </text>
<text align="center"> </text>
<text color="#ffff00" align="center">In this lesson we learn letters a, b, c, and d.</text>
<text color="#ffff00" align="center">Press 1 for a, 1 ,2 for b, 1,4 for c and 1,4,5 for d.</text>
<text color="#ffff00" align="center" y="400"> PRESS SPACE TO START THE LESSON!</text>
<waitforchar/>
<prac>a a a a b b b b ab ab abb abb bba bba bab bab c c c c bc bc cb cb ccb ccb cccb cccb d d d d dd dd cdd bdd abcd abcd abcd abcd</prac>
</page>
</script>

View File

@@ -0,0 +1,11 @@
<script title="Test Lesson" bgcolor="#000000">
<page title="Introduction to Example Lesson">
<text align="center"> </text>
<text align="center"> </text>
<text color="#ffff00" align="center">In this lesson we learn letters e and f.</text>
<text color="#ffff00" align="center">Press 1, 5 for e and 1,2,4 for f.</text>
<text color="#ffff00" align="center" y="400"> PRESS SPACE TO START THE LESSON!</text>
<waitforchar/>
<prac>e e e e f f f f ef ef eff eff ffe ffe fef fef efef efef bef def abf abcf bcdf adef bdef eff eff ffe ffe fef fef efef efef</prac>
</page>
</script>

View File

@@ -0,0 +1,11 @@
<script title="Test Lesson" bgcolor="#000000">
<page title="Introduction to Example Lesson">
<text align="center"> </text>
<text align="center"> </text>
<text color="#ffff00" align="center">In this lesson we learn letters g and h.</text>
<text color="#ffff00" align="center">1,2,4,5 for g and 1,2,5 for h.</text>
<text color="#ffff00" align="center" y="400"> PRESS SPACE TO START THE LESSON!</text>
<waitforchar/>
<prac>g g g g h h h h gh gh gh gh hg hg ghg hhg ag ag bh bh cg cg hd hd egg gag fag gghh gghh hg hg hhg hhg abcd efgh abcd efgh</prac>
</page>
</script>

View File

@@ -0,0 +1,11 @@
<script title="Test Lesson" bgcolor="#000000">
<page title="Introduction to Example Lesson">
<text align="center"> </text>
<text align="center"> </text>
<text color="#ffff00" align="center">In this lesson we learn letters i and j.</text>
<text color="#ffff00" align="center">Press 2,4 for i and and 2,4,5 for j.</text>
<text color="#ffff00" align="center" y="400"> PRESS SPACE TO START THE LESSON!</text>
<waitforchar/>
<prac>i i i i j j j j ii jj iijj jjii dij dij adj adj cci cjj bbjj bad cad big gag badge badge fig giff jjf ffij abcd efgh ij ij ji ji</prac>
</page>
</script>

View File

@@ -0,0 +1,11 @@
<script title="Test Lesson" bgcolor="#000000">
<page title="Introduction to Example Lesson">
<text align="center"> </text>
<text align="center"> </text>
<text color="#ffff00" align="center">In this lesson we learn letters k, l and m.</text>
<text color="#ffff00" align="center">Press 1,3 for k, 1,2,3 for l and 1,3,4 for m </text>
<text color="#ffff00" align="center" y="400"> PRESS SPACE TO START THE LESSON!</text>
<waitforchar/>
<prac>k k k k l l l l m m m m kkll kkll kkmm kkmm llmm llmm klmk klmk klmk alkm abcd efgh ijkl jklm jklm</prac>
</page>
</script>

View File

@@ -0,0 +1,11 @@
<script title="Test Lesson" bgcolor="#000000">
<page title="Introduction to Example Lesson">
<text align="center"> </text>
<text align="center"> </text>
<text color="#ffff00" align="center">In this lesson we learn letters n, o and p</text>
<text color="#ffff00" align="center">Press 1,3,4,5 for n, 1,3,5 for o and 1,2,3,4 for p</text>
<text color="#ffff00" align="center" y="400"> PRESS SPACE TO START THE LESSON!</text>
<waitforchar/>
<prac>n n n n o o o o p p p p no no op op pn pn nop nop mnop mnop klmnop nmkp nmkp kppn poop mnop mnop mnop</prac>
</page>
</script>

View File

@@ -0,0 +1,11 @@
<script title="Test Lesson" bgcolor="#000000">
<page title="Introduction to Example Lesson">
<text align="center"> </text>
<text align="center"> </text>
<text color="#ffff00" align="center">In this lesson we learn letters q, r and s.</text>
<text color="#ffff00" align="center">Press 1,2,3,4,5 for q, 1,2,3,5 for r and 2,3,4 for s</text>
<text color="#ffff00" align="center" y="400"> PRESS SPACE TO START THE LESSON!</text>
<waitforchar/>
<prac>q q q q r r r r s s s s qr qr rs rs qs qs pqrs pqrs qrs qrs qrs</prac>
</page>
</script>

View File

@@ -0,0 +1,11 @@
<script title="Test Lesson" bgcolor="#000000">
<page title="Introduction to Example Lesson">
<text align="center"> </text>
<text align="center"> </text>
<text color="#ffff00" align="center">In this lesson we learn letters t, u and v.</text>
<text color="#ffff00" align="center">2,3,4,5 for t, 1,3,6 for u and 1,2,3,6 for v.</text>
<text color="#ffff00" align="center" y="400"> PRESS SPACE TO START THE LESSON!</text>
<waitforchar/>
<prac>t t t t u u u u v v v v tu tu uv uv tuv tuv qrst qrst stuv stuv tuv tuv</prac>
</page>
</script>

View File

@@ -0,0 +1,11 @@
<script title="Test Lesson" bgcolor="#000000">
<page title="Introduction to Example Lesson">
<text align="center"> </text>
<text align="center"> </text>
<text color="#ffff00" align="center">In this lesson we learn letters w, x, y and z.</text>
<text color="#ffff00" align="center">Press 2,4,5,6 for w, 1,3,4,6 for x, 1,3,4,5,6 for y and 1,3,5,6 for z. </text>
<text color="#ffff00" align="center" y="400"> PRESS SPACE TO START THE LESSON!</text>
<waitforchar/>
<prac>w w w w x x x x y y y y z z z z www xxx yyy zzz xy xy wz wz yz yz wxyz wxyz wxyz</prac>
</page>
</script>

View File

@@ -0,0 +1,11 @@
<script title="Test Lesson" bgcolor="#000000">
<page title="Introduction to Example Lesson">
<text align="center"> </text>
<text align="center"> </text>
<text color="#ffff00" align="center">In this lesson we practice </text>
<text color="#ffff00" align="center">words containing letters a to j</text>
<text color="#ffff00" align="center" y="400"> PRESS SPACE TO START THE LESSON!</text>
<waitforchar/>
<prac>dad bad big had egg fed bag deaf beaf feed heed bed hide cab</prac>
</page>
</script>

View File

@@ -0,0 +1,11 @@
<script title="Test Lesson" bgcolor="#000000">
<page title="Introduction to Example Lesson">
<text align="center"> </text>
<text align="center"> </text>
<text color="#ffff00" align="center">In this lesson we practice</text>
<text color="#ffff00" align="center">words containing letters a to p</text>
<text color="#ffff00" align="center" y="400"> PRESS SPACE TO START THE LESSON!</text>
<waitforchar/>
<prac>chip chop kick back node map mop hope lack lake nail band has can package mind find call cold</prac>
</page>
</script>

View File

@@ -0,0 +1,11 @@
<script title="Test Lesson" bgcolor="#000000">
<page title="Introduction to Example Lesson">
<text align="center"> </text>
<text align="center"> </text>
<text color="#ffff00" align="center">In this lesson we practice </text>
<text color="#ffff00" align="center">words containing letters a to z</text>
<text color="#ffff00" align="center" y="400"> PRESS SPACE TO START THE LESSON!</text>
<waitforchar/>
<prac>zoo zebra yalk yellow next text tennis teach mango queen apple banana question answer wolf braille crawl</prac>
</page>
</script>

View File

@@ -0,0 +1,17 @@
<script title="Fish Cascade Instructions">
<page>
<bkgd src="main_bkg.png">
<img src="tux/stand-.png" x="100" y="330">
<text color="#FFFFFF" align="center" size="32">Help Tux Eat Fish!</text>
<text color="#FFFFFF" align="center">Tux is very hungry! Eating</text>
<text color="#FFFFFF" align="center">fish with letters gives him</text>
<text color="#FFFFFF" align="center">a tummy ache. Help Tux</text>
<text color="#FFFFFF" align="center">eat fish by pressing the</text>
<text color="#FFFFFF" align="center">letters on the fish making</text>
<text color="#FFFFFF" align="center">them go away so he can</text>
<text color="#FFFFFF" align="center">eat them all!</text>
<text></text>
<text color="#ffffff" align="center" size="22">Press Space to Continue!</text>
</page>
<waitforinput/>
</page></lesson>

View File

@@ -0,0 +1,18 @@
<script title="Comet Zap Instructions">
<page>
<bkgd src="main_bkg.png">
<text align="center" size="28">Save The Cities From Falling Comets!</text>
<text align="center"t>Help Tux aim his laser beam by typing</text>
<text align="center">the letters on the comets. Type quickly,</text>
<text align="center">because if Tux can't destroy the comets</text>
<text align="center"t>before they hit the ground, the cities'</text>
<text align="center"t>shield will be destroyed. If they get hit</text>
<text align="center">again, the cities themselves will be</text>
<text align="center">destroyed! Lose all of your cities</text>
<text align="center">and the game is over.</text>
<text></text>
<text align="center" color="#ffffff" size="22">Press Space to Continue!</text>
</page>
<waitforinput/>
</page>
</lesson>

View File

@@ -0,0 +1,47 @@
<script title="Project Info Center" bgcolor="#336699" fgcolor="#ffffff">
<page>
<img src="line2.png" x="5" y="0"></img>
<text size="6"></text>
<text size="18" align="center" color="#000000">Tux Typing Project Information</text>
<text size="6" align="center"></text>
<text size="14" align="center">Please visit one of the TuxType discussion forums at: </text>
<text size="16" align="center">http://www.tux4kids.com</text>
<text size="16" align="center">mailto://tuxmath-devel@sourceforge.net or irc://freenode/#tux4kids</text>
<text size="6" align="center"></text>
<text size="16" align="center">Tuxtype is brought to you by the good people of tux4kids. http://tux4kids.com</text>
<text size="6" align="center"></text>
<text size="16" align="center">Our source code repository is located at http://svn.debian.org/wsvn/tux4kids/tuxtype/</text>
<text size="6" align="center"></text>
<text size="16" align="center">Tux Typing was the brainchild of Sam Hart, and was subsequently developed</text>
<text size="16" align="center">by Jesse D. Andrews. The current lead programmer is:</text>
<text size="16" align="center">David Bruce mailto://davidstuartbruce@gmail.com</text>
<text size="16" align="center">Please see the AUTHORS file for many others who have contributed significantly.</text>
<text size="4" align="center"></text>
<text size="32" align="center" color="#ff003f">BUGS:</text>
<text size="16" align="center">Please forward any bugs or suggestions</text>
<text size="16" align="center">to mailto://tuxmath-devel@sourceforge.net.</text>
<text size="4" align="center"></text>
<text size="22" align="center" color="#ff7f3f">Tuxtype is GPL licensed Free Software.</text>
<text size="22" align="center" color="#ff7f3f">Please see the COPYING file</text>
<text size="22" align="center" color="#000000">Hit SPACE to CONTINUE!!!</text>
<waitforinput/>
</page>
<page>
<text size="14" align="center"></text>
<text size="24" align="center">Scripting How-to</text>
<text size="14" align="center">Some one please insert one here and send it to:</text>
<text size="14" align="center">carndt@macksrecycling.com</text>
<text size="140" align="center"></text>
<text size="22" align="center" color="#000000">Hit SPACE to CONTINUE!!!</text>
<waitforinput/>
</page>
<page>
<text size="14" align="center"></text>
<text size="14" align="center">Theming How-to</text>
<text size="14" align="center">Someone please write them and send them to:</text>
<text size="14" align="center">carndt@macksrecycling.com</text>
<text size="140" align="center"></text>
<text size="22" align="center" color="#000000">Hit SPACE to CONTINUE!!!</text>
<waitforinput/>
</page>
</script>

View File

@@ -0,0 +1,45 @@
s/<text color=\"#000000\" x=\"100\" y=\"273\">A<\/text>/<text color=\"#000000\" x=\"100\" y=\"280\">A<\/text>/g
s/<text color=\"#000000\" x=\"130\" y=\"273\">S<\/text>/<text color=\"#000000\" x=\"130\" y=\"280\">S<\/text>/g
s/<text color=\"#000000\" x=\"160\" y=\"273\">D<\/text>/<text color=\"#000000\" x=\"160\" y=\"280\">D<\/text>/g
s/<text color=\"#000000\" x=\"190\" y=\"273\">F<\/text>/<text color=\"#000000\" x=\"190\" y=\"280\">F<\/text>/g
s/<text color=\"#000000\" x=\"220\" y=\"273\">G<\/text>/<text color=\"#000000\" x=\"220\" y=\"280\">G<\/text>/g
s/<text color=\"#000000\" x=\"250\" y=\"273\">H<\/text>/<text color=\"#000000\" x=\"250\" y=\"280\">H<\/text>/g
s/<text color=\"#000000\" x=\"285\" y=\"273\">J<\/text>/<text color=\"#000000\" x=\"285\" y=\"280\">J<\/text>/g
s/<text color=\"#000000\" x=\"315\" y=\"273\">K<\/text>/<text color=\"#000000\" x=\"315\" y=\"280\">K<\/text>/g
s/<text color=\"#000000\" x=\"345\" y=\"273\">L<\/text>/<text color=\"#000000\" x=\"345\" y=\"280\">L<\/text>/g
s/<text color=\"#000000\" x=\"385\" y=\"273\">;<\/text>/<text color=\"#000000\" x=\"385\" y=\"280\">;<\/text>/g
s/<text color=\"#000000\" x=\"415\" y=\"273\">'<\/text>/<text color=\"#000000\" x=\"415\" y=\"280\">'<\/text>/g
s/<text color=\"#000000\" x=\"90\" y=\"243\">Q<\/text>/<text color=\"#000000\" x=\"90\" y=\"250\">Q<\/text>/g
s/<text color=\"#000000\" x=\"118\" y=\"243\">W<\/text>/<text color=\"#000000\" x=\"118\" y=\"250\">W<\/text>/g
s/<text color=\"#000000\" x=\"152\" y=\"243\">E<\/text>/<text color=\"#000000\" x=\"152\" y=\"250\">E<\/text>/g
s/<text color=\"#000000\" x=\"183\" y=\"243\">R<\/text>/<text color=\"#000000\" x=\"183\" y=\"250\">R<\/text>/g
s/<text color=\"#000000\" x=\"212\" y=\"243\">T<\/text>/<text color=\"#000000\" x=\"212\" y=\"250\">T<\/text>/g
s/<text color=\"#000000\" x=\"244\" y=\"243\">Y<\/text>/<text color=\"#000000\" x=\"244\" y=\"250\">Y<\/text>/g
s/<text color=\"#000000\" x=\"273\" y=\"243\">U<\/text>/<text color=\"#000000\" x=\"273\" y=\"250\">U<\/text>/g
s/<text color=\"#000000\" x=\"306\" y=\"243\">I<\/text>/<text color=\"#000000\" x=\"306\" y=\"250\">I<\/text>/g
s/<text color=\"#000000\" x=\"334\" y=\"243\">O<\/text>/<text color=\"#000000\" x=\"334\" y=\"250\">O<\/text>/g
s/<text color=\"#000000\" x=\"365\" y=\"243\">P<\/text>/<text color=\"#000000\" x=\"365\" y=\"250\">P<\/text>/g
s/<text color=\"#000000\" x=\"395\" y=\"243\">\[<\/text>/<text color=\"#000000\" x=\"395\" y=\"250\">\[<\/text>/g
s/<text color=\"#000000\" x=\"425\" y=\"243\">]<\/text>/<text color=\"#000000\" x=\"425\" y=\"250\">]<\/text>/g
s/<text color=\"#000000\" x=\"110\" y=\"303\">Z<\/text>/<text color=\"#000000\" x=\"110\" y=\"310\">Z<\/text>/g
s/<text color=\"#000000\" x=\"142\" y=\"303\">X<\/text>/<text color=\"#000000\" x=\"142\" y=\"310\">X<\/text>/g
s/<text color=\"#000000\" x=\"170\" y=\"303\">C<\/text>/<text color=\"#000000\" x=\"170\" y=\"310\">C<\/text>/g
s/<text color=\"#000000\" x=\"202\" y=\"303\">V<\/text>/<text color=\"#000000\" x=\"202\" y=\"310\">V<\/text>/g
s/<text color=\"#000000\" x=\"232\" y=\"303\">B<\/text>/<text color=\"#000000\" x=\"232\" y=\"310\">B<\/text>/g
s/<text color=\"#000000\" x=\"262\" y=\"303\">N<\/text>/<text color=\"#000000\" x=\"262\" y=\"310\">N<\/text>/g
s/<text color=\"#000000\" x=\"292\" y=\"303\">M<\/text>/<text color=\"#000000\" x=\"292\" y=\"310\">M<\/text>/g
s/<text color=\"#000000\" x=\"330\" y=\"303\">,<\/text>/<text color=\"#000000\" x=\"330\" y=\"310\">,<\/text>/g
s/<text color=\"#000000\" x=\"360\" y=\"303\">.<\/text>/<text color=\"#000000\" x=\"360\" y=\"310\">.<\/text>/g
s/<text color=\"#000000\" x=\"387\" y=\"303\">\/<\/text>/<text color=\"#000000\" x=\"387\" y=\"310\">\/<\/text>/g
s/<text color=\"#000000\" x=\"85\" y=\"213\">1<\/text>/<text color=\"#000000\" x=\"85\" y=\"220\">1<\/text>/g
s/<text color=\"#000000\" x=\"115\" y=\"213\">2<\/text>/<text color=\"#000000\" x=\"115\" y=\"220\">2<\/text>/g
s/<text color=\"#000000\" x=\"145\" y=\"213\">3<\/text>/<text color=\"#000000\" x=\"145\" y=\"220\">3<\/text>/g
s/<text color=\"#000000\" x=\"175\" y=\"213\">4<\/text>/<text color=\"#000000\" x=\"175\" y=\"220\">4<\/text>/g
s/<text color=\"#000000\" x=\"205\" y=\"213\">5<\/text>/<text color=\"#000000\" x=\"205\" y=\"220\">5<\/text>/g
s/<text color=\"#000000\" x=\"235\" y=\"213\">6<\/text>/<text color=\"#000000\" x=\"235\" y=\"220\">6<\/text>/g
s/<text color=\"#000000\" x=\"265\" y=\"213\">7<\/text>/<text color=\"#000000\" x=\"265\" y=\"220\">7<\/text>/g
s/<text color=\"#000000\" x=\"295\" y=\"213\">8<\/text>/<text color=\"#000000\" x=\"295\" y=\"220\">8<\/text>/g
s/<text color=\"#000000\" x=\"325\" y=\"213\">9<\/text>/<text color=\"#000000\" x=\"325\" y=\"220\">9<\/text>/g
s/<text color=\"#000000\" x=\"355\" y=\"213\">0<\/text>/<text color=\"#000000\" x=\"355\" y=\"220\">0<\/text>/g
s/<text color=\"#000000\" x=\"390\" y=\"213\">-<\/text>/<text color=\"#000000\" x=\"390\" y=\"220\">-<\/text>/g
s/<text color=\"#000000\" x=\"420\" y=\"213\">=<\/text>/<text color=\"#000000\" x=\"420\" y=\"220\">=<\/text>/g

View File

@@ -0,0 +1,14 @@
#!/bin/bash
# This is a quick kludge to get the x,y coordinates right in the xml scripts
# this file resets the coordinates in case you previously built a windows distribution
# both files may be removed once SDL_Pango is working in the windows cross-build
echo -e "Editing lesson scripts for a non-windows build...\n"
touch fixed-linux
sed -f sed-linux.rules -i *
# Don't break the build if something went wrong!
exit 0

View File

@@ -0,0 +1,45 @@
s/<text color=\"#000000\" x=\"100\" y=\"280\">A<\/text>/<text color=\"#000000\" x=\"100\" y=\"273\">A<\/text>/g
s/<text color=\"#000000\" x=\"130\" y=\"280\">S<\/text>/<text color=\"#000000\" x=\"130\" y=\"273\">S<\/text>/g
s/<text color=\"#000000\" x=\"160\" y=\"280\">D<\/text>/<text color=\"#000000\" x=\"160\" y=\"273\">D<\/text>/g
s/<text color=\"#000000\" x=\"190\" y=\"280\">F<\/text>/<text color=\"#000000\" x=\"190\" y=\"273\">F<\/text>/g
s/<text color=\"#000000\" x=\"220\" y=\"280\">G<\/text>/<text color=\"#000000\" x=\"220\" y=\"273\">G<\/text>/g
s/<text color=\"#000000\" x=\"250\" y=\"280\">H<\/text>/<text color=\"#000000\" x=\"250\" y=\"273\">H<\/text>/g
s/<text color=\"#000000\" x=\"285\" y=\"280\">J<\/text>/<text color=\"#000000\" x=\"285\" y=\"273\">J<\/text>/g
s/<text color=\"#000000\" x=\"315\" y=\"280\">K<\/text>/<text color=\"#000000\" x=\"315\" y=\"273\">K<\/text>/g
s/<text color=\"#000000\" x=\"345\" y=\"280\">L<\/text>/<text color=\"#000000\" x=\"345\" y=\"273\">L<\/text>/g
s/<text color=\"#000000\" x=\"385\" y=\"280\">;<\/text>/<text color=\"#000000\" x=\"385\" y=\"273\">;<\/text>/g
s/<text color=\"#000000\" x=\"415\" y=\"280\">'<\/text>/<text color=\"#000000\" x=\"415\" y=\"280\">'<\/text>/g
s/<text color=\"#000000\" x=\"90\" y=\"250\">Q<\/text>/<text color=\"#000000\" x=\"90\" y=\"243\">Q<\/text>/g
s/<text color=\"#000000\" x=\"118\" y=\"250\">W<\/text>/<text color=\"#000000\" x=\"118\" y=\"243\">W<\/text>/g
s/<text color=\"#000000\" x=\"152\" y=\"250\">E<\/text>/<text color=\"#000000\" x=\"152\" y=\"243\">E<\/text>/g
s/<text color=\"#000000\" x=\"183\" y=\"250\">R<\/text>/<text color=\"#000000\" x=\"183\" y=\"243\">R<\/text>/g
s/<text color=\"#000000\" x=\"212\" y=\"250\">T<\/text>/<text color=\"#000000\" x=\"212\" y=\"243\">T<\/text>/g
s/<text color=\"#000000\" x=\"244\" y=\"250\">Y<\/text>/<text color=\"#000000\" x=\"244\" y=\"243\">Y<\/text>/g
s/<text color=\"#000000\" x=\"273\" y=\"250\">U<\/text>/<text color=\"#000000\" x=\"273\" y=\"243\">U<\/text>/g
s/<text color=\"#000000\" x=\"306\" y=\"250\">I<\/text>/<text color=\"#000000\" x=\"306\" y=\"243\">I<\/text>/g
s/<text color=\"#000000\" x=\"334\" y=\"250\">O<\/text>/<text color=\"#000000\" x=\"334\" y=\"243\">O<\/text>/g
s/<text color=\"#000000\" x=\"365\" y=\"250\">P<\/text>/<text color=\"#000000\" x=\"365\" y=\"243\">P<\/text>/g
s/<text color=\"#000000\" x=\"395\" y=\"250\">\[<\/text>/<text color=\"#000000\" x=\"395\" y=\"240\">\[<\/text>/g
s/<text color=\"#000000\" x=\"425\" y=\"250\">]<\/text>/<text color=\"#000000\" x=\"425\" y=\"240\">]<\/text>/g
s/<text color=\"#000000\" x=\"110\" y=\"310\">Z<\/text>/<text color=\"#000000\" x=\"110\" y=\"303\">Z<\/text>/g
s/<text color=\"#000000\" x=\"142\" y=\"310\">X<\/text>/<text color=\"#000000\" x=\"142\" y=\"303\">X<\/text>/g
s/<text color=\"#000000\" x=\"170\" y=\"310\">C<\/text>/<text color=\"#000000\" x=\"170\" y=\"303\">C<\/text>/g
s/<text color=\"#000000\" x=\"202\" y=\"310\">V<\/text>/<text color=\"#000000\" x=\"202\" y=\"303\">V<\/text>/g
s/<text color=\"#000000\" x=\"232\" y=\"310\">B<\/text>/<text color=\"#000000\" x=\"232\" y=\"303\">B<\/text>/g
s/<text color=\"#000000\" x=\"262\" y=\"310\">N<\/text>/<text color=\"#000000\" x=\"262\" y=\"303\">N<\/text>/g
s/<text color=\"#000000\" x=\"292\" y=\"310\">M<\/text>/<text color=\"#000000\" x=\"292\" y=\"303\">M<\/text>/g
s/<text color=\"#000000\" x=\"330\" y=\"310\">,<\/text>/<text color=\"#000000\" x=\"330\" y=\"303\">,<\/text>/g
s/<text color=\"#000000\" x=\"360\" y=\"310\">.<\/text>/<text color=\"#000000\" x=\"360\" y=\"303\">.<\/text>/g
s/<text color=\"#000000\" x=\"387\" y=\"310\">\/<\/text>/<text color=\"#000000\" x=\"387\" y=\"303\">\/<\/text>/g
s/<text color=\"#000000\" x=\"85\" y=\"220\">1<\/text>/<text color=\"#000000\" x=\"85\" y=\"213\">1<\/text>/g
s/<text color=\"#000000\" x=\"115\" y=\"220\">2<\/text>/<text color=\"#000000\" x=\"115\" y=\"213\">2<\/text>/g
s/<text color=\"#000000\" x=\"145\" y=\"220\">3<\/text>/<text color=\"#000000\" x=\"145\" y=\"213\">3<\/text>/g
s/<text color=\"#000000\" x=\"175\" y=\"220\">4<\/text>/<text color=\"#000000\" x=\"175\" y=\"213\">4<\/text>/g
s/<text color=\"#000000\" x=\"205\" y=\"220\">5<\/text>/<text color=\"#000000\" x=\"205\" y=\"213\">5<\/text>/g
s/<text color=\"#000000\" x=\"235\" y=\"220\">6<\/text>/<text color=\"#000000\" x=\"235\" y=\"213\">6<\/text>/g
s/<text color=\"#000000\" x=\"265\" y=\"220\">7<\/text>/<text color=\"#000000\" x=\"265\" y=\"213\">7<\/text>/g
s/<text color=\"#000000\" x=\"295\" y=\"220\">8<\/text>/<text color=\"#000000\" x=\"295\" y=\"213\">8<\/text>/g
s/<text color=\"#000000\" x=\"325\" y=\"220\">9<\/text>/<text color=\"#000000\" x=\"325\" y=\"213\">9<\/text>/g
s/<text color=\"#000000\" x=\"355\" y=\"220\">0<\/text>/<text color=\"#000000\" x=\"355\" y=\"213\">0<\/text>/g
s/<text color=\"#000000\" x=\"390\" y=\"220\">-<\/text>/<text color=\"#000000\" x=\"390\" y=\"213\">-<\/text>/g
s/<text color=\"#000000\" x=\"420\" y=\"220\">=<\/text>/<text color=\"#000000\" x=\"420\" y=\"213\">=<\/text>/g

View File

@@ -0,0 +1,11 @@
#!/bin/bash
# This is a quick kludge to get the x,y coordinates right in the xml scripts
# it can be removed once SDL_Pango is working in the windows crossbuild
echo -e "Editing lesson scripts for a windows build...\n"
sed -f sed-windows.rules -i *
# Don't break the build if something went wrong!
exit 0