Git commit a0b51c4e67a3bf7bd846fe3f3d38edde87b50dd0 by Yuri Chornoivan. Committed on 09/02/2014 at 14:55. Pushed by yurchor into branch 'master'.
Add some bits about Zotero panel to the docs A +- -- doc/download.png M +51 -1 doc/index.docbook A +- -- doc/preferences-web-browser-identification.png A +- -- doc/zotero.png http://commits.kde.org/kbibtex/a0b51c4e67a3bf7bd846fe3f3d38edde87b50dd0 diff --git a/doc/download.png b/doc/download.png new file mode 100644 index 0000000..3a33b2c Binary files /dev/null and b/doc/download.png differ diff --git a/doc/index.docbook b/doc/index.docbook index 7fb1bb6..9dabfca 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -39,7 +39,7 @@ <holder>Thomas Fischer</holder> </copyright> -<date>2013-12-29</date> +<date>2014-02-09</date> <releaseinfo>0.5</releaseinfo> <legalnotice> @@ -199,6 +199,11 @@ Find and fix duplicate entries in bibliography using <menuchoice><guimenu>Edit</guimenu><guimenuitem>Find Duplicates</guimenuitem></menuchoice> menu item or <link linkend="main-toolbar">Main Toolbar</link>. </para> </listitem> + <listitem> + <para> + Import your <ulink url="https://www.zotero.org/">Zotero</ulink> library using <link linkend="zotero">Zotero panel</link>. + </para> + </listitem> </itemizedlist> </sect1> </chapter> @@ -617,6 +622,51 @@ latex example</screen> To visit the database homepage in the Internet click with &RMB; on its entry in the <guilabel>Engines</guilabel> tab and select <guimenuitem>Go to Homepage</guimenuitem>. </para> </sect2> + <sect2 id="zotero"> + <title> + Zotero Panel + </title> + <para> + The <guilabel>Zotero</guilabel> panel can be used to import your <ulink url="https://www.zotero.org/">Zotero</ulink> library. + </para> + <para> + Zotero uses specialized browser add-ons to save bibliography entries from Internet pages. The data are stored in an online database that can be reached from anywhere. Zotero documentation can be found <ulink url="https://www.zotero.org/support/">here</ulink>. + </para> + <para> + <screenshot> + <screeninfo>Zotero panel</screeninfo> + <mediaobject> + <imageobject> + <imagedata fileref="zotero.png" format="PNG" /> + </imageobject> + <textobject> + <phrase>Zotero panel</phrase> + </textobject> + </mediaobject> + </screenshot> + </para> + <para> + Click the <guibutton> + <inlinemediaobject> + <imageobject> + <imagedata fileref="preferences-web-browser-identification.png" format="PNG"/> + </imageobject> + </inlinemediaobject> + Get Credentials</guibutton> button on <guilabel>Credentials</guilabel> tab to start the Zotero authorization wizard. Follow the instructions to allow &kbibtex; access your Zotero library. + </para> + <para> + Then the <guibutton> + <inlinemediaobject> + <imageobject> + <imagedata fileref="download.png" format="PNG"/> + </imageobject> + </inlinemediaobject> + Load bibliography</guibutton> button can be used to download data from Zotero library. + </para> + <para> + To access the downloaded library entries double-click on the corresponding item on <guilabel>Collections</guilabel> or <guilabel>Tags</guilabel> tabs. The entries that satisfy the chosen criteria will be shown on the <link linkend="search-results">Search Results panel</link>. + </para> + </sect2> <sect2 id="search-results"> <title> Search Results Panel diff --git a/doc/preferences-web-browser-identification.png b/doc/preferences-web-browser-identification.png new file mode 100644 index 0000000..848a68b Binary files /dev/null and b/doc/preferences-web-browser-identification.png differ diff --git a/doc/zotero.png b/doc/zotero.png new file mode 100644 index 0000000..9eaff6f Binary files /dev/null and b/doc/zotero.png differ
