Book Preview: Plone 3 for Education

摘自: www.packtpub.com  被阅读次数: 125


yangyi 于 2010-01-29 20:36:02 提供


Climb the learning curve fast with focused, practical tips born of years of experience building educational Plone sites


In Detail

Plone enables your faculty and staff to manage their own web sites, but some assembly is still required. How do you represent courses online? What about assignment schedules, lecture podcasts, and collaborative spaces? That's where this book comes in—it takes the burden of routine updates off your web team by harnessing the world's most advanced free content management system.

This is the school web team's missing manual. Through step-by-step examples covering 11 common educational use cases, you'll learn how to take the box of parts provided by Plone, combine them with best-of-breed third-party plug-ins, and turn out a dynamic web environment that will be a joy to use for faculty, enhance staff productivity, and engage the student body.

Plone is powerful but complex. Its ease of use for end users belies a wealth of under-the-hood features and third-party add-ons that are time-consuming for back-end web teams to sort through. The book guides you on proven paths through the forest of potential that you encounter during design and deployment, starting you with reasonable choices for each of 11 common education-domain use cases. Each one enumerates the value it brings to your site and guides you step-by-step through an implementation suitable for the vast majority of cases, meaning you can spend your time addressing the unique needs of your institution—not reinventing the wheel.

Read the full Table of Contents for Plone 3 for Education


What you will learn from this book

* Build common e-learning tasks in Plone: assignment schedules, course materials, online turn-in forms, and class interaction using podcasts and forums
* Build school-wide and department-wise directories collecting contact info, biographies, and more
* Take care of necessities, like customizing the look of your site, setting up a production server, and running incremental backups
* Integrate audio and video with Plone: weaving it into pages, populating portlets, and podcasting it to the world
* Harness Plone4Artists Calendar product to improve the display of event listings
* Find tips on information architecture and usability, learning from the successes and mistakes of several sites

Approach

This book is written especially for time-constrained web teams. Every chapter is hands-on from start to finish, focusing on getting a value-adding site up fast. Necessary theory and tips on best practices are interspersed with the step-by-step instructions, broken out into sidebars so it informs your progress without impeding it. Also, every chapter is independent, dealing with a specific use case—for example, publishing video, creating forms, or representing assignment schedules and syllabi—so you can skip straight to what you need.

Most chapters require no programming at all. The few where we dig deeper (for example, to build our own plug-in products) are replete with working code samples and explanations of what's going on. A rudimentary knowledge of the Python programming language is helpful in these but is not essential.

Who this book is written for

Plone 3 for Education is for the makers of school web sites, from primary to university, from e-learning to public-facing, from tech-savvy teachers to seasoned software developers. A user-level familiarity with Plone is the only prerequisite; everything else is baked in.

Author(s)

Erik Rose

Erik Rose has consulted on the launch of dozens of successful departmental and college sites at Penn State University. He does on-site Plone and Python training, has written several popular Plone products—including FacultyStaffDirectory, WebServerAuth, and CustomNav—and speaks at world and regional Plone conferences about security, software architecture, and collaboration practices. He's also a member of the Plone 4 Framework Team and spokesman for the Plone 5 Framework Team.

Table of Contents
Preface
Chapter 1: Creating Courses
Chapter 2: Calendaring
Chapter 3: Showcasing Personnel with Faculty/Staff Directory
Chapter 4: Extending Faculty/Staff Directory
Chapter 5: Blogs and Forums
Chapter 6: Embedding Audio and Video
Chapter 7: Creating Forms Fast
Chapter 8: Styling Your Site
Chapter 9: Going Live
Chapter 10: Maintenance, Backups, and Upgrades
Index

* Preface

Up

* Chapter 1: Creating Courses
o Prepare a place for courses
+ Enable large folders
+ Create the "Courses" folder
o Create the course skeleton
o Add a lesson
+ The value of comments
+ Lesson materials: one page or many?
+ Add an assignment to the lesson
o Add course-wide events
o Use news items for course-specific announcements
+ Add a course news portlet
o Collect due dates on the course's front page
o Add a syllabus
o Reusing the course framework
o Summary
+ Where to go from here

Up

* Chapter 2: Calendaring
o Show events on a calendar
+ Meet Plone4Artists Calendar
+ Install Plone4Artists Calendar
o Exclude trivia from the site-wide calendar
o Build a browsable hierarchy with collections
+ Reorder subfolders the hard (but only) way
+ Keep keywords clean with Plone Keyword Manager
o Tips for event contributors
o Represent recurring events
+ Spotty support for showing recurrences
o Summary

