Changes between Version 4 and Version 5 of FAQ


Ignore:
Timestamp:
Mar 7, 2008, 11:31:50 AM (16 years ago)
Author:
pagameba
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v4 v5  
    33
    44===  Why did DMSG open source the core of Fusion?  ===
    5     DM Solutions Group has advocated open source since the company’s inception in 1998. Applying open source to the core of Fusion made sense for the following reasons:
     5DM Solutions Group has advocated open source since the company’s inception in 1998. Applying open source to the core of Fusion made sense for the following reasons:
    66
    7         * It was more efficient to collaborate on the core with Autodesk than for each company to do its own implementation of the core.
    8         * It allows us to focus on introducing value-added components and building and supporting solutions for customers and partners
    9         * Technology remains closer in sync to overall !MapGuide and !MapServer development, and this relationship reduces risk for customers.
     7 * It is more efficient to collaborate on the core with the community.
     8 * It allows us to focus on introducing value-added components and building and supporting solutions for customers and partners
     9 * Technology remains closer in sync to overall !MapGuide and !MapServer development, and this relationship reduces risk for customers.
    1010
    1111=== Where can I get Fusion? ===
    12     Fusion is hosted under the !MapGuide Open Source project at OSGeo (http://trac.osgeo.org/fusion).
     12Even though Fusion is not a recognized project of OSGeo, Fusion is hosted on the OSGeo infrastructure (http://trac.osgeo.org/fusion).
     13   
     14=== Will Fusion be an OSGeo Project ===
     15The Fusion project will seek incubation into OSGeo when it has established a working community and is likely to pass incubation.
    1316
    1417=== Does Fusion replace !MapGuide OS or !MapServer? ===
    15     Fusion sits on top of each mapping engine. Fusion handles the user interface between the client and !MapGuide OS or !MapServer.
     18Fusion sits on top of each mapping engine. Fusion handles the user interface between the client and !MapGuide OS or !MapServer.
    1619
    1720=== Is Fusion open source? ===
    18     Yes. Fusion provides a platform for extending the core functionality of the framework. The additional functionality may or may not be open source, depending on the author.
     21Yes. Fusion provides a platform for extending the core functionality of the framework. The additional functionality may or may not be open source, depending on the author.
    1922
    2023=== Does Fusion work with other mapping engines? ===
    21     Fusion currently works with !MapGuide Open Source and !MapServer.
     24Fusion currently works with !MapGuide Open Source and !MapServer.
    2225
    2326=== What kind of license does Fusion have? ===
    24     Fusion is released under the MIT license. A copy of the license is distributed with Fusion. For further information you can go to (http://www.opensource.org/licenses/).
     27Fusion is released under the MIT license. A copy of the license is distributed with Fusion. For further information you can go to (http://www.opensource.org/licenses/).
    2528
    2629=== How much does Fusion cost? ===
    27     The Fusion core is free to use and distribute according to the MIT license.
     30The Fusion core is free to use and distribute according to the MIT license.
    2831
    2932=== What operating systems does Fusion work on? ===
    30     Fusion is operating system agnostic. The Fusion framework is built largely in !JavaScript and PHP, both of which run on Windows, Linux, and Mac OSX.
     33Fusion is operating system agnostic. The Fusion framework is built largely in !JavaScript and PHP, both of which run on Windows, Linux, and Mac OSX.
    3134
    3235=== What browsers does Fusion work in? ===
    33     Fusion works in all major browsers: Internet Explorer (6+), !FireFox (2) and Safari.
     36Fusion works in all major browsers: Internet Explorer (6+), !FireFox (2) and Safari 3.  It may work in other browsers but your mileage will vary.  If you are interested in making it work in your favorite browser, please become involved and contribute to the project.
    3437
    3538=== Does Fusion require any plug-ins or !ActiveX controls? ===
    36     Fusion requires no plug-ins or proprietary technologies.
     39Fusion requires no plug-ins or proprietary technologies.
    3740
    3841=== What data formats are compatible with Fusion? ===
    39     Fusion supports all data sources served by !MapGuide Open Source and !MapServer.
     42Fusion supports all data sources served by !MapGuide Open Source and !MapServer.
    4043
    4144=== What web servers are compatible with Fusion? ===
    42     Fusion works with all major web servers, including IIS and Apache.
     45Fusion works with IIS and Apache.  Fusion may work with other web servers if they support PHP and !MapServer or !MapGuide OS.
    4346
    4447=== What functionality comes with Fusion? ===
    45     Fusion is bundled with many of the typical functions you’d expect from a web-mapping framework. Fusion includes navigation widgets (e.g., zoom In, zoom out, pan, etc.), legend controls (e.g., view, layer management, etc.), GUI widgets (e.g., buttons, menus, tree views, panels, dialogs, etc.), and many more. For a complete list, please see the Fusion documentation.
     48Fusion is bundled with many of the typical functions you’d expect from a web-mapping framework. Fusion includes navigation widgets (e.g., zoom in, zoom out, pan, etc.), legend controls (e.g., view, layer management, etc.), GUI widgets (e.g., buttons, menus, tree views, panels, dialogs, etc.), and many more. For a complete list, please see the [wiki:Documentation Fusion documentation].
    4649
    4750=== What technologies is Fusion based on? ===
    48     The Fusion core and widget library are built in !JavaScript. Fusion uses several open source libraries for specific portions of the code base. For instance, Fusion incorporates Prototype because Prototype handles objects efficiently. The Fusion documentation describes all libraries that the framework uses. Also, some dependencies on PHP for server-side processing are accessed via AJAX.
     51The Fusion core and widget library are built in !JavaScript. Fusion uses several open source libraries for specific portions of the code base. For instance, Fusion incorporates Prototype because Prototype handles objects efficiently. The Fusion documentation describes all libraries that the framework uses. Also, some dependencies on PHP for server-side processing are accessed via AJAX.
    4952
    5053=== Who built Fusion? ===
    51     DM Solutions Group Inc. built Fusion.  Ongoing maintenance of the project is shared by a number of parties.
     54DM Solutions Group Inc. built Fusion.  Ongoing maintenance of the project is shared by a number of parties.
    5255
    5356=== I found a bug—who do I tell? ===
    54     Issues, bugs, documentation errors, etc. can be reported via the Fusion project page at OSGeo (http://trac.osgeo.org/fusion).
     57Issues, bugs, documentation errors, etc. can be reported via the Fusion project page at OSGeo (http://trac.osgeo.org/fusion/wiki/FilingBugs).
    5558
    5659=== What programming skills are required to work with Fusion? ===
    57     Basic HTML, CSS, and !JavaScript skills are required to manipulate Fusion beyond the basic templates provided with the download package. Much of the functionality required to build rich web-mapping applications has already been created; developers, designers, and general web enthusiasts can fashion these snippets of code to suit their style requirements.
     60Basic HTML, CSS, and !JavaScript skills are required to manipulate Fusion beyond the basic templates provided with the download package. Much of the functionality required to build rich web-mapping applications has already been created; developers, designers, and general web enthusiasts can fashion these snippets of code to suit their style requirements.
    5861