mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
let the past begone in cvs land. welcome to igit igit!
This commit is contained in:
commit
4e601cf1c7
509 changed files with 77963 additions and 0 deletions
19
place/blog.c
Normal file
19
place/blog.c
Normal file
|
@ -0,0 +1,19 @@
|
|||
// experimental: example of a blog type room
|
||||
// which probably needs some work to get running
|
||||
//
|
||||
#include <net.h>
|
||||
|
||||
#define NAME "blog"
|
||||
#define THREADS
|
||||
#define HISTORY_GLIMPSE 12
|
||||
|
||||
#ifdef ADMINISTRATORS
|
||||
// psyconf puts ADMINISTRATORS into psyconf.h
|
||||
# define PLACE_OWNED ADMINISTRATORS
|
||||
#else
|
||||
// example set-up
|
||||
# define PLACE_OWNED "fippo", "lynx", "bartman"
|
||||
#endif
|
||||
|
||||
#define UNIFORM_STYLE "http://www.your-community.de/fippo/blog.css"
|
||||
#include <place.gen>
|
Loading…
Add table
Add a link
Reference in a new issue