Odin Assemble is a small footprint PHP framework designed to help you create and maintain dynamic websites without a content management system.

Web-Based Site Editing

Because Odin Assemble is not a content management system it does not include any web-based HTML or PHP editing tools. Since the Internet at large is an ever changing medium being able to update your web-site instantly is important. To provide real-time editing of your Odin Assemble based web-site we recommend using the popular SourceForge based Web File Browser.

While the Web File Browser provides numerous forms of user authentication, it should be configured to use the realm based authentication as shown in the box below (simply comment out the other authentication options):


	$authmethod = "realm"; 
	

Using the "realm" based authentication will guarantee compatibility with Odin Assemble.

As an added benefit the Web File Browser supports multiple users, access levels and even a "trashcan" similar to the one found on most desktops.

In order to take advantage of the "trashcan" feature of Web File Browser you'll need to create an additional directory /wfbtrash is the default location but that can be easily modified.