Browse Source

rename to Quill

pull/5/head
Aaron Parecki 10 years ago
parent
commit
e9a6f679fa
4 changed files with 8 additions and 8 deletions
  1. +3
    -3
      README.md
  2. +1
    -1
      controllers/auth.php
  3. +1
    -1
      views/index.php
  4. +3
    -3
      views/layout.php

+ 3
- 3
README.md View File

@ -1,9 +1,9 @@
IndiePost
=========
Quill
=====
Work in progress. Do not use! Work in progress. Do not use!
https://indiepost.micropub.net/
https://quill.p3k.io/
### Contributing ### Contributing

+ 1
- 1
controllers/auth.php View File

@ -60,7 +60,7 @@ $app->get('/', function($format='html') use($app) {
ob_start(); ob_start();
render('index', array( render('index', array(
'title' => 'IndiePost',
'title' => 'Quill',
'meta' => '' 'meta' => ''
)); ));
$html = ob_get_clean(); $html = ob_get_clean();

+ 1
- 1
views/index.php View File

@ -1,5 +1,5 @@
<div class="jumbotron"> <div class="jumbotron">
<h2>#IndiePost</h2>
<h2>Quill</h2>
<p>How does it work?</p> <p>How does it work?</p>
<ol> <ol>
<li>Sign in with your domain</li> <li>Sign in with your domain</li>

+ 3
- 3
views/layout.php View File

@ -39,7 +39,7 @@
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </button>
<a class="navbar-brand" href="/">IndiePost</a>
<a class="navbar-brand" href="/">Quill</a>
</div> </div>
<div class="navbar-collapse collapse"> <div class="navbar-collapse collapse">
<ul class="nav navbar-nav"> <ul class="nav navbar-nav">
@ -81,8 +81,8 @@
<div class="footer"> <div class="footer">
<p class="credits">&copy; <?=date('Y')?> by <a href="http://aaronparecki.com">Aaron Parecki</a>. <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>
</div> </div>

Loading…
Cancel
Save