Changes between Version 2 and Version 3 of FAQ


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

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v2 v3  
    22= FAQ =
    33
    4 '''Why did DMSG open source the core of Fusion?'''
     4===Why did DMSG open source the core of Fusion?===
    55    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:
    66
     
    99        * Technology remains closer in sync to overall !MapGuide and !MapServer development, and this relationship reduces risk for customers.
    1010
    11 '''Where can I get Fusion?'''
     11===Where can I get Fusion?===
    1212    Fusion is hosted under the !MapGuide Open Source project at OSGeo (http://trac.osgeo.org/fusion).
    1313
    14 '''Does Fusion replace !MapGuide OS or !MapServer?'''
     14===Does Fusion replace !MapGuide OS or !MapServer?===
    1515    Fusion sits on top of each mapping engine. Fusion handles the user interface between the client and !MapGuide OS or !MapServer.
    1616
    17 '''Is Fusion open source?'''
     17===Is Fusion open source?===
    1818    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.
    1919
    20 '''Does Fusion work with other mapping engines?'''
     20===Does Fusion work with other mapping engines?===
    2121    Fusion currently works with !MapGuide Open Source and !MapServer.
    2222
    23 '''What kind of license does Fusion have?'''
     23===What kind of license does Fusion have?===
    2424    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/).
    2525
    26 '''How much does Fusion cost?'''
     26===How much does Fusion cost?===
    2727    The Fusion core is free to use and distribute according to the MIT license.
    2828
    29 '''What operating systems does Fusion work on?'''
     29===What operating systems does Fusion work on?===
    3030    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.
    3131
    32 '''What browsers does Fusion work in?'''
     32===What browsers does Fusion work in?===
    3333    Fusion works in all major browsers: Internet Explorer (6+), !FireFox (2) and Safari.
    3434
    35 '''Does Fusion require any plug-ins or !ActiveX controls?'''
     35===Does Fusion require any plug-ins or !ActiveX controls?===
    3636    Fusion requires no plug-ins or proprietary technologies.
    3737
    38 '''What data formats are compatible with Fusion?'''
     38===What data formats are compatible with Fusion?===
    3939    Fusion supports all data sources served by !MapGuide Open Source and !MapServer.
    4040
    41 '''What web servers are compatible with Fusion?'''
     41===What web servers are compatible with Fusion?===
    4242    Fusion works with all major web servers, including IIS and Apache.
    4343
    44 '''What functionality comes with Fusion?'''
     44===What functionality comes with Fusion?===
    4545    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.
    4646
    47 '''What technologies is Fusion based on?'''
     47===What technologies is Fusion based on?===
    4848    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.
    4949
    50 '''Who built Fusion?'''
     50===Who built Fusion?===
    5151    DM Solutions Group Inc. built Fusion.  Ongoing maintenance of the project is shared by a number of parties.
    5252
    53 '''I found a bug—who do I tell?'''
     53===I found a bug—who do I tell?===
    5454    Issues, bugs, documentation errors, etc. can be reported via the Fusion project page at OSGeo (http://trac.osgeo.org/fusion).
    5555
    56 '''What programming skills are required to work with Fusion?'''
     56===What programming skills are required to work with Fusion?===
    5757    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.
     58