You are not logged in.
- Topics: Active | Unanswered
#1 2010-01-18 09:08:09
- jojaba
- Member

- From: Obersoultzbach, Elsaß, France
- Registered: 2009-12-04
- Posts: 359
- Website
[MOD] Dublin Core Metadata integration
[IMPORTANT: This Mod has been released in the Resource pages of this site: http://fluxbb.org/resources/mods/dc-metadata/]
What is Dublin Core Metadata ?
This metadata comes from DCMI:
The Dublin Core Metadata Initiative, or "DCMI", is an open organization engaged in the development of interoperable metadata standards that support a broad range of purposes and business models. DCMI's activities include work on architecture and modeling, discussions and collaborative work in DCMI Communities and DCMI Task Groups, annual conferences and workshops, standards liaison, and educational efforts to promote widespread acceptance of metadata standards and practices. (Source)
See the Metadata Basics to learn more about them.
I give you other resources to have a summary on that subject:
OpenWeb article (Sorry, in French, but this article helps me a lot to understand, a translation made by Google )
An here's the modification
The following modifications must be done in the header.php file (line 83)
Add after:
<link rel="stylesheet" type="text/css" href="style/<?php echo $pun_user['style'].'.css' ?>" />This code:
<?php if (!defined('PUN_ADMIN_CONSOLE')): ?>
<!-- Setting Dublin Core Metadata -->
<link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" />
<meta name="DC.Title" content="<?php echo $page_title ?>" />
<meta name="DC.Description" content="<?php echo $pun_config['o_board_desc'] ?>" />
<meta name="DC.Publisher" content="FluxBB 1.4" />
<meta name="DC.Identifier" content="<?php echo $_SERVER['SERVER_NAME'] ?>" />
<meta name="DC.Type" content="Interactive Resource" />
<?php
/* *********************************************** */
/* Function to Convert language name into iso code */
/* *********************************************** */
function ConvertLangNameInIsocode ($lang_name)
{
$conv = array(
'Afar' => 'aa',
'Abkhazian' => 'ab',
'Afrikaans' => 'af',
'Amharic' => 'am',
'Arabic' => 'ar',
'Assamese' => 'as',
'Aymara' => 'ay',
'Azerbaijani' => 'az',
'Bashkir' => 'ba',
'Byelorussian' => 'be',
'Bulgarian' => 'bg',
'Bihari' => 'bh',
'Bislama' => 'bi',
'Bengali' => 'bn',
'Tibetan' => 'bo',
'Breton' => 'br',
'Catalan' => 'ca',
'Corsican' => 'co',
'Czech' => 'cs',
'Welsh' => 'cy',
'Danish' => 'da',
'German' => 'de',
'Bhutani' => 'dz',
'Greek' => 'el',
'English' => 'en',
'Esperanto' => 'eo',
'Spanish' => 'es',
'Estonian' => 'et',
'Basque' => 'eu',
'Persian' => 'fa',
'Finnish' => 'fi',
'Fiji' => 'fj',
'Faroese' => 'fo',
'French' => 'fr',
'Frisian' => 'fy',
'Irish' => 'ga',
'Scots gaelic' => 'gd',
'Galician' => 'gl',
'Guarani' => 'gn',
'Gujarati' => 'gu',
'Hausa' => 'ha',
'Hebrew' => 'he',
'Hindi' => 'hi',
'Croatian' => 'hr',
'Hungarian' => 'hu',
'Armenian' => 'hy',
'Interlingua' => 'ia',
'Interlingue' => 'ie',
'Inupiak' => 'ik',
'Indonesian' => 'id',
'Icelandic' => 'is',
'Italian' => 'it',
'Inuktitut' => 'iu',
'Japanese' => 'ja',
'Javanese' => 'jv',
'Georgian' => 'ka',
'Kazakh' => 'kk',
'Greenlandic' => 'kl',
'Cambodian' => 'km',
'Kannada' => 'kn',
'Korean' => 'ko',
'Kashmiri' => 'ks',
'Kurdish' => 'ku',
'Kirghiz' => 'ky',
'Latin' => 'la',
'Lingala' => 'ln',
'Laothian' => 'lo',
'Lithuanian' => 'lt',
'Latvian;lettish'=> 'lv',
'Malagasy' => 'mg',
'Maori' => 'mi',
'Macedonian' => 'mk',
'Malayalam' => 'ml',
'Mongolian' => 'mn',
'Moldavian' => 'mo',
'Marathi' => 'mr',
'Malay' => 'ms',
'Maltese' => 'mt',
'Burmese' => 'my',
'Nauru' => 'na',
'Nepali' => 'ne',
'Dutch' => 'nl',
'Norwegian' => 'no',
'Occitan' => 'oc',
'Afan (oromo)' => 'om',
'Oriya' => 'or',
'Punjabi' => 'pa',
'Polish' => 'pl',
'Pashto;pushto' => 'ps',
'Portuguese' => 'pt',
'Quechua' => 'qu',
'Rhaeto-romance' => 'rm',
'Kurundi' => 'rn',
'Romanian' => 'ro',
'Russian' => 'ru',
'Kinyarwanda' => 'rw',
'Sanskrit' => 'sa',
'Sindhi' => 'sd',
'Sangho' => 'sg',
'Serbo-croatian' => 'sh',
'Singhalese' => 'si',
'Slovak' => 'sk',
'Slovenian' => 'sl',
'Samoan' => 'sm',
'Shona' => 'sn',
'Somali' => 'so',
'Albanian' => 'sq',
'Serbian' => 'sr',
'Siswati' => 'ss',
'Sesotho' => 'st',
'Sundanese' => 'su',
'Swedish' => 'sv',
'Swahili' => 'sw',
'Tamil' => 'ta',
'Telugu' => 'te',
'Tajik' => 'tg',
'Thai' => 'th',
'Tigrinya' => 'ti',
'Turkmen' => 'tk',
'Tagalog' => 'tl',
'Setswana' => 'tn',
'Tonga' => 'to',
'Turkish' => 'tr',
'Tsonga' => 'ts',
'Tatar' => 'tt',
'Twi' => 'tw',
'Uigur' => 'ug',
'Ukrainian' => 'uk',
'Urdu' => 'ur',
'Uzbek' => 'uz',
'Vietnamese' => 'vi',
'Volapuk' => 'vo',
'Wolof' => 'wo',
'Xhosa' => 'xh',
'Yiddish' => 'yi',
'Yoruba' => 'yo',
'Zhuang' => 'za',
'Chinese' => 'zh',
'Zulu' => 'zu'
);
return strtr($lang_name, $conv);
}
/* ********************************************************************** */
/* Retrieving all language folders to define languages used on the forums */
/* ********************************************************************** */
//Retrieving files path
$lang_folders = glob('lang/*');
//Listing Files and displaying the corresponding metadata
foreach ($lang_folders as $lang_name)
echo '<meta name="DC.Language" scheme="RFC3066" content="'.ConvertLangNameInIsocode (substr($lang_name,5)).'" />'."\n";
/* **************************** */
/* Defining Metadata for topics */
/* **************************** */
//If we are on a topic page
if ($cur_topic):
// Retrieve the first post informations
$result = $db->query('SELECT poster, posted FROM '.$db->prefix.'posts WHERE topic_id='.$id.' ORDER BY id ASC LIMIT 1', true) or error('Unable to fetch post info', __FILE__, __LINE__, $db->error());
$first_post_infos = $db->fetch_assoc($result);
$creator = $first_post_infos['poster'];
$creation_date = date('Y-m-d', $first_post_infos['posted']);
//Retrieve the last post informations
$result = $db->query('SELECT posted FROM '.$db->prefix.'posts WHERE topic_id='.$id.' ORDER BY id DESC LIMIT 1', true) or error('Unable to fetch post info', __FILE__, __LINE__, $db->error());
$last_post_infos = $db->fetch_assoc($result);
$last_reply_date = date ('Y-m-d', $last_post_infos['posted']);
?>
<!-- Posts Metadata -->
<meta name="DC.Creator" content="<?php echo $creator ?>" />
<meta name="DC.Date.created" scheme="W3CDTF" content="<?php echo $creation_date ?>" />
<meta name="DC.Date.modified" scheme="W3CDTF" content="<?php echo $last_reply_date ?>" />
<!-- End Posts Metadata -->
<?php
/* **************************** */
/* Defining Metadata for forums */
/* **************************** */
//If we are on a forum page
elseif ($cur_forum):
// Retrieve the first post date
$result = $db->query('SELECT posted FROM '.$db->prefix.'topics WHERE forum_id='.$id.' ORDER BY posted ASC LIMIT 1', true) or error('Unable to fetch post info', __FILE__, __LINE__, $db->error());
$first_topic_infos = $db->fetch_assoc($result);
$first_topic_date = date('Y-m-d', $first_topic_infos['posted']);
//Retrieve the last post informations
$result = $db->query('SELECT last_post FROM '.$db->prefix.'topics WHERE forum_id='.$id.' ORDER BY posted DESC LIMIT 1', true) or error('Unable to fetch post info', __FILE__, __LINE__, $db->error());
$last_post_topic_infos = $db->fetch_assoc($result);
$last_post = date('Y-m-d', $last_post_topic_infos['last_post']);
?>
<!-- Forums Metadata -->
<meta name="DC.Date.created" scheme="W3CDTF" content="<?php echo $first_topic_date ?>" />
<meta name="DC.Date.modified" scheme="W3CDTF" content="<?php echo $last_post ?>" />
<!-- End forums metadata -->
<?php endif; ?>
<!-- End Dublin Core Metadata -->
<?php endif; ?>Some points to check and to know before adding this mod:
The language folder must be well syntaxed (see the ConvertLangNameInIsocode () function)
The Dublin Core Metadata won't be added to the administration pages
Note: This Mod is the result of the discussions on the Dublin Core integration topic ![]()
Last edited by jojaba (2010-09-01 07:58:04)
PluXml 5.* - the light-weight but powerfull Content Managing System based on xml files storage!
Localize Mozilla extensions on BabelZilla
Offline
#2 2010-01-18 12:11:59
- Franz
- Lead developer

- From: Germany
- Registered: 2008-05-13
- Posts: 4,071
- Website
Offline
#3 2010-01-18 12:13:52
- jojaba
- Member

- From: Obersoultzbach, Elsaß, France
- Registered: 2009-12-04
- Posts: 359
- Website
Re: [MOD] Dublin Core Metadata integration
Maybe you should add a description to the post for those who don't know what this is about...
OK, I'll do it ![]()
Last edited by jojaba (2010-01-18 12:14:03)
PluXml 5.* - the light-weight but powerfull Content Managing System based on xml files storage!
Localize Mozilla extensions on BabelZilla
Offline
#4 2010-04-07 17:35:46
- jojaba
- Member

- From: Obersoultzbach, Elsaß, France
- Registered: 2009-12-04
- Posts: 359
- Website
Re: [MOD] Dublin Core Metadata integration
I wonder if I could make a plugin with that Mod...
Before beginning with the work, I would like to have some advice about what I will try to do. Here what I already think about:
Create a plugin page called for instance "AP_Dublin_Core_metadata.php" in wich I will add the core of the plugin
Create a folder (named for instance "dublin_core_metadata" that should contain eventually needed files (such as language files, storing data files, ...
I would like to add dynamically (using php language) the lines into the header.php file by clicking on a button located on the core file (AP_Dublin_Core_metadata.php)
Do you think this could be doable?
Just one question : where should I find the available function for the plugins ?
Thanks in advance ![]()
PluXml 5.* - the light-weight but powerfull Content Managing System based on xml files storage!
Localize Mozilla extensions on BabelZilla
Offline
#5 2010-05-08 21:49:58
- jojaba
- Member

- From: Obersoultzbach, Elsaß, France
- Registered: 2009-12-04
- Posts: 359
- Website
Re: [MOD] Dublin Core Metadata integration
I wonder if I could make a plugin with that Mod...
Well I've done it!
Dowload link removed because obsolete
You just have to send the file and the folder in the *zip file to your Plugins folder, visit the Plugin page to understand what it can do... (you have to have Admin level!)
Thanks for feedback ![]()
Last edited by jojaba (2010-09-05 08:37:11)
PluXml 5.* - the light-weight but powerfull Content Managing System based on xml files storage!
Localize Mozilla extensions on BabelZilla
Offline
#6 2010-05-09 04:09:23
- Jérémie
- Member

- From: Paris, France
- Registered: 2008-04-30
- Posts: 627
- Website
Re: [MOD] Dublin Core Metadata integration
Nicely done.
I'll look into it when Flux is stable.
Offline
#7 2010-05-09 08:30:17
- jojaba
- Member

- From: Obersoultzbach, Elsaß, France
- Registered: 2009-12-04
- Posts: 359
- Website
Re: [MOD] Dublin Core Metadata integration
Nicely done.
Thanks
!
I'm not sure the way I did it is the best way. I'm waiting for technical feedback (code optimisation and fixing bugs) and also feature requests... ![]()
PluXml 5.* - the light-weight but powerfull Content Managing System based on xml files storage!
Localize Mozilla extensions on BabelZilla
Offline
#8 2010-07-10 20:40:56
- jojaba
- Member

- From: Obersoultzbach, Elsaß, France
- Registered: 2009-12-04
- Posts: 359
- Website
Re: [MOD] Dublin Core Metadata integration
Nicely done.
I'll look into it when Flux is stable.
Well, the stable version of FluxBB is out, did you test it?
I would like to here if this way to install modifications is a good way ![]()
PluXml 5.* - the light-weight but powerfull Content Managing System based on xml files storage!
Localize Mozilla extensions on BabelZilla
Offline
#9 2010-09-01 07:54:55
- jojaba
- Member

- From: Obersoultzbach, Elsaß, France
- Registered: 2009-12-04
- Posts: 359
- Website
Re: [MOD] Dublin Core Metadata integration
I'm proud to announce that DC Metadata Mod has been approved by the FluxBB devs and released:
http://fluxbb.org/resources/mods/dc-metadata/
PluXml 5.* - the light-weight but powerfull Content Managing System based on xml files storage!
Localize Mozilla extensions on BabelZilla
Offline
#10 2010-10-17 13:08:43
- kromonos
- Member
- From: Trier
- Registered: 2010-06-12
- Posts: 41
- Website
Re: [MOD] Dublin Core Metadata integration
I think, it's an evil plugin ![]()
Activated, it makes the link "Moderate forum" dead with "Unable to fetch post info" ...
Deactivating it -> Everything is ok .. ![]()
uhuC - German IT Board ... FluxBB Powered ![]()
Offline
#11 2010-10-18 06:27:42
- jojaba
- Member

- From: Obersoultzbach, Elsaß, France
- Registered: 2009-12-04
- Posts: 359
- Website
Re: [MOD] Dublin Core Metadata integration
I think, it's an evil plugin
Activated, it makes the link "Moderate forum" dead with "Unable to fetch post info" ...
Deactivating it -> Everything is ok ..
Thanks for that feedback ![]()
I will look into it as soon as possible, stay tuned !
PluXml 5.* - the light-weight but powerfull Content Managing System based on xml files storage!
Localize Mozilla extensions on BabelZilla
Offline
#12 2010-10-24 18:24:25
- jojaba
- Member

- From: Obersoultzbach, Elsaß, France
- Registered: 2009-12-04
- Posts: 359
- Website
Re: [MOD] Dublin Core Metadata integration
Fixed the problem and added to the new package German translation (that maybe has to be improved
) :
http://fluxbb.org/resources/mods/dc-met … eases/1.0/
If you want to fix it immediatly, just do the following in the /plugins/dcm/dcm.php file :
add »
//Getting the forum or topic id
$id = isset($_GET['id']) ? intval($_GET['id']) : 0;before »
/* ********************* */
/* Defining Metadata for topics */
/* ********************* */Danke für dein Feedback ![]()
PluXml 5.* - the light-weight but powerfull Content Managing System based on xml files storage!
Localize Mozilla extensions on BabelZilla
Offline
#13 2010-12-08 19:26:52
- jojaba
- Member

- From: Obersoultzbach, Elsaß, France
- Registered: 2009-12-04
- Posts: 359
- Website
Re: [MOD] Dublin Core Metadata integration
New release that should fix the problems and adds a subject metadata for each specific page : http://fluxbb.org/resources/mods/dc-met … eases/1.0/![]()
PluXml 5.* - the light-weight but powerfull Content Managing System based on xml files storage!
Localize Mozilla extensions on BabelZilla
Offline
#14 2011-01-13 06:55:11
- jojaba
- Member

- From: Obersoultzbach, Elsaß, France
- Registered: 2009-12-04
- Posts: 359
- Website
Re: [MOD] Dublin Core Metadata integration
New release: http://fluxbb.org/resources/mods/dc-met … eases/1.1/ ![]()
PluXml 5.* - the light-weight but powerfull Content Managing System based on xml files storage!
Localize Mozilla extensions on BabelZilla
Offline
#15 2011-01-25 10:35:27
- jojaba
- Member

- From: Obersoultzbach, Elsaß, France
- Registered: 2009-12-04
- Posts: 359
- Website
Re: [MOD] Dublin Core Metadata integration
FluxbB 1.4.3 released. I tested the update procedure, DC Metadata just worked fine. You just have to go to the admin page and click on the Install button to reenable the Mod ;
PluXml 5.* - the light-weight but powerfull Content Managing System based on xml files storage!
Localize Mozilla extensions on BabelZilla
Offline
#16 2011-03-11 14:42:49
- Bloody
- Member

- From: French Strawberries Fields
- Registered: 2008-11-29
- Posts: 42
- Website
Re: [MOD] Dublin Core Metadata integration
Very well done your DC Plugin. ![]()
Really very simple to install it as your Avatar Choice plugin. ![]()
Thanks a lot for sharing. ![]()
Regards,
Benoît V.
Chantdeleau - French tropical fish hobbyist - PluXml is a simple, light and easy to use blog engine.
Offline
#17 2011-03-22 11:15:11
- cyberman
- Member
- From: Germany
- Registered: 2010-01-11
- Posts: 190
- Website
Re: [MOD] Dublin Core Metadata integration
I think, it's an evil plugin
Activated, it makes the link "Moderate forum" dead with "Unable to fetch post info" ...
Deactivating it -> Everything is ok ..
I've tried to use fbb 1.4.4 and version 1.1 of this plugin with the same result
.
Offline
#18 2011-03-22 11:26:42
- cyberman
- Member
- From: Germany
- Registered: 2010-01-11
- Posts: 190
- Website
Re: [MOD] Dublin Core Metadata integration
By the way ... here a reworked german translation
<?php
// Language definitions used in Dublin Core Metadata Plugin
$lang_dcm = array(
'Date format' => 'd/m/Y um H:i',
'Plugin removed' => 'Das Plugin wurde deaktiviert.',
'Plugin wrong installation' => 'Das Plugin scheint nicht korrekt installiert zu sein. Klicke auf den "Aktivieren"-Button, um es erneut zu installieren!',
'Plugin in action' => 'Plugin in Aktion!',
'Not writable' => 'Die Dateien <code>header.php</code>, <code>include/template/main.tpl</code> und <code>plugins/ezbbc/config.php</code> müssen für die Installation oder Entfernung des Mods beschreibbar sein. Damit diese Aktion erfolgreich ausgeführt werden kann, ändere bitte die Berechtigungen dieser Dateien.',
'Plugin title' => 'Dublin Core Metadata Mod',
'Description title' => 'Beschreibung',
'Explanation' => 'Dieses Plugin fügt dem Header deiner Foren die <a href="%s" title="Dublin Core Metadata auf Wikipedia" onclick="window.open(this.href); return false;">Dublin Core Metadaten</a> hinzu, so dass die Suchmaschinen-Robots auf die nützlichen Informationen besseren Zugriff haben (weitere Infos auf <a href="http://dublincore.org/" onclick="window.open(this.href); return false;">der offiziellen Webseite</a> [en]).<br /><strong>Hinweis:</strong> Nach jeder FluxBB-Aktualisierung muss das Plugin auf dieser Admin-Seite erneut aktivieren werden.',
'Dcm on wikipedia' => 'http://de.wikipedia.org/wiki/Dublin_Core',
'Form title' => 'Information und Aktionen',
'Legend text' => 'Hier findest Du alle Informationen zum Status des Plugins.',
'Plugin version' => 'Version des Plugins:',
'Installation date' => 'Diese Version des Plugins wurde installiert am ',
'Plugin status' => 'Plugin-Status:',
'Install' => 'Dublin Core Mod aktivieren',
'Remove' => 'Dublin Core Mod deaktivieren'
);Offline
#19 2011-03-22 11:49:57
- jojaba
- Member

- From: Obersoultzbach, Elsaß, France
- Registered: 2009-12-04
- Posts: 359
- Website
Re: [MOD] Dublin Core Metadata integration
kromonos wrote:I think, it's an evil plugin
Activated, it makes the link "Moderate forum" dead with "Unable to fetch post info" ...
Deactivating it -> Everything is ok ..I've tried to use fbb 1.4.4 and version 1.1 of this plugin with the same result
.
Really sorry, but yes, this problem still occurs also for me. One more thing to put on my todo list ![]()
Thanks for that feedback.
PluXml 5.* - the light-weight but powerfull Content Managing System based on xml files storage!
Localize Mozilla extensions on BabelZilla
Offline
#20 2011-03-26 20:35:34
- jojaba
- Member

- From: Obersoultzbach, Elsaß, France
- Registered: 2009-12-04
- Posts: 359
- Website
Re: [MOD] Dublin Core Metadata integration
I'm happy to announce that I finally fixed this issue! ![]()
For other translators I leave here the lines to translate:
'Date format' => 'Y/m/d \a\t H:m',
'Plugin removed' => 'The plugin has been uninstalled',
'Plugin wrong installation' => 'The plugin seems not to be installed properly. Please click on the install button to reinstall it',
'Plugin in action' => 'Plugin in action!',
'Not writable' => 'The <code>header.php</code>, <code>include/template/main.tpl</code>, and <code>plugins/dcm/config.php</code> files should be writable to perform installation or remove. Please change the permissions of these files to have this action work.',
'Plugin title' => 'Dublin Core Metadata Mod',
'Description title' => 'Description',
'Explanation' => 'This plugin inserts <a href="%s" title="Dublin Core Metadata on Wikipedia" onclick="window.open(this.href); return false;">Dublin Core Metadata</a> into the head section of your forums improving the way robots, sent by search engines, retrieves the main boards information (more info on the <a href="http://dublincore.org/" onclick="window.open(this.href); return false;">official homepage</a> [en]).<br />Each time you update the installation of the FluxBB boards, you should go back to this page to reinstall this plugin.',
'Dcm on wikipedia' => 'http://en.wikipedia.org/wiki/Dublin_Core',
'Form title' => 'Information and actions',
'Legend text' => 'Here are all the information you have to know about the plugin status.',
'Plugin version' => 'Plugin version:',
'Installation date' => 'This version of the plugin first installation on ',
'Plugin status' => 'Plugin status:',
'Install' => 'Install the Dublin Core Metadata',
'Remove' => 'Remove the Dublin Core Metadata'![]()
PluXml 5.* - the light-weight but powerfull Content Managing System based on xml files storage!
Localize Mozilla extensions on BabelZilla
Offline
#21 2011-03-26 21:09:42
- cyberman
- Member
- From: Germany
- Registered: 2010-01-11
- Posts: 190
- Website
Re: [MOD] Dublin Core Metadata integration
Thx for fast fix!
Offline
#22 2011-03-26 21:30:37
- Jack
- Member
- Registered: 2010-12-24
- Posts: 341
- Website
Re: [MOD] Dublin Core Metadata integration
As you request ![]()
'Date format' => 'Y/m/d \a\l\l\e H:m',
'Plugin removed' => 'L\'estensione è stata disinstallata',
'Plugin wrong installation' => 'L\'estensione non sembra installata correttamente. Clicca sul pulsante \'Installa\' per reinstallarla',
'Plugin in action' => 'Estensione attiva!',
'Not writable' => 'I file <code>header.php</code>, <code>include/template/main.tpl</code>, e <code>plugins/dcm/config.php</code> devono avere i permessi di scrittura per proseguire l\'installazione.',
'Plugin title' => 'Dublin Core Metadata Mod',
'Description title' => 'Descrizione',
'Explanation' => 'Questa estensione inserisce il <a href="%s" title="Dublin Core Metadata su Wikipedia" onclick="window.open(this.href); return false;">Dublin Core Metadata</a> nella sezione <em>head</em> del tuo forum, migliorando la lettura da parte dei robot dei motori di ricerca (ulteriori inforazioni sul <a href="http://dublincore.org/" onclick="window.open(this.href); return false;">sito ufficiale</a> [en]).<br />Ad ogni aggiornamento di FluxBB è necesario reinstallare nuovamente l\'estensione da questa pagina.',
'Dcm on wikipedia' => 'http://en.wikipedia.org/wiki/Dublin_Core',
'Form title' => 'Informazioni e azioni',
'Legend text' => 'Di seguito, le informazioni sullo stato dell\'estensione.',
'Plugin version' => 'Versione:',
'Installation date' => 'Questa versione è stata installata la prima volta il ',
'Plugin status' => 'Stato:',
'Install' => 'Installa i Dublin Core Metadata',
'Remove' => 'Rimuovi i Dublin Core Metadata'J
Sorry I don't speak English ![]()
FluxBB Italy
Offline
#23 2011-03-26 21:35:52
- jojaba
- Member

- From: Obersoultzbach, Elsaß, France
- Registered: 2009-12-04
- Posts: 359
- Website
Re: [MOD] Dublin Core Metadata integration
Great Jack and Cyberman!
I made a package for both of you, so you can use this new, working release ![]()
Download: http://code.google.com/p/jojaba-code/do … cm-1.2.zip
I will immediatly submit it on the resource page. ![]()
Last edited by jojaba (2011-03-26 21:37:23)
PluXml 5.* - the light-weight but powerfull Content Managing System based on xml files storage!
Localize Mozilla extensions on BabelZilla
Offline
#24 2011-03-27 09:14:30
- jojaba
- Member

- From: Obersoultzbach, Elsaß, France
- Registered: 2009-12-04
- Posts: 359
- Website
Re: [MOD] Dublin Core Metadata integration
The new 1.2 release (exactly the same that you can get on my previous post) has been approved and you can find it here:
Last edited by jojaba (2011-03-27 09:15:15)
PluXml 5.* - the light-weight but powerfull Content Managing System based on xml files storage!
Localize Mozilla extensions on BabelZilla
Offline
#25 2011-08-13 09:41:52
- jojaba
- Member

- From: Obersoultzbach, Elsaß, France
- Registered: 2009-12-04
- Posts: 359
- Website
Re: [MOD] Dublin Core Metadata integration
The last Dublin Core Metadata mod works with FluxBB 1.4.6.
If you already installed this mod version, and you have upgarded to FluxBB 1.4.6, you just have to visit the admin page and click on the install button. ![]()
PluXml 5.* - the light-weight but powerfull Content Managing System based on xml files storage!
Localize Mozilla extensions on BabelZilla
Offline
