Home | Index

r3 User Guide

Chapter 3. Getting Started

Before you set up your r3 project, there are several things to consider:

This and the following chapter show how to use r3 using the example of creating a simple r3 project. r3 is to be able to manage multiple websites in multiple languages, so our example project creates three separate (but related) web products in four different languages.

Our example consists of the following products:

The products are built for the following countries (intls):

There is a good deal of interrelationship between some of these products and international sites (intls). For example, wine and cookery, can share similar styles (one could be a sub site of the other). Concerning intl, ca shares its language with fr and much of its culture with us. However, cars and cookery have little in common, as is the case with ca and jp.

Combining these two axes gives us 3 * 4 = 12 web sites to build:

To reduce complexity, each website will use R3 on a sngle page. Each page shares a simple, common structure:

Each component of that page has its own template:

With this structure in mind, the next chapter, Using the r3 Command Line Interface, explains how to use the command-line interface.