-
Notifications
You must be signed in to change notification settings - Fork 2
/
documentation.html.haml
175 lines (171 loc) · 5.27 KB
/
documentation.html.haml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
---
layout: project
title: Documentation
---
.row-fluid
.hero-unit
%h1 Get Started
%p Get up and running with ModeShape quickly. Let us walk you through it!
.row-fluid
.span5.quickstarts
%h2 EAP/AS7 Quickstarts
%table.table.table-bordered
%tbody
%tr
%td
%i.icon-certificate.pull-left
%b CDI
%br
%i using repository from a JSF application via CDI
%td
%a{:href=>"https://github.com/ModeShape/quickstart/tree/master/modeshape-cdi"} GitHub
%tr
%td
%i.icon-certificate.pull-left
%b CLI
%br
%i using CLI scripts for creating & setting up a repository
%td
%a{:href=>"https://github.com/ModeShape/quickstart/tree/master/modeshape-cli"} GitHub
%tr
%td
%i.icon-certificate.pull-left
%b Clustering
%br
%i how to configure ModeShape to run in a cluster
%td
%a{:href=>"https://github.com/ModeShape/quickstart/tree/master/modeshape-clustering"} GitHub
%tr
%td
%i.icon-certificate.pull-left
%b EJBs
%br
%i using a repository from various EJBs
%td
%a{:href=>"https://github.com/ModeShape/quickstart/tree/master/modeshape-ejb"} GitHub
%tr
%td
%i.icon-certificate.pull-left
%b Federation
%br
%i connecting a repository to an external file system
%td
%a{:href=>"https://github.com/ModeShape/quickstart/tree/master/modeshape-federation"} GitHub
%tr
%td
%i.icon-certificate.pull-left
%b Servlet
%br
%i setting up and using a repository from a servlet
%td
%a{:href=>"https://github.com/ModeShape/quickstart/tree/master/modeshape-servlet"} GitHub
.span5.quickstarts
%h2 Examples
%table.table.table-bordered
%tbody
%tr
%td
%i.icon-certificate.pull-left
%b Standalone
%br
%i how to embed a repository in a standalone application
%td
%a{:href=>"https://github.com/ModeShape/modeshape-examples/tree/master/modeshape-embedded-example"} GitHub
%tr
%td
%i.icon-certificate.pull-left
%b Tomcat JSF
%br
%i how to use ModeShape from a Tomcat/JSF application
%td
%a{:href=>"https://github.com/ModeShape/modeshape-examples/tree/master/modeshape-tomcat-jsf-example"} GitHub
%tr
%td
%i.icon-certificate.pull-left
%b Sequencing
%br
%i how to configure sequencing
%td
%a{:href=>"https://github.com/ModeShape/modeshape-examples/tree/master/modeshape-sequencing-example"} GitHub
%tr
%td
%i.icon-certificate.pull-left
%b Spring integration
%br
%i how to integrate ModeShape with the Spring framework
%td
%a{:href=>"https://github.com/ModeShape/modeshape-examples/tree/master/modeshape-spring-example"} GitHub
%tr
%td
%i.icon-certificate.pull-left
%b Custom logging
%br
%i writing & configuring your own custom logger
%td
%a{:href=>"https://github.com/ModeShape/modeshape-examples/tree/master/modeshape-custom-logging-example"} GitHub
%tr
%td
%i.icon-certificate.pull-left
%b External filesystem
%br
%i connecting to an external file system
%td
%a{:href=>"https://github.com/ModeShape/modeshape-examples/tree/master/modeshape-filesystem-store-example"} GitHub
.row-fluid
%a{:name => "documentation"}
%h2 Documentation
%p Official ModeShape documentation is available online:
%table.table.table-bordered.table-striped
%thead
%tr
%th Version
%th
%th
%th
%th
%th
%tbody
%tr
%td
#{site.modeshape.latest.version}
.label.label-success.pull-right
%i.icon-check-sign
Latest
%td
%a{:href=>site.modeshape.latest.docs.home} Documentation Home
%td
%a{:href=>site.modeshape.latest.docs.user_guide} User Guide
%td
%a{:href=>site.modeshape.latest.docs.getting_started_guide} Getting Started Guide
%td
%a{:href=>site.modeshape.latest.docs.faqs} FAQs
%td
%a{:href=>site.modeshape.latest.docs.javadocs} Javadocs
- site.modeshape.old.each do |ver, cfg|
- doc = cfg.docs
%tr
%td
#{ver}
%td
%td
%td
%td
%td
%a{:href=>doc.javadocs} Javadocs
%h2 Community Help
%p ModeShape is backed by an active community of developers, end users, content producers and generally cool people. :)
%dl.dl-horizontal
%dt
%i.icon-bookmark
User Forums
%dd can help answer questions you have and be a point of discussion and reference for using ModeShape
%dt
%i.icon-comments-alt
IRC
%dd
is our real-time chat location. Join us on the
%code #modeshape
IRC channel on
%a{:href=>"http://freenode.net/", :target=>"_new"}Freenode.
Join in to talk to us in real time!
%a.btn{:href => "/community", :role => "button"} Talk to us