Version 5

    It is very easy to change the way information is displayed. All jsp are, just like the xml descriptors, stored in the repository. In each you can use infromation from a root context, that contains either information about all projects, or information about one project. Here's the description of the contexts:

     

    Projects-wide page:

     

    projects
       id
       name
       description
       companyname
       logo
       companylogo
       logopresent or logonotpresent (contexts, one or another)
       companylogopresent or companylogonotpresent (contexts, one or another)
       categories, services, jems, pages, outsidelinks
          id
          name
          description
    categories, services
       id
       name
       description
       projects
          (same info as above, but only 1 level deep, so without category, service, etc information)
    

     

    One-project page:

     

    Only the "projects" node from the context above.