Up

* Chapter 3: Showcasing Personnel with Faculty/Staff Directory
o Install the product
o Test drive Faculty/Staff Directory
+ Create a directory and choose global roles
+ Add people
+ Group people
# Classifications
# Committees
# Specialties
# Departments
# How grouping works: relationships, not containers
+ Views
# Gallery view
# Tabular view
# A-Z view
# Textual view
# Which views for which types?
+ Integrate users and groups
# Interoperating with enterprise authentication
# Delegating group administration
o Coming attractions
o Summary

Up

* Chapter 4: Extending Faculty/Staff Directory
o A look at Archetypes
o Introducing schemaextender
o Start your extender
+ Copy MobilePhoneExtender
+ Test your work so far
o Adapters: the anatomy of an Extender
+ Take this, make that
+ Constructor boilerplate
o Add the fax and publications fields
o Show the new fields in views
o Hide or change existing fields
o Off-the-shelf extenders
o Summary

Up

* Chapter 5: Blogs and Forums
o Plone's blogging potential
o Add-on products: free as in puppies
o News Items: blogging for the hurried or risk-averse
+ Structure of a news-item blog
+ News Item pros and cons
o Scrawl: a blog with a view
+ Pros and cons of scrawl
o QuillsEnabled: blogging bells and whistles
+ Pros and cons of QuillsEnabled
o QuillsEnabled + Scrawl: the perfect pair
o Forums with Ploneboard
+ Comments and conversations
+ Forums
+ Message boards
+ Harnessing Ploneboard's workflows
+ Example 1: Moderated forums as drop boxes
+ Example 2: Open forums for homework help
+ Example 3: Forums for group work collaboration
o Summary

Up

* Chapter 6: Embedding Audio and Video
o Meet the products
o Play standalone media
+ Player options
o Embed media in pages
+ Embed audio
+ Embed video
+ Embed media manually
# Enable the tags
# Insert the media
# Media in portlets
o Podcasting
+ Advertising on the iTunes store
+ iTunes U
o Summary

Up

* Chapter 7: Creating Forms Fast
o Install PloneFormGen
o A tour of PloneFormGen
+ Field types
+ Form Actions
# Emailing submissions
# Saving submissions in the ZODB
# Doing custom processing
# Combining form actions
o PloneFormGen versus Archetypes content objects
o Tasty recipes
+ Testing
+ Filling out content objects
o Summary

Up

* Chapter 8: Styling Your Site
o An overview of Plone theming
+ Through-the-web versus filesystem
+ A load of languages
+ Don't let theming hold you up
o Prepare your development environment
o Begin your theme
+ Install paster and ZopeSkel
+ Generate an empty theme
+ Clean up after paster
# Remove redundant package registration
# Remove MANIFEST.in
o Finalize installation
o Customize theme elements
o Customize Zope 2 elements
+ Changing images
+ Changing CSS
+ Changing HTML
# The motivation behind TAL
# Adding templates
o Customize Zope 3 elements
+ Example: Customizing the footer
# Step 1: Set up z3c.jbot
# Step 2: Override templates
+ Further Reading
o Summary

Up

* Chapter 9: Going Live
o Introducing the stack
+ A word about platforms
o ZEO and Zope
+ Considering buildout
+ Install the generator, and generate a buildout configuration
+ Make your first buildout tweaks
+ Add ZEO support to buildout.cfg
+ Add CacheFu to the buildout
+ Start it up
o Increase speed with caching
+ Crank up CacheFu
# Set up Squid
o Add Apache
+ Generate correct links with VirtualHostMonster
+ A sample Apache configuration
o Summary

Up

* Chapter 10: Maintenance, Backups, and Upgrades
o Pack the ZODB
+ Why to pack
+ Pack manually
+ Pack automatically
+ Schedule easily with /etc/cron.weekly
+ Schedule manually
o Back up Plone
+ Make incremental backups of the ZODB with repozo
+ Make repozo easier to use
+ Schedule nightly backups
+ Tweak your filesystem backups
+ What if I am a major credit card company?
+ Restore from backups
# The smoking hole scenario
# The deletion disaster
o Upgrade add-on products
o Upgrade Plone
o Summary

Up

* Index

Original link: http://www.packtpub.com/plone-3-...