1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

place/threads: use _log to store data, threaded comments

place/archetype.gen: new save log immediately flag to save() after logAppend():
- in place/name.c:
define SAVE_LOG_IMMEDIATELY
- in local.h:
define _flag_save_place_log_immediately
define _flag_save_userthreads_immediately

place/text: added x()
This commit is contained in:
Gabor Adam Toth 2010-02-27 23:58:32 +01:00
parent 3465bba9bb
commit 58bcc84430
12 changed files with 515 additions and 436 deletions

View file

@ -45,7 +45,7 @@ body.threads,
margin: 44;
width: 562;
}
.entry .title,
.entry .header,
.ldpc {
background: #f33;
color: black;
@ -110,11 +110,11 @@ body.threads,
width: 100%;
}
.entry .title a {
.entry .header a {
color: black;
}
.entry .title .author {}
.entry .title .subject {}
.entry .header .author {}
.entry .header .title {}
.entry .footer a,
.entry .footer a:visited {