Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhenke/developing-coldfusion-9-applications
https://github.com/mhenke/developing-coldfusion-9-applications
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mhenke/developing-coldfusion-9-applications
- Owner: mhenke
- Created: 2011-06-29T23:36:40.000Z (over 13 years ago)
- Default Branch: develop
- Last Pushed: 2011-07-01T02:39:56.000Z (over 13 years ago)
- Last Synced: 2024-11-11T09:50:01.567Z (3 months ago)
- Homepage: http://help.adobe.com/en_US/ColdFusion/9.0/Developing/index.html
- Size: 11.3 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.markdown
Awesome Lists containing this project
README
# readme
Developing ColdFusion 9 Applications on Github was modified from "Developing ColdFusion 9 Applications":http://help.adobe.com/en_US/ColdFusion/9.0/Developing/index.html
## Abstract
"ColdFusion":http://adobe.com/coldfusion is a powerful web language. The Developing Adobe ColdFusion 9 Applications guide provides tools for developing Internet applications using Adobe ColdFusion. The guide is intended for web application programmers who are learning ColdFusion or want to extend their ColdFusion programming knowledge. It provides a solid grounding in the tools that ColdFusion provides to develop many different types of web applications of varying complexity.
## License
This guide is licensed for use under the terms of the Creative Commons Attribution Non-Commercial 3.0 License. This License allows users to copy, distribute, and transmit the guide for noncommercial purposes only so long as (1) proper attribution to Adobe is given as the owner of the guide; and (2) any reuse or distribution of the guide contains a notice that use of the guide is governed by these terms. The best way to provide notice is to include the following link. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/
Adobe, the Adobe logo, ColdFusion, and Flash are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries. Java is a trademark or registered trademark of Sun Microsystems, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Adobe Systems Incorporated, 345 Park Avenue, San Jose, California 95110, USA.
## Contributors
Please add yourself if you helped:
Mike Henke ([email protected]) - "https://github.com/mhenke/":https://github.com/mhenke/
## File / Folder Structure and Translation
The file and folder structure is based the Pro Git book's github repository at "https://github.com/progit/progit":https://github.com/progit/progit . Please support this kind of book publishing from Apress by purchasing a print copy of Pro Git at Amazon: http://tinyurl.com/amazonprogit
If you wish to translate this guide, please put your translation into the appropriate subdirectory of this project (ie: 'it' for Italian and so forth) and send me (mhenke) a pull request.
## Git Workflow for Contributors
This project uses the excellent "Git Workflow series":http://www.silverwareconsulting.com/index.cfm/Git-Workflow by "Bob Silverburg":https://github.com/bobsilverberg/ for contributions.
## Dealing with line endings
Before contributing, please read this "http://help.github.com/dealing-with-lineendings/":http://help.github.com/dealing-with-lineendings/