source: trunk/grails-app/views/_about.gsp @ 181

Last change on this file since 181 was 181, checked in by gav, 14 years ago

Change is* in Task to just 'active', 'scheduled' and 'approved'.
Regenerate non detailed controller and views.
Adjust detailed controller, views and services to suite.
Add support for task actions 'approve', 'complete', 'trash' and their counter parts.
Default task status to "not started" when creating a new task.

File size: 4.7 KB
Line 
1<br />
2<br />
3<div class="dialog">
4    <table>
5        <tbody>
6            <tr><td>
7                GnuMims is a powerful but simple to use Maintenance and Inventory Management
8                Solution with a focus on asset, task and inventory management.
9                Also known as a computerised maintenance management system or CMMS.
10                Initially designed with an engineering department and mid-size industrial production enviroment in mind.
11                <br />
12                <br />
13                GnuMims is a world wide community project run from
14                <a href="http://www.gnumims.org">http://www.gnumims.org</a>
15                and released under the <a href="http://www.gnu.org/licenses/agpl.html">GNU AGPL</a> open source license.
16                <br />
17                <br />
18                The GNU AGPL requires you to make the source code available to your network users.<br />
19                So how do you do this?<br />
20                Easy, if you are running an un-modified version just leave the link to www.gnumims.org
21                on the header image intact. This will allow your users to find the community site and
22                with it the source code. If you are running a modified version you are welcome to
23                use our subversion repository, ask us about a custom branch or your changes
24                may be included in the main trunk. If you don't want to do either of those then
25                create a link in your modified version to your modified source, either way you are required
26                to make the source code available to your network users.
27            </td></tr>
28        </tbody>
29    </table>
30</div>
31<br />
32<br />
33<div class="dialog">
34    <table>
35        <tbody>
36            <tr><td>
37
38            GnuMims - A web application providing a Maintenance and Inventory Management Solution.<br />
39            Copyright (C) 2008-2009 Gavin Kromhout<br />
40            Copyright (C) 2008-2009 Steven Tucker<br />
41            <br />
42            This program is free software: you can redistribute it and/or modify<br />
43            it under the terms of the GNU Affero General Public License as published by<br />
44            the Free Software Foundation, either version 3 of the License, or<br />
45            (at your option) any later version.<br />
46            <br />
47            This program is distributed in the hope that it will be useful,<br />
48            but WITHOUT ANY WARRANTY; without even the implied warranty of<br />
49            MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the<br />
50            GNU Affero General Public License for more details.<br />
51            <br />
52            You should have received a copy of the GNU Affero General Public License<br />
53            along with this program.  If not, see <a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>
54
55            </td></tr>
56        </tbody>
57    </table>
58</div>
59<br />
60<br />
61<div class="dialog">
62    <table>
63        <tbody>
64            <tr class="prop">
65                <td valign="top" class="name">
66                    Silk icon set acknowledgement.<br />
67                    Many thanks for the fabulous silk icon set.
68                </td>
69
70
71            </tr>
72
73            <tr class="prop">
74                <td valign="top" class="name">Author:</td>
75
76                <td valign="top" class="value">
77                    Mark James - <a href="http://www.famfamfam.com/lab/icons/silk/">http://www.famfamfam.com/lab/icons/silk/</a>
78                </td>
79
80            </tr>
81
82            <tr class="prop">
83                <td valign="top" class="name">License:</td>
84
85                <td valign="top" class="value">
86                    <a href="http://creativecommons.org/licenses/by/3.0/">http://creativecommons.org/licenses/by/3.0/</a>
87                </td>
88
89            </tr>
90
91        </tbody>
92    </table>
93</div>
94<br />
95<br />
96<div class="dialog">
97    <table>
98        <tbody>
99            <tr><td>
100                The MySQL java connector (if included) is licensed under the GNU GPL V02.<br />
101                Sun Microsystem's JDBC Driver for MySQL.<br />
102                Copyright 2003-2008 MySQL AB, 2008 Sun Microsystems.<br />
103                and can be obtained from <a href="http://dev.mysql.com/downloads/connector/j/5.0.html">http://dev.mysql.com/downloads/connector/j/5.0.html</a>
104            </td></tr>
105        </tbody>
106    </table>
107</div>
108<br />
109<br />
110<div class="dialog">
111    <table>
112        <tbody>
113            <tr><td>
114                The Grails web framework and the plugins used are available under
115                their respective licenses from  <a href="http://www.grails.org">http://www.grails.org</a>
116            </td></tr>
117        </tbody>
118    </table>
119</div>
Note: See TracBrowser for help on using the repository browser.