blob: 72703c85e62cb728e60f17b7158699b450e8bb3d [file] [log] [blame]
Rushabh Mehta4c1e9e72012-03-01 13:30:34 +05301<div class="layout-wrapper">
2 <a class="close" onclick="window.history.back();">&times;</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>
40 <li>jQPlot - graphs</li>
41 <li>JSON2 - JSON builder, parser</li>
42 <li>JSColor - color picker</li>
43 <li>sprintf - string formatting</li>
44 <li>historyjs - AJAX history</li>
45 </ul>
46 </ul>
47
48 <h4>CSS Frameworks</h4>
49 <ul>
50 <li>Twitter Bootstrap</li>
51 </ul>
52
53 <h4>Icons</h4>
54 <ul>
55 <li>The Noun Project</li>
56 <li>Glyphicons</li>
57 </ul>
58
59 <h4>Web Frameworks</h4>
60 <ul>
61 <li>wnframework</li>
62 </ul>
63
64 <h4>Web Browsers</h4>
65 <ul>
66 <li>Mozilla Firefox</li>
67 <ul>
68 <li>Firebug (debugger)</li>
69 </ul>
70 <li>Apple Safari</li>
71 <li>Google Chorme</li>
72 </ul>
73 <hr>
74 <h2>ERPNext License</h2>
75 <p><b>ERPNext - Open Source, web based ERP</b></p>
76 <p>Copyright &copy; 2008 onwards, Web Notes Technologies Pvt Ltd, India</p>
77
78 <p>This program is free software: you can redistribute it and/or modify
79 it under the terms of the <b>GNU General Public License</b> as published by
80 the Free Software Foundation, either version 3 of the License, or
81 (at your option) any later version.</p>
82
83 <p>This program is distributed in the hope that it will be useful,
84 but WITHOUT ANY WARRANTY; without even the implied warranty of
85 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
86 GNU General Public License for more details.</p>
87
88 <p>For complete license see <a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a></p>
89 <hr>
90 <p>For more information please write to us at support@erpnext.com</p>
91</div>