diff --git a/README.md b/README.md index 54c2ba8..f8671d2 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,3 @@ -#GoFish +#HackFlowy A [Workflowy](http://workflowy.com) clone. - -##License - -The MIT License (MIT) -Copyright © 2013 Abhishek Das - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the “Software”), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file diff --git a/package.json b/package.json index dbf7311..a399418 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "gofish", + "name": "hackflowy", "version": "0.0.1", "description": "A simple WorkFlowy clone", "dependencies": { diff --git a/public/index.html b/public/index.html index ad2d91d..e2ee9d1 100644 --- a/public/index.html +++ b/public/index.html @@ -6,19 +6,19 @@ - GoFish + HackFlowy
-
+
diff --git a/public/mockup.html b/public/mockup.html index b248f19..49d912b 100644 --- a/public/mockup.html +++ b/public/mockup.html @@ -6,7 +6,7 @@ - GoFish + HackFlowy @@ -20,7 +20,7 @@
-
+
@@ -88,4 +88,4 @@ '.js><\/script>') - \ No newline at end of file + diff --git a/public/sass/app.scss b/public/sass/app.scss index 4c1349b..3dbb64b 100644 --- a/public/sass/app.scss +++ b/public/sass/app.scss @@ -51,7 +51,7 @@ $backgroundcolor: $lightgrey; body { background-color: $lightgrey; - #gofish { + #hackflowy { background-color: white; height: 1000px; margin: 75px 100px; @@ -148,4 +148,4 @@ body { font-size: 12px; } } -} \ No newline at end of file +} diff --git a/public/stylesheets/app.css b/public/stylesheets/app.css index 29ff551..67b383d 100644 --- a/public/stylesheets/app.css +++ b/public/stylesheets/app.css @@ -5541,7 +5541,7 @@ body { background-color: #f9f9fa; } /* line 54, ../sass/app.scss */ -body #gofish { +body #hackflowy { background-color: white; height: 1000px; margin: 75px 100px; @@ -5549,33 +5549,33 @@ body #gofish { padding: 60px 60px; } /* line 60, ../sass/app.scss */ -body #gofish #main { +body #hackflowy #main { height: 880px; border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; } /* line 65, ../sass/app.scss */ -body #gofish #main #name h2 { +body #hackflowy #main #name h2 { font-weight: normal; font-size: 30px; margin: 25px 0 5px 0; } /* line 71, ../sass/app.scss */ -body #gofish #main .children { +body #hackflowy #main .children { margin-left: 40px; } /* line 73, ../sass/app.scss */ -body #gofish #main .children li { +body #hackflowy #main .children li { list-style: none; } /* line 75, ../sass/app.scss */ -body #gofish #main .children li .task { +body #hackflowy #main .children li .task { margin: 10px 0; height: 20px; color: #333333; } /* line 79, ../sass/app.scss */ -body #gofish #main .children li .task .link { +body #hackflowy #main .children li .task .link { vertical-align: middle; display: inline-block; margin-top: 1px; @@ -5596,21 +5596,21 @@ body #gofish #main .children li .task .link { border-radius: 12px; } /* line 99, ../sass/app.scss */ -body #gofish #main .children li .task .with-children > .link { +body #hackflowy #main .children li .task .with-children > .link { background-color: #e0e0e0; } /* line 102, ../sass/app.scss */ -body #gofish #main .children li .task .open > .link { +body #hackflowy #main .children li .task .open > .link { background-color: white; } /* line 105, ../sass/app.scss */ -body #gofish #main .children li .task .link:hover { +body #hackflowy #main .children li .task .link:hover { cursor: pointer; z-index: 8; background-color: #aaa; } /* line 110, ../sass/app.scss */ -body #gofish #main .children li .task textarea.edit { +body #hackflowy #main .children li .task textarea.edit { box-shadow: none; display: inline; background: transparent; @@ -5635,16 +5635,16 @@ body #gofish #main .children li .task textarea.edit { -webkit-writing-mode: horizontal-tb; } /* line 134, ../sass/app.scss */ -body #gofish #main .children li .task textarea.edit:focus { +body #hackflowy #main .children li .task textarea.edit:focus { background-color: white; height: 18px; } /* line 142, ../sass/app.scss */ -body #gofish #main > .children { +body #hackflowy #main > .children { margin-left: 0; } /* line 145, ../sass/app.scss */ -body #gofish #footer { +body #hackflowy #footer { color: #333333; margin: 10px 0; font-size: 12px; diff --git a/schema/gofish.sql b/schema/hackflowy.sql similarity index 100% rename from schema/gofish.sql rename to schema/hackflowy.sql