implemented front page content management, finally wired up the user locale

and timezone default mechanism, and did some other bugfixing and stuff
This commit is contained in:
Eric J. Bowersox
2001-02-28 07:55:00 +00:00
parent 129b69973b
commit 2e455b4bdd
37 changed files with 1555 additions and 109 deletions

View File

@@ -1,5 +1,6 @@
advogato
ain't
anime
anla'shok
bajor
bios

View File

@@ -50,4 +50,20 @@
<site-logo>http://delenn:8080/venice/images/powered-by-venice.gif</site-logo>
</paths>
</render-config>
<!-- Contains standard messages displayed by front end -->
<messages>
<!-- The message displayed at the top of "top" when you're not logged in -->
<welcome>
Welcome to the Venice Web Communities System. To get the most out of this site, you should log in or create
an account, using one of the links above.
</welcome>
<!-- The headline for the welcome message -->
<welcome-top>Welcome to Venice</welcome-top>
<!-- The headline for the "currents" box -->
<currents-top>Venice Currents</currents-top>
</messages>
</render-config>