From: Adam M. <ada...@co...> - 2005-07-06 10:01:41
|
Dear All, Some of you may be interested in a new report entitled (deliberately controversial, of course): 'Finally a free lunch: the benefits of an open source VLE/LMS' at: http://www.oucs.ox.ac.uk/ltg/vle/index.xml.ID=news In short it brings together some of our experiences at Oxford over the past two years of running Bodington (http://bodington.org), the open source VLE developed at Leeds University. This is purely meant to report the benefits we have experienced for others to read and follow-up/digest/dismiss as they see fit. I'm afraid the 'Bodington Buzz' workshop on the 4th July ('Free Tools and the VLE') is now completely full. However, if you wish to be added to a waiting list for a future re-run of the event then please email me off-list, Yours Stuart Lee *************************************************************************** Dr Stuart D Lee | Head of the Learning Technologies Oxford University Computing | Group (http://www.oucs.ox.ac.uk/ltg/) Services | 13 Banbury Road | Member of the English Faculty Oxford OX2 6NN -------------------------------------------------------------------------- E-mail: Stu...@ou...; Tel: +44 1865 283403; Fax: +44 1865 273275; URL: http://users.ox.ac.uk/~stuart/ Bodington VLE/LMS (Free): http://bodington.org/ |
From: Antony C. <an...@sm...> - 2005-07-07 11:51:34
Attachments:
Picture 11.pdf
|
Hi I'm (finally) about to merge our branch with HEAD, can someone confirm that in the last week these are only changes on head? Is WEB-INF/dtd no longer required (files moved to servlet/template)? For the rest of today could people not commit to HEAD please. Cheers, Ant |
From: Matthew B. <mat...@co...> - 2005-07-07 12:09:16
|
Antony Corfield wrote: > Hi I'm (finally) about to merge our branch with HEAD, can someone > confirm that in the last week these are only changes on head? Is > WEB-INF/dtd no longer required (files moved to servlet/template)? I had some change to eliminate the dependancy on the System property "bodington.home" that went in recently but these didn't change any templates. The only other change was toe Xml.sql that was an attempt to fix a problem with MSSQL server (support request). > For the rest of today could people not commit to HEAD please. Ok. -- +--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-07 12:16:50
|
> Antony Corfield wrote: >> Hi I'm (finally) about to merge our branch with HEAD, can someone >> confirm that in the last week these are only changes on head? Is >> WEB-INF/dtd no longer required (files moved to servlet/template)? Yep, is this where these files now live i.e. are we removing dtd directory? > I had some change to eliminate the dependancy on the System property > "bodington.home" that went in recently but these didn't change any > templates. That's fine Matthew, just don't want to (accidently) overwrite your commits! Cheers > > The only other change was toe Xml.sql that was an attempt to fix a > problem with MSSQL server (support request). > >> For the rest of today could people not commit to HEAD please. > > Ok. > > > -- > +--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: Matthew B. <mat...@co...> - 2005-07-07 12:31:28
|
Antony Corfield wrote: >> Antony Corfield wrote: >> >>> Hi I'm (finally) about to merge our branch with HEAD, can someone >>> confirm that in the last week these are only changes on head? Is >>> WEB-INF/dtd no longer required (files moved to servlet/template)? > > > Yep, is this where these files now live i.e. are we removing dtd directory? CVS doesn't allow you to remove directories. The way most clients work is if a directory is empty it is removed so when you do a "cvs update" unless you have some uncommited files in the dtd directory (or you client isn't configures to prune empty folders) it shoudl disapear. >> I had some change to eliminate the dependancy on the System property >> "bodington.home" that went in recently but these didn't change any >> templates. > > > That's fine Matthew, just don't want to (accidently) overwrite your > commits! Unless your cvs client doesn't warn you about a attempting to commit a file that hasn't yet been updated this shouldn't happen. Eg: If we both have version 1.4 of index.html then I commit some changes back (now I and the repository have 1.5) then you attempt to commit some changes back your client should warn you that you havn't yet pulled in the changes between 1.4 and 1.5. If your client doesn't do this get a new client (command line one does). Happy commiting ;-) -- +--Matthew Buckett-----------------------------------------+ | VLE Developer, Learning Technologies Group | | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | +------------Computing Services, University of Oxford------+ |