Index Page

Component type

module

Maintenance status

Development status

Downloads

367

Component created

Component changed

Provides a blank <front> page (Landing/Home page) — that is not a node. As often, someone sets up a site using a content-type node with no actual Body content; as the frontpage. Then, at some future point a miseducated content editor un-publishes or deletes that node causing the site to break..


Gif Animation of index_page.module in different themes

Block Attributes

Component type

module

Maintenance status

Development status

Downloads

10705

Component created

Component changed

The Block Attributes module allows users to specify additional HTML attributes for blocks, through the block's configuration interface, such as class, id, style, title and more.

Following up with a couple of related requests in the Block Class module:

Contentout

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Contentout module creates CSV files from Drupal nodes. It uses a
hierarchical structure in the CSV file to preserve node hierarchy. For defaults,
Field/subfield columns are separated by three underscores and muti-value fields
are separated by two underscores. The default delimiter is a comma.

Date fields are exported in DateTime format (i.e. not Unixtime) for easier
migration into Drupal.

Contentin

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Contentin module dynamically registers migrations from CSV files.
Field/subfield columns and muti-value fields in the CSV file are supported for
many Drupal field widgets. The current default field separators are three
underscores for field and subfield, and two underscores for multi-value fields.

This is a companion module to the Contentout module:
https://www.drupal.org/sandbox/iribarne/2461613

Webform digest sandbox

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a sandbox for the port of Webform digest from D6 to D7. Webform bonus is no longer required, but could be reintegrated.

Supported by Singlebrook Technology and Cornell University Student and Academic Services.

Solr pre-segment Chinese search words

Component type

module

Categories

Maintenance status

Development status

Downloads

398

Component created

Component changed

Chinese words are not separated by space. If we can invoke Solr (with Chinese word-segmentation tools configured) to pre-segment the search keywords, and then re-invoke the Solr to search the segmented words, the search result will be much better. This module applies to this situation (should also applies to Japanese and Korean context). Please read the README.txt file before you use this module.
Requires: Search API Solr Search.

Word Statistics

Component type

module

Maintenance status

Development status

Component created

Component changed

Have you ever wondered "How much I wrote"?
So, if you're worried about, this module is for you!
Word statistics provide some interesting statistics about your site like number of words, number of nodes, number of chars and some averages.
The results are split by users or languages.

After the install you can use this module on this page: admin/reports/wordstatistics

If there are bugs, requests or something else, please report in the issue section.

Entity Share

Component type

module

Maintenance status

Development status

Downloads

1458

Component created

Component changed

Entity Share is an all in one module allowing you to share some entities like node, field collection, taxonomy, medias etc between different Drupal instances.

Drupal 8

This module allows to share entities using the JSON API. It provides an UI to use the endpoints provided by the JSON API module.

You can define one website as a "server" and another website as a "client".

Currently you can only, on the client website, get content exposed from the server website. You can't push content from the client website to the server website.

XML sitemap Http Cache

Component type

module

Maintenance status

Development status

Downloads

1065

Component created

Component changed

INTRODUCTION

XML sitemap Http Cache (XHC).

This module uses non blocking batch job requests for generating http cache pages for Nginx fastcgi and such, from sitemap.xml files provided by the xmlsitemap module.
The method used for cache generation is PHP's Curl "fresh connect" requests.

You will also get the optional xhc_cron module, for planning daily http cache warmup with cron tasks for Drupal's awesome Elysia cron module.