Products.PloneSoftwareCenter

PloneSoftwareCenter is a tool that keeps track of software projects


License
GPL-2.0+
Install
pip install Products.PloneSoftwareCenter==1.6.4

Documentation

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.