Readme update
This commit is contained in:
parent
68268a51b5
commit
2e701986f8
@ -13,7 +13,7 @@ Plack/Perl web client for ii network
|
||||
|
||||
**Only GNU/Linux is supported**
|
||||
|
||||
# Install
|
||||
## Install
|
||||
|
||||
Create dirrectories:
|
||||
mkdir {echo,msg}
|
||||
@ -23,3 +23,7 @@ On Debian based systems:
|
||||
|
||||
apt-get install libplack-perl libhtml-template-perl libsql-abstract-perl \
|
||||
libdbd-sqlite3-perl libconfig-tiny-perl
|
||||
|
||||
## TODO
|
||||
|
||||
* Switch to clean SQL database
|
||||
|
@ -27,9 +27,6 @@
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
.post a {
|
||||
text-decoration: none;
|
||||
}
|
||||
.post img {
|
||||
display: inline-block;
|
||||
border-radius: 10px;
|
||||
|
@ -1,5 +1,5 @@
|
||||
<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>
|
||||
<i><TMPL_VAR NAME=TIME></i><br>
|
||||
From: <strong><TMPL_VAR NAME=FROM></strong><br>
|
||||
|
@ -18,7 +18,7 @@
|
||||
<input type='text' size=40 name='subg' value='Re: <TMPL_VAR NAME=SUBG>'><br>
|
||||
<textarea name='post' cols=80 rows=12>
|
||||
</textarea><br>
|
||||
<input type='submit'>
|
||||
<input type='submit' value='постить'>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user