Fluid's Source Code Repository
The Fluid Project uses Subversion (SVN) for its source code repository. Most of Fluid's work is hosted within the central Fluid Project repository available at:
https://source.fluidproject.org/svn/![]()
The Sakai Image Gallery tool is available within Sakai's contrib repository at:
https://source.sakaiproject.org/contrib/ucb/image-gallery/![]()
How to Checkout Code
Fluid's source code can be checked out anonymously using the following SVN command:
svn co https://source.fluidproject.org/svn/fluid fluid
This will download the entire source tree, including branches. If you'd like to check out only the latest trunk for our component library, use the following command:
svn co https://source.fluidproject.org/svn/fluid/components/trunk components
Source Modules
Fluid's source code is split up into several modules, including:
- Fluid Components
: the collection of Fluid user interface components - The Image Gallery Portlet
: the JSR-168 configuration of the Sakai Image Gallery tool developed by UC Berkeley - The Open VULab (coming soon)
- Fluid Sandbox
: experimental and in-progress code
Licensing
All of Fluid's source code is dual-licensed under the ECL 2.0
and the New BSD
licenses. For details regarding how to apply the dual-license and for copies of Contributer License Agreements, see Fluid Licensing.