Rushabh Mehta | 4c1e9e7 | 2012-03-01 13:30:34 +0530 | [diff] [blame] | 1 | <div class="layout-wrapper"> |
| 2 | <a class="close" onclick="window.history.back();">×</a> |
| 3 | <h1>Attributions</h1> |
| 4 | <hr> |
| 5 | <p><b>Source Code:</b> <a href="https://github.com/webnotes/erpnext"> |
| 6 | https://github.com/webnotes/erpnext</a></p> |
| 7 | <p><b>Website:</b> <a href="https://erpnext.com"> |
| 8 | https://erpnext.com</a></p> |
| 9 | <hr> |
| 10 | <p class="help">ERPNext is an Open Source project and is possible because of the work of |
| 11 | thousands of software developers, companies and designers who have contributed their |
| 12 | work to the community. We have tried to list as many projects as possible that are |
| 13 | used by ERPNext, but this list may not be exhaustive.</p> |
| 14 | |
| 15 | |
| 16 | <h4>Server</h4> |
| 17 | <ul> |
| 18 | <li>Linux (GNU)</li> |
| 19 | <li>Apache HTTPD server (web server)</li> |
| 20 | <li>MySQL (database, Percona build)</li> |
| 21 | <li>Git (source code control via Github)</li> |
| 22 | </ul> |
| 23 | |
| 24 | <h4>Programming Languages & Libraries</h4> |
| 25 | <ul> |
| 26 | <li><a href="http://python.org">Python</a></li> |
| 27 | <ul> |
| 28 | <li>Python-MySQL</li> |
| 29 | <li>pytz (timezones)</li> |
| 30 | <li>jinja2 (templating)</li> |
| 31 | <li>markdown2 (markdown parser)</li> |
| 32 | <li>jsmin (javascript minifier)</li> |
| 33 | </ul> |
| 34 | <li>Javascript</li> |
| 35 | <ul> |
| 36 | <li>JQuery</li> |
| 37 | <li>JQuery UI (datepicker, sortable)</li> |
| 38 | <li>TinyMCE - text editor</li> |
| 39 | <li>Twitter Bootstrap</li> |
Rushabh Mehta | 4ee56c0 | 2012-05-02 15:30:15 +0530 | [diff] [blame] | 40 | <li>Ace - code editor</li> |
| 41 | <li>Slick Grid - report grid</li> |
Rushabh Mehta | 4c1e9e7 | 2012-03-01 13:30:34 +0530 | [diff] [blame] | 42 | <li>jQPlot - graphs</li> |
| 43 | <li>JSON2 - JSON builder, parser</li> |
| 44 | <li>JSColor - color picker</li> |
| 45 | <li>sprintf - string formatting</li> |
| 46 | <li>historyjs - AJAX history</li> |
| 47 | </ul> |
| 48 | </ul> |
| 49 | |
| 50 | <h4>CSS Frameworks</h4> |
| 51 | <ul> |
| 52 | <li>Twitter Bootstrap</li> |
| 53 | </ul> |
| 54 | |
| 55 | <h4>Icons</h4> |
| 56 | <ul> |
| 57 | <li>The Noun Project</li> |
| 58 | <li>Glyphicons</li> |
| 59 | </ul> |
| 60 | |
| 61 | <h4>Web Frameworks</h4> |
| 62 | <ul> |
| 63 | <li>wnframework</li> |
| 64 | </ul> |
| 65 | |
| 66 | <h4>Web Browsers</h4> |
| 67 | <ul> |
| 68 | <li>Mozilla Firefox</li> |
| 69 | <ul> |
| 70 | <li>Firebug (debugger)</li> |
| 71 | </ul> |
| 72 | <li>Apple Safari</li> |
| 73 | <li>Google Chorme</li> |
| 74 | </ul> |
| 75 | <hr> |
| 76 | <h2>ERPNext License</h2> |
| 77 | <p><b>ERPNext - Open Source, web based ERP</b></p> |
| 78 | <p>Copyright © 2008 onwards, Web Notes Technologies Pvt Ltd, India</p> |
| 79 | |
| 80 | <p>This program is free software: you can redistribute it and/or modify |
| 81 | it under the terms of the <b>GNU General Public License</b> as published by |
| 82 | the Free Software Foundation, either version 3 of the License, or |
| 83 | (at your option) any later version.</p> |
| 84 | |
| 85 | <p>This program is distributed in the hope that it will be useful, |
| 86 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 87 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 88 | GNU General Public License for more details.</p> |
| 89 | |
| 90 | <p>For complete license see <a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a></p> |
| 91 | <hr> |
| 92 | <p>For more information please write to us at support@erpnext.com</p> |
| 93 | </div> |