D3.4 Content Management Services

The base architecture of PLUGGY includes three main modules: A Social Platform, a Curatorial Tool and a Content Management Services.

The D3.4 deliverable describes the content management services and is delivered in 3 phases:
– MS3.4 Conceptual prototype (M10),
– MS3.8 Technical prototype (M18)
– and the final D3.4 (M30).

As all of these are SW deliverables. This written accompanying document will briefly describe the usage and main functionalities of the SW. This final version of the document describes the online documentation and source code of the implementation. Services implemented within D3.4 are based on requirements raised from D2.3 (Social Platform
design and specification), D3.2 (Social Platform), D2.4 (Curatorial Tool design and specification), D3.3 (Curatorial Tool) and all applications developed within WP4. Future application developers can create user friendly applications using publicly available APIs described in the online documentation and in this document. Developer guidelines, lesson learned and deeper description of integration of 3rd party application into the PLUGGY platform will be described in D4.5 Guidelines and Instructions for PLUGGY Apps.

Download it!

We are happy to announce that PLUGGY’s Final Event is approaching and will be held on 20th November 2019 in Athens, Greece!

Registration is free, but availability is limited. Grab your seat here.
function modal_dialog_open() { jQuery("a.inline").trigger('click') cookievalue++; jQuery.cookie('modal-dialog', cookievalue, { expires: 365, path: '/'}); } function set_modal_dialog_content( newContent ) { jQuery('#inline_replaceable_content').replaceWith( "
" + newContent + "
"); }; function set_modal_dialog_web_site_address( newAddress ) { jQuery('a.iframe').attr( 'href', newAddress ); }; function modal_dialog_close() { jQuery.colorbox.close(); } var cookievalue = jQuery.cookie('modal-dialog'); if (cookievalue == null) cookievalue = 0; jQuery(document).ready(function() { jQuery("a.inline").colorbox({ inline: true, returnFocus: false, overlayClose: false, closeButton: true, escKey: true, width: '600', height: '800', transition: "fade", overlayOpacity: 0.3 }); if (cookievalue < 10) { setTimeout( function(){ modal_dialog_open(); }, 100); }; });