Views Slideshow: Swiper JS

Component type

module

Categories

Maintenance status

Development status

Downloads

4114

Component created

Component changed

The Views Slideshow: Swiper module bridges Views Slideshow and the external
library, Swiper, so that the touch slider is available as a slideshow type.
Swiper is a "modern mobile touch slider with hardware accelerated transitions"
that is "intended to be used in mobile websites, mobile web apps, and mobile
native/hybrid apps."

It works on iOS, "the latest Android, Windows Phone 8 and modern Desktop browsers"
with the following highlighted features:

Trovequery

Component type

module

Categories

Maintenance status

Development status

Downloads

110

Component created

Component changed

INTRODUCTION

What is Trove?

Find and get over 471,470,579 Australian and online resources:
books, images, historic newspapers, maps, music, archives and more

Trove helps you find and use resources relating to Australia. It’s more than a search engine. Trove brings together content from libraries, museums, archives and other research organisations and gives you tools to explore and build.

(From the Trove website)

Views HTTP Headers

Component type

module

Categories

Maintenance status

Development status

Downloads

340

Component created

Component changed

This module provides a views area plugin that allows you to specify custom http headers that should be output when the view is displayed.

For instance, you can output Cache-Control headers on a view that provides API data via JSON, thus ensuring your API always provides current information.

Alternatives

There are a few other modules that could help you do the same thing:

Views Auto Fields

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

----------------------------------------------
Views Auto Fields
by Ted Bowman(tedbow) at Six Mile Tech
----------------------------------------------

This module provides a framework for adding fields dynamically to Views.

Modules must extend views_auto_fields_handler_field_callback

Then the field that extend views_auto_fields_handler_field_callback should be
added to a View.

Views Cache Tags

Component type

module

Maintenance status

Development status

Component created

Component changed

Concept:

  • Generate view cache key using term cache tags
  • Reset these cache tags when a node attached to the term is saved
  • As a result, the query cache key will invalidate

Functionality:

  • Extends time-based view cache plugin so a default cache time can be set.
  • Extracts tids from query JOIN/WHERE and uses their tags to generate the cache key
  • Term cache tags are invalidated on node save
  • Allows altering of tags