Code Monkey home page Code Monkey logo

omeka-plugin-tagging's Introduction

Tagging (plugin for Omeka)

Tagging is a plugin for Omeka that allows visitors to add tags to create a folksonomy.

Tags can be added with or without captcha and approbation. Once approved, users tags become normal tags. Tag creation and approbation can be managed via roles.

This plugin is upgradable to Omeka S via the plugin Upgrade to Omeka S, that installs the module Folksonomy.

Installation

Uncompress files and rename plugin folder "Tagging".

Then install it like any other Omeka plugin and follow the config instructions.

The Tagging plugin can use Omeka ReCaptchas. You need to get keys to this service and set them in the general preferences.

The plugin can use GuestUser if it is installed.

Displaying Tagging Form

The plugin will add tagging form automatically on items/show page if the current user has right to use it.

It can be added too via code in the theme (items/show.php) in special cases:

    <a href="#" id="display-tagging-form" class="button blue right" onclick="return false;">+</a>
    <?php echo $this->getTaggingForm($item); ?>
    // Note: This js code must be queued with `queue_js_string()` when jQuery is
    // loaded in the footer (see views/public/common/tagging.php).
    <script type="text/javascript">
        jQuery("a#display-tagging-form").click(function(event){
            jQuery("#tagging-form").fadeToggle();
            event.stopImmediatePropagation();
        });
    </script>

Or via a partial view:

    echo $this->partial('common/tagging.php', array(
        'item' => $item,
        'tagging_message' => get_option('tagging_message'),
    ));

Or via a simple hook:

    fire_plugin_hook('public_items_show', array('view' => $this, 'item' => $item));

The tagging form is customizable in the theme (common/tagging.php).

Rights are automatically managed.

Warning

Use it at your own risk.

It’s always recommended to backup your files and your databases and to check your archives regularly so you can roll back if needed.

Troubleshooting

See online issues on the plugin issues page on GitHub.

License

This plugin is published under the CeCILL v2.1 licence, compatible with GNU/GPL and approved by FSF and OSI.

This software is governed by the CeCILL license under French law and abiding by the rules of distribution of free software. You can use, modify and/ or redistribute the software under the terms of the CeCILL license as circulated by CEA, CNRS and INRIA at the following URL "http://www.cecill.info".

As a counterpart to the access to the source code and rights to copy, modify and redistribute granted by the license, users are provided only with a limited warranty and the software’s author, the holder of the economic rights, and the successive licensors have only limited liability.

In this respect, the user’s attention is drawn to the risks associated with loading, using, modifying and/or developing or reproducing the software by the user in light of its specific status of free software, that may mean that it is complicated to manipulate, and that also therefore means that it is reserved for developers and experienced professionals having in-depth computer knowledge. Users are therefore encouraged to load and test the software’s suitability as regards their requirements in conditions enabling the security of their systems and/or data to be ensured and, more generally, to use and operate it in the same conditions as regards security.

The fact that you are presently reading this means that you have had knowledge of the CeCILL license and that you accept its terms.

Contact

Current maintainers:

  • Daniel Berthereau (see Daniel-KM on GitHub)

First version of this plugin has been built for the digital library of Mines ParisTech.

Copyright

  • Copyright Daniel Berthereau, 2013-2018

omeka-plugin-tagging's People

Contributors

daniel-km avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

omeka-plugin-tagging's Issues

Updating Tags

Thanks for a very useful Omeka plugin. It has worked nicely for us except in cases where we are attempting to edit tags. For example if we have these two tags:

  1. city on a hill
  2. city on the hill

If we attempt to update "city on the hill" in the admin interface to "city on a hill" we get an error:

screen shot 2018-11-03 at 7 06 09 am

I guess it's only able to update the tag to a value that doesn't already exist? If there is any way to allow for this type of update it would greatly help us.

Not a valid plugin Message

I am getting the This is not a valid plugin message when I try to use this on Omeka. I am using version 2.7. We are dire need of a plugin that will allow the public to comment/tag items in our collection with metadata. Any help would be appreciated!
If not this plugin than maybe another suggestion?

Thank u!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.