Ticket #233 (closed task: fixed)
plumi.* eggs -- initial development
| Reported by: | andycat | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 0.3alpha - Plumi to Plone 3 |
| Component: | plone3 | Severity: | |
| Keywords: | Cc: | ||
| Who will test this: |
Description (last modified by andycat) (diff)
merge PlumiSkin? into plumi.skin
Fix installation bugs - just enough to for alpha release
Move PlumiSkin? out of EXTERNALS.txt on Plumi 0.3 trunk
Review EXTERNALS.txt on trunk, and remove unnecessary products
Plumi.app development - just enough to for alpha release
Create new plumi.* eggs - plumi.content, plumi.indytube, plumi.migration
Attachments
Change History
comment:2 Changed 4 years ago by andycat
have made plumi.content http://dev.plone.org/collective/browser/plumi.content/trunk
http://dev.plone.org/collective/changeset/85368
added it into src/ directory's 'svn:externals' also - http://plumi.org/changeset/904/plumi-buildout-plone3/trunk
added it to http://plumi.org/wiki/DevelopmentReleases
comment:3 Changed 4 years ago by andycat
Added it into the devel.cfg , to pick up the new egg http://plumi.org/changeset/904/plumi-buildout-plone3/trunk
comment:4 Changed 4 years ago by andycat
oops last link wrong : http://plumi.org/changeset/906/plumi-buildout-plone3/trunk
comment:5 Changed 4 years ago by andycat
plone.content was made using roughly this process: http://www.koansys.com/tech/create-plone-3-archetype-product-with-zopeskel-and-buildout
comment:6 Changed 4 years ago by andycat
Regenerated the skin product, using lastest paster template
paster create -t plone3_theme
comment:7 Changed 4 years ago by andycat
dunno if we have shared this link before, but again anyway : http://www.slideshare.net/wooda/martin-aspeli-extending-and-customising-plone-3
this: http://plone.org/documentation/how-to/extending-zopeskel-with-your-own-templates (indirectly perhaps) talk about paster "local commands" inside already created paster templates (like 'archectype', 'plone3_theme')
see:
paster addcontent -l
in the top-level of plumi.content for example
comment:8 Changed 4 years ago by andycat
This is an intro to paster - http://plone.org/documentation/how-to/use-paster
comment:9 Changed 4 years ago by andycat
andy@tebet:/opt/tebet-instances/plumi3.engagemedia.org/src/plumi.content$ paster addcontent -l
Available templates:
atschema: A handy AT schema builder
contenttype: A content type skeleton
form: A form skeleton
formfield: Schema field for a form
i18nlocale: An i18n locale directory structure
portlet: A Plone 3 portlet
view: A browser view skeleton
zcmlmeta: A ZCML meta directive skeleton
andy@tebet:/opt/tebet-instances/plumi3.engagemedia.org/src/plumi.content$ cd ../
andy@tebet:/opt/tebet-instances/plumi3.engagemedia.org/src$ cd plumi.skin/
andy@tebet:/opt/tebet-instances/plumi3.engagemedia.org/src/plumi.skin$ paster addcontent -l
Available templates:
form: A form skeleton
formfield: Schema field for a form
i18nlocale: An i18n locale directory structure
portlet: A Plone 3 portlet
view: A browser view skeleton
zcmlmeta: A ZCML meta directive skeleton
andy@tebet:/opt/tebet-instances/plumi3.engagemedia.org/src/plumi.skin$
comment:10 Changed 4 years ago by andycat
- Status changed from new to closed
- Resolution set to fixed
All 5 plumi eggs created now, in SVN, and added to the buildout svn.

plumi.migration