Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Section
Column
width65%

Overview

Fluid Infusion trunk was restructured to make it easier to find, relate, and distinguish our code.

  • Components have all be moved into a "components" directory. This directory is then subdivided into individual directories for each of the specific components.
  • Framework code has been moved inside the "framework" directory. This directory is subdivided into core, fss, and renderer.
  • The lib directory is home to various 3rd party software that we depend on, e.g. jQuery.
  • A new pattern that has emerged, is to have individual directories for css, js, images, and etc. For example, a component will contain these sub-directories, as opposed to grouping all css, js together in a single higher level directory.

Below you will find images to help map your 0.8 directory to the new 1.0 structure.
While this is not a complete translation or the directory structure, it will point out key areas of interest.

Column
width35%
solid
Panel
borderStyle
borderColor#566b30
bgColor#fff
titleBGColor#D3E3C4
borderStylesolid
titleOn this Page
Table of Contents
toc
maxLevel
5
minLevel2maxLevel5

Structure

1.0 to 0.8

Components

...