diff options
author | Joachim Filip Ignacy Bartosik <jbartosik@gmail.com> | 2011-07-28 11:22:28 +0200 |
---|---|---|
committer | Petteri Räty <petsku@petteriraty.eu> | 2011-08-01 17:28:15 +0300 |
commit | bf19434861c4144348aa07295c532e11c26f66d6 (patch) | |
tree | d5c6c574351a0c750aa176f9b03517947cf16c86 | |
parent | Fix failing supybot test (diff) | |
download | council-webapp-bf19434861c4144348aa07295c532e11c26f66d6.tar.gz council-webapp-bf19434861c4144348aa07295c532e11c26f66d6.tar.bz2 council-webapp-bf19434861c4144348aa07295c532e11c26f66d6.zip |
Improve front page
-rw-r--r-- | site/app/views/front/index.dryml | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/site/app/views/front/index.dryml b/site/app/views/front/index.dryml index f07d85b..6aacb23 100644 --- a/site/app/views/front/index.dryml +++ b/site/app/views/front/index.dryml @@ -4,26 +4,25 @@ <content:> <header class="content-header"> - <h1>Welcome to <app-name/></h1> - <section class="welcome-message"> - <h3>Congratulations! Your Hobo Rails App is up and running</h3> - <ul> - <li>To customise this page: edit app/views/front/index.dryml</li> - </ul> - - <% if User.count == 0 -%> - <h3 style="margin-top: 20px;">There are no user accounts - please provide the details of the site administrator</h3> - <form with="&this || User.new" without-cancel> - <field-list: fields="name, email_address, password, password_confirmation"/> - <submit: label="Register Administrator"/> - </form> - <% end -%> - - - </section> + <h1>Welcome to Gentoo Council Web Application</h1> </header> <section class="content-body"> + This application will let you different actions: + <ul> + <li>All users (including Guests) can view some parts of website (agendas, suggested items, current council attendance).</li> + <li>Registered users can participate in community vote and suggest agenda items for council.</li> + <li>Administrators can manage users.</li> + <li>Council members can manage agendas: + <ul> + <li>Add, remove and reject items.</li> + <li>Manage voting options.</li> + <li>Set meeting time and reminders.</li> + </ul> + please note that when council member votes using this application this vote is "community vote". Council votes are made only during IRC meetings. + </li> + </ul> + If you want to learn more about Gentoo Council visit <a href="http://www.gentoo.org/proj/en/council/">Gentoo Council project page</a>. </section> </content:> |