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