Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Alfresco Office Addin Source

Tags:

alfresco

Is the source available for the Alfresco MS Office plugin?

like image 890
akaphenom Avatar asked Sep 17 '10 18:09

akaphenom


1 Answers

Yes, it's right there in SVN. Have a look in projects/extensions/AlfrescoOffice2003 for the C# client-side code (it wraps MSIE and interfaces with Office).

The webscripts are in: projects/remote-api/config/alfresco/templates/webscripts/org/alfresco/office

And finally the client-side web assets are in: projects/web-client/source/web/scripts/office

You'll need the Visual Studio Tools for Office installed (search for "VSTO") and if prompted for a password, it's "alfresco".

Thanks, Mike

like image 151
mikehatfield Avatar answered Oct 05 '22 20:10

mikehatfield