The Goal
The goal of this solution is to allow content contributors working in Microsoft Word to create a new web page and link their document to that pageall without ever having to leave Word. Behind the scenes, CMS will handle all of the details.
To meet our goal (in 1500 words or less), we're going to define a modest feature set for our solution:
The user will click a button from within Microsoft Word to post the current document to the web.
The interface that appears will ask for a description of the document, if one doesn't already exist in the "comments" document property (found by choosing File, Properties in Word). By using this native Word functionality, we hope to make contribution easier on the user.
Once the user enters the description, he or she will click the OK button to start the upload/creation process.
Using a web interface, the user will be prompted to provide description, document name, and path. Behind the scenes, the application will impersonate a CMS generic author to create the post.
Using a predetermined template and channel location, a posting will be created and our document will be attached to it.
The new posting will be submitted for approval.