> -----Original Message----- > From: Franz de Copenhague (JIRA) [mailto:[email protected]] > Sent: Monday, March 30, 2015 3:02 PM > To: [email protected] > Subject: [jira] [Updated] (COR-52) Patch storage > > > [ https://issues.apache.org/jira/browse/COR- > 52?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] > > Franz de Copenhague updated COR-52: > ----------------------------------- > Attachment: 0002-All-changes-in-one-patch.patch > > I have consolidated 3 patches in one. > > To run the server: > > cd consumers/dfwebserver/node/ > npm install > cd ../examples/node/server/ > npm install > node server.js > > Open in a browser > http://localhost:8080/upload/ > > And upload a docx file > > I have the prototype running at > http://franzdecopenhague.org/upload/ > > franz > > > Patch storage > > ------------- > > > > Key: COR-52 > > URL: https://issues.apache.org/jira/browse/COR-52 > > Project: Corinthia > > Issue Type: Task > > Components: blackbox testing > > Reporter: Franz de Copenhague > > Priority: Trivial > > Attachments: 0001-Added-missing-doDummyGet-in-index.html.-And- > folder-r.patch, 0001-Added-node-support-and-server-example.patch, 0001- > Added-uncommited-change-for-server-example.patch, 0001-Simulate-a- > GET-call-to-dfwebserver.patch, 0002-All-changes-in-one-patch.patch > > > > > > This is a patch storage to share patches > > > > -- > This message was sent by Atlassian JIRA > (v6.3.4#6332)
This is the basic API to get the html abstract of a document 1.- Upload document.docx to the pool 2.- navigate to /get/document.docx/ For example: http://franzdecopenhague.org/get/input.docx/ The image resources URL are like http://franzdecopenhague.org/get/input.docx/images/image1.png franz
