Overview
A reference to all third-party libraries used in the FarCry code base need to be recorded here along with the following information:
- codebase name
- Short description of what it does
- location of project home page
- codebase distribution license
- general description of use in FarCry Core
Please put the codebases in alphabetic order based on name, wherever possible.
TinyMCE
TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL by Moxiecode Systems AB. It has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances. TinyMCE is very easy to integrate into other Content Management Systems.
- Home: http://tinymce.moxiecode.com/
- License: LGPL
- Location: Used as default rich text editor in core.
FABridge
The Bridge class, responsible for navigating AS instances.
- Location: Used when embedding Flex applications in HTML pages (/core/webtop/admin/ui/flexassets/FABridge.js)
Copyright 2006 Adobe Systems Incorporated Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
DataRequestor
This class wraps the XMLHttpRequest object with a friendly API that makes complicated data requests trivial to impliment in your application.
- Home: http://mikewest.org/
- License: LGPL 2.1
- Location: Used for AJAX calls in various places in core (/core/webtop/includes/lib/DataRequestor.js
JSON
Functions for converting JavaScript data to and from JSON strings.
- Home: http://json.org
- Location: Does not appear to me in use (/core/webtop/includes/lib/json.js)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The Software shall be used for Good, not Evil. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
qForm JavaScript API
This library provides a API to forms on your page. This simplifies retrieval of field values by providing methods to retrieve the values from fields, without having to do complicate coding.
- Home: http://www.pengoworks.com/qForms/
- License: LGPL 2.1
- Location: Included for backwards compatibility (/core/webtop/includes/lib/qforms.js)
DHTML Calendar
- Home: http://www.dynarch.com/projects/calendar
- License: LGPL
- Location: Included for backwards compatibility (/core/webtop/js/calendar)
DateJS
A JavaScript date library. Ninja!
- Home: http://www.datejs.com/
- License: MIT
- Location: (/core/webtop/js/dateJS)
Ext JS Library 2.0.2
A cross-browser JavaScript library for building rich internet applications.
- Home: http://extjs.com/
- Licence: http://extjs.com/license
- Location: Used for UI effects, formtools, and AJAX calls in core (/core/webtop/js/ext)
Really easy field validation
A form validation script that is very easy to use.
- Home: http://tetlaw.id.au/view/javascript/really-easy-field-validation
- Location: Used for FarCry form validation (/core/webtop/js/formValidation)
* Copyright (c) 2007 Andrew Tetlaw * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, * modify, merge, publish, distribute, sublicense, and/or sell copies * of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be * included in all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE.