blob: e587484377ae1c01f42c4d87e151e286a3d69e33 [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 %}
14<div class="layout-attributions">
15 <div class="layout-main">
16 <h3>This website is made using these Awesome Open Source Projects <i class="icon-heart" style="color: red"></i></h3>
17 <hr>
18 <table class="table table-bordered table-striped">
19 <tbody>
20 <tr>
21 <td><a href="https://github.com/webnotes/erpnext">ERPNext</a></td>
22 <td>Web based, Open Source ERP. <br>
23 Get top class hosting and support at <a href="https://erpnext.com">ERPNext.com</a></td>
24 </tr>
25 <tr>
26 <td><a href="https://github.com/webnotes/wnframework">wnframework</a></td>
27 <td>The full stack Python + Javascript web application framework on which ERPNext is built.</td>
28 </tr>
29 <tr>
30 <td><a href="http://en.wikipedia.org/wiki/Linux">Linux Operating System</a></td>
31 <td>The operating system that brought a revolution in Open Source software.</td>
32 </tr>
33 <tr>
34 <td><a href="http://www.mysql.com/">MySQL Database</a></td>
35 <td>The world's most popular Open Source Database.</td>
36 </tr>
37 <tr>
38 <td><a href="http://httpd.apache.org">Apache HTTPD web server</a></td>
39 <td>The Number One HTTP Server On The Internet.</td>
40 </tr>
41 <tr>
42 <td><a href="http://python.org/">Python Programming Language</a></td>
43 <td>The "batteries included" language that lets you write elegant code, quickly.<br><br>Python Libraries:
44 <ul>
45 <li>MySQLdb
46 <li>pytz
47 <li>jinja2
48 <li>markdown2
49 <li>dateutil
50 <li>termcolor
51 <li>python-memcached
52 </ul>
53 </td>
54 </tr>
55 <tr>
56 <td><a href="http://git-scm.com/">Git - Source Code Management</a></td>
57 <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>
58 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>
59 </tr>
60 <tr>
61 <td><a href="http://jquery.com/">JQuery Javascript Libary</a></td>
62 <td>The write less, do more Javascript Library.</td>
63 </tr>
64 <tr>
65 <td><a href="http://jqueryui.com/">JQuery UI - User Interface Library</a></td>
66 <td>A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.</td>
67 </tr>
68 <tr>
69 <td><a href="http://twitter.github.com/bootstrap/index.html">Bootstrap CSS Framework</a></td>
70 <td>Sleek, intuitive, and powerful front-end framework for faster and easier web development.</td>
71 </tr>
72 <tr>
73 <td><a href="http://fortawesome.github.com/Font-Awesome/">Font Awesome - Icons</a></td>
74 <td>The iconic font designed for use with Twitter Bootstrap.</td>
75 </tr>
76 <tr>
77 <td><a href="http://www.tinymce.com/">TinyMCE Rich Text Editor</a></td>
78 <td>TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL by Moxiecode Systems AB.</td>
79 </tr>
80 <tr>
81 <td><a href="https://github.com/mleibman/SlickGrid">SlickGrid</a></td>
82 <td>A lightning fast JavaScript grid/spreadsheet.</td>
83 </tr>
84 <tr>
85 <td><a href="http://www.flotcharts.org/">Flot Charting Library</a></td>
86 <td>Attractive JavaScript plotting for jQuery.</td>
87 </tr>
88 <tr>
89 <td><a href="http://ace.ajax.org/">Ace Code Editor</a></td>
90 <td>High Performance Code Editor for the web.</td>
91 </tr>
92 <tr>
93 <td><a href="http://taitems.github.com/jQuery.Gantt/">JQuery.Gantt - Gantt Charts</a></td>
94 <td>Draw Gantt charts with the famous jQuery ease of development.</td>
95 </tr>
96 <tr>
97 <td><a href="http://jscolor.com/">JSColor - Color Picker</a></td>
98 <td>HTML/Javascript Color Picker.</td>
99 </tr>
100 <tr>
101 <td><a href="https://github.com/dcneiner/Downloadify">Downloadify - Flash Download Widget</a></td>
102 <td>A tiny javascript + Flash library that enables the creation and download of text files without server interaction.</td>
103 </tr>
104 </tbody>
105 </table>
106
107 <p class="alert">Note: A link to this page must be easily accessible.</p>
108 </div>
109</div>
110{% endblock %}