PHP Classes

File: readme.txt

Recommend this page to a friend!
  Classes of Alexander Skakunov   FuseBox Manager   readme.txt   Download  
File: readme.txt
Role: Documentation
Content type: text/plain
Description: explanation, contacts, links
Class: FuseBox Manager
Generate Web applications using Fusebox framework
Author: By
Last change: added explanation
Date: 16 years ago
Size: 1,149 bytes
 

Contents

Class file image Download
FuseBox Manager FuseBoxManager class is a code generator which creates a FuseBox project from an XML file exported from mind-mapping programs. How to prepare good XML to succeed: XML is a tree; every node which has at least one leaf, is a branch and is considered as FuseBox circuit, whereas the leafes are FuseBox fuses. So your XML must have at least one branch (circuit) and and least one leaf (fuse): <sheet> <bubble text="project"> <!-- root node --> <bubble text="circuit_name"> <!-- branch node --> <bubble text="fuse_name" haschildren="false" depth="3" ></bubble> <!-- leaf node --> </bubble> </bubble> </sheet> Supported formats for now are: - Bubbl.us (http://bubbl.us/) - FreeMind (http://freemind.sourceforge.net/) New formats support can be implemented, please write me at i1t2b3@gmail.com External links: - more about FuseBox framework - http://www.fusebox.org/ - more about mind-mapping: http://en.wikipedia.org/wiki/Mind_Map - example of on-line mind-mapping project: http://bubbl.us/ - example of off-line mind-mapping project: http://freemind.sourceforge.net/ Skakunov Alex.