1CHANGELOG
2
330/June/2005 - Mark Grimshaw & Christian Boulanger
4v2.0
51/ A web interface OSBib-Create for creation and editing of XML style files has been added to the package.
62/ The bibtexParse package is now included.
73/ Users should note that this OSBib package replaces OSBib-Format and OSBib-Create which are deprecated and no longer supported.
84/A preview link is displayed next to each resource type template when editing a style.  (Requires JavaScript and, currently, does not work with Internet Explorer.)
9
1017/June/2005 - Mark Grimshaw
11v1.7
121/  Date ranges are now supported in bibliographic styles.
132/  User-defined strings for each of the 12 months may now be supplied in the bibliographic styles.
14NB - an upgrade of the bibtexparse package is also required since handling of month fields has been improved in bibtexparse::PARSEMONTHS
15
1608/June/2005
17v1.6
18Some debugging of creator list formatting in bibliographic styles.  Multiple punctuation following a
19name is now allowed if the punctuation characters are different.
20
2119/May/2005
22v1.5
231/ Removed a typo.
242/ Reorganised export filters in preparation for work on citation formatting.
253/ Added OpenOffice 'sxw' format for export.
264/ Added bibliography_xml.html describing the structure of the bibliography section of the XML files.
27
2815/May/2005
29v1.4
301/ Better support for UTF-8 multibyte strings provided by Andrea Rossato.
312/ Correction of bibtex solution @inproceedings bug.
32
336/May/2005
34v1.3
351/ Removed some WIKINDX-specific code for bibtex parsing.
362/ Fixed a bug with bibtex 'misc' reference types.
37(The above two affect those using STYLEMAPBIBTEX.)
383/ Some error checking code for file paths added by Guillaume Gardey.
39
405/May/2005
41v1.2
421/ Corrected an error in the incorrect formatting of author names for the bibtex solution.
432/ Based on modifications suggested by Christian Boulanger, changed path information to make setting of flags easier or redundant and made the storing and loading of XML files more flexible:
44	a) Changed BIBFORMAT constructor call to:
45	$bibformat = new BIBFORMAT(STRING: $pathToOsbibClasses = FALSE [, BOOLEAN: $useBibtex = FALSE]);
46	By default, $pathToOsbibClasses will be the same directory as BIBFORMAT.php is in.
47	b) $bibformat->bibtexParsePath by default is now a bibtexParse/ directory in the same directory as BIBFORMAT.php is
48	in. This path is where PARSECREATORS, PARSEMONTH and PARSEPAGE classes can be found if you wish to use
49	STYLEMAPBIBTEX.
50	c) The XML files are downloaded from bibliophile in uppercase format (e.g. APA.xml).  If you wish to store them in
51	lowercase (e.g. apa.xml), BIBF0RMAT::loadStyle() now automatically detects this.
52Unless you store PARSECREATORS, PARSEMONTH and PARSEPAGE classes elsewhere, there is now no need to set
53$bibformat->bibtexParsePath.
543/  Added an osbib.html page as a more easily navigable verion of README.
55
5629/April/2005
57v1.1
581/  Added an (almost) 'out-of-the-box' BibTeX solution.
592/  Added the method BIBFORMAT::addAllOtherItems().
60
6128/April/2005
62v1.0
63Initial release