Readme update

This commit is contained in:
Difrex(Denis Zheleztsov) 2014-06-16 13:04:57 +04:00
parent 68268a51b5
commit 2e701986f8
4 changed files with 7 additions and 6 deletions

View File

@ -13,7 +13,7 @@ Plack/Perl web client for ii network
**Only GNU/Linux is supported** **Only GNU/Linux is supported**
# Install ## Install
Create dirrectories: Create dirrectories:
mkdir {echo,msg} mkdir {echo,msg}
@ -23,3 +23,7 @@ On Debian based systems:
apt-get install libplack-perl libhtml-template-perl libsql-abstract-perl \ apt-get install libplack-perl libhtml-template-perl libsql-abstract-perl \
libdbd-sqlite3-perl libconfig-tiny-perl libdbd-sqlite3-perl libconfig-tiny-perl
## TODO
* Switch to clean SQL database

View File

@ -27,9 +27,6 @@
margin-top: 0.5em; margin-top: 0.5em;
margin-bottom: 0px; margin-bottom: 0px;
} }
.post a {
text-decoration: none;
}
.post img { .post img {
display: inline-block; display: inline-block;
border-radius: 10px; border-radius: 10px;

View File

@ -1,5 +1,5 @@
<div class=post> <div class=post>
<a href="/s?subg=<TMPL_VAR NAME=CUT>&echo=<TMPL_VAR NAME=ECHO>"><h2><TMPL_VAR NAME=SUBG></h2></a> <a style="text-decoration:none;" href="/s?subg=<TMPL_VAR NAME=CUT>&echo=<TMPL_VAR NAME=ECHO>"><h2><TMPL_VAR NAME=SUBG></h2></a>
<div class=mail> <div class=mail>
<i><TMPL_VAR NAME=TIME></i><br> <i><TMPL_VAR NAME=TIME></i><br>
From: <strong><TMPL_VAR NAME=FROM></strong><br> From: <strong><TMPL_VAR NAME=FROM></strong><br>

View File

@ -18,7 +18,7 @@
<input type='text' size=40 name='subg' value='Re: <TMPL_VAR NAME=SUBG>'><br> <input type='text' size=40 name='subg' value='Re: <TMPL_VAR NAME=SUBG>'><br>
<textarea name='post' cols=80 rows=12> <textarea name='post' cols=80 rows=12>
</textarea><br> </textarea><br>
<input type='submit'> <input type='submit' value='постить'>
</form> </form>
</div> </div>
</div> </div>