ai4r 1.5 → 1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (216) hide show
  1. data/examples/clusterers/simple_website_clustering.rb +47 -0
  2. data/lib/ai4r.rb +7 -0
  3. data/lib/ai4r/classifiers/hyperpipes.rb +118 -0
  4. data/lib/ai4r/clusterers/average_linkage.rb +22 -23
  5. data/lib/ai4r/clusterers/centroid_linkage.rb +66 -0
  6. data/lib/ai4r/clusterers/complete_linkage.rb +17 -12
  7. data/lib/ai4r/clusterers/diana.rb +139 -0
  8. data/lib/ai4r/clusterers/median_linkage.rb +61 -0
  9. data/lib/ai4r/clusterers/single_linkage.rb +57 -42
  10. data/lib/ai4r/clusterers/ward_linkage.rb +64 -0
  11. data/lib/ai4r/clusterers/weighted_average_linkage.rb +61 -0
  12. data/lib/ai4r/data/constants.rb +18 -0
  13. data/lib/ai4r/data/data_set.rb +5 -3
  14. data/lib/ai4r/data/proximity.rb +18 -0
  15. data/test/clusterers/average_linkage_test.rb +14 -11
  16. data/test/clusterers/bisecting_k_means_test.rb +9 -0
  17. data/test/clusterers/centroid_linkage_test.rb +50 -0
  18. data/test/clusterers/complete_linkage_test.rb +14 -5
  19. data/test/clusterers/diana_test.rb +69 -0
  20. data/test/clusterers/k_means_test.rb +9 -0
  21. data/test/clusterers/median_linkage_test.rb +50 -0
  22. data/test/clusterers/single_linkage_test.rb +15 -6
  23. data/test/clusterers/ward_linkage_test.rb +50 -0
  24. data/test/clusterers/weighted_average_linkage_test.rb +50 -0
  25. data/test/data/data_set_test.rb +14 -0
  26. data/test/data/proximity_test.rb +10 -0
  27. metadata +87 -298
  28. data/site/build/site/en/broken-links.xml +0 -2
  29. data/site/build/site/en/build/tmp/build-info.xml +0 -5
  30. data/site/build/site/en/build/tmp/plugins-1.xml +0 -212
  31. data/site/build/site/en/build/tmp/plugins-2.xml +0 -252
  32. data/site/build/site/en/build/tmp/projfilters.properties +0 -41
  33. data/site/build/site/en/downloads.html +0 -200
  34. data/site/build/site/en/downloads.pdf +0 -151
  35. data/site/build/site/en/geneticAlgorithms.html +0 -591
  36. data/site/build/site/en/geneticAlgorithms.pdf +0 -934
  37. data/site/build/site/en/images/ai4r-logo.png +0 -0
  38. data/site/build/site/en/images/built-with-forrest-button.png +0 -0
  39. data/site/build/site/en/images/c.png +0 -0
  40. data/site/build/site/en/images/c_wbn.png +0 -0
  41. data/site/build/site/en/images/c_wn.png +0 -0
  42. data/site/build/site/en/images/ero.gif +0 -0
  43. data/site/build/site/en/images/europe2.png +0 -0
  44. data/site/build/site/en/images/europe3.png +0 -0
  45. data/site/build/site/en/images/fitness.png +0 -0
  46. data/site/build/site/en/images/genetic_algorithms_example.png +0 -0
  47. data/site/build/site/en/images/instruction_arrow.png +0 -0
  48. data/site/build/site/en/images/jadeferret.png +0 -0
  49. data/site/build/site/en/images/my_email.png +0 -0
  50. data/site/build/site/en/images/neural_network_example.png +0 -0
  51. data/site/build/site/en/images/rubyforge.png +0 -0
  52. data/site/build/site/en/images/s.png +0 -0
  53. data/site/build/site/en/images/s_wbn.png +0 -0
  54. data/site/build/site/en/images/s_wn.png +0 -0
  55. data/site/build/site/en/images/sigmoid.png +0 -0
  56. data/site/build/site/en/images/t.png +0 -0
  57. data/site/build/site/en/images/t_wbn.png +0 -0
  58. data/site/build/site/en/images/t_wn.png +0 -0
  59. data/site/build/site/en/index.html +0 -390
  60. data/site/build/site/en/index.pdf +0 -657
  61. data/site/build/site/en/linkmap.html +0 -261
  62. data/site/build/site/en/linkmap.pdf +0 -94
  63. data/site/build/site/en/locationmap.xml +0 -72
  64. data/site/build/site/en/machineLearning.html +0 -340
  65. data/site/build/site/en/machineLearning.pdf +0 -337
  66. data/site/build/site/en/neuralNetworks.html +0 -521
  67. data/site/build/site/en/neuralNetworks.pdf +0 -671
  68. data/site/build/site/en/skin/CommonMessages_de.xml +0 -23
  69. data/site/build/site/en/skin/CommonMessages_en_US.xml +0 -23
  70. data/site/build/site/en/skin/CommonMessages_es.xml +0 -23
  71. data/site/build/site/en/skin/CommonMessages_fr.xml +0 -23
  72. data/site/build/site/en/skin/basic.css +0 -166
  73. data/site/build/site/en/skin/breadcrumbs-optimized.js +0 -90
  74. data/site/build/site/en/skin/breadcrumbs.js +0 -237
  75. data/site/build/site/en/skin/fontsize.js +0 -166
  76. data/site/build/site/en/skin/getBlank.js +0 -40
  77. data/site/build/site/en/skin/getMenu.js +0 -45
  78. data/site/build/site/en/skin/images/README.txt +0 -1
  79. data/site/build/site/en/skin/images/add.jpg +0 -0
  80. data/site/build/site/en/skin/images/built-with-forrest-button.png +0 -0
  81. data/site/build/site/en/skin/images/chapter.gif +0 -0
  82. data/site/build/site/en/skin/images/chapter_open.gif +0 -0
  83. data/site/build/site/en/skin/images/current.gif +0 -0
  84. data/site/build/site/en/skin/images/error.png +0 -0
  85. data/site/build/site/en/skin/images/external-link.gif +0 -0
  86. data/site/build/site/en/skin/images/fix.jpg +0 -0
  87. data/site/build/site/en/skin/images/forrest-credit-logo.png +0 -0
  88. data/site/build/site/en/skin/images/hack.jpg +0 -0
  89. data/site/build/site/en/skin/images/header_white_line.gif +0 -0
  90. data/site/build/site/en/skin/images/info.png +0 -0
  91. data/site/build/site/en/skin/images/instruction_arrow.png +0 -0
  92. data/site/build/site/en/skin/images/label.gif +0 -0
  93. data/site/build/site/en/skin/images/page.gif +0 -0
  94. data/site/build/site/en/skin/images/pdfdoc.gif +0 -0
  95. data/site/build/site/en/skin/images/poddoc.png +0 -0
  96. data/site/build/site/en/skin/images/printer.gif +0 -0
  97. data/site/build/site/en/skin/images/rc-b-l-15-1body-2menu-3menu.png +0 -0
  98. data/site/build/site/en/skin/images/rc-b-r-15-1body-2menu-3menu.png +0 -0
  99. data/site/build/site/en/skin/images/rc-b-r-5-1header-2tab-selected-3tab-selected.png +0 -0
  100. data/site/build/site/en/skin/images/rc-t-l-5-1header-2searchbox-3searchbox.png +0 -0
  101. data/site/build/site/en/skin/images/rc-t-l-5-1header-2tab-selected-3tab-selected.png +0 -0
  102. data/site/build/site/en/skin/images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png +0 -0
  103. data/site/build/site/en/skin/images/rc-t-r-15-1body-2menu-3menu.png +0 -0
  104. data/site/build/site/en/skin/images/rc-t-r-5-1header-2searchbox-3searchbox.png +0 -0
  105. data/site/build/site/en/skin/images/rc-t-r-5-1header-2tab-selected-3tab-selected.png +0 -0
  106. data/site/build/site/en/skin/images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png +0 -0
  107. data/site/build/site/en/skin/images/remove.jpg +0 -0
  108. data/site/build/site/en/skin/images/rss.png +0 -0
  109. data/site/build/site/en/skin/images/spacer.gif +0 -0
  110. data/site/build/site/en/skin/images/success.png +0 -0
  111. data/site/build/site/en/skin/images/txtdoc.png +0 -0
  112. data/site/build/site/en/skin/images/update.jpg +0 -0
  113. data/site/build/site/en/skin/images/valid-html401.png +0 -0
  114. data/site/build/site/en/skin/images/vcss.png +0 -0
  115. data/site/build/site/en/skin/images/warning.png +0 -0
  116. data/site/build/site/en/skin/images/xmldoc.gif +0 -0
  117. data/site/build/site/en/skin/menu.js +0 -48
  118. data/site/build/site/en/skin/note.txt +0 -50
  119. data/site/build/site/en/skin/print.css +0 -54
  120. data/site/build/site/en/skin/profile.css +0 -163
  121. data/site/build/site/en/skin/prototype.js +0 -1257
  122. data/site/build/site/en/skin/screen.css +0 -587
  123. data/site/build/site/en/sourceCode.html +0 -244
  124. data/site/build/site/en/sourceCode.pdf +0 -278
  125. data/site/build/site/en/svn.html +0 -244
  126. data/site/build/site/en/svn.pdf +0 -278
  127. data/site/build/tmp/brokenlinks.xml +0 -2
  128. data/site/build/tmp/build-info.xml +0 -5
  129. data/site/build/tmp/cocoon-work/cache-dir/cocoon-ehcache-1.data +0 -0
  130. data/site/build/tmp/cocoon-work/cache-dir/cocoon-ehcache-1.index +0 -0
  131. data/site/build/tmp/input.xmap +0 -32
  132. data/site/build/tmp/internal.xmap +0 -32
  133. data/site/build/tmp/locationmap.xml +0 -29
  134. data/site/build/tmp/output.xmap +0 -38
  135. data/site/build/tmp/pluginlist2fetchbuild.xml +0 -144
  136. data/site/build/tmp/plugins-1.xml +0 -201
  137. data/site/build/tmp/plugins-2.xml +0 -401
  138. data/site/build/tmp/projfilters.properties +0 -41
  139. data/site/build/tmp/resources.xmap +0 -32
  140. data/site/build/webapp/WEB-INF/logs/access.log +0 -0
  141. data/site/build/webapp/WEB-INF/logs/core.log +0 -775
  142. data/site/build/webapp/WEB-INF/logs/debug.log +0 -0
  143. data/site/build/webapp/WEB-INF/logs/error.log +0 -213
  144. data/site/build/webapp/WEB-INF/logs/flow.log +0 -0
  145. data/site/build/webapp/WEB-INF/logs/idgen.log +0 -0
  146. data/site/build/webapp/WEB-INF/logs/linkrewriter.log +0 -0
  147. data/site/build/webapp/WEB-INF/logs/locationmap.log +0 -0
  148. data/site/build/webapp/WEB-INF/logs/sitemap.log +0 -0
  149. data/site/build/webapp/WEB-INF/logs/xmlform.log +0 -0
  150. data/site/forrest.properties +0 -152
  151. data/site/forrest.properties.dispatcher.properties +0 -25
  152. data/site/forrest.properties.xml +0 -29
  153. data/site/src/documentation/README.txt +0 -7
  154. data/site/src/documentation/classes/CatalogManager.properties +0 -62
  155. data/site/src/documentation/content/locationmap.xml +0 -72
  156. data/site/src/documentation/content/xdocs/downloads.html +0 -9
  157. data/site/src/documentation/content/xdocs/geneticAlgorithms.xml +0 -294
  158. data/site/src/documentation/content/xdocs/index.xml +0 -129
  159. data/site/src/documentation/content/xdocs/machineLearning.xml +0 -131
  160. data/site/src/documentation/content/xdocs/neuralNetworks.xml +0 -270
  161. data/site/src/documentation/content/xdocs/site.xml +0 -54
  162. data/site/src/documentation/content/xdocs/sourceCode.xml +0 -43
  163. data/site/src/documentation/content/xdocs/tabs.xml +0 -35
  164. data/site/src/documentation/resources/images/ai4r-logo.png +0 -0
  165. data/site/src/documentation/resources/images/c.png +0 -0
  166. data/site/src/documentation/resources/images/c_wbn.png +0 -0
  167. data/site/src/documentation/resources/images/c_wn.png +0 -0
  168. data/site/src/documentation/resources/images/ellipse-2.svg +0 -30
  169. data/site/src/documentation/resources/images/ero.gif +0 -0
  170. data/site/src/documentation/resources/images/europe2.png +0 -0
  171. data/site/src/documentation/resources/images/europe3.png +0 -0
  172. data/site/src/documentation/resources/images/fitness.png +0 -0
  173. data/site/src/documentation/resources/images/genetic_algorithms_example.png +0 -0
  174. data/site/src/documentation/resources/images/icon-a.png +0 -0
  175. data/site/src/documentation/resources/images/icon-b.png +0 -0
  176. data/site/src/documentation/resources/images/icon.png +0 -0
  177. data/site/src/documentation/resources/images/jadeferret.png +0 -0
  178. data/site/src/documentation/resources/images/my_email.png +0 -0
  179. data/site/src/documentation/resources/images/neural_network_example.png +0 -0
  180. data/site/src/documentation/resources/images/project-logo.png +0 -0
  181. data/site/src/documentation/resources/images/rubyforge.png +0 -0
  182. data/site/src/documentation/resources/images/s.png +0 -0
  183. data/site/src/documentation/resources/images/s_wbn.png +0 -0
  184. data/site/src/documentation/resources/images/s_wn.png +0 -0
  185. data/site/src/documentation/resources/images/sigmoid.png +0 -0
  186. data/site/src/documentation/resources/images/sub-dir/icon-c.png +0 -0
  187. data/site/src/documentation/resources/images/t.png +0 -0
  188. data/site/src/documentation/resources/images/t_wbn.png +0 -0
  189. data/site/src/documentation/resources/images/t_wn.png +0 -0
  190. data/site/src/documentation/resources/schema/catalog.xcat +0 -29
  191. data/site/src/documentation/resources/schema/hello-v10.dtd +0 -51
  192. data/site/src/documentation/resources/schema/symbols-project-v10.ent +0 -26
  193. data/site/src/documentation/resources/stylesheets/hello2document.xsl +0 -33
  194. data/site/src/documentation/sitemap.xmap +0 -66
  195. data/site/src/documentation/skinconf.xml +0 -418
  196. data/site/src/documentation/translations/langcode.xml +0 -29
  197. data/site/src/documentation/translations/languages_de.xml +0 -24
  198. data/site/src/documentation/translations/languages_en.xml +0 -24
  199. data/site/src/documentation/translations/languages_es.xml +0 -22
  200. data/site/src/documentation/translations/languages_fr.xml +0 -24
  201. data/site/src/documentation/translations/languages_nl.xml +0 -24
  202. data/site/src/documentation/translations/menu.xml +0 -33
  203. data/site/src/documentation/translations/menu_af.xml +0 -33
  204. data/site/src/documentation/translations/menu_de.xml +0 -33
  205. data/site/src/documentation/translations/menu_es.xml +0 -33
  206. data/site/src/documentation/translations/menu_fr.xml +0 -33
  207. data/site/src/documentation/translations/menu_it.xml +0 -33
  208. data/site/src/documentation/translations/menu_nl.xml +0 -33
  209. data/site/src/documentation/translations/menu_no.xml +0 -33
  210. data/site/src/documentation/translations/menu_ru.xml +0 -33
  211. data/site/src/documentation/translations/menu_sk.xml +0 -33
  212. data/site/src/documentation/translations/tabs.xml +0 -22
  213. data/site/src/documentation/translations/tabs_de.xml +0 -22
  214. data/site/src/documentation/translations/tabs_es.xml +0 -22
  215. data/site/src/documentation/translations/tabs_fr.xml +0 -22
  216. data/site/src/documentation/translations/tabs_nl.xml +0 -22
