From: Norman M. <no...@se...> - 2007-07-23 11:49:10
|
Hi folks, I changed the structure of the Subversion repository. You will find now the development code in the php/trunk directory. So if you want to checkout the latest development code, please try: svn co https://opendocumentphp.svn.sourceforge.net/svnroot/opendocumentphp/php/trunk opendocumentphp There is also a new branch for the 0.6.0 development, Andreas please take a look at it, in which I made the first steps for a new Spreadsheet support. You all might know PEAR_Spreadsheet_Excel_Writer, if not, please take a look at it. In the 0.6.0 branch I have started to copy as much of the API to our own API. You might take a look at OpenDocumentPHP/util/Spreadsheet in the src tree. Be aware, that I said, I have started. It is much more than not complete. But I hope I will find some of you helping me there. As this is a part of the next 0.6.0 code base, I put this development not in the trunk but in the branches tree. So if you want to take a look at that part, please try: svn co https://opendocumentphp.svn.sourceforge.net/svnroot/opendocumentphp/php/branches/0.6.0 opendocumentphp-0.6.0 Thanks to you all, especially to Roland Wintgen for the nice discussion about PEAR(_Spreadsheet_Excel_Writer) and Guido Klostermann for find some bugs in the documentation. Yours, Norman Markgraf (project leader) |