Example package that shows how to Happy Hacking with rapido.plone applications in the Theme.
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
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
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
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