README.txt |
README.txt |
|
INTRODUCTION
------------
Views Datasource is a set of plugins for Views for rendering node content in a
set of shareable, reusable data formats based on XML, JSON, and XHTML. These
formats allow content in a Drupal site to be easily used as data… |
views-views-json-style-exhibit.tpl.php |
views/theme/views-views-json-style-exhibit.tpl.php |
|
|
views-views-json-style-simple-object.tpl.php |
views/theme/views-views-json-style-simple-object.tpl.php |
|
|
views-views-json-style-simple.tpl.php |
views/theme/views-views-json-style-simple.tpl.php |
|
|
views-views-json-style.tpl.php |
views/theme/views-views-json-style.tpl.php |
|
views-views-json-style.tpl.php
This template file is never used. The switch for choosing among the different
views_views_json_* themes based on format is done in
views_plugin_style_json->theme_functions() |
views-views-rdf-style-doap.tpl.php |
views/theme/views-views-rdf-style-doap.tpl.php |
|
views-views-rdf-style-doap.tpl.php
Default template for the Views RDF style plugin using the DOAP vocabulary |
views-views-rdf-style-foaf.tpl.php |
views/theme/views-views-rdf-style-foaf.tpl.php |
|
views-views-rdf-style-foaf.tpl.php
Default template for the Views RDF style plugin using the FOAF vocabulary |
views-views-rdf-style-sioc.tpl.php |
views/theme/views-views-rdf-style-sioc.tpl.php |
|
views-views-rdf-style-sioc.tpl.php
Default template for the Views RDF style plugin using the SIOC vocabulary |
views-views-rdf-style.tpl.php |
views/theme/views-views-rdf-style.tpl.php |
|
views-views-rdf-style.tpl.php
This template file is never used. The switch for choosing among the different
views_views_rdf_* themes based on vocabulary is done in
views_plugin_style_rdf->theme_functions() |
views-views-xhtml-style-hcalendar.tpl.php |
views/theme/views-views-xhtml-style-hcalendar.tpl.php |
|
|
views-views-xhtml-style-hcard.tpl.php |
views/theme/views-views-xhtml-style-hcard.tpl.php |
|
|
views-views-xhtml-style.tpl.php |
views/theme/views-views-xhtml-style.tpl.php |
|
views-views-xhtml-style.tpl.php
This template file is never used. The switch for choosing among the different
views_views_xhtml_* themes based on format is done in
views_plugin_style_xhtml->theme_functions() |
views-views-xml-style--singles-xml.tpl.php |
views/theme/views-views-xml-style--singles-xml.tpl.php |
|
|
views-views-xml-style-atom.tpl.php |
views/theme/views-views-xml-style-atom.tpl.php |
|
views-views-xml-style-atom.tpl.php
Default template for the Views XML style plugin using the Atom schema |
views-views-xml-style-opml.tpl.php |
views/theme/views-views-xml-style-opml.tpl.php |
|
|
views-views-xml-style-raw.tpl.php |
views/theme/views-views-xml-style-raw.tpl.php |
|
|
views-views-xml-style.tpl.php |
views/theme/views-views-xml-style.tpl.php |
|
views-views-xml-style.tpl.php
This template file is never used. The switch for choosing among the different
views_views_xml_* themes based on schema is done in
views_plugin_style_xml->theme_functions() |
views_json.api.php |
views_json.api.php |
|
Describe hooks provided by the Views datasource module. |
views_json.info |
views_json.info |
|
name = Views JSON
description = Views style plugin to render node content as JSON.
package = Views
core = 7.x
dependencies[] = views
files[] = views/plugins/views_plugin_style_json.inc |
views_json.module |
views_json.module |
|
|
views_json.views.inc |
views/views_json.views.inc |
|
Views style plugin to render nodes in the JSON data format. |
views_plugin_style_json.inc |
views/plugins/views_plugin_style_json.inc |
|
Implements views_plugin_style for views_json |
views_plugin_style_rdf.inc |
views/plugins/views_plugin_style_rdf.inc |
|
Implementation of views_plugin_style for views_rdf |
views_plugin_style_xhtml.inc |
views/plugins/views_plugin_style_xhtml.inc |
|
Implements views_plugin_style for views_xhtml |
views_plugin_style_xml.inc |
views/plugins/views_plugin_style_xml.inc |
|
Implements views_plugin_style for views_xml |
views_plugin_style_xml_test.inc |
views/plugins/views_plugin_style_xml_test.inc |
|
Implementation of views_plugin_style for views_xml |
views_rdf.info |
views_rdf.info |
|
name = Views RDF
description = Views style plugin to render node content as RDF.
package = Views
core = 7.x
dependencies[] = views
files[] = views/plugins/views_plugin_style_rdf.inc |
views_rdf.module |
views_rdf.module |
|
Module definition for views_rdf |
views_rdf.views.inc |
views/views_rdf.views.inc |
|
Views style plugin to render nodes in the RDF data format. |
views_views_json_style.theme.inc |
views/theme/views_views_json_style.theme.inc |
|
Views theme to render view fields as JSON. |
views_views_rdf_style.theme.inc |
views/theme/views_views_rdf_style.theme.inc |
|
View template to render view fields as rdf. |
views_views_xhtml_style.theme.inc |
views/theme/views_views_xhtml_style.theme.inc |
|
View template to render view fields as xhtml. |
views_views_xml_style.theme.inc |
views/theme/views_views_xml_style.theme.inc |
|
View template to render view fields as XML. |
views_xhtml.info |
views_xhtml.info |
|
name = Views XHTML
description = Views style plugin to render node content as XHTML microformats.
package = Views
core = 7.x
dependencies[] = views
dependencies[] = views_xml
files[] = views/plugins/views_plugin_style_xhtml.inc |
views_xhtml.module |
views_xhtml.module |
|
Module definition for views_xhtml |
views_xhtml.views.inc |
views/views_xhtml.views.inc |
|
Views style plugin to render nodes as XHTML microformats. |
views_xml.info |
views_xml.info |
|
name = Views XML
description = Views style plugin to render node content as XML.
package = Views
core = 7.x
dependencies[] = views
files[] = views/plugins/views_plugin_style_xml.inc |
views_xml.module |
views_xml.module |
|
Module definition for views_xml |
views_xml.views.inc |
views/views_xml.views.inc |
|
Views style plugins to render nodes in the XML data format. |