TEIC / CETEIcean

TEI in HTML5 Custom Elements
BSD 2-Clause "Simplified" License
164 stars 36 forks source link

egXML not properly handled #1

Closed lb42 closed 8 years ago

lb42 commented 8 years ago

Currently the content of egXML elements is formatted in the same way as other elements. This is wrong, if only because it is not in the TEI namespace. What needs changing? For an example, see http://lb42.github.io/W/talk.html

hcayless commented 8 years ago

Should be fixed in 7f9c8b7. TEI Example-namespaced elements will get a 'teieg-' prefix.

lb42 commented 8 years ago

How do I update my local version? I copied the new files behaviors.js and CETEI.js into my local js directory, but that didn't work. I'm guessing some magic has to be done to get a usable new CETEI.js ?

hcayless commented 8 years ago

If you look at the releases, we attach a compiled distribution that will run in most browsers. Otherwise, you'll need to get NPM working and compile from source.

lb42 commented 8 years ago

On 20/06/16 18:55, Hugh A. Cayless wrote:

If you look at the releases https://github.com/TEIC/CETEIcean/releases, we attach a compiled distribution that will run in most browsers. Otherwise, you'll need to get NPM working and compile from source.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/TEIC/CETEIcean/issues/1#issuecomment-227218464, or mute the thread https://github.com/notifications/unsubscribe/AAoU9FyjXgIVeYnq1S4dqnstUnkI79E0ks5qNtQDgaJpZM4I4RB7.

I downloaded and unpacked "dist.zip" and then moved the file called "CETEI.js" into my /var/www/js folder (ignoring the files called __MACOSX something) ... still no dice tho. I get a blank screen.

lb42 commented 8 years ago

And in any case, the egXML in the test file doesn't work either.