[Officeshots] WebDAV access to Officeshots.org test suites

Michiel Leenaars michiel.ml at nlnet.nl
Tue Jun 1 00:36:59 CEST 2010


Hi Denis, 

one more thing:

Sander Marechal has recently added WebDAV support to Officeshots.org galleries,
which means that you can mount the structured results of the test suites at:

webdav://dav.officeshots.org/testsuites

If you (r)sync that with a local system, that is an easy and very performant way 
to access test suite results (of course, your factory does not have test suite 
results yet, but the results of Aspose 9.0 are already in there). If you have 
any more requests for features, do send them to this list.

The structure of the file system is the same as throughout Officeshots.org. 

So you will find the comments you would find (like this one about Aspose 9.0:
https://www.officeshots.org/results/view/4bc8815b-4b00-456f-a1a6-11d5c1acb699

also at:

webdav://dav.officeshots.org/testsuites/shah/1 Simple Formating 
Try.odt/Aspose_Net_Aspose_Words_9_0_for_NET_Windows

Best,
Michiel Leenaars
NLnet Foundation

**********************************
** Officeshots.org file structure**
**********************************

<document-name>.<ext>/
+-- description.txt				(description page)
+-- source/
     +-- <document-name>.<ext>			(original document)
+-- <application>_<version>_<platform>		(result directory)
     +-- <document-name>.<ext>			(the result)
     +-- description.txt				(result description)
     +-- <validator>-validator.<ext>		(validator result)

So, for the above foobar.odt example you would get something like this:

foobar.odt/
+-- description.txt
+-- source/
     +-- foobar.odt
+-- abiword_2.8.5_linux_bsd/
     +-- foobar.odt
     +-- foobar.png
     +-- description.txt
     +-- cyclone3-validator.txt
     +-- officeotron-validator.html
     +-- odftoolkit-validator.txt
+-- openoffice_writer_3.2_windows/
     +-- foobar.pdf

The same structure can be used for exporting galleries. For example

My_Gallery/
+-- description.txt
+-- document-1.odt/
      ...
+-- document-2.odt/
      ...

And for nested test suites, such as the OpenDocument Fellowship test 
suite structure:

OpenDocumentFellowship/
+-- General/
+-- FormattingProperties/
     +-- ColumnFormattingProperties/
         +-- breakBeforeAndBreakAfter/
             +-- source/
             +-- abiword_2.8.5_windows/
             ...
         +-- columnWidth/
         ....
     +-- ParagraphFormattingProperties/
     ...
+-- TextContents/
...


More information about the Officeshots mailing list