Hi folks! Thanks again for joining the RomaJS meeting earlier today. I seem to have been able to fix the bugs that I found yesterday. Briefly, they related to: - bad tokenization using str.split(/s+/); now using str.match(/\S+/g) instead which works great - currently unsupported elements such as classRef where causing issues, now the code works around them TEI Lite and TEI Tite still won't work, however, but that's because OxGarage thinks I'm asking it to download references to images, even though I explicitly tell it not to via the API (as described by the OxGarage site itself): http://www.tei-c.org/ege-webservice//Conversions/ODDC%3Atext%3Axml/relaxng%3...<conversions><conversion index="0">*<property id="oxgarage.getImages">false</property>*<property id="oxgarage.getOnlineImages">false</property><property id="oxgarage.lang">en</property><property id="oxgarage.textOnly">true</property><property id="pl.psnc.dl.ege.tei.profileNames">default</property></conversion></conversions> Not sure how to fix this at the moment, so it'll have to wait. Any thoughts and help experimenting is appreciated. SimplePrint still doesn't work because OxGarage won't transform it. Also, while I was debugging, OxGarage went down (giving error 503 for a couple minutes). Not sure whether it had anything to do with the fact that it was around 00:00GMT or if we should worry about it being able to handle frequent requests. Anyway, now that things seem to be working better, please try to break them again by uploading your ODDs and making a few changes. Just make sure you don't have references to images and don't use <specGrpRef>. Staging version is at http://mith.us/romajs Thanks! Raff
participants (1)
-
Raffaele Viglianti