Personal tools
Skip to content. | Skip to navigation
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
The default theme for Plone 4.
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.
The GNU plotutils package contains software for both programmers and technical users. Its centerpiece is libplot, a powerful C/C++ function library for exporting 2-D vector graphics in many file formats, both vector and raster. It can also do vector graphics animations. Besides libplot, the package contains command-line programs for plotting scientific data. Many of them use libplot to export graphics
PLPA is an attempt to solve the problem that there are multiple API's for processor affinity within Linux. Specifically, the functions sched_setaffinity() and sched_getaffinity() have numbers and types of parameters depending on your Linux vendor and/or version of GLibc. This is quite problematic for applications attempting to use processor affinity in Linux for compile-time, link-time, and run-time reasons. plpa-libs contains runtime libraries.