Skip to content

andreasma/Products.PloneSoftwareCenter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Products.PloneSoftwareCenter is a Plone add-on that keeps track of software projects, software releases, and other related information in Plone as Plone content. It was originally created to power the downloads section of plone.org.

Features

As of version 1.5, Products.PloneSoftwareCenter supports the Python Package Index API.

Installation

  • Add Products.PloneSoftwareCenter to the eggs parameter of your instance section:

    [instance]
    recipe = plone.recipe.zope2instance
    eggs =
        Plone
        …
        Products.PloneSoftwareCenter
  • Run bin/buildout.
  • Restart Plone.
  • Install the add-on in Site Setup -> Add-ons.

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • Other 0.4%