Rather having a single module, it would be better to have three modules; nodewords.module would contain the code for the common user interface, and the functions used by the other modules.

Comments

avpaderno’s picture

Title: Split nodewords.module into nodewords.module, basic_metatags.module, and dc_metatags.module » Split nodewords.module into nodewords.module, basic_metatags.module, and extra_metatags.module

extra_metatags.module will implement any extra meta tags outside the ones implemented by basic_metatags.module. It will allow the users to add any extra meta tags they should like by adding a new file containing the correct functions.

avpaderno’s picture

Status: Active » Fixed

This has been implemented.
In the next commits I will also implement the possibility for the user to add new meta tags by creating a file with the right functions.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

stevenaburton’s picture

Category: task » support

Is there any documentation available that explains how to add new tags by creating a file with the right functions?

avpaderno’s picture

Category: support » task

The feature has never been implemented.