Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.8 KB

README.rst

File metadata and controls

47 lines (27 loc) · 1.8 KB

example.rapidoplone

Example package that shows how to Happy Hacking with rapido.plone applications in the Theme.

https://raw.githubusercontent.com/collective/rapido.plone/master/docs/files/logo-rapido.png

Rating App

The Rating app, is a content rating system in Plone. The objective is to offer to our visitors the ability to click on a “Like” button on any Plone content, and the total of votes must be displayed next to the button.

This application is taken from the rapido.plone tutorial URL >>> http://rapidoplone.readthedocs.io/en/latest/tutorial.html

You can visit for the Report Rating App in the following link:

http://localhost:8080/Plone/@@show-report

Chart Pie Report App

The Chart Pie app, is D3.js Chart to render into Plone. The objective is to draw a Chart Pie reading the data from a CSV file.

This application is taken from the Pie Chart Demo URL >>> https://bl.ocks.org/mbostock/3887235

You can visit for the Chart Pie Report App in the following link:

http://localhost:8080/Plone/@@show-chart-pie

Glossary App

The Glossary app, is a tool to manage a list of terms and their definitions.

This application is taken from the a rapido.plone use cases URL >>> http://rapidoplone.readthedocs.io/en/latest/use-cases/glossary.html

You can visit for the Glossary App in the following link:

http://localhost:8080/Plone/@@glossary

Rapido and SearchableText field Demo

This is a demo for integrate a custom content type called "Book" where fields are indexed for a full-text search.

This application is taken from the a rapido.plone use cases URL >>> http://rapidoplone.readthedocs.io/en/latest/use-cases/book.html