Menu

Tree [113f78] default tip /
 History

Read Only access


File Date Author Commit
 lib 2018-03-29 François Rappaz François Rappaz [113f78] 0.04: updateCollections to update collections f...
 t 2017-06-22 Francois Rappaz Francois Rappaz [65f255] Added files
 .hgtags 2017-09-06 Francois Rappaz Francois Rappaz [aac5d5] Added tag 0.04 for changeset 20733ef42bef
 Changes 2018-03-29 François Rappaz François Rappaz [113f78] 0.04: updateCollections to update collections f...
 INSTALL 2018-03-29 François Rappaz François Rappaz [113f78] 0.04: updateCollections to update collections f...
 LICENSE 2017-06-22 Francois Rappaz Francois Rappaz [65f255] Added files
 MANIFEST 2017-06-22 Francois Rappaz Francois Rappaz [86fdca] Added Makefile
 Makefile 2018-03-29 François Rappaz François Rappaz [113f78] 0.04: updateCollections to update collections f...
 Makefile.PL 2017-06-22 Francois Rappaz Francois Rappaz [65f255] Added files
 README 2018-03-29 François Rappaz François Rappaz [113f78] 0.04: updateCollections to update collections f...
 Todo 2017-06-22 Francois Rappaz Francois Rappaz [65f255] Added files

Read Me

NAME

    WWW::Zotero::Write - Perl interface to the Zotero Write API

VERSION

    Version 0.04

INSTALLATION

    To install WWW::Zotero::Write, cd to the directory that contains this
    file and type the following:

       perl Makefile.PL
       make
       make test
       make install

    On windows use nmake or dmake instead of make.

    To install this module into a specific directory, do: perl Makefile.PL
    PREFIX=/name/of/the/directory ...the rest is the same...

    Please also read the perlmodinstall man page, if available.

DEPENDENCIES

            Test::More      1.001014
            Moo     1
            Carp
            JSON
            WWW::Zotero     0.04
            URI::Escape

DESCRIPTION

    This module use Zotero Write API
    <https://www.zotero.org/support/dev/web_api/v3/write_requests> to add,
    update, delete items, collections, tags or searches.

AUTHOR

    François Rappaz CPAN ID: RAPPAZF

COPYRIGHT

    François Rappaz 2017 This program is free software; you can
    redistribute it and/or modify it under the same terms as Perl itself.

    The full text of the license can be found in the LICENSE file included
    with this module.