@@ -1,401 +0,0 @@
1
- <?xml version="1.0"?>
2
- <!--
3
- Licensed to the Apache Software Foundation (ASF) under one or more
4
- contributor license agreements. See the NOTICE file distributed with
5
- this work for additional information regarding copyright ownership.
6
- The ASF licenses this file to You under the Apache License, Version 2.0
7
- (the "License"); you may not use this file except in compliance with
8
- the License. You may obtain a copy of the License at
9
-
10
- http://www.apache.org/licenses/LICENSE-2.0
11
-
12
- Unless required by applicable law or agreed to in writing, software
13
- distributed under the License is distributed on an "AS IS" BASIS,
14
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- See the License for the specific language governing permissions and
16
- limitations under the License.
17
- -->
18
- <!DOCTYPE plugins [
19
- <!ENTITY % links.att 'name CDATA #REQUIRED'>
20
- <!ENTITY % link.att 'name CDATA #REQUIRED href CDATA #REQUIRED'>
21
- <!ELEMENT plugins (plugin*)>
22
- <!ATTLIST plugins type CDATA #REQUIRED>
23
- <!ELEMENT plugin (description, forrestVersion)>
24
- <!ATTLIST plugin name CDATA #REQUIRED
25
- type (input|output|internal) #REQUIRED
26
- url CDATA #REQUIRED
27
- author CDATA #REQUIRED
28
- website CDATA #IMPLIED
29
- version CDATA #IMPLIED>
30
- <!ELEMENT description (#PCDATA)>
31
- <!ELEMENT forrestVersion (#PCDATA)>
32
- ]>
33
- <plugins type="whiteboard">
34
- <!-- ================================================================== -->
35
- <!-- Input Plugins -->
36
- <!-- ================================================================== -->
37
- <plugin name="org.apache.forrest.plugin.input.citations"
38
- type="input"
39
- author="Apache Forrest Project"
40
- website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.citations/"
41
- url="http://forrest.apache.org/plugins"
42
- version="0.1">
43
- <description>
44
- List of citations.
45
- </description>
46
- <forrestVersion>0.8</forrestVersion>
47
- </plugin>
48
- <plugin name="org.apache.forrest.plugin.input.Daisy"
49
- type="input"
50
- author="Apache Forrest Project"
51
- website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.Daisy/"
52
- url="http://forrest.apache.org/plugins"
53
- version="0.1">
54
- <description>
55
- Allow content to be included from a Daisy CMS repository.
56
- </description>
57
- <forrestVersion>0.8</forrestVersion>
58
- </plugin>
59
- <plugin name="org.apache.forrest.plugin.input.doac"
60
- type="input"
61
- author="Apache Forrest Project"
62
- website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.doac/"
63
- url="http://forrest.apache.org/plugins"
64
- version="0.1">
65
- <description>
66
- Render Description-Of-A-Career (DOAC) data in forrest content objects.
67
- </description>
68
- <forrestVersion>0.8</forrestVersion>
69
- </plugin>
70
- <plugin name="org.apache.forrest.plugin.input.doap"
71
- type="input"
72
- author="Apache Forrest Project"
73
- website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.doap/"
74
- url="http://forrest.apache.org/plugins"
75
- version="0.1">
76
- <description>
77
- Embed DOAP files in forrest content objects.
78
- </description>
79
- <forrestVersion>0.8</forrestVersion>
80
- </plugin>
81
- <plugin name="org.apache.forrest.plugin.input.foaf"
82
- type="input"
83
- author="Apache Forrest Project"
84
- website="http://forrest.apache.org/pluginDocs/plugins_0_90/org.apache.forrest.plugin.input.foaf/"
85
- url="http://forrest.apache.org/plugins"
86
- version="0.1">
87
- <description>
88
- Embed FOAF files in forrest content objects.
89
- </description>
90
- <forrestVersion>0.9</forrestVersion>
91
- </plugin>
92
- <plugin name="org.apache.forrest.plugin.input.glossary"
93
- type="input"
94
- author="Apache Forrest Project"
95
- website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.glossary/"
96
- url="http://forrest.apache.org/plugins"
97
- version="0.1">
98
- <description>
99
- Enable glossary: a list of technical terms and definitions.
100
- </description>
101
- <forrestVersion>0.8</forrestVersion>
102
- </plugin>
103
- <plugin name="org.apache.forrest.plugin.input.logs"
104
- type="input"
105
- author="Apache Forrest Project"
106
- website="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.logs"
107
- url="http://forrest.apache.org/plugins"
108
- version="0.1">
109
- <description>
110
- Embed log file output in Forrest sites. If Forrest is running in a dynamic
111
- environment, then pages can be updated to show recent changes in the log
112
- whenever required.
113
- </description>
114
- <forrestVersion>0.7</forrestVersion>
115
- </plugin>
116
- <plugin name="uk.ac.osswatch.forrest.input.ohloh"
117
- type="input"
118
- author="OSS Watch"
119
- website="http://simal.osswatch.ac.uk"
120
- url="http://simal.google.com/files/"
121
- version="0.1">
122
- <description>
123
- Extracts data from OhLoh.net using their API
124
- </description>
125
- <forrestVersion>0.8</forrestVersion>
126
- </plugin>
127
- <plugin name="org.apache.forrest.plugin.input.odt"
128
- type="input"
129
- author="Apache Forrest Project"
130
- website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.odt"
131
- url="http://forrest.apache.org/plugins"
132
- version="0.1">
133
- <description>
134
- Use OpenDocument Writer files (*.odt) as input sources.
135
- </description>
136
- <forrestVersion>0.8</forrestVersion>
137
- </plugin>
138
- <plugin name="org.apache.forrest.plugin.input.Resume"
139
- type="input"
140
- author="Apache Forrest Project"
141
- website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.Resume"
142
- url="http://forrest.apache.org/plugins"
143
- version="0.1">
144
- <description>
145
- Basic support for Resumes, renders a single resume, or alloes sorting of a
146
- number of resumes on skill.
147
- </description>
148
- <forrestVersion>0.8</forrestVersion>
149
- </plugin>
150
- <plugin name="org.apache.forrest.plugin.input.serverStatus"
151
- type="input"
152
- author="Apache Forrest Project"
153
- website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.serverStatus"
154
- url="http://forrest.apache.org/plugins"
155
- version="0.1">
156
- <description>
157
- Provides a list of the Cocoon cache and other server status information.
158
- </description>
159
- <forrestVersion>0.8</forrestVersion>
160
- </plugin>
161
- <plugin name="uk.ac.osswatch.forrest.input.sourceforge"
162
- type="input"
163
- author="OSS Watch"
164
- website="http://simal.osswatch.ac.uk"
165
- url="http://simal.google.com/files/"
166
- version="0.1">
167
- <description>
168
- Extracts data from sourceforge.net.
169
- </description>
170
- <forrestVersion>0.8</forrestVersion>
171
- </plugin>
172
- <plugin name="org.apache.forrest.plugin.input.skos"
173
- type="input"
174
- author="Apache Forrest Project"
175
- website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.skos/"
176
- url="http://forrest.apache.org/plugins"
177
- version="0.1">
178
- <description>
179
- Rendering SKOS, a set of specifications to support the representation of thesauri, classification schemes, taxonomies, etc.
180
- </description>
181
- <forrestVersion>0.8</forrestVersion>
182
- </plugin>
183
- <plugin name="org.apache.forrest.plugin.input.baetle"
184
- type="input"
185
- author="Apache Forrest Project"
186
- website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.baetle/"
187
- url="http://forrest.apache.org/plugins"
188
- version="0.1">
189
- <description>
190
- Rendering Baetle, the RDF vocabulary to describe the content of bug databases.
191
- </description>
192
- <forrestVersion>0.8</forrestVersion>
193
- </plugin>
194
- <plugin name="org.apache.forrest.plugin.input.tei"
195
- type="input"
196
- author="Apache Forrest"
197
- website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.tei"
198
- url="http://forrest.apache.org/plugins"
199
- version="0.1">
200
- <description>
201
- Import TEI Lite documents into Forrest content objects.
202
- </description>
203
- <forrestVersion>0.8</forrestVersion>
204
- </plugin>
205
-
206
- <plugin name="uk.ac.osswatch.forrest.input.features"
207
- type="input"
208
- author="OSS Watch"
209
- website="http://simal.osswatch.ac.uk"
210
- url="http://simal.google.com/files/"
211
- version="0.1">
212
- <description>
213
- Allow project features to be recorded and rendered as part of a content object.
214
- This plugin is particularly useful when used in conjunction with the DOAP
215
- plugin.
216
- </description>
217
- <forrestVersion>0.8</forrestVersion>
218
- </plugin>
219
-
220
- <plugin name="org.apache.forrest.plugin.input.XDoc"
221
- type="input"
222
- author="Apache Forrest Project"
223
- website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.XDoc/"
224
- url="http://forrest.apache.org/plugins"
225
- version="0.1">
226
- <description>
227
- Input plugin for XDoc
228
- </description>
229
- <forrestVersion>0.8</forrestVersion>
230
- </plugin>
231
-
232
- <!-- ================================================================== -->
233
- <!-- Output Plugins -->
234
- <!-- ================================================================== -->
235
- <plugin name="org.apache.forrest.plugin.output.Anakia"
236
- type="output"
237
- author="Apache Forrest Project"
238
- website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.Anakia/"
239
- url="http://forrest.apache.org/plugins"
240
- version="0.1">
241
- <description>
242
- Produce output in Anakia "xdoc" format.
243
- </description>
244
- <forrestVersion>0.8</forrestVersion>
245
- </plugin>
246
- <plugin name="org.apache.forrest.plugin.output.Chart"
247
- type="output"
248
- author="Apache Forrest Project"
249
- website="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.output.Chart"
250
- url="http://forrest.apache.org/plugins/"
251
- version="0.1">
252
- <description>
253
- Charting plugin that utilises JChart.
254
- </description>
255
- <forrestVersion>0.7</forrestVersion>
256
- </plugin>
257
- <plugin name="org.apache.forrest.plugin.input.ecs"
258
- type="input"
259
- author="Apache Forrest Project"
260
- website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.ecs/"
261
- url="http://forrest.apache.org/plugins"
262
- version="0.1">
263
- <description>
264
- Process responses from Amaozons E-Commerce System web services.
265
- </description>
266
- <forrestVersion>0.8</forrestVersion>
267
- </plugin>
268
- <plugin name="org.apache.forrest.plugin.output.htmlArea"
269
- type="output"
270
- author="Apache Forrest Project"
271
- website="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.output.htmlArea"
272
- url="http://forrest.apache.org/plugins/"
273
- version="0.1">
274
- <description>
275
- WYSIWYG editing of HTML documents (requires Forrest to be running
276
- dynamically).
277
- </description>
278
- <forrestVersion>0.7</forrestVersion>
279
- </plugin>
280
- <plugin name="org.apache.forrest.plugin.output.voice"
281
- type="output"
282
- author="Apache Forrest Project"
283
- website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.voice"
284
- url="http://forrest.apache.org/plugins/"
285
- version="0.1">
286
- <description>
287
- Add voiceXML content to a Forrest page. This allows the page to be read by
288
- a voice synthesiser and navigated with voice commands.
289
- </description>
290
- <forrestVersion>0.8</forrestVersion>
291
- </plugin>
292
- <plugin name="org.apache.forrest.plugin.output.solr"
293
- type="output"
294
- author="Apache Forrest Project"
295
- website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.solr"
296
- url="http://forrest.apache.org/plugins/"
297
- version="0.1">
298
- <description>
299
- Generates solr documents from xdos. Further when run with the dispatcher
300
- it provides a GUI to manage your project in solr and a search interface to
301
- search your solr server.
302
- </description>
303
- <forrestVersion>0.8</forrestVersion>
304
- </plugin>
305
- <plugin name="org.apache.forrest.plugin.output.tei"
306
- type="output"
307
- author="Apache Forrest"
308
- website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.tei/"
309
- url="http://forrest.apache.org/plugins/"
310
- version="0.1">
311
- <description>
312
- Create TEI Lite documents from Forrest content objects.
313
- </description>
314
- <forrestVersion>0.8</forrestVersion>
315
- </plugin>
316
-
317
- <plugin name="org.apache.forrest.themes.core"
318
- type="output"
319
- author="Apache Forrest Project"
320
- website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.themes.core"
321
- url="http://forrest.apache.org/plugins/"
322
- version="0.1">
323
- <description>
324
- The core theme package for the dispatcher.
325
- </description>
326
- <forrestVersion>0.8</forrestVersion>
327
- </plugin>
328
-
329
- <plugin name="uk.ac.osswatch.forrest.themes"
330
- type="output"
331
- author="OSS Watch"
332
- website="http://code.google.com/p/simal"
333
- url="http://simal.google.com/files/"
334
- version="0.1">
335
- <description>
336
- A theme used by the Simal project.
337
- </description>
338
- <forrestVersion>0.8</forrestVersion>
339
- </plugin>
340
-
341
- <plugin name="org.apache.forrest.plugin.output.OOo"
342
- type="output"
343
- author="Apache Forrest"
344
- website="http://forrest.apache.org/pluginDocs/plugins_0_90/org.apache.forrest.plugin.output.OOo/"
345
- url="http://forrest.apache.org/plugins/"
346
- version="0.1">
347
- <description>
348
- Creates OpenOffice 2.4+ .odt output from forrest xdoc.
349
- </description>
350
- <forrestVersion>0.9</forrestVersion>
351
- </plugin>
352
- <!-- ================================================================== -->
353
- <!-- Internal Plugins -->
354
- <!-- ================================================================== -->
355
- <plugin name="org.apache.forrest.plugin.internal.IMSManifest"
356
- type="internal"
357
- author="Apache Forrest Project"
358
- website="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.IMSManifest"
359
- url="http://forrest.apache.org/plugins/"
360
- version="0.1">
361
- <description>
362
- Use an IMS Manifest file to manage site structure. Generates site.xml and
363
- tabs.xml from an imsmanifest.xml file when one is available. Also enables
364
- content in one Content Package to be embedded in another.
365
- </description>
366
- <forrestVersion>0.7</forrestVersion>
367
- </plugin>
368
- <plugin name="org.apache.forrest.plugin.internal.NoteTaking"
369
- type="internal"
370
- author="Apache Forrest Project"
371
- website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.NoteTaking"
372
- url="http://forrest.apache.org/plugins/"
373
- version="0.1">
374
- <description>
375
- Provides facilities for adding notes to pages when Forrest is run in
376
- dynamic mode.
377
- </description>
378
- <forrestVersion>0.8</forrestVersion>
379
- </plugin>
380
- <plugin name="org.apache.forrest.plugin.internal.dispatcher"
381
- type="internal"
382
- author="Apache Forrest Project"
383
- website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.internal.dispatcher"
384
- url="http://forrest.apache.org/plugins/"
385
- version="0.1">
386
- <description>
387
- Enable Forrest to use page-specific views and contracts. Next generation
388
- skinning.
389
- </description>
390
- <forrestVersion>0.8</forrestVersion>
391
- </plugin>
392
- <plugin name="org.apache.forrest.plugin.internal.xhtml2" type="internal"
393
- author="Apache Forrest Project"
394
- website="http://forrest.apache.org/pluginDocs/plugins_0_90/org.apache.forrest.plugin.internal.xhtml2/"
395
- url="http://forrest.apache.org/plugins" version="0.1">
396
- <description> Forrest versions prior to 0.9 used XDoc as their internal format, versions
397
- from 0.9 onwards are going to use a subset of XHTML2 instead. This plugin converts the
398
- main forrest sitemaps to work with XHTML2. </description>
399
- <forrestVersion>0.8</forrestVersion>
400
- </plugin>
401
- </plugins>
@@ -1,41 +0,0 @@
1
- #Ant properties
2
- #Wed Apr 01 12:41:17 BST 2009
3
- project.sitemap=src/documentation/sitemap.xmap
4
- project.war=/home/sfierens/workspace/ai4r/site/build/my-project.war
5
- project.name=my-project
6
- project.brokenlinkfile=/home/sfierens/workspace/ai4r/site/build/tmp/brokenlinks.xml
7
- project.stylesheets-dir=src/documentation/resources/stylesheets
8
- project.webapp=/home/sfierens/workspace/ai4r/site/build/webapp
9
- project.skinconf=src/documentation/skinconf.xml
10
- project.debuglevel=ERROR
11
- project.skin=pelt
12
- project.configfile=/usr/local/forrest/main/webapp/WEB-INF/cli.xconf
13
- project.images-dir=src/documentation/resources/images
14
- project.conf-dir=src/documentation/conf
15
- project.temp-dir=/home/sfierens/workspace/ai4r/site/build/tmp
16
- project.translations-dir=src/documentation/translations
17
- project.menu-scheme=tab_attributes
18
- project.lib-dir=src/documentation/lib
19
- project.build-dir=/home/sfierens/workspace/ai4r/site/build
20
- project.classes-dir=src/documentation/classes
21
- project.resources-dir=src/documentation/resources
22
- project.grammars-dir=src/documentation/resources/grammars
23
- project.start-uri=linkmap.html
24
- project.sitemap-dir=src/documentation
25
- project.required.plugins.src=/usr/local/forrest/plugins,/usr/local/forrest/whiteboard/plugins
26
- project.logger=debug
27
- project.cocoon-work-dir=/home/sfierens/workspace/ai4r/site/build/tmp/cocoon-work
28
- project.schema-dir=src/documentation/resources/schema
29
- project.status=status.xml
30
- project.xdocs-dir=src/documentation/content/xdocs
31
- project.required.plugins=org.apache.forrest.plugin.output.pdf
32
- project.bugtracking-url=http\://issues.apache.org/jira/browse/
33
- project.skins-dir=src/documentation/skins
34
- project.i18n=true
35
- project.catalog=src/documentation/resources/schema/catalog.xcat
36
- project.site-dir=/home/sfierens/workspace/ai4r/site/build/site/en
37
- project.site=site
38
- project.raw-content-dir=src/documentation/content
39
- project.content-dir=src/documentation
40
- project.logkitfile=/usr/local/forrest/main/webapp/WEB-INF/logkit.xconf
41
- project.home=/home/sfierens/workspace/ai4r/site
@@ -1,32 +0,0 @@
1
- <?xml version="1.0"?>
2
- <!--
3
- Licensed to the Apache Software Foundation (ASF) under one or more
4
- contributor license agreements. See the NOTICE file distributed with
5
- this work for additional information regarding copyright ownership.
6
- The ASF licenses this file to You under the Apache License, Version 2.0
7
- (the "License"); you may not use this file except in compliance with
8
- the License. You may obtain a copy of the License at
9
-
10
- http://www.apache.org/licenses/LICENSE-2.0
11
-
12
- Unless required by applicable law or agreed to in writing, software
13
- distributed under the License is distributed on an "AS IS" BASIS,
14
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- See the License for the specific language governing permissions and
16
- limitations under the License.
17
- -->
18
- <!-- ============================================================ -->
19
- <!-- Plugin Sitemap -->
20
- <!-- -->
21
- <!-- This sitemap includes all enabled plugins in the generation -->
22
- <!-- process. It is mounted from the main Forrest sitemap after -->
23
- <!-- any project specific sitemap but before the default Forrest -->
24
- <!-- matchers. This enables plugins to override or extend default -->
25
- <!-- Forrest behaviour whilst individual projects can override -->
26
- <!-- or extend the plugins behaviour. -->
27
- <!-- ============================================================ -->
28
- <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
29
- <map:pipelines>
30
- <map:pipeline internal-only="false"></map:pipeline>
31
- </map:pipelines>
32
- </map:sitemap>