Edgewall Software

Ticket #7490: WikiStart-ItMill.txt

File WikiStart-ItMill.txt, 4.9 KB (added by cboos, 4 years ago)

ItMill - converting to 0.11 style layout (as discussed in comment:18)

Line 
1{{{
2#!div style="float: left; width: 45%"
3
4= Welcome to  IT Mill Toolkit developer pages =
5
6{{{
7#!div style="border-left:7px solid red;padding:7px"
8Notice: the current trunk is using GWT 1.5. It requires Java 5 and is not compatible with GWT 1.4, so if you're using trunk, and trying to build widgetsets, you'll need to upgrade your GWT. Most of the documentation has not been updated to reflect yet, since the current release still uses GWT 1.4.
9}}}
10
11[http://itmill.com/itmill-toolkit/ IT Mill Toolkit] is an open-source user interface framework, providing widgets and tools for the development of high-quality web applications.
12
13Anonymous users may
14 * read any data in Trac
15 * checkout the sources from the [wiki:Subversion Subversion repository]
16
17
18Registered users may
19
20 * create tickets (bug reports or enhancement requests)
21 * add comments to existing tickets
22 * edit the wiki
23
24You can register easily from the Trac toolbar above on the right.
25
26== Committers ==
27
28Currently the following people actively participate in the Toolkit project:
29 * Jani Laakso
30 * Matti Tahvonen
31 * Marc Englund
32 * Joonas Lehtinen
33 * Jouni Koivuviita
34 * Marko Grönroos
35 * Jonas Granvik
36 * Henrik Paul
37 * Jens Jansson
38 * Kim Leppänen
39You can gain commit access if you prove yourself worthy by sending good patches regularly.
40
41'''We follow strict [wiki:CodingConventions coding conventions] within our team'''. If you wish to contribute code, you must follow them as well.
42}}}
43
44
45
46{{{
47#!div style="float: right; width: 50%; border-left: 1px solid gray; padding-left: 40px;"
48
49
50= Contributing =
51
52IT Mill Toolkit is an open source project. Core developers are happy to get some help from the community. There are some easy ways to get involved below.
53
54== Creating bug reports ==
55Writing good quality bug reports is one of the best ways to help with Toolkit project. If you believe you have found a bug, register to trac and '''read instructions: [SubmittingBug Writing a good ticket]'''
56
57== Helping others and sharing knowledge on forum ==
58We have a [http://forum.itmill.com forum] that can be used to get some help and share ideas among Toolkit developers.
59
60== How to get your code included into Toolkit? ==
61
62 * Create a new [http://dev.itmill.com/newticket enhancement ticket] describing the problem to be solved or a new feature to be added
63 * Developers are very happy if you can attach a patch for your ticket. Check out the related wiki page CreatingPatch.
64 * Feel free to promote your idea on the [http://forum.itmill.com forums]
65 * You may also contact any of the committers directly with a private message using forums
66
67----
68
69== Shortcuts ==
70{{{
71#!div style="float: left; width: 45%; padding-right: 10px"
72[wiki:Builds Release, internal and nightly builds][[BR]]
73[wiki:Subversion Subversion repository access to IT Mill Toolkit sources] [[BR]]
74[wiki:FAQ FAQ] [[BR]]
75[wiki:Articles Technical articles] '''(new)'''[[BR]]
76[http://dev.itmill.com/statistics/ SVN statistics][[BR]]
77[wiki:DevDocs/StartingDevelopment How to start development][[BR]]
78[wiki:DevDocs Development documents][[BR]]
79[wiki:OtherFrameworks Other Web 2.0 frameworks][[BR]]
80[wiki:ServletHosting Hosting personal/prototype applications][[BR]]
81}}}
82
83{{{
84#!div style="float: right; width: 50%"
85{{{
86#!html
87<a href="http://itmill.com/documentation/itmill-toolkit-5-reference-manual/" title="IT Mill Toolkit 5 Manual" style="display: block; width: 150px; height: 20px; padding: 10px 16px; background: #efefef; border: 1px solid #dfdfdf; margin-top: 1em;">Reference Manual</a>
88<a href="http://toolkit.itmill.com/demo/doc/api/" title="IT Mill Toolkit 5 JavaDoc API" style="display: block; width: 150px; height: 20px; padding: 10px 16px; background: #efefef; border: 1px solid #dfdfdf; margin-top: 0.5em;">JavaDoc API</a>
89<a href="http://forum.itmill.com" title="IT Mill Forums" style="display: block; width: 150px; height: 20px; padding: 10px 16px; background: #efefef; border: 1px solid #dfdfdf; margin-top: 0.5em;">Forums</a>
90}}}
91}}}
92
93[[html(<br style="clear: both" />)]]
94----
95
96== About Trac ==
97
98If you are new to trac, you might want to check [wiki:TracTickets how to write new tickets] or [wiki:TracGuide Trac guide].
99
100To edit wiki or to create new tickets or comment old ones, '''you need to register and login''' from the Trac toolbar. Please contact marko.gronroos __at__ itmill.com if you have any problems with registration or your user account. Also, if you need more permissions, for example to be able to close tickets or delete wiki pages, please contact the administrator.
101
102Please update your [/prefs preferences] and setup your name, email address and timezone.
103
104'''Note:''' Emails are shown only for registered users (we hate spam as much as you do).
105
106'''Note''' Wiki contains lot of old and deprecated info and is thus heavily under construction now when we are opening all of our R&D processes transparently.
107
108}}}
109