You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by Apache Wiki <wi...@apache.org> on 2014/06/12 15:39:55 UTC

[Marmotta Wiki] Trivial Update of "LDPImplementationReport" by JakobFrank

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Marmotta Wiki" for change notification.

The "LDPImplementationReport" page has been changed by JakobFrank:
https://wiki.apache.org/marmotta/LDPImplementationReport?action=diff&rev1=25&rev2=26

Comment:
minor typo

  
  == Usage ==
  
- Although not strictly required, tt would be good to have some background what's happening under the hood with these commands. For that, please refer to the relevant documents listed above.
+ Although not strictly required, it would be good to have some background what's happening under the hood with these commands. For that, please refer to the relevant documents listed above.
  
  === Add a source resource to a container ===
  
@@ -70, +70 @@

  
  {{{
  curl -i -X POST --data-binary @src/test/resources/test.png -H "Content-Type: image/png" -H "Slug: test2" http://localhost:8080/ldp/container2
- curl -i http://localhost:8080/ldp/container2/test
+ curl -i http://localhost:8080/ldp/container2/test2
- curl -i -H "Accept: text/turtle" http://localhost:8080/ldp/container2/test.png
+ curl -i -H "Accept: text/turtle" http://localhost:8080/ldp/container2/test2.png
- curl -i -H "Accept:  image/png" http://localhost:8080/ldp/container2/test.png
+ curl -i -H "Accept:  image/png" http://localhost:8080/ldp/container2/test2.png
  }}}