Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
/ tabula Public archive

Radiant CMS extension for embedding CSV-formatted data to a page

Notifications You must be signed in to change notification settings

massive/tabula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tabula

This is Tabula extension for Radiant CMS. It allows you to include CSV-formatted tabular data to a page.

Usage

#. Install #. Add new CSV-table from admin/tabula. First line is a header, the rest is actual data.

"Header", "SecondColumn"
"Value1", "SecondValue"

#. Edit the page where you want to add the CSV ata

<r:table:each name="the\_name\_of\_the_table">
  <r:value name="Header"/><br/>
  <r:value name="SecondColumn"/><br/>   
</r:table:each>

Configuration

Nothing to configure

History

Created by: massive - Matias Käkelä
Version: 0.0.1 (2009-04-09)

Todo

  • Tests

  • Dynamic tags

  • Import CSV-files

About

Radiant CMS extension for embedding CSV-formatted data to a page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published