Rushabh Mehta | 4a2f0f8 | 2013-05-22 11:57:05 +0530 | [diff] [blame^] | 1 | <div class="appframe col col-lg-12 layout-attributions"> |
Rushabh Mehta | bda54e5 | 2012-12-24 12:52:15 +0530 | [diff] [blame] | 2 | <div class="layout-appframe"></div> |
| 3 | <div class="layout-main"> |
| 4 | <h3>ERPNext is made using these Awesome Open Source Projects <i class="icon-heart" style="color: red"></i></h3> |
Rushabh Mehta | 4c1e9e7 | 2012-03-01 13:30:34 +0530 | [diff] [blame] | 5 | <hr> |
Rushabh Mehta | bda54e5 | 2012-12-24 12:52:15 +0530 | [diff] [blame] | 6 | <table class="table table-bordered table-striped"> |
| 7 | <tbody> |
| 8 | <tr> |
Rushabh Mehta | 7edf899 | 2012-12-25 18:18:17 +0530 | [diff] [blame] | 9 | <td><a href="https://github.com/webnotes/erpnext">ERPNext</a></td> |
| 10 | <td>Web based, Open Source ERP. <br> |
| 11 | Get top class hosting and support at <a href="https://erpnext.com">ERPNext.com</a></td> |
Rushabh Mehta | bda54e5 | 2012-12-24 12:52:15 +0530 | [diff] [blame] | 12 | </tr> |
| 13 | <tr> |
Rushabh Mehta | 7edf899 | 2012-12-25 18:18:17 +0530 | [diff] [blame] | 14 | <td><a href="https://github.com/webnotes/wnframework">wnframework</a></td> |
| 15 | <td>The full stack Python + Javascript web application framework on which ERPNext is built.</td> |
Rushabh Mehta | bda54e5 | 2012-12-24 12:52:15 +0530 | [diff] [blame] | 16 | </tr> |
| 17 | <tr> |
| 18 | <td><a href="http://en.wikipedia.org/wiki/Linux">Linux Operating System</a></td> |
| 19 | <td>The operating system that brought a revolution in Open Source software.</td> |
| 20 | </tr> |
| 21 | <tr> |
| 22 | <td><a href="http://www.mysql.com/">MySQL Database</a></td> |
| 23 | <td>The world's most popular Open Source Database.</td> |
| 24 | </tr> |
| 25 | <tr> |
| 26 | <td><a href="http://httpd.apache.org">Apache HTTPD web server</a></td> |
| 27 | <td>The Number One HTTP Server On The Internet.</td> |
| 28 | </tr> |
| 29 | <tr> |
Rushabh Mehta | 758131b | 2013-03-12 11:07:45 +0530 | [diff] [blame] | 30 | <td><a href="http://memcached.org/">Memcached</a></td> |
| 31 | <td>Free & open source, high-performance, distributed memory object caching system.</td> |
| 32 | </tr> |
| 33 | <tr> |
Rushabh Mehta | bda54e5 | 2012-12-24 12:52:15 +0530 | [diff] [blame] | 34 | <td><a href="http://python.org/">Python Programming Language</a></td> |
| 35 | <td>The "batteries included" language that lets you write elegant code, quickly.<br><br>Python Libraries: |
| 36 | <ul> |
| 37 | <li>MySQLdb |
| 38 | <li>pytz |
| 39 | <li>jinja2 |
| 40 | <li>markdown2 |
| 41 | <li>dateutil |
| 42 | <li>termcolor |
| 43 | <li>python-memcached |
Anand Doshi | 9beae1e | 2013-04-18 19:41:28 +0530 | [diff] [blame] | 44 | <li>requests |
| 45 | <li>chardet |
| 46 | <li>pygeoip |
| 47 | <li>dropbox |
| 48 | <li>google-api-python-client |
Rushabh Mehta | bda54e5 | 2012-12-24 12:52:15 +0530 | [diff] [blame] | 49 | </ul> |
| 50 | </td> |
| 51 | </tr> |
| 52 | <tr> |
| 53 | <td><a href="http://git-scm.com/">Git - Source Code Management</a></td> |
| 54 | <td>Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.<br><br> |
| 55 | Kindly hosted on the web by <a href="https://github.com">GitHub</a>: The service that makes it easier for individuals and teams to write better code, faster. </td> |
| 56 | </tr> |
| 57 | <tr> |
| 58 | <td><a href="http://jquery.com/">JQuery Javascript Libary</a></td> |
| 59 | <td>The write less, do more Javascript Library.</td> |
| 60 | </tr> |
| 61 | <tr> |
| 62 | <td><a href="http://jqueryui.com/">JQuery UI - User Interface Library</a></td> |
| 63 | <td>A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.</td> |
| 64 | </tr> |
| 65 | <tr> |
| 66 | <td><a href="http://twitter.github.com/bootstrap/index.html">Bootstrap CSS Framework</a></td> |
| 67 | <td>Sleek, intuitive, and powerful front-end framework for faster and easier web development.</td> |
| 68 | </tr> |
| 69 | <tr> |
| 70 | <td><a href="http://fortawesome.github.com/Font-Awesome/">Font Awesome - Icons</a></td> |
| 71 | <td>The iconic font designed for use with Twitter Bootstrap.</td> |
| 72 | </tr> |
| 73 | <tr> |
| 74 | <td><a href="http://www.tinymce.com/">TinyMCE Rich Text Editor</a></td> |
| 75 | <td>TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL by Moxiecode Systems AB.</td> |
| 76 | </tr> |
| 77 | <tr> |
| 78 | <td><a href="https://github.com/mleibman/SlickGrid">SlickGrid</a></td> |
| 79 | <td>A lightning fast JavaScript grid/spreadsheet.</td> |
| 80 | </tr> |
| 81 | <tr> |
Rushabh Mehta | 1a9f084 | 2013-02-15 12:09:05 +0530 | [diff] [blame] | 82 | <td><a href="http://arshaw.com/fullcalendar/">FullCalendar</a></td> |
| 83 | <td>FullCalendar is a jQuery plugin that provides a full-sized, drag and drop calendar.</td> |
| 84 | </tr> |
| 85 | <tr> |
Rushabh Mehta | bda54e5 | 2012-12-24 12:52:15 +0530 | [diff] [blame] | 86 | <td><a href="http://www.flotcharts.org/">Flot Charting Library</a></td> |
| 87 | <td>Attractive JavaScript plotting for jQuery.</td> |
| 88 | </tr> |
| 89 | <tr> |
| 90 | <td><a href="http://ace.ajax.org/">Ace Code Editor</a></td> |
| 91 | <td>High Performance Code Editor for the web.</td> |
| 92 | </tr> |
| 93 | <tr> |
| 94 | <td><a href="http://taitems.github.com/jQuery.Gantt/">JQuery.Gantt - Gantt Charts</a></td> |
| 95 | <td>Draw Gantt charts with the famous jQuery ease of development.</td> |
| 96 | </tr> |
| 97 | <tr> |
| 98 | <td><a href="http://jscolor.com/">JSColor - Color Picker</a></td> |
| 99 | <td>HTML/Javascript Color Picker.</td> |
| 100 | </tr> |
| 101 | <tr> |
Rushabh Mehta | 1a9f084 | 2013-02-15 12:09:05 +0530 | [diff] [blame] | 102 | <td><a href="http://qunitjs.com/">QUnit</a></td> |
| 103 | <td>A JavaScript Unit Testing framework.</td> |
| 104 | </tr> |
| 105 | <tr> |
Rushabh Mehta | bda54e5 | 2012-12-24 12:52:15 +0530 | [diff] [blame] | 106 | <td><a href="https://github.com/dcneiner/Downloadify">Downloadify - Flash Download Widget</a></td> |
| 107 | <td>A tiny javascript + Flash library that enables the creation and download of text files without server interaction.</td> |
Anand Doshi | 9beae1e | 2013-04-18 19:41:28 +0530 | [diff] [blame] | 108 | </tr> |
| 109 | <tr> |
| 110 | <td><a href="http://dev.maxmind.com/geoip/geolite">GeoLite data by MaxMind</a></td> |
| 111 | <td>GeoLite data created by MaxMind, available from |
| 112 | <a href="https://www.maxmind.com">https://www.maxmind.com</a></td> |
| 113 | </tr> |
Rushabh Mehta | bda54e5 | 2012-12-24 12:52:15 +0530 | [diff] [blame] | 114 | </tbody> |
| 115 | </table> |
| 116 | |
Rushabh Mehta | 4c1e9e7 | 2012-03-01 13:30:34 +0530 | [diff] [blame] | 117 | <hr> |
Rushabh Mehta | bda54e5 | 2012-12-24 12:52:15 +0530 | [diff] [blame] | 118 | <h3>ERPNext License: GNU/General Public License</h3> |
Rushabh Mehta | 7edf899 | 2012-12-25 18:18:17 +0530 | [diff] [blame] | 119 | <div class="well"> |
Rushabh Mehta | 4c1e9e7 | 2012-03-01 13:30:34 +0530 | [diff] [blame] | 120 | <p><b>ERPNext - Open Source, web based ERP</b></p> |
Rushabh Mehta | 7837d80 | 2012-12-25 15:09:14 +0530 | [diff] [blame] | 121 | <p>Copyright © 2012, Web Notes Technologies Pvt Ltd, India</p> |
Rushabh Mehta | 4c1e9e7 | 2012-03-01 13:30:34 +0530 | [diff] [blame] | 122 | |
| 123 | <p>This program is free software: you can redistribute it and/or modify |
| 124 | it under the terms of the <b>GNU General Public License</b> as published by |
| 125 | the Free Software Foundation, either version 3 of the License, or |
| 126 | (at your option) any later version.</p> |
| 127 | |
| 128 | <p>This program is distributed in the hope that it will be useful, |
| 129 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 130 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 131 | GNU General Public License for more details.</p> |
| 132 | |
| 133 | <p>For complete license see <a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a></p> |
Rushabh Mehta | bda54e5 | 2012-12-24 12:52:15 +0530 | [diff] [blame] | 134 | </div> |
| 135 | <p class="alert">Note: A link to this page must be easily accessible and all other ERPNext branding must remain as it is.</p> |
Rushabh Mehta | 4c1e9e7 | 2012-03-01 13:30:34 +0530 | [diff] [blame] | 136 | <hr> |
| 137 | <p>For more information please write to us at support@erpnext.com</p> |
Rushabh Mehta | bda54e5 | 2012-12-24 12:52:15 +0530 | [diff] [blame] | 138 | </div> |
Rushabh Mehta | 4c1e9e7 | 2012-03-01 13:30:34 +0530 | [diff] [blame] | 139 | </div> |