Log in with username/password: lyceum/lyceum

Changeset 1082

Show
Ignore:
Timestamp:
08/20/07 00:49:34 (1 year ago)
Author:
jjb
Message:

Removing debug messages and various other portal refinements.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/lyceum/portal.php

    r1037 r1082  
    4141 
    4242<div id="header"> 
    43    <h1>Welcome to <?php echo get_settings('site_title')?>!</h1> 
     43   <h1><?php echo get_settings('site_title')?></h1> 
    4444</div> 
    4545 
     
    106106</div> 
    107107 
    108 <div id="read-me"> 
    109     
    110    <p>Thank you for helping to test Lyceum. Lyceum is a massively-scalable blogging services system based on <a href="http://wordpress.org/">WordPress</a>.</p> 
    111     
    112       <p>Click <em>Register</em> to sign up for a username and blog. This will generate a password which will be emailed to you. After logging in, you can:</p> 
    113    <ul> 
    114       <li>create posts</li> 
    115       <li>adjust blog settings</li> 
    116       <li>comment on your blog and other blogs</li> 
    117       <li>give other users in the system privileges on your blog! (Admin&rarr;Users&rarr;Authors&amp;Users)</li> 
    118       <li>You can even create multiple users/blogs and cross post between them, logged in, or anonymously</li> 
    119       </ul> 
    120  
    121    <fieldset>Send <ul><li>bug reports</li> <li>questions</li> <li>feature suggestions</li></ul> to: <strong>lyceum-bugs <em>AT</em> lists.ibiblio.org</strong></fieldset><br/> 
    122  
    123       <p><strong>Important Notes:</strong></p> 
    124    <ul> 
    125       <li>This is a test installation of Lyceum where we use cutting edge, sometime unstable versions of the software. We're never going to wipe the database, and we make regular backups, but because this is beta software, keep in mind that there is always the possibility that something will go horribly wrong and you will lose your blog!</li> 
    126       <li>If you are unfamiliar with WordPress, you may wish to consult their helpful <a href="http://codex.wordpress.org/Working_with_WordPress">documentation</a>.</li> 
    127    </ul> 
    128     
    129 </div> 
    130  
    131108<div id="blog-list"> 
    132109   <?php 
     
    151128 
    152129<div id="footer"> 
    153 <p>LYCEUM</p> 
     130<p>Powered by <a href="http://lyceum.ibiblio.org/">Lyceum</a></p> 
    154131</div> 
    155132   </div> 
Log in with username/password: lyceum/lyceum