-
plonetheme.onegov-1.8.0-1.lbn19.noarch
Features
Customize styles in control panel.
Responsive design for tablets and smartphones
Special path bar with children
Layout customizations
Theme is SCSS based and styles most things with variables which can easily be customized in a control panel.
Just visit the customization view: http://localhost:8080/Plone/customstyles_form
Additional SCSS
You can easily register custom SCSS files in your addon package using ZCML, if you need to customize more than available through the web:
<configure
xmlns:theme="http://namespaces.zope.org/plonetheme.onegov">
<include package="plonetheme.onegov" />
<theme:add_scss path="resources/custom.scss" />
</configure>
The SCSS files can also be restricted to a specific context interface or a specific request layer. Be aware that the context interface applies to the context the styles are rendered on, which is either the Plone site root or an INavigationRoot object.
<configure
xmlns:theme="http://namespaces.zope.org/plonetheme.onegov">
<include package="plonetheme.onegov" />
<theme:add_scss
path="resources/custom.scss"
for="my.package.interfaces.ISubsite"
layer="my.package.interfaces.IMyPackageLayer" />
</configure>
Special path bar
For another fast way to navigate between content, this theme includes a special path bar, which shows the breadcrumb's children. This behavior can be disabled in the plone.app.registry, using the setting plonetheme.onegov.flyout_breadcrumbs.
https://raw.github.com/OneGov/plonetheme.onegov/master/docs/screenshot_flyout_breadcrumbs.png
Links
Github project repository: https://github.com/OneGov/plonetheme.onegov
Issue tracker: https://github.com/OneGov/plonetheme.onegov/issues
Continuous integration: https://jenkins.4teamwork.ch/search?q=plonetheme.onegov
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
plonetheme.sunburst-1.4.8-1.lbn25.noarch
Goals
Keep the theme color-neutral (black, white, grays), so it meshes with any company logo and doesn't feel like it requires color adjustment for doing the 10-minute-show-it-to-the-boss exercise.
The theme does not use any tables for layout, and is based on the Deco grid approach which is currently in use on plone.org. It works perfectly in all browsers, including IE6.
The grid works in both fixed-width and flexible-width modes, there's a commented-out section in the top of the CSS file you can enable if you want fixed-width layout.
No substantial markup changes outside of the table removal - class and ID names are kept.
The theme uses some CSS3 features, but degrades gracefully.
The theme does not use any DTML.
When viewed on a device with less than 640px width, the portlets neatly tuck under the main content area. This means that the site works well with CSS-enabled devices like tablets and phones that may have limited resolution.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
plumi.app-4.5-1.lbn19.noarch
Plumi video sharing system
For more info see http://plumi.org
For installation instructions see docs/INSTALL.txt
For migration instructions see docs/MIGRATE.txt
For the Plumi Manual visit http://en.flossmanuals.net/Plumi/Introduction
Code repository: https://github.com/plumi/plumi.app
Questions and comments to discuss@lists.plumi.org
Report bugs at http://plumi.org/newticket
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
plumi.content-4.5-1.lbn19.noarch
Plumi Content Types Product
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
plumi.locales-4.4-1.lbn19.noarch
A package containing locales/translations for the Plumi suite
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
plumi.skin-4.5-1.lbn19.noarch
Plumi Skin product
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
pydot-1.2.2-1.lbn25.py37.noarch
An interface for creating both directed and non directed graphs from Python.
Currently all attributes implemented in the Dot language are supported (up
to Graphviz 2.16).
Output can be inlined in Postscript into interactive scientific environments
like TeXmacs, or output in any of the format's supported by the Graphviz
tools dot, neato, twopi.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
pygeoif-0.6-1.lbn19.noarch
A basic implementation of the __geo_interface__
PyGeoIf provides a GeoJSON-like protocol for geo-spatial (GIS) vector data.
So when you want to write your own geospatilal library with support for this protocol you may use pygeoif as a starting point and build your functionality on top of it
You may think of pygeoif as a 'shapely ultralight' which lets you construct geometries and perform very basic operations like reading and writing geometries from/to WKT, constructing line strings out of points, polygons from linear rings, multi polygons from polygons, etc. It was inspired by shapely and implements the geometries in a way that when you are familiar with shapely you feel right at home with pygeoif
It was written to provide clean and python only geometries for fastkml
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
pymongo-2.1.1-2.fc18.armv6hl
The Python driver for MongoDB.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
pymongo-3.0.3-1.lbn19.x86_64
The PyMongo distribution contains tools for interacting with MongoDB database from
Python. The bson package is an implementation of the BSON format for Python. The
pymongo package is a native Python driver for MongoDB. The gridfs package is a
gridfs implementation on top of pymongo.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19