This twiki application, is structure as follow:

---+ Objectives

Structure topics related to countries resources that can be easily searched using an html
form filled by user using dropdowns menus specifying what is his/her desire.

---+ Conventions
 
Topics in our twiki application must follow the parent child rules, that we examplify
here:
<verbatim>
China
    Economics
    Stat 1
        Pre Cultural Revolution
            Stat 1
            Stat 2
            ....
            Stat 101
        Post Cultural Revolution
            Stat 1
    Natural Resources
          Coal
              Stat 1
           Oil
              Stat 1

Japan
      (ETC ETC)
</verbatim>

User must fill the following forms when inserting:
   * Any Topic:
      * A classification of the topic: country or resource
   * A new Country:
      * Country Name
      * Country Capital
   * A new Resource:
      * Related Country
      * Resource Type (name)

---+ Implementation
   The following topics gives the implementation.
   * CountryForm
   * CountryResourceForm
   * CountryTemplate
   * ResourceTemplate
   * SearchCountryHtmlForm

What sould exist also in a more complete application:
   * AddNewCountryHtmlForm
   * AddNewResourceHtmlForm

Just to enforce some of previous conventions while facilitating
the user life when doing those tasks.
