Переглянути джерело

Added a couple of basic package overviews (i have a feeling checkstyle will still complain due to me using the 1.5 method not the older method)

Added an overview.html
Altered the project properties to reflect these changes


git-svn-id: http://svn.dmdirc.com/trunk@614 00569f92-eb28-0410-84fd-f71c24880f
tags/0.3
Gregory Holmes 17 роки тому
джерело
коміт
2d940d40d3

+ 2
- 2
nbproject/project.properties Переглянути файл

@@ -28,7 +28,7 @@ javac.test.classpath=\
28 28
     ${javac.classpath}:\
29 29
     ${build.classes.dir}:\
30 30
     ${libs.junit.classpath}
31
-javadoc.additionalparam=
31
+javadoc.additionalparam=-overview ${src.dir}/overview.html
32 32
 javadoc.author=false
33 33
 javadoc.encoding=
34 34
 javadoc.noindex=false
@@ -38,7 +38,7 @@ javadoc.private=false
38 38
 javadoc.splitindex=true
39 39
 javadoc.use=true
40 40
 javadoc.version=false
41
-javadoc.windowtitle=
41
+javadoc.windowtitle=DMDirc
42 42
 main.class=uk.org.ownage.dmdirc.Main
43 43
 manifest.file=manifest.mf
44 44
 meta.inf.dir=${src.dir}/META-INF

+ 31
- 0
src/overview.html Переглянути файл

@@ -0,0 +1,31 @@
1
+<html>
2
+<head>
3
+Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack, Gregory Holmes
4
+
5
+Permission is hereby granted, free of charge, to any person obtaining a copy
6
+of this software and associated documentation files (the "Software"), to deal
7
+in the Software without restriction, including without limitation the rights
8
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+copies of the Software, and to permit persons to whom the Software is
10
+furnished to do so, subject to the following conditions:
11
+
12
+The above copyright notice and this permission notice shall be included in
13
+all copies or substantial portions of the Software.
14
+
15
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
22
+</head>
23
+<body>
24
+DMDirc is a new cross platform IRC client written in java, it is being developed under the MIT license by 
25
+     <a href="http://www.md87.co.uk" title="MD87">Chris 'MD87' Smith</a>, <a href="http://www.greboid.com" title="Greboid">
26
+     Greg 'Greboid' Holmes</a> and <a href="http://home.dataforce.org.uk" title="Dataforce">Shane 'Dataforce' Mc Cormack</a>.
27
+     <p>DMDirc was started to address the lack of a good IRC client for Linux, it can however be run on any java capable platform, 
28
+     including OSX and window. While there are plenty of reasonable clients, 
29
+     most are lacking in one respect or another. We hope that DMDirc will fill this gap.
30
+</body>
31
+</html>

+ 27
- 0
src/uk/org/ownage/dmdirc/commandparser/package-info.java Переглянути файл

@@ -0,0 +1,27 @@
1
+/*
2
+ * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack, Gregory Holmes
3
+ *
4
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
5
+ * of this software and associated documentation files (the "Software"), to deal
6
+ * in the Software without restriction, including without limitation the rights
7
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8
+ * copies of the Software, and to permit persons to whom the Software is
9
+ * furnished to do so, subject to the following conditions:
10
+ *
11
+ * The above copyright notice and this permission notice shall be included in
12
+ * all copies or substantial portions of the Software.
13
+ *
14
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20
+ * SOFTWARE.
21
+ */
22
+
23
+/**
24
+ * Command parser, proceses and handles commands for the client.
25
+ */
26
+
27
+package uk.org.ownage.dmdirc.commandparser;

+ 26
- 0
src/uk/org/ownage/dmdirc/package-info.java Переглянути файл

@@ -0,0 +1,26 @@
1
+/*
2
+ * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack, Gregory Holmes
3
+ *
4
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
5
+ * of this software and associated documentation files (the "Software"), to deal
6
+ * in the Software without restriction, including without limitation the rights
7
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8
+ * copies of the Software, and to permit persons to whom the Software is
9
+ * furnished to do so, subject to the following conditions:
10
+ *
11
+ * The above copyright notice and this permission notice shall be included in
12
+ * all copies or substantial portions of the Software.
13
+ *
14
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20
+ * SOFTWARE.
21
+ */
22
+
23
+/**
24
+ * Core classes for DMDirc.  Used to interact between the parser and UI.
25
+ */
26
+package uk.org.ownage.dmdirc;

Завантаження…
Відмінити
Зберегти