Mobile navigation and a basic infrastructure for mobile buttons on a Plone site.
Project description
Introduction
With ftw.mobile you can implement mobile buttons, which shows a list of options on click. The package needs ftw.theming, which provides the basic styles.
Plus it provides a mobile navigation, which is also displayed as a mobile button, but nbehaves completely different.
ALPHA STATE: This software is currently under heavy development and the actual version may not be compatible with the final version.
Installation
Add the package to your buildout configuration:
[instance] eggs += ... ftw.mobile
Usage
Two default buttons are registered by default.
User Menu
Navigation
Basically the buttons are rendered in a viewlet, which is visible at an certain viewport size.
Development
Python:
Fork this repo
Clone your fork
Shell: ln -s development.cfg buidlout.cfg
Shell: python boostrap.py
Shell: bin/buildout
Run bin/test to test your changes.
Or start an instance by running bin/instance fg.
Links
Continuous integration: https://jenkins.4teamwork.ch/search?q=ftw.mobile
Copyright
This package is copyright by 4teamwork.
ftw.mobile is licensed under GNU General Public License, version 2.
Changelog
1.0.0a1 (2016-07-06)
Init release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.