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,7 @@
## Makefile.am for tuxtype - data/themes/french/scripts:
## Process with Automake to create Makefile.in
themes_french_scriptsdir = $(pkgdatadir)/themes/french/scripts
dist_themes_french_scripts_DATA = les_jours_de_la_semaine.xml \
les_mois_de_l_annee.xml

View File

@@ -0,0 +1,29 @@
<script title="Test Lesson" bgcolor="#3f4f1f">
<page title="Introduction to Example Lesson">
<text align="center">Les jours de la semaine</text>
<text align="center" y="300"> PRESS SPACE TO START THE LESSON!</text>
<waitforinput/>
</page>
<page title="The a Key" bgcolor="#3f7f3f">
<img src="/keyboard/keyboard-us.png" x="45" y="220"/>
<text align="center">Les jours de la semaine</text>
<text align="center">To start practicing hit the p key</text>
<text color="#000000" x="100" y="273">A</text>
<text color="#000000" x="130" y="273">S</text>
<waitforchar/>
<prac>lundi mardi mercredi jeudi vendredi samedi dimanche lundi mardi mercredi jeudi vendredi samedi dimanche lundi mardi mercredi jeudi vendredi samedi dimanche lundi mardi mercredi jeudi vendredi samedi dimanche</prac>
</page>
<!--HACK: there is some undesired behavior in scripting.c, this fixes it for now-->
<page>
</page>
<page>
<img src="keyboard/space.png" x="200" y="160"/>
<img src="keyboard/larrow.png" x="460" y="18"/>
<img src="keyboard/esc.png" x="515" y="50"/>
<text align="center">Great Job!</text>
<text align="left"></text>
<text align="center">To go back to the main menu</text>
<text align="center">Press Space</text>
<waitforinput/>
</page>

View File

@@ -0,0 +1,30 @@
<script title="Test Lesson" bgcolor="#3f4f1f">
<page title="Introduction to Example Lesson">
<text align="center">Les mois de l'année</text>
<text align="center"> </text>
<text align="center"> </text>
<text align="center" y="300"> PRESS SPACE TO START THE LESSON!</text>
<waitforinput/>
</page>
<page title="The a Key" bgcolor="#3f7f3f">
<img src="/keyboard/keyboard-us.png" x="45" y="220"/>
<text align="center">Les mois de l'année</text>
<text align="center">To start practicing hit the p key</text>
<text color="#000000" x="100" y="273">A</text>
<text color="#000000" x="130" y="273">S</text>
<waitforchar/>
<prac>janvier février mars avril mai juin juillet août septembre octobre novembre décembre janvier février mars avril mai juin juillet août septembre octobre novembre décembre janvier février mars avril mai juin juillet août septembre octobre novembre décembre</prac>
</page>
<!--HACK: there is some undesired behavior in scripting.c, this fixes it for now-->
<page>
</page>
<page>
<img src="keyboard/space.png" x="200" y="160"/>
<img src="keyboard/larrow.png" x="460" y="18"/>
<img src="keyboard/esc.png" x="515" y="50"/>
<text align="center">Great Job!</text>
<text align="left"></text>
<text align="center">To go back to the main menu</text>
<text align="center">Press Space</text>
<waitforinput/>
</page>