2006-07-06 20:43:32 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
2006-10-02 23:15:27 +00:00
|
|
|
<?xml-stylesheet href="chrome://zotero/skin/zotero.css" type="text/css"?>
|
|
|
|
<?xml-stylesheet href="chrome://zotero/skin/about.css" type="text/css"?>
|
|
|
|
<!DOCTYPE window SYSTEM "chrome://zotero/locale/about.dtd">
|
2006-07-06 20:43:32 +00:00
|
|
|
|
|
|
|
<dialog
|
2007-10-23 07:11:59 +00:00
|
|
|
id="zotero-about"
|
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
|
|
orient="vertical"
|
2006-07-06 20:43:32 +00:00
|
|
|
buttons="accept"
|
2006-10-05 04:02:21 +00:00
|
|
|
buttonlabelaccept="&zotero.about.close;"
|
2013-08-06 19:49:26 +00:00
|
|
|
onload="moveToAlertPosition(); sizeToContent(); document.documentElement.getButton('accept').focus();"
|
2006-07-06 20:43:32 +00:00
|
|
|
ondialogaccept="return true;">
|
|
|
|
|
2013-02-18 21:15:44 +00:00
|
|
|
<script src="include.js"/>
|
2006-08-30 07:05:57 +00:00
|
|
|
|
2006-07-06 20:43:32 +00:00
|
|
|
<vbox id="aboutcontent">
|
2007-10-23 07:11:59 +00:00
|
|
|
<label id="name" value="Zotero"/>
|
2017-01-15 20:19:53 +00:00
|
|
|
<hbox>
|
|
|
|
<label id="version"/>
|
2017-07-12 07:38:14 +00:00
|
|
|
<label id="changelog" class="zotero-text-link" href="https://www.zotero.org/support/changelog" value="&zotero.whatsNew;"/>
|
2010-09-16 07:31:32 +00:00
|
|
|
</hbox>
|
2013-02-18 21:15:44 +00:00
|
|
|
<script>
|
2017-01-15 20:19:53 +00:00
|
|
|
document.getElementById('version').textContent = Zotero.version;
|
2006-08-30 07:05:57 +00:00
|
|
|
</script>
|
2010-06-01 18:31:53 +00:00
|
|
|
<hbox>
|
|
|
|
<vbox id="column1">
|
2017-07-08 23:06:29 +00:00
|
|
|
<div id="about-text" xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<p id="created-by"></p>
|
|
|
|
<p id="get-involved"></p>
|
|
|
|
<script><![CDATA[
|
|
|
|
// Replace [links] in localized strings with spans with onclick handlers
|
|
|
|
//
|
|
|
|
// TODO: Use helper function in common with intro text in itemTreeView.js
|
|
|
|
document.getElementById('created-by').innerHTML =
|
|
|
|
Zotero.Utilities.htmlSpecialChars(Zotero.getString('about.createdBy'))
|
|
|
|
.replace(
|
|
|
|
/\[([^\]]+)](.+)\[([^\]]+)]/,
|
|
|
|
`<span data-href="https://rrchnm.org/">$1</span>`
|
|
|
|
+ '$2'
|
|
|
|
+ `<span data-href="https://www.zotero.org/support/credits_and_acknowledgments">$3</span>`
|
|
|
|
);
|
|
|
|
|
|
|
|
document.getElementById('get-involved').innerHTML =
|
|
|
|
Zotero.Utilities.htmlSpecialChars(Zotero.getString('about.getInvolved'))
|
|
|
|
.replace(
|
|
|
|
/\[([^\]]+)]/,
|
|
|
|
`<span data-href="https://www.zotero.org/getinvolved/">$1</span>`
|
|
|
|
);
|
|
|
|
|
|
|
|
// Activate text links
|
|
|
|
for (let span of document.getElementById('about-text').getElementsByTagName('span')) {
|
|
|
|
span.className = 'text-link';
|
|
|
|
span.onclick = function () {
|
2017-08-10 02:50:20 +00:00
|
|
|
Zotero.launchURL(this.getAttribute('data-href'));
|
2017-07-08 23:06:29 +00:00
|
|
|
};
|
|
|
|
}
|
|
|
|
]]></script>
|
|
|
|
</div>
|
2012-07-27 18:26:19 +00:00
|
|
|
<label class="subhead" value="&zotero.thanks;"/>
|
|
|
|
<vbox class="subcontent">
|
|
|
|
<label class="zotero-text-link" href="http://www.mellon.org/" value="Andrew W. Mellon Foundation"/>
|
|
|
|
<label class="zotero-text-link" href="http://www.imls.gov/" value="Institute of Museum and Library Services"/>
|
|
|
|
<label class="zotero-text-link" href="http://www.sloan.org/" value="Alfred P. Sloan Foundation"/>
|
|
|
|
</vbox>
|
2010-06-01 18:31:53 +00:00
|
|
|
</vbox>
|
|
|
|
<vbox id="column2">
|
2013-03-04 02:44:14 +00:00
|
|
|
<label class="subhead" value="&zotero.citationProcessing;"/>
|
2010-09-16 07:31:32 +00:00
|
|
|
<vbox class="subcontent">
|
2011-12-23 01:42:26 +00:00
|
|
|
<label class="zotero-text-link" href="http://citationstyles.org/" value="Citation Style Language"/>
|
2017-01-15 20:19:53 +00:00
|
|
|
<label class="zotero-text-link" href="https://github.com/Juris-M/citeproc-js" value="citeproc-js (Frank Bennett)"/>
|
2010-09-16 07:31:32 +00:00
|
|
|
</vbox>
|
2010-06-01 18:31:53 +00:00
|
|
|
<label class="subhead" value="&zotero.about.additionalSoftware;"/>
|
|
|
|
<vbox class="subcontent">
|
2019-08-05 09:34:03 +00:00
|
|
|
<label class="zotero-text-link" href="https://ace.c9.io/" value="ACE Editor (translator code editor)"/>
|
2017-01-15 20:19:53 +00:00
|
|
|
<label class="zotero-text-link" href="http://bluebirdjs.com/" value="Bluebird"/>
|
2012-05-23 10:11:43 +00:00
|
|
|
<label class="zotero-text-link" href="http://p.yusukekamiyamane.com/" value="Fugue icons (by Yusuke Kamiyamane)"/>
|
2012-07-10 23:48:37 +00:00
|
|
|
<label class="zotero-text-link" href="http://www.davidashen.net/rnv.html" value="RNV (CSL validation)"/>
|
2015-04-06 20:40:52 +00:00
|
|
|
<label class="zotero-text-link" href="https://codefisher.org/pastel-svg/" value="Pastel SVG icons (by Michael Buckley)"/>
|
2012-07-10 23:48:37 +00:00
|
|
|
<label class="zotero-text-link" href="http://www.famfamfam.com/lab/icons/silk/" value="Silk icons (by Mark James)"/>
|
2011-12-23 01:42:26 +00:00
|
|
|
<label class="zotero-text-link" href="http://simile.mit.edu/timeline/" value="SIMILE Project (Timeline)"/>
|
2020-10-23 23:39:07 +00:00
|
|
|
<label class="zotero-text-link" href="https://github.com/gildas-lormeau/SingleFile" value="SingleFile (webpage snapshots)"/>
|
2011-12-23 01:42:26 +00:00
|
|
|
<label class="zotero-text-link" href="http://www.w3.org/2005/ajar/tab" value="Tabulator (RDF parser)"/>
|
|
|
|
<label class="zotero-text-link" href="http://tango.freedesktop.org/Tango_Desktop_Project" value="Tango Desktop Project (pref icons)"/>
|
2017-01-15 20:19:53 +00:00
|
|
|
<label class="zotero-text-link" href="https://www.tinymce.com/" value="TinyMCE (rich-text editing)"/>
|
2011-12-23 01:42:26 +00:00
|
|
|
<label class="zotero-text-link" href="http://www.foolabs.com/xpdf/" value="Xpdf (pdftotext)"/>
|
2010-06-01 18:31:53 +00:00
|
|
|
</vbox>
|
|
|
|
</vbox>
|
|
|
|
</hbox>
|
2006-07-06 20:43:32 +00:00
|
|
|
</vbox>
|
|
|
|
</dialog>
|