added OpenOffice transformation for full-text indexing
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3076 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
		
							parent
							
								
									f093fd1b58
								
							
						
					
					
						commit
						2fb6bddf8f
					
				
					 2 changed files with 16 additions and 0 deletions
				
			
		|  | @ -8,6 +8,7 @@ $Id$ | |||
| 
 | ||||
| New features | ||||
| 
 | ||||
| - full-text indexing for OpenOffice (ODF) documents (text, spreadsheet, presentation) | ||||
| - tracking reports: overview; recent changes | ||||
| - basic job management: a job executor view calls job managers specified | ||||
|   by loops root option ``organize.job.managers`` | ||||
|  |  | |||
|  | @ -396,6 +396,21 @@ | |||
|            name="application/vnd.ms-excel" | ||||
|            factory="cybertools.text.xls.XlsTransform" /> | ||||
| 
 | ||||
|   <adapter for="loops.interfaces.IFile" | ||||
|            provides="cybertools.text.interfaces.ITextTransform" | ||||
|            name="application/vnd.oasis.opendocument.text" | ||||
|            factory="cybertools.text.ooffice.OOTransform" /> | ||||
| 
 | ||||
|   <adapter for="loops.interfaces.IFile" | ||||
|            provides="cybertools.text.interfaces.ITextTransform" | ||||
|            name="application/vnd.oasis.opendocument.spreadsheet" | ||||
|            factory="cybertools.text.ooffice.OOTransform" /> | ||||
| 
 | ||||
|   <adapter for="loops.interfaces.IFile" | ||||
|            provides="cybertools.text.interfaces.ITextTransform" | ||||
|            name="application/vnd.oasis.opendocument.presentation" | ||||
|            factory="cybertools.text.ooffice.OOTransform" /> | ||||
| 
 | ||||
|   <!-- utilities --> | ||||
| 
 | ||||
|   <utility | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 helmutm
						helmutm