Changeset 1320 in products


Ignore:
Timestamp:
Oct 6, 2009 1:47:39 PM (15 years ago)
Author:
olha
Message:

doc files updated

Location:
quintagroup.portletmanager.footer/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.portletmanager.footer/trunk/README.txt

    r531 r1320  
    44This package adds portlet manager in the page footer. 
    55 
    6 Installation 
    7 ============ 
    86 
    9 If you are using buildout: 
    10      
    11     * copy package to ``src`` directory 
    12     * add it in ``buildout.cfg`` 
    13     * start zope and install it with QuickInstaller 
     7Supported Plone version 
     8----------------------- 
    149 
    15 If you manually created zope instance: 
     10* 3.x 
    1611 
    17     * cd quintagroup.portletmanager.footer 
    18     * copy ``quintagroup`` directory and all it's contents to ``lib/python``  
    19       directory 
    20     * copy file ``quintagroup.portletmanager.footer-configure.zcml`` 
    21       to ``etc/package-includes`` directory 
    22     * start zope and install it with QuickInstaller 
     12Author 
     13------ 
    2314 
    24 Uninstallation 
    25 ============== 
     15* Bohdan Koval 
    2616 
    27     * uninstall package in QuickInstaller and stop zope 
    28     * remove package from ``buildout.cfg`` or zcml slug that was copied 
    29       to ``etc/package-includes`` 
    30     * remove package from directory where it was copied to (if you don't 
    31       need to use it in the future). 
     17Copyright (c) "Quintagroup": http://quintagroup.com/, 2009. 
     18 
     19support@quintagroup.com * quintessence of modern business 
  • quintagroup.portletmanager.footer/trunk/docs/HISTORY.txt

    r473 r1320  
    22========= 
    33 
    4 0.1 - Unreleased 
     40.1 (2009-10-06) 
    55---------------- 
    66 
  • quintagroup.portletmanager.footer/trunk/setup.py

    r473 r1320  
     1# -*- coding: utf-8 -*- 
    12from setuptools import setup, find_packages 
    23import os 
     
    78      version=version, 
    89      description="Portlet manager that is rendered in page footer", 
    9       long_description=open("README.txt").read() + "\n" + 
     10      long_description=open("README.txt").read() + "\n\n" + 
     11                       open(os.path.join("docs", "INSTALL.txt")).read() + "\n\n" + 
    1012                       open(os.path.join("docs", "HISTORY.txt")).read(), 
    1113      # Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers 
Note: See TracChangeset for help on using the changeset viewer.