CHANGELOG.txt |
CHANGELOG.txt |
|
GoogleNews 7.x-1.7, 2018-09-16
------------------------------
#2028063 by DamienMcKenna: Don't output empty tags.
#2028047 by DamienMcKenna: Clear the sitemap cache after saving the settings.
#2027937 by DamienMcKenna: Moved the menu… |
googlenews.admin.inc |
googlenews.admin.inc |
|
Admin functionality for the GoogleNews module. |
googlenews.api.php |
googlenews.api.php |
|
Hooks provided by the Google News sitemap module. |
googlenews.info |
googlenews.info |
|
name = Google News sitemap
description = Generate a Google News sitemap file.
core = 7.x
configure = admin/config/search/googlenews
; This requires Drupal 7.15 or newer.
dependencies[] = system (>=7.15)
; Tests.
files[] =… |
googlenews.install |
googlenews.install |
|
Install, update, and uninstall functions for the GoogleNews module. |
googlenews.module |
googlenews.module |
|
Provides a Google News sitemap within your site using the URL. |
googlenews.sitemap.inc |
googlenews.sitemap.inc |
|
Functionality for generating the actual sitemap file. |
GoogleNewsBaseTestCase.test |
tests/GoogleNewsBaseTestCase.test |
|
Base test class for other GoogleNews tests to expand upon. |
GoogleNewsBasicsTestCase.test |
tests/GoogleNewsBasicsTestCase.test |
|
Test basic functionality of GoogleNews. |
README.txt |
README.txt |
|
GoogleNews
----------
This module generates a Google News sitemap feed based on the content created
within the last 48 hours.
Features
-------------------------------------------------------------------------------
* Google News -compatible sitemap… |