GitXplorerGitXplorer
k

the-way-I-use-plone

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
9b44a08abd68d7b03b51769ef35fc6be68eb0965

Update

kkamon committed 11 years ago
Unverified
dfce63aa68120ce85eddce58631a4655e3e4e0a2

Update

kkamon committed 11 years ago
Unverified
8c5d8644c7f18cf272f1ab48d749b0728221dab2

Update README.md

kkamon committed 11 years ago
Unverified
9655ca5338b43d00c73b11e8ed54cd6def3c9b35

Initial commit

kkamon committed 11 years ago

README

The README file for this repository.

The way I use Plone

A collection of notes on my development and deployment practices with Plone.

Guiding principles and prerequisites

  • I do not expect all my use cases to have a Plone-based answer. It's even okay that some use cases do not have an answer. It's okay to fallback to manual solutions.

  • Ideally, I use a setup with Plone 4.3+ where the default content types are replaced with the Dexterity-based ones (plone.app.contenttypes).

  • I use my own buildout configuration, because it is easy for me, and that way, I know exactly what gets installed.

  • Whenever possible, I use browser views instead of TTW templates and scripts .

New technology, still under testing