Skip to content

Commit

Permalink
Bump version to 0.5. No longer installs in Firefox.
Browse files Browse the repository at this point in the history
  • Loading branch information
slowphil committed Dec 13, 2017
1 parent c0f1e52 commit 548147f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ With Zotexmacs you no longer have to know, guess, or look up what is the citatio
# Requirements
Zotexmacs works on any OS. You'll need both [Texmacs](http://www.texmacs.org) and [Zotero](https://www.zotero.org/) already installed.

Zotexmacs can be installed in Zotero 5.0, but it currently has [this issue](https://github.com/slowphil/zotexmacs/issues/3). If you think you cannot work without Zotero/zotexmacs, you should stick with firefox (<=56)/zotero 4 for the moment (and be careful that firefox does not update zotero).
Zotexmacs 0.5 works with Zotero 5.0. If you still use Zotero 4 (standalone or in Firefox ⩽ 56) then use zotexmacs 0.2 (Zotexmacs 0.2 and 0.5 are functionally equivalent).

# Short doc
Install the released ["zotexmacs-XX-signed.xpi"](https://github.com/slowphil/zotexmacs/releases/latest) file in Firefox (or Zotero standalone) and add the content of the file "place in my-init-texmacs.scm" in the file $TEXMACS_HOME_PATH/progs/my-init-texmacs.scm ($TEXMACS_HOME_PATH is the user's Texmacs settings folder whose exact location depends on your OS - see "More doc"). After restarting both Firefox and TeXmacs, Zotexmacs should work.
Install the released ["zotexmacs-XX-signed.xpi"](https://github.com/slowphil/zotexmacs/releases/latest) file in Zotero standalone (or Firefox ⩽ 56) and add the content of the file "place in my-init-texmacs.scm" in the file $TEXMACS_HOME_PATH/progs/my-init-texmacs.scm ($TEXMACS_HOME_PATH is the user's Texmacs settings folder whose exact location depends on your OS - see "More doc"). After restarting both Firefox and TeXmacs, Zotexmacs should work.

# More doc
Open "zotexmacs doc.tm" in TeXmacs.


Binary file modified bin/zotexmacs.xpi
Binary file not shown.
14 changes: 4 additions & 10 deletions src/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,17 @@
<em:id>[email protected]</em:id>
<em:name>zotexmacs</em:name>
<em:description>Have Zotero interact with TeXmacs</em:description>
<em:version>0.2</em:version>
<em:version>0.5</em:version>
<em:creator>Philippe Joyez</em:creator>
<em:homepageURL>https://github.com/slowphil/zotexmacs</em:homepageURL>
<em:type>2</em:type>
<em:unpack>true</em:unpack>

<!-- Requires Firefox or Zotero Standalone -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>31.0</em:minVersion>
<em:maxVersion>44.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Requires Zotero Standalone v5 or higher-->
<em:targetApplication>
<Description>
<em:id>[email protected]</em:id>
<em:minVersion>3.0</em:minVersion>
<em:minVersion>5.0</em:minVersion>
<em:maxVersion>*</em:maxVersion>
</Description>
</em:targetApplication>
Expand Down

0 comments on commit 548147f

Please sign in to comment.