ok... I have one new request for the web interface

All the result should be abel to access through a GET url. We should not use POST with <form> we try to GET thing.

This is important so people can LINK against such result outside the system.

All the actions of retriving data from the SWORD is to GET the information, instead of POST (put) something to the server. Let me know if my assumption is wrong.

This is a technical detail a lot of people do not pay attention to. But the consequence is big. If you use POST in the form, it prevent the user to book mark that chapter or search result. It also provent other software to access to that particular point.


Reply via email to