Skip to content

Beyondskins Lost Katana Theme, is an installable Diazo theme for Plone 4

Notifications You must be signed in to change notification settings

plone-ve/beyondskins.lostkatana

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raider of the lost katana

Beyondskins Raiders of lost katana Theme is an installable Plone Theme developed by Simples Consultoria using the theming and packaging features available in plone.app.theming.

You could use this theme in your project or as a start for you own Diazo themes -- but send us a postcard, ok ;-)

  • From the Plone 4.1.x To the Plone 4.3 latest version (https://plone.org/download)
  • The plone.app.theming package (will be installed as a dependency of this package)

Layout of the site when viewed in a computer resolution:

https://github.com/simplesconsultoria/beyondskins.lostkatana/raw/master/beyondskins/lostkatana/theme/preview.jpg

  • It's an installable Plone Theme package.
  • After installation from Add-ons controlpanel, this theme is enabled automatically.
  • Also it's a simple Diazo package (Zip file).
  • It's have support for clean uninstallation.

If you are an end user, you might enjoy installation via zip file import.

  1. Download a zip file.
  2. Import the theme from the Diazo theme control panel.

Enabling the theme

Select and enable the theme from the Diazo control panel. That's it!

If you are a developer, you might enjoy installing it via buildout.

For install beyondskins.lostkatana package add it to your buildout section's eggs parameter e.g.:

[buildout]
 ...
 eggs =
     ...
     beyondskins.lostkatana

and then running bin/buildout.

Or, you can add it as a dependency on your own product setup.py file:

install_requires=[
    ...
    'beyondskins.lostkatana',
],

The project is licensed under the GPLv2.

  • Andre Nogueira (agnogueira at gmail dot com) - Conception and prototype.
  • Leonardo J. Caballero G. aka macagua (leonardocaballero at gmail dot com).

You can find an updated list of package contributors on https://github.com/simplesconsultoria/beyondskins.lostkatana/contributors

Releases

No releases published

Packages

No packages published

Languages

  • CSS 47.5%
  • Python 32.3%
  • HTML 17.2%
  • JavaScript 3.0%