FoxySymbols
You must read the disclaimer before downloading.
Sorry - there are no downloads for this project yet.
A firefox extension to provide symbol annotation to text content. This will make use of the conceptcoding idea, but instead of being a server side technology be a client side technology, particularly an extension for firefox (in my humble opinion the only browser worth any salt).
Initially foxysymbols will provide Bliss representations, then hopefully others via the concept coding framework and services like the widget:webwide proxy. These are very early days, i've had a student project start it off which shows we can do something, so now i want to get that into a form that we can develop as a community... if you're interested in helping develop this please get in touch.
I'll refine this description and add material eg. source once things have started to evolve into a suitable baseline.Andy.
re: why client side and XUL
i see ccf serverside only if author burden is reduced to a minium, i.e doing it using semantic web technologies, and expecting authors to add loads of rdf annotation for each word is a hell of a lot to ask, when we're (accessibility advocates) struggle to even convince them that an image alt tag is worth doing. The automated tools, are not available yet either... the solution symbered done works, but are going to have to do that for anysite that wants this capability - again who's going to do it / pay for it. So a nice short term solution is to provide it as an extension to already excellent browser and its free.
andy
re: why client side and XUL
> components of the extension, you use javascript/java to provide the functionality..
> but i may be wrong.
That's seems to be the case (I added more info to the forge forum, sorry no links working here in comments). XUL definately looks good for projects that need a Visual UI (i.e not fo VI). Seems the files that describe the look and code can be locally installed or pick up from a server and thus dynamically generated; that adds loads of flexibility. I'm learning to seem interesting that we both stumbled across it at same time.
Eitehr way you could perhaps make it social software and let users share their symbols like tags. Though that may cut against the grain of onotologies.
semi-client side
I hope to get some basic functionality working soon, i'll then try to upload what i have so we can develop it together.



Interesting Idea - why client side and XUL
This discussion should probably be on the Forge Side of OATSsoft but I'm wondering why you decided a client solution would be the way to go here? I agree extension rather than plugin as it offers more scope.
As I understand it Firefox extensions are just XUL overlays and I've been wondering for a while about the suitability of XUL (http://www.mozilla.org/projects/xul/) for creating rich client accessibility tools using a nice declarative tool. It has accesibility features and you can do both client apps (Firefox) or web applications. (and for conceptcoding XUL has some RDF support http://xulplanet.com/tutorials/mozsdk/rdfstart.php). Then again I'm wondering if we're rapidly moving to web applications, but may be restrictive for OATS. Would be a great research project - think I'll do a PHD ;-)
Perhaps of use for this is the excellent greasemonkey extension(https://addons.mozilla.org/firefox/748/) to give easy addition of symbols to existing sites.