Last modified by Arun Reddy on 2009/10/12 08:17

From version Icon 6.13 Icon
edited by Arun Reddy
on 2009/10/11 13:06
Change comment: There is no comment for this version
To version Icon 7.1 Icon
edited by Arun Reddy
on 2009/10/12 07:33
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -2,19 +2,17 @@
2 2  
3 3  == Wiki Importer API ==
4 4  
5 -
6 6  **Wiki Importer:**
6 +It parses the data and returns a Wiki Abstraction.
7 7  
8 -* **import(List<InputStream> in)::Wiki** takes the list of InputStreams like XML's, Zips etc which varies from Wiki to Wiki parses the data to return a Abstract Wiki Model which can be used in import to XWiki.
8 +* **import(List<InputStream> in)::Wiki** takes the list of InputStreams like XML's, Zips etc which vary from Wiki to Wiki,parses the data to return a Abstract Wiki Model which can be used in import to XWiki.
9 9  
10 -For eg: In case of a MediaWiki XML dump, the xml files and zip file with attachments can be passed as a list of InputStreams.They are parsed one by one on demand and returned as a Wiki Model.
10 +For eg: In case of a MediaWiki XML dump, the xml files and zip file with attachments can be passed as a list of InputStreams.They are parsed one by one on demand and returned as a Wiki Model( MediaWiki ).
11 11  
12 12  [[image:WikiImporter.png]]
13 13  
14 -
15 15  == Wiki Model API ==
16 16  
17 17  The revised Wiki Model API,every Wiki implements this Abstract Wiki Model API which adheres to XWiki standards.
18 18  
19 19  [[image:WikiModelAPI.png]]
20 -