Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Friendly Take-over
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Kampmann committed Feb 15, 2016
1 parent 092382b commit 083b0c8
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
canvas.create-build-execute.com
canvas.bashy.io
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

## Changelog:

- Feb 15th, 2016: Project moves to [Bashy.io](http://www.bashy.io/)
- July 29th, 2014: First initial call for feedback

## Todos:
Expand All @@ -29,4 +30,4 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND

---

Though this Licence allows you to do anything without further boundaries, I and the whole community would highly appreciate it, if you'd inform us about the changes you did and why you did them.
Though this Licence allows you to do anything without further boundaries, I and the whole community would highly appreciate it, if you'd inform us about the changes you did and why you did them.
4 changes: 2 additions & 2 deletions embed.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>Tech Creationist Canvas - Embed Test</title>
<title>Tech Creation Canvas - Embed Test</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="Live example of YAML JavaScript parser right in your browser. Type your YAML code and see result.">
</head>
<body>
<iframe src="http://localhost:8090/#gist=c25277d1abaebae57fb6" width="1000" height="800"></iframe>
<iframe src="http://localhost:8000/#gist=c25277d1abaebae57fb6" width="1000" height="800"></iframe>
</body>
</html>
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<link rel="stylesheet" href="css/codemirror.default.css">
<link rel="stylesheet" href="css/demo.css">
<meta property="og:title" content="Tech Creation Canvas Editor">
<meta property="og:site_name" content="Create.Build.Execute.">
<meta property="og:site_name" content="Canvas.Bashy.IO">
<meta property="og:description" content="A free and open source YAML-file-based Tech Venture Canvas editor supporting Tech Creation Canvas, Lean Startup Canvas and Business Model Canvas">
<meta propert="og:image" content="http://www.create-build-execute.com/assets/content/posts/tech-creation-canvas.png">
</head>
<body onLoad="runDemo();">
<span id="ribbon"><a href="http://www.create-build-execute.com/">a Tech Creation Canvas</a></span>
<span id="ribbon"><a href="http://canvas.bashy.io/">a Tech Creation Canvas</a></span>

<div id='modal' class="modalBoxWrap">
<div class="modalBoxOverlay">
Expand All @@ -29,25 +29,25 @@ <h3>Load an Example</h3>
<li>
<h4>Tech Creation Canvas</h4>
<ul>
<li><a onclick="javascript:document.getElementById('modal').style.display = 'none'" href="#github=ligthyear/tech-creation-canvas">Tech Creation Canvas</a> (Default)</li>
<li><a onclick="javascript:document.getElementById('modal').style.display = 'none'" href="#github=ligthyear/tech-creation-canvas:examples/discourse.yml">Discourse</a></li>
<li><a onclick="javascript:document.getElementById('modal').style.display = 'none'" href="#github=ligthyear/tech-creation-canvas:examples/firefox.yml">Firefox</a></li>
<li><a onclick="javascript:document.getElementById('modal').style.display = 'none'" href="#github=ligthyear/tech-creation-canvas:examples/wikileaks.yml">Wikileaks</a></li>
<li><a onclick="javascript:document.getElementById('modal').style.display = 'none'" href="#github=ligthyear/tech-creation-canvas:examples/empty-canvas.yml"><i>Empty Canvas</i></a></li>
<li><a onclick="javascript:document.getElementById('modal').style.display = 'none'" href="#github=bashyHQ/tech-creation-canvas">Tech Creation Canvas</a> (Default)</li>
<li><a onclick="javascript:document.getElementById('modal').style.display = 'none'" href="#github=bashyHQ/tech-creation-canvas:examples/discourse.yml">Discourse</a></li>
<li><a onclick="javascript:document.getElementById('modal').style.display = 'none'" href="#github=bashyHQ/tech-creation-canvas:examples/firefox.yml">Firefox</a></li>
<li><a onclick="javascript:document.getElementById('modal').style.display = 'none'" href="#github=bashyHQ/tech-creation-canvas:examples/wikileaks.yml">Wikileaks</a></li>
<li><a onclick="javascript:document.getElementById('modal').style.display = 'none'" href="#github=bashyHQ/tech-creation-canvas:examples/empty-canvas.yml"><i>Empty Canvas</i></a></li>
</ul>
</li>

<li>
<h4>Lean Startup Canvas</h4>
<ul>
<li><a onclick="javascript:document.getElementById('modal').style.display = 'none'" href="#github=ligthyear/tech-creation-canvas:examples/soundcloud.yml">Soundcloud</a></li>
<li><a onclick="javascript:document.getElementById('modal').style.display = 'none'" href="#github=bashyHQ/tech-creation-canvas:examples/soundcloud.yml">Soundcloud</a></li>
</ul>
</li>

<li>
<h4>Business Model Canvas</h4>
<ul>
<li><a onclick="javascript:document.getElementById('modal').style.display = 'none'" href="#github=ligthyear/tech-creation-canvas:examples/car2go.yml">Car2Go</a></li>
<li><a onclick="javascript:document.getElementById('modal').style.display = 'none'" href="#github=bashyHQ/tech-creation-canvas:examples/car2go.yml">Car2Go</a></li>
</ul>
</li>
</div>
Expand Down Expand Up @@ -564,7 +564,7 @@ <h3>Covered through</h3>
</script>
<div class='dst'>
<div id="result"></div>
<p class="credits">build with <a href="http://canvas.create-build-eceute.com/">The Tech Creation Canvas</a> <br>– a project by <a href="http://www.create-build-execute.com/">Benjamin Kampmann</a></p>
<p class="credits">build with <a href="http://canvas.bashy.io/">The Tech Creation Canvas</a> <br>– a <a href="http://www.bashy.io/">Bashy</a> Project</p>
</div>

<div class='src'>
Expand Down
2 changes: 1 addition & 1 deletion js/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ window.runDemo = function runDemo() {

// initial source
if (!location.hash) {
location.hash = '#github=ligthyear/tech-creationist-canvas'
location.hash = '#github=bashyHQ/tech-creation-canvas'
document.getElementsByTagName("body")[0].classList.add("editor-open");
}
updateSource();
Expand Down
8 changes: 4 additions & 4 deletions tcc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# the name of the project
name: "Tech Creationist Canvas"
name: "Tech Creation Canvas"

# Describe the project in a one-line elevator pitch
tagline: Evalutating tech ideas for increased, sustainable impact
Expand All @@ -9,10 +9,10 @@ tagline: Evalutating tech ideas for increased, sustainable impact
renderer: tcc

# Version of the document
version: 2.1
version: 2.2

# last change
date: August 12th, 201418:04
date: Feb 15th, 201612:08


problems:
Expand Down Expand Up @@ -58,7 +58,7 @@ channels:
- using it to evalute existing concepts on the blog
- Personal contacts
- asking ppl over social media
- as part of the tech creationist community
- as part of the bashy community
- have the banner for easy recognition

build:
Expand Down

0 comments on commit 083b0c8

Please sign in to comment.