krueschan
About
- Username
- krueschan
- Joined
- Roles
- Member
Comments
-
@bwiernik wrote: "PDF attachments will open in the order attached to the Zotero item." This does not seem to be correct. I detached all child items except the "desired default pdf" (DDPDF) from their parent (which correctly caused the DDPDF to be o…
-
Hi, just to add a possibly final comment to this thread: check out my program phpZoteroWebDAV, which provides both a php-based WebDAV server implementation and a library and attachment viewer to access the files synced to that server: http://forums…
-
Wilko, there is no way to be certain, but this sounds like an HTTP error from your server; 509 is "Bandwith exceeded" - maybe your PHP server doesn't like the type of traffic zotero is creating (from your previous problem it appears that your php se…
-
Hi Wilko, This is interesting. This error should have occurred on every single installation of phpZoteroWebDAV (including my own) and never has. I guess your php server is more strict than most others. The solution is to edit the file ../inc/System.…
-
Hi, @b.c.hamans: I am pretty sure that you would only have to copy all the files from the new version over the old ones (take a backup of your old install to be on the safe side!). Version 2 only expands on the feature set of the first version and I…
-
By the way, your description of your GUI dashboard sounds fairly close to the library and attachment view component of phpZoteroWebDAV 2.0 of which there is a live demo site available so you can test whether it might already fulfill your objectives.
-
Thanks, mronkko - I have tried that before; it still doesn't output the citationID, so my suggestion stands.
-
For your troubleshooting pleasure, I have isolated one of the offending field codes in a document and generated a debug log with ID while refreshing. Here is the offending field code, which was located immediately after a working field code for the…
-
I have had the same error message and was able to trace it down to rogue field code that seems to have left behind by a conversion associated with a zotero update (hard to say which one though since this document I am now working on consists of text…
-
jdigerness wrote: I suspect (with my very neophyte's knowledge of all this), that it still has something to do with Zotero writing a zero-length file in the form of "zotero-test-file" . . . but I'm sure I could be wrong about this. Well, I am not so…
-
i am just guessing here, but I have compared your debug output with mine and noticed that your webdav server respond incudes a /ZOTERO/
-
what ajlyon said. also, the fourth post in this very thread deals with this question in more detail.
-
What you are describing sounds like expected behaviour. "Meta data" refers to the bibliographical information of your items, e.g. the title, authors, abstract, URLs etc. The term "meta data" is used to differentiate from "attachments" which are the…
-
adamsmith wrote and while I'm not actually adam, I am actually "he" Ok. Thanks, I think I knew that before but I am always trying to make the point of using both personal pronouns in internet forums when I am not certain about how the addressee want…
-
Hi HannesK, I have just had a look at the windows installer of zotero standalone. The downloaded file is, in fact, an installer, so adamsmith's suspicion that there might not even be a need to install anything was not totally correct (s/he is right…
-
Another note about the demo installation: attachment viewing for attachments other than web snapshots was broken on the demo installation until yesterday. It is fixed now, so if you had a look at this during the last 5 days and were confused about t…
-
you are welcome. Please note, that the demo installation linked to above only serves as a demonstration of the library view part of the script (I removed the WebDAV server part of the program). This is simply because I didn't feel like inviting the…
-
The zotero server code has been released quite a while ago. I understand it is not trivial (nor particularly well documented) to install on one's own server but has been done (search the forums and developer documentation). This is the only way to s…
-
P.S. It seems that the reason why you would want to sync is so that you can view your attachments on any internet connected computer through zotero.org. If this is the case I should let you know that it is not (currently?) possible to view web snaps…
-
Short answer: you cannot. Three possibly slightly more helpful answers: 1. manually add those items to a group library - as you can choose to sync group libraries to zotero storage but not your own user library (you could use a closed one-person g…
-
following mark's suggestion, there is now a small 24 item library with attachments that can be viewed at http://blog.holz.ca/phpZoteroWebDAV-demo I tried to have a variety of item and attachment types (there are pdf, xls and web snapshot attachment…
-
Honestly, this sounds messy and very error-prone. Also, as far as I remember, there is no WebDAV interface to Amazon S3, so you'd need to add yet another layer of complexity to use that for your sync. If I were you, I'd just stick with one of the…
-
Hi Frederic, I had a look at your settings.php and all seems in order. However, using your API key I get a “Forbidden” error message back from zotero.org so it seems like you are using the wrong permissions. Have a look at this screenshot and make s…
-
Hi dragonfly, I am not sure how useful it is to sync to a WebDAV server on localhost - that is basically a very complicated way of copying your attachments to a different directory on the same computer... Also, as long as you sync only to localhost…
-
adamsmith wrote:actually, no. If your laptop has a copy of your database, Zotero will recognize the items as the same and not duplicate them. So you'll save yourself some time if you start your Laptop with a copy of your database and attachments. L…
-
Setting up sync would not at all change the way you use zotero locally. Zotero will continue to store local copies of attachments in the same way as it has always been doing it and it will continue to use a local sqlite database to store your librar…
-
Also, adding syncing to your current setup would mean that you have an additional, near real-time backup on top of whatever current backup regime you are employing. This might be particularly relevant in your situation, which - as adamsmith points o…
-
If your institution's webserver has php enabled, phpZoteroWebDAV will work.
-
Ich selber habe oft mehrere Notes pro Quelle - z.B. eine für meine Notizen zum Buch und eine für Zitate. Oder oft, bei Büchern zu denen ich viele Gedanken habe oder aber viele Zitate sammel auch gern mal mehrere Notes nur mit Notizen, z.B. eine pro …
-
@Dan: what do you think about this approach to solving this: - use read API to get all itemKeys of the user's library - from those generate a batch program/shell script that moves all the subfolders in the zotero storage folder that have a correspon…