diff --git a/README.md b/README.md
index 931166f..fd13331 100644
--- a/README.md
+++ b/README.md
@@ -15,9 +15,9 @@ not conflict with other ChiliPeppr objects.
| Name | Workspace / bastianf2 |
| Description | A ChiliPeppr Workspace bastianf2. |
| chilipeppr.load() URL | http://raw.githubusercontent.com/bastian-f/workspace-bastianf2/master/auto-generated-workspace.html |
-| Edit URL | http://ide.c9.io/bastianf/chillipeppr-test-2 |
+| Edit URL | http://ide.c9.io/undefined/undefined |
| Github URL | http://github.com/bastian-f/workspace-bastianf2 |
-| Test URL | https://preview.c9users.io/bastianf/chillipeppr-test-2/workspace.html |
+| Test URL | https://preview.c9users.io/undefined/undefined/workspace.html |
## Example Code for chilipeppr.load() Statement
@@ -135,14 +135,15 @@ The table below shows, in order, the methods and properties inside the workspace
- id | string | "com-chilipeppr-workspace-bastianf2"
The ID of the widget. You must define this and make it unique. |
name | string | "Workspace / bastianf2" |
desc | string | "A ChiliPeppr Workspace bastianf2." |
url | string | "http://raw.githubusercontent.com/bastian-f/workspace-bastianf2/master/auto-generated-workspace.html" |
fiddleurl | string | "http://ide.c9.io/bastianf/chillipeppr-test-2" |
githuburl | string | "http://github.com/bastian-f/workspace-bastianf2" |
testurl | string | "http://chillipeppr-test-2-bastianf.c9users.io/workspace.html" |
foreignSubscribe | object | Please see docs above. |
widgetConsole | object | Contains reference to the Console widget object. Hang onto the reference
+ |
id | string | "com-chilipeppr-workspace-bastianf2"
The ID of the widget. You must define this and make it unique. |
name | string | "Workspace / bastianf2" |
desc | string | "A ChiliPeppr Workspace bastianf2." |
url | string | "http://raw.githubusercontent.com/bastian-f/workspace-bastianf2/master/auto-generated-workspace.html" |
fiddleurl | string | "http://ide.c9.io/undefined/undefined" |
githuburl | string | "http://github.com/bastian-f/workspace-bastianf2" |
testurl | string | "http://undefined-undefined.c9users.io/workspace.html" |
foreignSubscribe | object | Please see docs above. |
widgetConsole | object | Contains reference to the Console widget object. Hang onto the reference
so we can resize it when the window resizes because we want it to manually
resize to fill the height of the browser so it looks clean. |
widgetSpjs | object | Contains reference to the Serial Port JSON Server object. |
init | function | function ()
The workspace's init method. It loads the all the widgets contained in the workspace
and inits them. |
getBillboard | function | function ()
Returns the billboard HTML, CSS, and Javascript for this Workspace. The billboard
is used by the home page, the workspace picker, and the fork pulldown to show a
consistent name/image/description tag for the workspace throughout the ChiliPeppr ecosystem. |
addBillboardToWorkspaceMenu | function | function ()
Inject the billboard into the Workspace upper right corner pulldown which
follows the standard template for workspace pulldown menus. |
setupResize | function | function ()
Listen to window resize event. |
onResize | function | function ()
When browser window resizes, forcibly resize the Console window |
loadTemplateWidget | function | function (callback)
Load the Template widget via chilipeppr.load() so folks have a sample
-widget they can fork as a starting point for their own. |
loadSpjsWidget | function | function (callback)
Load the Serial Port JSON Server widget via chilipeppr.load() |
loadSenscapeBootloaderWidget | function | function (callback)
Load Senscape Bootloader Widget via chilipeppr.load() |
+widget they can fork as a starting point for their own.loadSpjsWidget | function | function (callback)
Load the Serial Port JSON Server widget via chilipeppr.load() |
loadSenscapeBootloaderWidget | function | function (callback)
Load Senscape Bootloader Widget via chilipeppr.load() |
loadWorkspaceMenu | function | function (callback)
Load the workspace menu and show the pubsubviewer and fork links using
+our pubsubviewer widget that makes those links for us. |
diff --git a/auto-generated-workspace.html b/auto-generated-workspace.html
index 011593f..387b07f 100644
--- a/auto-generated-workspace.html
+++ b/auto-generated-workspace.html
@@ -86,6 +86,24 @@
padding: 4px 10px 10px 10px;
background-color: rgba(255, 255, 255, 0.5);
}
+
+.instructions-container {
+ border: 1px solid #ddd;
+ border-radius:5px;
+}
+
+.instructions {
+ text-align: justify;
+ text-justify: inter-word;
+ padding-right: 10px;
+}
+
+#instructions-title {
+ padding: 10px;
+ width: auto;
+ display: block;
+ border-bottom: 1px solid #ddd;
+}
+
+
+
+
+
+
diff --git a/index-es.html b/index-es.html
new file mode 100644
index 0000000..ff7e438
--- /dev/null
+++ b/index-es.html
@@ -0,0 +1,474 @@
+
+
+
+
+