Add a basic blog manager.
rlgnotes is an experimental script for managing a static blog.
This commit is contained in:
parent
8fc67392d9
commit
172d389ba5
4 changed files with 173 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ of historical roguelikes is being restored and made available for play on this s
|
|||
<li><a href="/archive.cgi">ttyrec files</a></li>
|
||||
</ul>
|
||||
<h2>News</h2>
|
||||
<p>For more details, check <a href="/notes/">the blog</a>.</p>
|
||||
<p><strong>Jan. 12, 2015</strong>: Some bugs in the Web app have been fixed.</p>
|
||||
<p><strong>Mar. 31, 2014</strong>: A few bugs have been fixed. The length limit for player names has been increased from 10 characters to 20.</p>
|
||||
<p><strong>Jan. 10, 2014</strong>: Statistical charts have been added to the <a href="/scoring/">scores section</a>.</p>
|
||||
|
|
|
|||
16
web/notes/notes.css
Normal file
16
web/notes/notes.css
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
@import url("/main.css");
|
||||
|
||||
h2.pagetitle {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h3.posttitle {
|
||||
background-color: #E0FFE0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.datehead {
|
||||
text-align: center;
|
||||
font-size: 0.8em;
|
||||
font-style: italic;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue