summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Parecki <aaron@parecki.com>2014-05-25 15:07:19 -0700
committerAaron Parecki <aaron@parecki.com>2014-05-25 15:07:19 -0700
commite9a6f679fad90170296f8e97d70a47ec8e99c392 (patch)
tree1d09fd04c0dca5391dd5763fb0b219626265b06d
parent306ffeba189e79af47d95d35c5c6a9d99ad317a5 (diff)
rename to Quill
-rw-r--r--README.md6
-rw-r--r--controllers/auth.php2
-rw-r--r--views/index.php2
-rw-r--r--views/layout.php6
4 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 9a58be1..527ab11 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
-IndiePost
-=========
+Quill
+=====
Work in progress. Do not use!
-https://indiepost.micropub.net/
+https://quill.p3k.io/
### Contributing
diff --git a/controllers/auth.php b/controllers/auth.php
index 57c2ba4..4686745 100644
--- a/controllers/auth.php
+++ b/controllers/auth.php
@@ -60,7 +60,7 @@ $app->get('/', function($format='html') use($app) {
ob_start();
render('index', array(
- 'title' => 'IndiePost',
+ 'title' => 'Quill',
'meta' => ''
));
$html = ob_get_clean();
diff --git a/views/index.php b/views/index.php
index 2c62f09..9232f8e 100644
--- a/views/index.php
+++ b/views/index.php
@@ -1,5 +1,5 @@
<div class="jumbotron">
- <h2>#IndiePost</h2>
+ <h2>Quill</h2>
<p>How does it work?</p>
<ol>
<li>Sign in with your domain</li>
diff --git a/views/layout.php b/views/layout.php
index d2421d9..24f5df3 100644
--- a/views/layout.php
+++ b/views/layout.php
@@ -39,7 +39,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="/">IndiePost</a>
+ <a class="navbar-brand" href="/">Quill</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
@@ -81,8 +81,8 @@
<div class="footer">
<p class="credits">&copy; <?=date('Y')?> by <a href="http://aaronparecki.com">Aaron Parecki</a>.
- This code is <a href="https://github.com/aaronpk/IndiePost">open source</a>.
- Feel free to send a pull request, or <a href="https://github.com/aaronpk/IndiePost/issues">file an issue</a>.</p>
+ This code is <a href="https://github.com/aaronpk/Quill">open source</a>.
+ Feel free to send a pull request, or <a href="https://github.com/aaronpk/Quill/issues">file an issue</a>.</p>
</div>
</div>