Document Actions
1.1.
Conceptual Overview
Up one level
What is Plone?
Plone is a content management system (CMS) that you can use to build a web site. With Plone, ordinary people can contribute content to a web site without the help of a computer geek. Plone runs over the Web, too, so you don't need to install any special software on your computer. The word content is meant to be general, because you can publish so many types of information, including:

A Plone web site contains various kinds of content, including text, photos, and images. These can exist in many forms: documents, news items, events, videos, audio files, any types of file and data that can be uploaded or created on a web site. Content can also be uploaded from your local computer. You create folders on a Plone web site to hold content:

You Love Butterflies
For example, to add content about butterflies, you might add a folder named "Butterflies," then add some text into a web page in the folder:

And then you might add some butterfly photos to the folder:

You can add many types of content to a folder, including sub-folders. After adding a few reports and videos to the Butterflies folder, the content would be organized like this, with two sub-folders within the Butterflies folder:

That's all you need to know -- the rest is just details. ;-)
But first, for the curious:
What Goes on Behind the Scenes
You may wonder how it all works. A typical Plone web site exists as an installation of Plone software on a web server. The web server may be anywhere. At U of L, we have a "rack" of computers and some of those are dedicated to the task:

The diagram shows the many cables that connect individual server computers to the Internet, across fast network connections. Your Plone site is just software and databases installed on some of the individual server computers. As you type or click on your computer, data is sent up and down the networking cables and communication channels of the Internet to interact with the Plone software installation on the server.
Let's simplify the diagram showing how you interact with Plone:

You use your web browser -- Firefox, Safari, Internet Explorer, etc. -- to view and edit your Plone web site, and the changes are stored by the Plone software into its database storage system.
For example, imagine your butterfly Plone web site is located at the University's web site. You type http://louisville.edu/ into your web browser. After you press Enter, the following sequence of events happens as your browser talks to the louisville.edu web server:

The Plone software responds, :

Plone reads its database to look for information stored in louisville.edu. It then sends back the web page to your computer, in a code called HTML. HTML is a computer language that describes how a web page looks. It includes text, and information about graphics, fonts, the color of the background, and just about everything else. There are many online resources that can teach you HTML details, but one of Plone’s advantages is that you don’t need to know (much) about HTML. That’s one reason for Plone and other similar web software; to let you focus on your content, e.g., butterfly text and graphics, instead of learning a new computer language.
But back to our overview. Your web browser "renders" (translates) this HTML, and you see the resulting web page:

As you view your butterfly web page, you can choose to change it or add to it. You can also upload photos, documents, etc. at any time:

After you make your edits and click "save changes," the new version of the web page will be immediately available to anyone surfing to your site:

Now, on to the details...

