blob: 37ee25bae61b2448ce3ff56a0f370cc9a051b180 [file] [log] [blame]
Rushabh Mehtabda54e52012-12-24 12:52:15 +05301<div class="layout-wrapper layout-wrapper-appframe layout-attributions">
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 Mehta4c1e9e72012-03-01 13:30:34 +05305 <hr>
Rushabh Mehtabda54e52012-12-24 12:52:15 +05306 <table class="table table-bordered table-striped">
7 <tbody>
8 <tr>
9 <td><a href="https://github.com/webnotes/wnframework">wnframework</a></td>
10 <td>The full stack Python + Javascript web application framework on which ERPNext is built.</td>
11 </tr>
12 <tr>
13 <td><a href="https://github.com/webnotes/erpnext">ERPNext</a></td>
14 <td>Web based, Open Source ERP.</td>
15 </tr>
16 <tr>
17 <td><a href="http://en.wikipedia.org/wiki/Linux">Linux Operating System</a></td>
18 <td>The operating system that brought a revolution in Open Source software.</td>
19 </tr>
20 <tr>
21 <td><a href="http://www.mysql.com/">MySQL Database</a></td>
22 <td>The world's most popular Open Source Database.</td>
23 </tr>
24 <tr>
25 <td><a href="http://httpd.apache.org">Apache HTTPD web server</a></td>
26 <td>The Number One HTTP Server On The Internet.</td>
27 </tr>
28 <tr>
29 <td><a href="http://python.org/">Python Programming Language</a></td>
30 <td>The "batteries included" language that lets you write elegant code, quickly.<br><br>Python Libraries:
31 <ul>
32 <li>MySQLdb
33 <li>pytz
34 <li>jinja2
35 <li>markdown2
36 <li>dateutil
37 <li>termcolor
38 <li>python-memcached
39 </ul>
40 </td>
41 </tr>
42 <tr>
43 <td><a href="http://git-scm.com/">Git - Source Code Management</a></td>
44 <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>
45 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>
46 </tr>
47 <tr>
48 <td><a href="http://jquery.com/">JQuery Javascript Libary</a></td>
49 <td>The write less, do more Javascript Library.</td>
50 </tr>
51 <tr>
52 <td><a href="http://jqueryui.com/">JQuery UI - User Interface Library</a></td>
53 <td>A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.</td>
54 </tr>
55 <tr>
56 <td><a href="http://twitter.github.com/bootstrap/index.html">Bootstrap CSS Framework</a></td>
57 <td>Sleek, intuitive, and powerful front-end framework for faster and easier web development.</td>
58 </tr>
59 <tr>
60 <td><a href="http://fortawesome.github.com/Font-Awesome/">Font Awesome - Icons</a></td>
61 <td>The iconic font designed for use with Twitter Bootstrap.</td>
62 </tr>
63 <tr>
64 <td><a href="http://www.tinymce.com/">TinyMCE Rich Text Editor</a></td>
65 <td>TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL by Moxiecode Systems AB.</td>
66 </tr>
67 <tr>
68 <td><a href="https://github.com/mleibman/SlickGrid">SlickGrid</a></td>
69 <td>A lightning fast JavaScript grid/spreadsheet.</td>
70 </tr>
71 <tr>
72 <td><a href="http://www.flotcharts.org/">Flot Charting Library</a></td>
73 <td>Attractive JavaScript plotting for jQuery.</td>
74 </tr>
75 <tr>
76 <td><a href="http://ace.ajax.org/">Ace Code Editor</a></td>
77 <td>High Performance Code Editor for the web.</td>
78 </tr>
79 <tr>
80 <td><a href="http://taitems.github.com/jQuery.Gantt/">JQuery.Gantt - Gantt Charts</a></td>
81 <td>Draw Gantt charts with the famous jQuery ease of development.</td>
82 </tr>
83 <tr>
84 <td><a href="http://jscolor.com/">JSColor - Color Picker</a></td>
85 <td>HTML/Javascript Color Picker.</td>
86 </tr>
87 <tr>
88 <td><a href="https://github.com/dcneiner/Downloadify">Downloadify - Flash Download Widget</a></td>
89 <td>A tiny javascript + Flash library that enables the creation and download of text files without server interaction.</td>
90 </tr>
91 </tbody>
92 </table>
93
Rushabh Mehta4c1e9e72012-03-01 13:30:34 +053094 <hr>
Rushabh Mehtabda54e52012-12-24 12:52:15 +053095 <h3>ERPNext License: GNU/General Public License</h3>
96 <div class="well">
Rushabh Mehta4c1e9e72012-03-01 13:30:34 +053097 <p><b>ERPNext - Open Source, web based ERP</b></p>
98 <p>Copyright &copy; 2008 onwards, Web Notes Technologies Pvt Ltd, India</p>
99
100 <p>This program is free software: you can redistribute it and/or modify
101 it under the terms of the <b>GNU General Public License</b> as published by
102 the Free Software Foundation, either version 3 of the License, or
103 (at your option) any later version.</p>
104
105 <p>This program is distributed in the hope that it will be useful,
106 but WITHOUT ANY WARRANTY; without even the implied warranty of
107 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
108 GNU General Public License for more details.</p>
109
110 <p>For complete license see <a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a></p>
Rushabh Mehtabda54e52012-12-24 12:52:15 +0530111 </div>
112 <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 Mehta4c1e9e72012-03-01 13:30:34 +0530113 <hr>
114 <p>For more information please write to us at support@erpnext.com</p>
Rushabh Mehtabda54e52012-12-24 12:52:15 +0530115 </div>
Rushabh Mehta4c1e9e72012-03-01 13:30:34 +0530116</div>