Gentoo Archives: gentoo-commits

From: "Petteri Räty" <betelgeuse@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/council-webapp:master commit in: site/app/views/front/
Date: Mon, 01 Aug 2011 14:31:36
Message-Id: bf19434861c4144348aa07295c532e11c26f66d6.betelgeuse@gentoo
1 commit: bf19434861c4144348aa07295c532e11c26f66d6
2 Author: Joachim Filip Ignacy Bartosik <jbartosik <AT> gmail <DOT> com>
3 AuthorDate: Thu Jul 28 09:22:28 2011 +0000
4 Commit: Petteri Räty <betelgeuse <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 1 14:28:15 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/council-webapp.git;a=commit;h=bf194348
7
8 Improve front page
9
10 ---
11 site/app/views/front/index.dryml | 33 ++++++++++++++++-----------------
12 1 files changed, 16 insertions(+), 17 deletions(-)
13
14 diff --git a/site/app/views/front/index.dryml b/site/app/views/front/index.dryml
15 index f07d85b..6aacb23 100644
16 --- a/site/app/views/front/index.dryml
17 +++ b/site/app/views/front/index.dryml
18 @@ -4,26 +4,25 @@
19
20 <content:>
21 <header class="content-header">
22 - <h1>Welcome to <app-name/></h1>
23 - <section class="welcome-message">
24 - <h3>Congratulations! Your Hobo Rails App is up and running</h3>
25 - <ul>
26 - <li>To customise this page: edit app/views/front/index.dryml</li>
27 - </ul>
28 -
29 - <% if User.count == 0 -%>
30 - <h3 style="margin-top: 20px;">There are no user accounts - please provide the details of the site administrator</h3>
31 - <form with="&this || User.new" without-cancel>
32 - <field-list: fields="name, email_address, password, password_confirmation"/>
33 - <submit: label="Register Administrator"/>
34 - </form>
35 - <% end -%>
36 -
37 -
38 - </section>
39 + <h1>Welcome to Gentoo Council Web Application</h1>
40 </header>
41
42 <section class="content-body">
43 + This application will let you different actions:
44 + <ul>
45 + <li>All users (including Guests) can view some parts of website (agendas, suggested items, current council attendance).</li>
46 + <li>Registered users can participate in community vote and suggest agenda items for council.</li>
47 + <li>Administrators can manage users.</li>
48 + <li>Council members can manage agendas:
49 + <ul>
50 + <li>Add, remove and reject items.</li>
51 + <li>Manage voting options.</li>
52 + <li>Set meeting time and reminders.</li>
53 + </ul>
54 + please note that when council member votes using this application this vote is "community vote". Council votes are made only during IRC meetings.
55 + </li>
56 + </ul>
57 + If you want to learn more about Gentoo Council visit <a href="http://www.gentoo.org/proj/en/council/">Gentoo Council project page</a>.
58 </section>
59 </content:>