cancel
Showing results for 
Search instead for 
Did you mean: 

Bulk upload content to Alfresco wiki

jluisrey
Champ in-the-making
Champ in-the-making
Hello,

We have an application to convert manuals/documents in PDF format to structured xml/html content, and we want to build an export module to allow to bulk upload generated content to Alfresco Wiki, can it done with CMIS ?

Also I wan't to know with module is used for the alfresco documentation (http://docs.alfresco.com/4.1/index.jsp?topic=%2Fcom.alfresco.enterprise.doc%2Ftasks%2Fqs-publish-wor...)

Thanks a lot,

Rey
2 REPLIES 2

jpotts
World-Class Innovator
World-Class Innovator
Yes, Alfresco wiki pages are instances of cm:content which means in CMIS they are instances of cmis:document. You should add the cm:titled aspect to wiki pages and set the cm:name and cm:title to the page name.

The folder that the wiki pages reside in is an instance of cm:folder (cmis:folder) with the st:siteContainer aspect added and the cm:name and st:componentId set to "wiki".

A good way to see all of this for yourself is to navigate to your wiki pages with the Node Browser that is in Alfresco Share. The URL for that is: http://localhost:8080/share/page/console/admin-console/node-browser

Regarding your second question, if you are asking what software is used to produce the docs.alfresco.com site, I believe it is Eclipse Infocenter, but I'm not 100% certain.

Jeff

jluisrey
Champ in-the-making
Champ in-the-making
Hello Jeff,

Thank you very much, this info is enought at this moment,

Regards
Rey