ebeshero / newtFire-webDev

for development of the newtFire website at http://newtfire.org
GNU Affero General Public License v3.0
3 stars 7 forks source link

Fall Semester Start: General Task List #69

Closed ebeshero closed 5 years ago

ebeshero commented 8 years ago

XML (pressing)

CSS

Tutorial and Exercise Corrections: Review and correct all filed here, prioritizing CDA course. Priority Issues list:

RJP43 commented 8 years ago

@ebeshero Do we want to add to our house styles that links get the target="_blank" attribute so that when a link is clicked it opens in a new window? This is useful when sending students away from an assignment or tutorial so they do not loose their place. I'm not saying go back and change all the links, but like a here on out kind of thing.

RJP43 commented 8 years ago

@ebeshero To make all of the regex files consistent and not dependent on their sequence numbering (since this differs from fall to spring) we should change the file name on the text for the RegEx Exercise on Forster Voyage log. Currently, it is ForsterGeorgComplete-regex2.txtand I suggest we remove the 2 at the end of regex. Of course, if we do this, we then need to make the edit in the assignment to grab the file by the new file name.

RJP43 commented 8 years ago

Make edits to streamline the code for XSLT Exercise 4 CDA and the corresponding XSLT Exercise 2 CDV source XML ... put paragraph tags around text instead of hard returns. Edit solution and output files accordingly.

RJP43 commented 7 years ago

@ebeshero We might consider adding \b and \B to the regex tutorial - Learn more here

This may not work in oXygen when matching within XSLT and XQuery. Verify?