Public library export nits
I might be overlooking something, but I do not see a way to export the entire public library on zotero.org. I see that you can select items (up to 25 at a time) and then choose to export them, but I think there should also be a way to export all items (in the whole library or chosen collection) in one go.
The export files, while served with the correct mime type, are named "top" and have no file extension. The files should probably be named after the library they are exported from and have an appropriate extension.
The wikipedia export is served as text/html, which is fine, but that also causes the browser to display the Bookmarks page instead of it being downloaded. I'm guessing that the Content-Disposition header is not being used (which would also explain point #2).
The list of available export types looks quite... hackish. Export formats should be at least capitalized properly and perhaps not use underscores instead of spaces (e.g. rdf_zotero, though in this case, I think Zotero should be in parentheses)
The export files, while served with the correct mime type, are named "top" and have no file extension. The files should probably be named after the library they are exported from and have an appropriate extension.
The wikipedia export is served as text/html, which is fine, but that also causes the browser to display the Bookmarks page instead of it being downloaded. I'm guessing that the Content-Disposition header is not being used (which would also explain point #2).
The list of available export types looks quite... hackish. Export formats should be at least capitalized properly and perhaps not use underscores instead of spaces (e.g. rdf_zotero, though in this case, I think Zotero should be in parentheses)
We could do a better job with smaller collections/libraries, but there are questions to consider for that.
Among the questions that occur to me right away:
1. Right now the export is exactly what is selected (and the button is disabled when nothing is selected). Does the default then become as much of the current library/collection as possible, and inform the user if it will be truncated? This seems potentially more confusing to me.
2. Do we instead offer the export of the entire collection only if the entire thing falls below our threshold? This seems even more mysterious, and is not easily explained to the user on the page.
3. Are child items included in the export even if they're not displayed in the current view?
You're correct about the Content-Disposition, again because it is simply an API response. I'm not sure we would want to add that on responses directly from the API, but with upcoming changes in the way the web library makes API requests we may end up wanting to proxy some of these export requests anyway, in which case we could potentially modify the responses there.
You're also right about the export labels. They should reflect what is in the client.
I was going to suggest to bypass the API, but I think that relying solely on Zotero API for the website (does it?) is a great way to make sure that Zotero API is sufficiently featureful. Perhaps Zotero could introduce an additional API function for large exports that would allow exporting whole libraries or entire collections. Being a resource-intensive operation, it could be limited to a handful of requests per hour (or maybe based on the number of exported items). Assuming we're working with a 1000 item limit (I don't think this feature is worth considering with something less than that), the export button would be enabled by default and would export the entire library if in library view or the entire collection when in collection view. If there are more than 1000 items in the whole library/collection, the button would be disabled with a mouse-over message saying that there are too many items to be exported. If items are selected, it would change appearance (perhaps add checkboxes to the button to indicate selection) and would export selected items. I don't think file attachment exports need to be considered for this. As far as notes go, I think yes, they should be exported as well. If we're talking about subcollections, then that becomes a bit trickier. I think while collection exports should export the collection that's visible on the website (i.e. no subcollection items). If the website decides to implement recursive collections at some point, then the export should reflect that. I'm not sure that would break anything. These headers are probably always ignored when the response is processed.
I have a bibliography I want to make available online to anyone.
It has currently 750 listings and will not grow much more. (40 pages single spaced, with one blank line between each listing.)
a) I want to be able to export it to a document on my local pc, and also put it on a key drive I can keep with me in my briefcase
Attachments dont matter, just the listings in bibio format.
b) my students and other public users can download it the same way.
c) it can be saved and printed in document format - especially for those less comfortable with online resources, and even computers.
It must be possible for the listings to generate a csv file, and from that a text file. I understand that much because Ive done it with other databases.
It's really restrictive making it available only online.
As per the discussion above, Zotero currently doesn't offer a good way to allow users to download the entire bibliographic data or print a bibliography from libraries with more than 25 items from the webpage.
Possibilities of improving that are discussed above.
If you do make your library public with open membership, everyone can join, sync and have the entire library in her/his Zotero client, which makes it possible to do all the things you list.
(There will never be a CSV export option, but that's probably just a clunky workaround that you had to use on other pages - CSV is a terrible format for bibliographic data)
Feel free to start a thread describing the limitations you are experiencing and we will try to give you our best guidance.