jarus
jarus

Reputation: 1873

eZ Publish beginner

i am trying to learn eZ publish CMS , and i could not find any decent tutorials which is easy to understand and learn , plz if anybody could help me out with the links to any useful tutorials i would really appreciate it....

Upvotes: 1

Views: 2095

Answers (6)

graniteBran
graniteBran

Reputation: 1

Adding these links for more relevant times.

Those who wish to explore eZ Publish, it now sits on the Symfony framework (full-stack).

eZ Publish 4.x and older versions are now considered the "Legacy Stack" ("LS"). eZ Publish LS will be supported throughout version 5.x with fallback functionality however the support may be dropped on versions 6.x and LS may even be removed from the download package in versions 7.x.

So here are some links to get you started:

  • eZ Publish 5.x Documentation which provides links to:

    • eZ Systems on GitHub

    • eZ Systems JIRA Tracker

    • eZ Publish on is on IRC: #ezpublish, irc.freenode.net

    • Symfony Documentation (for learning the framework's layout, yml, twig etc)

    • Share.ez.no: Read tutorials, blogs and forum posts on the share portal

  • Get involved with the North America meetup. We have monthly code shares and other meetups.

Upvotes: 0

Kelly Milligan
Kelly Milligan

Reputation: 588

packt publishing also has an ez publish book available.

http://www.packtpub.com/Managing-eZ-Publish-Web-Open-Source/book

Upvotes: 0

Danger14
Danger14

Reputation: 760

Try going to http://doc.ez.no/. Until I took the official eZ Publish Basics Training Course, I had a hard time grasping it as well. eZ language is not Smarty so don't try going that route. Read both the technical manual and user manuals which are currently written by Europeans so it's hard to read. An American copywriter is re-writing them for easier comprehension.

Upvotes: 0

Ronan
Ronan

Reputation: 4321

2 links :

  • A great collection of up-to-date tutorials : An Introduction to Developing eZ Publish Extensions, Creating a simple custom workflow event, A Quick and Friendly Introduction to eZPersistentObject, Fetching User Objects with PHP, Understanding and developing fetch functions, learning eZFind, etc.
  • Some other eZ Publish Tutorial on Siteground.com

Upvotes: 2

Tom
Tom

Reputation: 5835

The documentation, althought a bit sparse in places, should cover enough to get you started.

What are you looking to learn? The content management/user side, template development, module development?

The latter completely lacks documentation, but you can pick up template development by taking a look at ezwebin (bundled with the installation) and looking at the Reference section of the technical manual.

Upvotes: 2

matiit
matiit

Reputation: 8017

You want to use this CMS or you want to develop it?

Upvotes: 0

Related Questions