Skip to content
This repository has been archived by the owner on Sep 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #26 from neilLasrado/master
Browse files Browse the repository at this point in the history
rename Frappé Schools to ERPNext Schools in Documentation
  • Loading branch information
neilLasrado committed Feb 3, 2016
2 parents 8714ddd + f47a699 commit a8b6560
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,4 +25,4 @@ $ bench install-app schools
#### License
GNU General Public License v3

The Frappe Schools code is licensed as GNU General Public License (v3) and the Documentation is licensed as Creative Commons (CC-BY-SA-3.0) and the copyright is owned by Frappe Technologies
The ERPNext Schools code is licensed as GNU General Public License (v3) and the Documentation is licensed as Creative Commons (CC-BY-SA-3.0) and the copyright is owned by Frappe Technologies
4 changes: 2 additions & 2 deletions schools/config/docs.py
@@ -1,8 +1,8 @@
source_link = "https://github.com/frappe/schools"
docs_base_url = "https://frappe.github.io/schools"
headline = "Frappe Schools"
headline = "ERPNext Schools"
sub_heading = "ERP for Schools, Colleges & Educational Institutions"
long_description = """Frappe Schools is built on the [Frappe](https://github.com/frappe/frappe) Framework, a full-stack web app framework in Python & JavaScript."""
long_description = """ERPNext Schools is built on the [Frappe](https://github.com/frappe/frappe) Framework, a full-stack web app framework in Python & JavaScript."""
docs_version = "1.0 beta"

def get_context(context):
Expand Down
2 changes: 1 addition & 1 deletion schools/docs/current/api/index.html
@@ -1,4 +1,4 @@
<!-- title: Frappe Schools API -->
<!-- title: ERPNext Schools API -->



Expand Down
2 changes: 1 addition & 1 deletion schools/docs/current/index.html
@@ -1,4 +1,4 @@
<!-- title: Frappe Schools: Developer Docs -->
<!-- title: ERPNext Schools: Developer Docs -->
<!-- no-breadcrumbs -->


Expand Down
2 changes: 1 addition & 1 deletion schools/docs/current/models/index.html
@@ -1,4 +1,4 @@
<!-- title: Frappe Schools: Models (DocTypes) -->
<!-- title: ERPNext Schools: Models (DocTypes) -->


<div class="dev-header">
Expand Down
10 changes: 5 additions & 5 deletions schools/docs/index.html
@@ -1,5 +1,5 @@
<!-- title: Frappe Schools: Documentation -->
<!-- description: Frappe Schools -->
<!-- title: ERPNext Schools: Documentation -->
<!-- description: ERPNext Schools -->
<!-- no-breadcrumbs -->
<style>

Expand All @@ -10,7 +10,7 @@
<div class="container">
<div class="col-sm-10 col-sm-offset-1">
<div class="jumbotron">
<h1>Frappe Schools</h1>
<h1>ERPNext Schools</h1>
<p>ERP for Schools, Colleges & Educational Institutions</p>
</div>
<div class="section" style="padding-top: 0px; margin-top: -30px;">
Expand All @@ -28,7 +28,7 @@ <h1>Frappe Schools</h1>
<div class="container">
<div class="col-sm-10 col-sm-offset-1">
<div class="section">
<p>Frappe Schools is built on the <a href="https://github.com/frappe/frappe">Frappe</a> Framework, a full-stack web app framework in Python &amp; JavaScript.</p>
<p>ERPNext Schools is built on the <a href="https://github.com/frappe/frappe">Frappe</a> Framework, a full-stack web app framework in Python &amp; JavaScript.</p>

</div>
</div>
Expand All @@ -41,7 +41,7 @@ <h1>Frappe Schools</h1>
<div class="section" id="install">
<h2>Install</h2>
<h4>From your site</h4>
<p>To install this app, login to your site and click on "Installer". Search for <b>Frappe Schools</b> and click on "Install"</p>
<p>To install this app, login to your site and click on "Installer". Search for <b>ERPNext Schools</b> and click on "Install"</p>
<h4>Using Bench</h4>
<p>Go to your bench folder and setup the new app</p>
<pre><code class="sh">$ bench get-app schools https://github.com/frappe/schools
Expand Down
6 changes: 3 additions & 3 deletions schools/docs/install.md
@@ -1,10 +1,10 @@
<!-- title: Frappe Schools Installation -->
<!-- title: ERPNext Schools Installation -->

# Installation

Frappe Schools is based on the <a href="https://frappe.io">Frappe Framework</a>, a full stack web framework based on Python, MariaDB, Redis, Node.
ERPNext Schools is based on the <a href="https://frappe.io">Frappe Framework</a>, a full stack web framework based on Python, MariaDB, Redis, Node.

To intall Frappe Schools, you will have to install the <a href="https://github.com/frappe/bench">Frappe Bench</a>, the command-line, package manager and site manager for Frappe Framework. For more details, read the Bench README.
To intall ERPNext Schools, you will have to install the <a href="https://github.com/frappe/bench">Frappe Bench</a>, the command-line, package manager and site manager for Frappe Framework. For more details, read the Bench README.

After you have installed Frappe Bench, go to you bench folder, which is `frappe.bench` by default and setup **schools**.

Expand Down
2 changes: 1 addition & 1 deletion schools/hooks.py
Expand Up @@ -2,7 +2,7 @@
from __future__ import unicode_literals

app_name = "schools"
app_title = "Frappe Schools"
app_title = "ERPNext Schools"
app_publisher = "Frappe"
app_description = "ERP for Schools, Colleges and Other Acedemic Institutions"
app_icon = "octicon octicon-mortar-board"
Expand Down

0 comments on commit a8b6560

Please sign in to comment.