Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
dev:citation_styles:citeproc-node [2012/12/12 11:05] – Fix repo pointer tfmorrisdev:citation_styles:citeproc-node [2013/05/24 10:33] – mla.csl is now known as modern-language-association.csl pietsch
Line 78: Line 78:
 Now to test the server using the sampledata.json file provided in the citeproc-node sources. Try posting it to your server (which you should still have running): Now to test the server using the sampledata.json file provided in the citeproc-node sources. Try posting it to your server (which you should still have running):
  
-<code>curl --header "Expect:nothing" --header "Content-type: application/json" --data @sampledata.json -X POST http://127.0.0.1:8085?responseformat=html\&style=mla</code>+<code>curl --header "Expect:nothing" --header "Content-type: application/json" --data @sampledata.json -X POST http://127.0.0.1:8085?responseformat=html\&style=modern-language-association</code>
  
 ----- -----
dev/citation_styles/citeproc-node.txt · Last modified: 2017/11/27 04:21 by bwiernik