From: Antony C. <an...@sm...> - 2005-07-29 15:58:55
|
I've added parsing for <a element in xmlTemplate so that it can handle localised strings but have noticed that the attr "rect" is automatically inserted. When I remove the definition <! shape %Shape; "rect" > from the attr list for <a in xhtmltemplate1-strict.dtd this doesn't occur. Any ideas? If not I'll just leav it out. |
From: Andrew B. <a.g...@le...> - 2006-05-25 09:44:52
|
Would anyone be interested in another option for the setup servlet - 'copy data from existing Bodington'? It could be useful for those upgrading or changing database product. It occurred to me that it would be useful when I'm setting up SQL Server 2005, to be able to just replicate my existing PostgreSQL database and the uploaded files. Aggie |
From: Alexis O'C. <ale...@ou...> - 2006-05-25 09:49:42
|
Andrew Booth wrote: > Would anyone be interested in another option for the setup servlet - 'copy > data from existing Bodington'? It could be useful for those upgrading or > changing database product. It occurred to me that it would be useful when > I'm setting up SQL Server 2005, to be able to just replicate my existing > PostgreSQL database and the uploaded files. > > Aggie > I think this kind of option would be very useful. I don't know if there any other standard ways of exporting databases betwixt vendors (Hibnernate, etc?), but this Apache project looks promising: DdlUtils (http://db.apache.org/ddlutils/). No released files yet, but it builds from CVS without problems and does describe itself as version 1.0-dev. Alexis |
From: Matthew B. <mat...@co...> - 2005-07-29 16:31:31
|
Antony Corfield wrote: > I've added parsing for <a element in xmlTemplate so that it can handle > localised strings but have noticed that the attr "rect" is automatically > inserted. When I remove the definition <! shape %Shape; "rect" > from > the attr list for <a in xhtmltemplate1-strict.dtd this doesn't occur. > Any ideas? If not I'll just leav it out. Why the need to have localised strings in the <a> tag? -- +--Matthew Buckett-----------------------------------------+ | VLE Developer, Learning Technologies Group | | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | +------------Computing Services, University of Oxford------+ |
From: Antony C. <an...@sm...> - 2005-07-29 16:52:58
|
title attr institutional.system.strapline=http://bodington.org On 29 Jul 2005, at 17:31, Matthew Buckett wrote: > Antony Corfield wrote: >> I've added parsing for <a element in xmlTemplate so that it can >> handle localised strings but have noticed that the attr "rect" is >> automatically inserted. When I remove the definition <! shape %Shape; >> "rect" > from the attr list for <a in xhtmltemplate1-strict.dtd this >> doesn't occur. Any ideas? If not I'll just leav it out. > > Why the need to have localised strings in the <a> tag? > > -- > +--Matthew Buckett-----------------------------------------+ > | VLE Developer, Learning Technologies Group | > | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | > +------------Computing Services, University of Oxford------+ > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September > 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing > & QA > Security * Process Improvement & Measurement * > http://www.sqe.com/bsce5sf > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers |
From: Matthew B. <mat...@co...> - 2005-07-29 17:08:18
|
Antony Corfield wrote: > title attr > institutional.system.strapline=http://bodington.org Why does http://bodington.org need to look different in french? > On 29 Jul 2005, at 17:31, Matthew Buckett wrote: > >> Antony Corfield wrote: >> >>> I've added parsing for <a element in xmlTemplate so that it can >>> handle localised strings but have noticed that the attr "rect" is >>> automatically inserted. When I remove the definition <! shape %Shape; >>> "rect" > from the attr list for <a in xhtmltemplate1-strict.dtd this >>> doesn't occur. Any ideas? If not I'll just leav it out. >> >> >> Why the need to have localised strings in the <a> tag? -- +--Matthew Buckett-----------------------------------------+ | VLE Developer, Learning Technologies Group | | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | +------------Computing Services, University of Oxford------+ |
From: Antony C. <an...@sm...> - 2005-07-29 17:32:07
|
> Why does http://bodington.org need to look different in french? mmmh to get to the other side? No I give up, why? |
From: Antony C. <an...@sm...> - 2005-08-01 10:06:29
|
Hi Matthew, for accessibility, we should include the title attribute in <a tags so this also needs to be localised e.g. the top frame has links to options etc. 18:00 Friday<flipant = true<09:00 Monday On 29 Jul 2005, at 18:08, Matthew Buckett wrote: > Antony Corfield wrote: >> title attr >> institutional.system.strapline=http://bodington.org > > Why does http://bodington.org need to look different in french? > >> On 29 Jul 2005, at 17:31, Matthew Buckett wrote: >>> Antony Corfield wrote: >>> >>>> I've added parsing for <a element in xmlTemplate so that it can >>>> handle localised strings but have noticed that the attr "rect" is >>>> automatically inserted. When I remove the definition <! shape >>>> %Shape; "rect" > from the attr list for <a in >>>> xhtmltemplate1-strict.dtd this doesn't occur. Any ideas? If not >>>> I'll just leav it out. >>> >>> >>> Why the need to have localised strings in the <a> tag? > > > -- > +--Matthew Buckett-----------------------------------------+ > | VLE Developer, Learning Technologies Group | > | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | > +------------Computing Services, University of Oxford------+ > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers |
From: Alexis O'C. <ale...@co...> - 2005-08-01 10:16:08
|
Antony Corfield wrote: > Hi Matthew, for accessibility, we should include the title attribute in > <a tags so this also needs to be localised e.g. the top frame has links > to options etc. > > 18:00 Friday<flipant = true<09:00 Monday > Ah, Matthew is on holiday this week, but I was puzzled too ;-). I thought this was the sort of thing you might be referring to, but the 'strapline' was a bad example as that's just plain text at the 'mo! I did notice that various elements should have provision for being able to localise the title attribute, but I thought I'd hold off mentioning it for a week or two. Is it just the <a> element or are there others that should have provision for i18n-able title attributes? Alexis |
From: Antony C. <an...@sm...> - 2005-08-01 10:23:10
|
Yes strapline was a bad example (bad name also!) but thought there was enough to work it out ;-) I would think <img alt="Alistair's backside" is also required Cheers On 1 Aug 2005, at 11:16, Alexis O'Connor wrote: > Antony Corfield wrote: >> Hi Matthew, for accessibility, we should include the title attribute >> in <a tags so this also needs to be localised e.g. the top frame has >> links to options etc. >> 18:00 Friday<flipant = true<09:00 Monday > > Ah, Matthew is on holiday this week, but I was puzzled too ;-). > > I thought this was the sort of thing you might be referring to, but > the 'strapline' was a bad example as that's just plain text at the > 'mo! I did notice that various elements should have provision for > being able to localise the title attribute, but I thought I'd hold off > mentioning it for a week or two. > > Is it just the <a> element or are there others that should have > provision for i18n-able title attributes? > > > Alexis > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers |