Add charter to journal

This commit is contained in:
Robert Miles 2018-07-13 00:24:26 -04:00
parent 192d117d8b
commit 5a3d0dc113
2 changed files with 12 additions and 1 deletions

10
charter.php Normal file
View File

@ -0,0 +1,10 @@
<?php include "header.php"; ?>
<h1 class="page-header">Charter</h1>
<p>The Intentional Journal of the Tildeverse is an open journal for members of any tilde box (i.e; tilde.town, tilde.team,
yourtilde.com, tilde.fun, etc.) to describe research and results of projects. Papers published should be long-formed essays as
opposed to short-form declarations, and can be on any topic of pure interest to the author, as long as there is non-commercial
motivation to explore and learn more about a topic. In addition to publishing tilde members' papers, we also operate as a social
space where members can participate in many ways, including (but not limited to) reviewing papers and providing constructive
criticism, responding to author questions, writing (obviously), or even simply bringing up topics to be researched. Through reviewing
and providing constructive criticism, we hope to provide a mechanism for authors to better themselves or develop their thinking about a topic.</p>
<?php include "footer.php"; ?>

View File

@ -15,8 +15,9 @@
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">pages <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="https://git.tilde.team/meta/journal"><i class="fa fa-code-fork"></i> git</a></li>
<li><a href="https://journal.tildeverse.org/charter.php"><i class="fa fa-file-text"></i> charter</a></li>
<li><a href="https://web.tilde.chat/?join=journal"><i class="fa fa-comments-o"></i> IRC chatroom</a></li>
<li><a href="https://git.tilde.team/meta/journal"><i class="fa fa-code-fork"></i> git</a></li>
</ul>
</li>
</ul>