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