Skip to content

Commit 1c72d85

Browse files
Justin CooperJustin Cooper
authored andcommitted
rebrand as adafruit webide
1 parent edfded7 commit 1c72d85

File tree

8 files changed

+16
-12
lines changed

8 files changed

+16
-12
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Adafruit WebIDE
1+
Adafruit webIDE
22
================
3-
This is a simple editor designed to help learn the Raspberry PI components, and more.
3+
This is a simple editor designed to help learn the Raspberry Pi and Beaglebone components, and more.
44

55
Raspberry Pi Installation
66
============

config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Welcome to the Adafruit WebIDE.
1+
Welcome to the Adafruit webIDE.
22

33
We've pre-loaded the Adafruit Python libraries that you may find useful.
44

4.14 KB
Loading

release/changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
-0.3.9
2+
Include support for Angstrom (Beaglebone)
3+
Re-brand as the Adafruit webIDE
4+
15
-0.3.8
26
Update README with better manual installation instructions (Thanks adamboutcher!)
37
Update tty.js dependencies for issue #178

views/header.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
head
2-
title Adafruit Learning System Raspberry Pi WebIDE
2+
title Adafruit Learning System webIDE
33
meta(charset='utf-8')
44
link(rel="stylesheet", href="/stylesheets/bootstrap.min.css")
55
link(rel="stylesheet", href="/stylesheets/font-awesome.css")

views/layout.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ html
66
.navbar-inner
77
.container-fluid
88
a.brand(href="/")
9-
img(src="/images/WebIDE_Logo_Alpha@2x.png", style="height:30px;")
9+
img(src="/images/WebIDE_Logo_Beta@2x.png", style="height:30px;")
1010
p.logout-wrapper
1111
- if (typeof profile !== "undefined")
1212
a(href="/logout") Log out

views/users/login.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ block content
1616
a(href="/auth/bitbucket", rel="external", class="btn btn-large") Click here to log in to your Bitbucket Account
1717
.login-help
1818
b Need Help?
19-
a(href="http://learn.adafruit.com", target="_blank") Learn how to use the Raspberry Pi WebiDE here.
19+
a(href="http://learn.adafruit.com/webide", target="_blank") Learn how to use the Adafruit webIDE here.

views/users/setup.jade

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ extends ../layout
33
block content
44
#setup-wrapper
55
#setup-content
6-
h3 Welcome to the Raspberry Pi WebIDE powered by the Adafruit Learning System
6+
h3 Welcome to the Adafruit webIDE powered by the Adafruit Learning System
77
if (typeof(session.message) != 'undefined')
88
div.alert.alert-error
99
p #{session.message}
10-
p Setting up your Raspberry Pi will only take a few minutes. Let's get started.
11-
p Are you setting up more than one Raspberry Pi? Visit the config to
10+
p Setting up your Raspberry Pi or Beaglebone will only take a few minutes. Let's get started.
11+
p Are you setting up more than one Raspberry Pi or Beaglebone? Visit the config to
1212
a(href="/config") change hostname and WiFi.
1313
if !github
14-
p One of the many useful features of the WebIDE is that all of your code will be
14+
p One of the many useful features of the webIDE is that all of your code will be
1515
| stored in the cloud over at bitbucket.org. So, before we can go any further, you
1616
| will want to create your free Bitbucket account. If you already have one, you can use
17-
| your existing account, or create one specifically for the Raspberry Pi WebIDE.
17+
| your existing account, or create one specifically for the webIDE.
1818
p
1919
a.btn.btn-large.btn-info.bitbucket-signup(href="https://bitbucket.org/account/signup/", target="_blank") Click here to create your free bitbucket account
2020
p
@@ -25,7 +25,7 @@ block content
2525
p Now, click on the '+ Add consumer' button:
2626
p
2727
img(src="/images/setup/step3.png")
28-
p For the name, type in Raspberry Pi WebIDE, then click the 'Add consumer' button:
28+
p For the name, type in Adafruit webIDE, then click the 'Add consumer' button:
2929
p
3030
img(src="/images/setup/step4.png")
3131
p What we are after is the Key, and the Secret text. Copy each of those and paste in the boxes below.

0 commit comments

Comments
 (0)