This repository hosts the Bento Platform presentation website, built with Reveal.js.
bento-platform.github.io/
├── index.html # Main presentation file
├── goals.md # Platform goals and design principles
├── features.md # Feature descriptions with screenshots
├── releases.md # Release history and changelogs
├── roadmap.md # Future planned features
├── img/ # Screenshots and logos
└── reveal.js/ # Presentation framework
Visit https://bento-platform.github.io to view the live presentation.
Navigation:
- Use arrow keys or mouse wheel to navigate between slides
- Press
Escto see the slide overview - Press
?for keyboard shortcuts
-
Edit
releases.md:- Add the new version at the top with
(current)marker - Remove
(current)from the previous version - Include release date and features
- Add the new version at the top with
-
Update
roadmap.md:- Remove the released version
- Add future planned versions if applicable
Edit the respective markdown files:
features.md- Update feature descriptions and screenshotsgoals.md- Modify platform goals and principlesroadmap.md- Update upcoming planned features
- Place image files in the
img/directory - Reference them in markdown files using the format:
Note: Use

%2Finstead of/in the image path for Reveal.js compatibility
To view the presentation locally:
-
Clone the repository:
git clone https://github.com/bento-platform/bento-platform.github.io.git cd bento-platform.github.io -
Serve the site using a local web server:
# Using Python 3 python3 -m http.server 8000 # Or using Node.js npx http-server
-
Open your browser to
http://localhost:8000
Contributions are welcome! To contribute:
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
For content updates, please ensure:
- Markdown formatting is consistent
- Screenshots are clear and up-to-date
- Release notes follow the existing format
- Canadian English spelling is used consistently (e.g., "organize", "standardize")
- Main GitHub Organization: https://github.com/bento-platform
- Documentation: See individual service repositories for detailed documentation
This presentation site is licensed under the GNU Lesser General Public License v3.0 (LGPL-3.0). The Bento Platform software components each have their own licenses - see individual repositories for details.
For questions or support regarding Bento Platform, please visit the GitHub organization or open an issue in the relevant service repository.