-
Notifications
You must be signed in to change notification settings - Fork 1
Home
jpeak5 edited this page Aug 27, 2012
·
6 revisions
##Changelog ###Roadmap
- using the relationships between Items; look up related stuff when the user hovers over a hot tag
- improve the CSS of the TEI files in general
- make the THING scroll with the viewport
- integrate/demonstrate an annotations tool
####Questions that want answers
- How much meaning and context can be extracted by machine?
- How easy should it be for the end-user to refine the machine's effort?
- ...
###2012-08-26
-
v0.2.1
- adds the Item Relations plugin; this allows us to define a vocabulary/ontology of relationships
- automated, hard-corded relationship generation
###2012-08-25
-
v0.2.0
- at install time, create a number of item types (corresponding to the TEI tags we deem 'interesting')
- at plugin install time, create a number of elements that inform the item types we create
- Can parse files looking for a handful of hard-coded tags. For each found tag, we do some checking for uniqueness and then store in the db.
- for everything we create, we make a record of it in a dedicated table; at uninstall time, we delete everything we have created.