<mediawiki xmlns="http://www.mediawiki.org/xml/export-0.11/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mediawiki.org/xml/export-0.11/ http://www.mediawiki.org/xml/export-0.11.xsd" version="0.11" xml:lang="de">
  <siteinfo>
    <sitename>CodeCoupler Wiki</sitename>
    <dbname>coco1_wiki</dbname>
    <base>https://archive.codecoupler.org/index.php?title=Hauptseite</base>
    <generator>MediaWiki 1.43.6</generator>
    <case>first-letter</case>
    <namespaces>
      <namespace key="-2" case="first-letter">Medium</namespace>
      <namespace key="-1" case="first-letter">Spezial</namespace>
      <namespace key="0" case="first-letter" />
      <namespace key="1" case="first-letter">Diskussion</namespace>
      <namespace key="2" case="first-letter">Benutzer</namespace>
      <namespace key="3" case="first-letter">Benutzer Diskussion</namespace>
      <namespace key="4" case="first-letter">CodeCoupler</namespace>
      <namespace key="5" case="first-letter">CodeCoupler Diskussion</namespace>
      <namespace key="6" case="first-letter">Datei</namespace>
      <namespace key="7" case="first-letter">Datei Diskussion</namespace>
      <namespace key="8" case="first-letter">MediaWiki</namespace>
      <namespace key="9" case="first-letter">MediaWiki Diskussion</namespace>
      <namespace key="10" case="first-letter">Vorlage</namespace>
      <namespace key="11" case="first-letter">Vorlage Diskussion</namespace>
      <namespace key="12" case="first-letter">Hilfe</namespace>
      <namespace key="13" case="first-letter">Hilfe Diskussion</namespace>
      <namespace key="14" case="first-letter">Kategorie</namespace>
      <namespace key="15" case="first-letter">Kategorie Diskussion</namespace>
    </namespaces>
  </siteinfo>
  <page>
    <title>Hauptseite</title>
    <ns>0</ns>
    <id>1</id>
    <revision>
      <id>467</id>
      <parentid>466</parentid>
      <timestamp>2017-11-29T19:39:18Z</timestamp>
      <contributor>
        <username>Tm</username>
        <id>2</id>
      </contributor>
      <comment>/* Used Backend Libraries */</comment>
      <origin>467</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="6327" sha1="hvx9zxwr5si4xhtll1gg39f6fwus763" xml:space="preserve">{{Quote|If I have seen further it is by standing on the shoulders of giants.|Isaac Newton following Bernard of Chartres&lt;br&gt;http://en.wikipedia.org/wiki/Standing_on_the_shoulders_of_giants}}

CodeCoupler is a compilation of web development libraries, put them together in a small footprint framework. The goal was to enclose the most used code and libraries in a easy-to-use framework, hoping never have to write the basics of a web application again. In contrast to other big frameworks this one is based on numerous small libraries specialized in solving a specific topic. This is the best approach in my view and this is the attempt bundling all these specialists out there under one roof.

== Used Backend Libraries ==

{| class="wikitable"
|-
| Name &amp; Homepage
|| Version &amp; Download
|| Documentation
|| Download
|| Licence
|| Remarks
|-
|  [http://codeigniter.com/ CodeIgniter]
|| [https://github.com/bcit-ci/CodeIgniter/archive/3.1.6.tar.gz 3.1.6]
|| [https://www.codeigniter.com/user_guide/ Documentation]
|| [https://codeigniter.com/download Download]
|| [https://www.codeigniter.com/user_guide/license.html MIT]
|| -
|-
|  [http://blog.tedivm.com/category/projects/jshrink/ JShrink]
|| [https://github.com/tedious/JShrink/archive/v1.2.0.tar.gz 1.2.0]
|| [https://github.com/tedious/JShrink Documentation]
|| [https://github.com/tedious/JShrink/releases Download]
|| [https://github.com/tedious/JShrink/blob/master/LICENSE BSD 3-clause]
|| -
|-
|  [http://adaptive-images.com/ Adaptive Images]
|| [http://adaptive-images.com/content/downloads/adaptive-images.1.5.2.zip 1.5.2]
|| [http://adaptive-images.com/details.htm Documentation]
|| [http://adaptive-images.com/download.htm Download]
|| [https://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported License]
|| Library used to write an own class that fits into the CodeIgniter schema.
|-
|  [http://leafo.github.io/scssphp/ scssphp]
|| [https://github.com/leafo/scssphp/archive/v0.7.1.tar.gz 0.7.1]
|| [http://leafo.github.io/scssphp/docs/ Documentation]
|| [https://github.com/leafo/scssphp/releases Download]
|| [https://raw.githubusercontent.com/leafo/scssphp/master/LICENSE.md MIT]
|| -
|-
|  [http://benedmunds.com/ion_auth/ Ion Auth]
|| [https://github.com/benedmunds/CodeIgniter-Ion-Auth/archive/2.zip Master Branch]
|| [http://benedmunds.com/ion_auth/ Documentation]
|| [http://benedmunds.com/ion_auth/ Download]
|| [https://github.com/benedmunds/CodeIgniter-Ion-Auth/blob/2/LICENSE MIT]
|| -
|-
|  [https://tcpdf.org/ TCPDF]
|| [https://github.com/tecnickcom/TCPDF/archive/6.2.13.tar.gz 6.2.13]
|| [https://tcpdf.org/docs/ Documentation]
|| [https://github.com/tecnickcom/TCPDF/releases Download]
|| [https://github.com/tecnickcom/TCPDF/blob/master/LICENSE.TXT LGPL]
|| -
|-
|  [https://github.com/PHPMailer/PHPMailer PHPMailer]
|| [https://github.com/PHPMailer/PHPMailer/archive/v6.0.1.tar.gz 6.0.1]
|| [https://github.com/PHPMailer/PHPMailer/wiki Documentation]
|| [https://github.com/PHPMailer/PHPMailer/releases Download]
|| [https://github.com/PHPMailer/PHPMailer/blob/master/LICENSE LGPL-2.1]
|| -
|}

== Prepared for Frontend Components ==

{| class="wikitable"
|-
| Name &amp; Homepage
|| Version &amp; Download
|| Documentation
|| Download
|| Licence
|| Remarks
|-
| [http://getbootstrap.com/ Bootstrap]
|| [https://github.com/twbs/bootstrap/releases/download/v4.0.0-beta.2/bootstrap-4.0.0-beta.2-dist.zip 4.0.0-beta.2]
|| [http://getbootstrap.com/docs/4.0/getting-started/introduction/ Documentation]
|| [http://getbootstrap.com/docs/4.0/getting-started/download/ Download]
|| [https://github.com/twbs/bootstrap/blob/master/LICENSE MIT]
|| -
|-
|  [https://jquery.com jQuery]
|| [https://code.jquery.com/jquery-3.2.1.min.js 3.2.1]
|| [http://api.jquery.com/ Documentation]
|| [https://jquery.com/download/ Download]
|| [https://jquery.org/license/ MIT]
|| -
|-
|  [https://www.telerik.com/kendo-ui/open-source-core Kendo UI Core]
|| 3.2.1
|| [https://docs.telerik.com/kendo-ui/introduction Documentation]
|| [https://www.telerik.com/download/kendo-ui-core Download]
|| [https://github.com/telerik/kendo-ui-core/blob/master/LICENSE.md Apache License 2.0]
|| -
|-
|  [https://momentjs.com/ Moment.js]
|| [https://momentjs.com/downloads/moment-with-locales.min.js 2.19.2]
|| [https://momentjs.com/docs/ Documentation]
|| [https://momentjs.com/ Download]
|| [https://github.com/moment/moment/blob/develop/LICENSE MIT]
|| -
|-
|  [https://momentjs.com/timezone/ Moment Timezone]
|| [https://momentjs.com/downloads/moment-timezone-with-data.min.js 0.5.14-2017c]
|| [https://momentjs.com/timezone/docs/ Documentation]
|| [https://momentjs.com/timezone/ Download]
|| [https://github.com/moment/moment-timezone/blob/develop/LICENSE MIT]
|| -
|-
|  [https://material.io/icons/ Google Material Icons]
|| [https://github.com/google/material-design-icons/archive/3.0.1.tar.gz 3.0.1]
|| [http://google.github.io/material-design-icons/ Documentation]
|| [https://github.com/google/material-design-icons/tree/master/iconfont Download]
|| [https://github.com/google/material-design-icons/blob/master/LICENSE Apache License 2.0]
|| Only the icon font.
|}

== Special Thanks ==

Special thanks go to the following Stack Overflow Authors:

{| class="wikitable"
|-
! Used in !! Link to Code !! Author
|-
| [[Mods: Automatic Base Detection]] || [http://stackoverflow.com/a/21027742 Used Code] || [http://stackoverflow.com/users/851273/jon-lin Jon Lin]
|}

== Using the Framework ==

* [[Using the Framework: Basics]]
* [[Using the Framework: Get Started]]
* [[Using the Framework: JavaScript Controlls]] &lt;span style="color:red"&gt;Not Ready&lt;/span&gt;

==  Tips and Tricks ==

* [[Tips and Tricks: CodeIgniter]]
* [[Tips and Tricks: Bootstrap]]
* [[Tips and Tricks: carouFredSel]]
* [[Tips and Tricks: Elementary CSS Hacks]]
* [[Tips and Tricks: Legacy Browser Support]]

== Details ==

=== Modifications &amp; Enhancements of the CodeIgniter Framework ===
* [[Mods: Summary]]
* [[Mods: Catchable CodeIgniter Errors]]
* [[Mods: Automatic Base Detection]]

=== CodeCoupler Libraries ===

* [[Libraries: Master]]
** [[Libraries: Master: Components Overview]]
** [[Libraries: Master: Adding New Components]]

=== CodeCoupler Controllers ===

* [[Controllers: Asset Management]]

== Advanced ==

* [[Extending the Framework]] &lt;span style="color:red"&gt;Not Ready&lt;/span&gt;</text>
      <sha1>hvx9zxwr5si4xhtll1gg39f6fwus763</sha1>
    </revision>
  </page>
</mediawiki>
