Skip to content

Commit 7780e88

Browse files
committed
Site checkin for project Plexus Site
1 parent 05f40df commit 7780e88

File tree

80 files changed

+2528
-564
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+2528
-564
lines changed

404.html

Lines changed: 31 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,43 @@
11
<!DOCTYPE html>
2+
3+
24
<!--
35
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/xdoc/404.xml at 2022-06-09
4-
| Rendered using Apache Maven Fluido Skin 1.9
6+
| Rendered using Apache Maven Fluido Skin 1.11.0
57
-->
68
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
79
<head>
810
<meta charset="UTF-8" />
911
<meta name="viewport" content="width=device-width, initial-scale=1" />
1012
<meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
1113
<title>Plexus &#x2013; Page Not Found</title>
12-
<link rel="stylesheet" href="./css/apache-maven-fluido-1.9.min.css" />
14+
<link rel="stylesheet" href="./css/apache-maven-fluido-1.11.0.min.css" />
1315
<link rel="stylesheet" href="./css/site.css" />
1416
<link rel="stylesheet" href="./css/print.css" media="print" />
15-
<script src="./js/apache-maven-fluido-1.9.min.js"></script>
16-
<base href="http://codehaus-plexus.github.io/" /><link rel="stylesheet" href="http://codehaus-plexus.github.io/css/apache-maven-fluido-1.4.min.css" /><link rel="stylesheet" href="http://codehaus-plexus.github.io/css/site.css" /><link rel="stylesheet" href="http://codehaus-plexus.github.io/css/print.css" media="print" /><script type="text/javascript" src="http://codehaus-plexus.github.io/js/apache-maven-fluido-1.4.min.js"></script> </head>
17+
<script src="./js/apache-maven-fluido-1.11.0.min.js"></script>
18+
<base href="http://codehaus-plexus.github.io/" /><link rel="stylesheet" href="http://codehaus-plexus.github.io/css/apache-maven-fluido-1.4.min.css" /><link rel="stylesheet" href="http://codehaus-plexus.github.io/css/site.css" /><link rel="stylesheet" href="http://codehaus-plexus.github.io/css/print.css" media="print" /><script type="text/javascript" src="http://codehaus-plexus.github.io/js/apache-maven-fluido-1.4.min.js"></script>
19+
<!-- Matomo -->
20+
<script>
21+
var _paq = window._paq = window._paq || [];
22+
_paq.push(['disableCookies']);
23+
_paq.push(['trackPageView']);
24+
_paq.push(['enableLinkTracking']);
25+
26+
(function() {
27+
var u="https://analytics.apache.org/";
28+
_paq.push(['setTrackerUrl', u+'/matomo.php']);
29+
_paq.push(['setSiteId', '18']);
30+
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
31+
g.async=true; g.src=u+'/matomo.js'; s.parentNode.insertBefore(g,s);
32+
})();
33+
</script>
34+
<!-- End Matomo Code -->
35+
</head>
1736
<body class="topBarDisabled">
1837
<div class="container-fluid">
1938
<header>
2039
<div id="banner">
21-
<div class="pull-left"><a href="http://codehaus-plexus.github.io/" id="bannerLeft"><img src="images/plexus-logo-trans.png" alt="Plexus"/></a></div>
40+
<div class="pull-left"><a href="http://codehaus-plexus.github.io/" id="bannerLeft"><img src="images/plexus-logo-trans.png" alt="Plexus" style="" /></a></div>
2241
<div class="pull-right"></div>
2342
<div class="clear"><hr/></div>
2443
</div>
@@ -28,7 +47,7 @@
2847
<li class=""><a href="./" title="Plexus">Plexus</a><span class="divider">/</span></li>
2948
<li class="active ">Page Not Found <a href="https://github.com/codehaus-plexus/codehaus-plexus.github.io/tree/source/src/site/xdoc/404.xml"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li>
3049
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2022-06-09</li>
31-
<li class="pull-right"><a href="http://codehaus-plexus.github.io/" class="externalLink" title="Plexus">Plexus</a></li>
50+
<li class="pull-right"><a href="http://codehaus-plexus.github.io/" class="externalLink" title="Plexus">Plexus</a></li>
3251
</ul>
3352
</div>
3453
</header>
@@ -92,11 +111,10 @@
92111
</nav>
93112
<div class="well sidebar-nav">
94113
<form id="search-form" action="https://www.google.com/search" method="get" >
95-
<input value="http://codehaus-plexus.github.io/" name="sitesearch" type="hidden"/>
114+
<input value="https://codehaus-plexus.github.io/" name="sitesearch" type="hidden"/>
96115
<input class="search-query" name="q" id="query" type="text" />
97116
</form>
98117
<script>asyncJs( 'https://cse.google.com/brand?form=search-form' )</script>
99-
<hr />
100118
<div id="poweredBy">
101119
<div class="clear"></div>
102120
<div class="clear"></div>
@@ -142,5 +160,10 @@ <h2><a name="Page_Not_Found"></a>Page Not Found</h2>
142160
</div>
143161
</div>
144162
</footer>
163+
<script>
164+
if(anchors) {
165+
anchors.add();
166+
}
167+
</script>
145168
</body>
146169
</html>

css/apache-maven-fluido-1.9.min.css renamed to css/apache-maven-fluido-1.11.0.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

faq.html

Lines changed: 31 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,43 @@
11
<!DOCTYPE html>
2+
3+
24
<!--
35
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/fml/faq.fml at 2022-06-09
4-
| Rendered using Apache Maven Fluido Skin 1.9
6+
| Rendered using Apache Maven Fluido Skin 1.11.0
57
-->
68
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
79
<head>
810
<meta charset="UTF-8" />
911
<meta name="viewport" content="width=device-width, initial-scale=1" />
1012
<meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
1113
<title>Plexus &#x2013; Frequently Asked Questions</title>
12-
<link rel="stylesheet" href="./css/apache-maven-fluido-1.9.min.css" />
14+
<link rel="stylesheet" href="./css/apache-maven-fluido-1.11.0.min.css" />
1315
<link rel="stylesheet" href="./css/site.css" />
1416
<link rel="stylesheet" href="./css/print.css" media="print" />
15-
<script src="./js/apache-maven-fluido-1.9.min.js"></script>
17+
<script src="./js/apache-maven-fluido-1.11.0.min.js"></script>
18+
19+
<!-- Matomo -->
20+
<script>
21+
var _paq = window._paq = window._paq || [];
22+
_paq.push(['disableCookies']);
23+
_paq.push(['trackPageView']);
24+
_paq.push(['enableLinkTracking']);
25+
26+
(function() {
27+
var u="https://analytics.apache.org/";
28+
_paq.push(['setTrackerUrl', u+'/matomo.php']);
29+
_paq.push(['setSiteId', '18']);
30+
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
31+
g.async=true; g.src=u+'/matomo.js'; s.parentNode.insertBefore(g,s);
32+
})();
33+
</script>
34+
<!-- End Matomo Code -->
1635
</head>
1736
<body class="topBarDisabled">
1837
<div class="container-fluid">
1938
<header>
2039
<div id="banner">
21-
<div class="pull-left"><a href="http://codehaus-plexus.github.io/" id="bannerLeft"><img src="images/plexus-logo-trans.png" alt="Plexus"/></a></div>
40+
<div class="pull-left"><a href="http://codehaus-plexus.github.io/" id="bannerLeft"><img src="images/plexus-logo-trans.png" alt="Plexus" style="" /></a></div>
2241
<div class="pull-right"></div>
2342
<div class="clear"><hr/></div>
2443
</div>
@@ -28,7 +47,7 @@
2847
<li class=""><a href="./" title="Plexus">Plexus</a><span class="divider">/</span></li>
2948
<li class="active ">Frequently Asked Questions <a href="https://github.com/codehaus-plexus/codehaus-plexus.github.io/tree/source/src/site/fml/faq.fml"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li>
3049
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2022-06-09</li>
31-
<li class="pull-right"><a href="http://codehaus-plexus.github.io/" class="externalLink" title="Plexus">Plexus</a></li>
50+
<li class="pull-right"><a href="http://codehaus-plexus.github.io/" class="externalLink" title="Plexus">Plexus</a></li>
3251
</ul>
3352
</div>
3453
</header>
@@ -57,7 +76,7 @@
5776
<li><a href="ref/component-configuration.html" title="Component Configuration"><span class="none"></span>Component Configuration</a></li>
5877
<li><a href="ref/technical-articles.html" title="Technical Articles"><span class="none"></span>Technical Articles</a></li>
5978
<li><a href="ref/available-components.html" title="Available Components"><span class="none"></span>Available Components</a></li>
60-
<li class="active"><a href="#"><span class="none"></span>FAQs</a></li>
79+
<li class="active"><a><span class="none"></span>FAQs</a></li>
6180
</ul></li>
6281
<li class="nav-header">Community</li>
6382
<li><a href="https://groups.google.com/g/mojohaus-dev" class="externalLink" title="Mailing Lists"><span class="none"></span>Mailing Lists</a></li>
@@ -92,11 +111,10 @@
92111
</nav>
93112
<div class="well sidebar-nav">
94113
<form id="search-form" action="https://www.google.com/search" method="get" >
95-
<input value="http://codehaus-plexus.github.io/" name="sitesearch" type="hidden"/>
114+
<input value="https://codehaus-plexus.github.io/" name="sitesearch" type="hidden"/>
96115
<input class="search-query" name="q" id="query" type="text" />
97116
</form>
98117
<script>asyncJs( 'https://cse.google.com/brand?form=search-form' )</script>
99-
<hr />
100118
<div id="poweredBy">
101119
<div class="clear"></div>
102120
<div class="clear"></div>
@@ -186,5 +204,10 @@ <h2><a name="Frequently_Asked_Questions"></a><a name="top">Frequently Asked Ques
186204
</div>
187205
</div>
188206
</footer>
207+
<script>
208+
if(anchors) {
209+
anchors.add();
210+
}
211+
</script>
189212
</body>
190213
</html>
-15 KB
Binary file not shown.
-13.8 KB
Binary file not shown.
-18.6 KB
Binary file not shown.

get-involved.html

Lines changed: 31 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<!DOCTYPE html>
2+
3+
24
<!--
35
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/xdoc/get-involved.xml at 2022-06-09
4-
| Rendered using Apache Maven Fluido Skin 1.9
6+
| Rendered using Apache Maven Fluido Skin 1.11.0
57
-->
68
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
79
<head>
@@ -11,16 +13,33 @@
1113
<meta name="author" content="Rahul Thakur" />
1214
<meta name="author" content="Olivier Lamy" />
1315
<title>Plexus &#x2013; Community - Getting Involved</title>
14-
<link rel="stylesheet" href="./css/apache-maven-fluido-1.9.min.css" />
16+
<link rel="stylesheet" href="./css/apache-maven-fluido-1.11.0.min.css" />
1517
<link rel="stylesheet" href="./css/site.css" />
1618
<link rel="stylesheet" href="./css/print.css" media="print" />
17-
<script src="./js/apache-maven-fluido-1.9.min.js"></script>
19+
<script src="./js/apache-maven-fluido-1.11.0.min.js"></script>
20+
21+
<!-- Matomo -->
22+
<script>
23+
var _paq = window._paq = window._paq || [];
24+
_paq.push(['disableCookies']);
25+
_paq.push(['trackPageView']);
26+
_paq.push(['enableLinkTracking']);
27+
28+
(function() {
29+
var u="https://analytics.apache.org/";
30+
_paq.push(['setTrackerUrl', u+'/matomo.php']);
31+
_paq.push(['setSiteId', '18']);
32+
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
33+
g.async=true; g.src=u+'/matomo.js'; s.parentNode.insertBefore(g,s);
34+
})();
35+
</script>
36+
<!-- End Matomo Code -->
1837
</head>
1938
<body class="topBarDisabled">
2039
<div class="container-fluid">
2140
<header>
2241
<div id="banner">
23-
<div class="pull-left"><a href="http://codehaus-plexus.github.io/" id="bannerLeft"><img src="images/plexus-logo-trans.png" alt="Plexus"/></a></div>
42+
<div class="pull-left"><a href="http://codehaus-plexus.github.io/" id="bannerLeft"><img src="images/plexus-logo-trans.png" alt="Plexus" style="" /></a></div>
2443
<div class="pull-right"></div>
2544
<div class="clear"><hr/></div>
2645
</div>
@@ -30,7 +49,7 @@
3049
<li class=""><a href="./" title="Plexus">Plexus</a><span class="divider">/</span></li>
3150
<li class="active ">Community - Getting Involved <a href="https://github.com/codehaus-plexus/codehaus-plexus.github.io/tree/source/src/site/xdoc/get-involved.xml"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li>
3251
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2022-06-09</li>
33-
<li class="pull-right"><a href="http://codehaus-plexus.github.io/" class="externalLink" title="Plexus">Plexus</a></li>
52+
<li class="pull-right"><a href="http://codehaus-plexus.github.io/" class="externalLink" title="Plexus">Plexus</a></li>
3453
</ul>
3554
</div>
3655
</header>
@@ -63,7 +82,7 @@
6382
</ul></li>
6483
<li class="nav-header">Community</li>
6584
<li><a href="https://groups.google.com/g/mojohaus-dev" class="externalLink" title="Mailing Lists"><span class="none"></span>Mailing Lists</a></li>
66-
<li class="active"><a href="#"><span class="none"></span>Get Involved</a></li>
85+
<li class="active"><a><span class="none"></span>Get Involved</a></li>
6786
<li class="nav-header">Project Documentation</li>
6887
<li><a href="project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
6988
<li class="nav-header">Plexus Projects</li>
@@ -94,11 +113,10 @@
94113
</nav>
95114
<div class="well sidebar-nav">
96115
<form id="search-form" action="https://www.google.com/search" method="get" >
97-
<input value="http://codehaus-plexus.github.io/" name="sitesearch" type="hidden"/>
116+
<input value="https://codehaus-plexus.github.io/" name="sitesearch" type="hidden"/>
98117
<input class="search-query" name="q" id="query" type="text" />
99118
</form>
100119
<script>asyncJs( 'https://cse.google.com/brand?form=search-form' )</script>
101-
<hr />
102120
<div id="poweredBy">
103121
<div class="clear"></div>
104122
<div class="clear"></div>
@@ -202,5 +220,10 @@ <h3><a name="Eclipse_3.2.2B"></a>Eclipse 3.2+</h3>
202220
</div>
203221
</div>
204222
</footer>
223+
<script>
224+
if(anchors) {
225+
anchors.add();
226+
}
227+
</script>
205228
</body>
206229
</html>

guides/component-programming/index.html

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<!DOCTYPE html>
2+
3+
24
<!--
35
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/apt/guides/component-programming/index.apt at 2022-06-09
4-
| Rendered using Apache Maven Fluido Skin 1.9
6+
| Rendered using Apache Maven Fluido Skin 1.11.0
57
-->
68
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
79
<head>
@@ -11,16 +13,33 @@
1113
<meta name="author" content="Rahul Thakur" />
1214
<meta name="date" content="2006-06-17" />
1315
<title>Plexus &#x2013; User Guide - Component-oriented Programming</title>
14-
<link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
16+
<link rel="stylesheet" href="../../css/apache-maven-fluido-1.11.0.min.css" />
1517
<link rel="stylesheet" href="../../css/site.css" />
1618
<link rel="stylesheet" href="../../css/print.css" media="print" />
17-
<script src="../../js/apache-maven-fluido-1.9.min.js"></script>
19+
<script src="../../js/apache-maven-fluido-1.11.0.min.js"></script>
20+
21+
<!-- Matomo -->
22+
<script>
23+
var _paq = window._paq = window._paq || [];
24+
_paq.push(['disableCookies']);
25+
_paq.push(['trackPageView']);
26+
_paq.push(['enableLinkTracking']);
27+
28+
(function() {
29+
var u="https://analytics.apache.org/";
30+
_paq.push(['setTrackerUrl', u+'/matomo.php']);
31+
_paq.push(['setSiteId', '18']);
32+
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
33+
g.async=true; g.src=u+'/matomo.js'; s.parentNode.insertBefore(g,s);
34+
})();
35+
</script>
36+
<!-- End Matomo Code -->
1837
</head>
1938
<body class="topBarDisabled">
2039
<div class="container-fluid">
2140
<header>
2241
<div id="banner">
23-
<div class="pull-left"><a href="http://codehaus-plexus.github.io/" id="bannerLeft"><img src="../../images/plexus-logo-trans.png" alt="Plexus"/></a></div>
42+
<div class="pull-left"><a href="http://codehaus-plexus.github.io/" id="bannerLeft"><img src="../../images/plexus-logo-trans.png" alt="Plexus" style="" /></a></div>
2443
<div class="pull-right"></div>
2544
<div class="clear"><hr/></div>
2645
</div>
@@ -30,7 +49,7 @@
3049
<li class=""><a href="../../" title="Plexus">Plexus</a><span class="divider">/</span></li>
3150
<li class="active ">User Guide - Component-oriented Programming <a href="https://github.com/codehaus-plexus/codehaus-plexus.github.io/tree/source/src/site/apt/guides/component-programming/index.apt"><img src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
3251
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2022-06-09</li>
33-
<li class="pull-right"><a href="http://codehaus-plexus.github.io/" class="externalLink" title="Plexus">Plexus</a></li>
52+
<li class="pull-right"><a href="http://codehaus-plexus.github.io/" class="externalLink" title="Plexus">Plexus</a></li>
3453
</ul>
3554
</div>
3655
</header>
@@ -94,11 +113,10 @@
94113
</nav>
95114
<div class="well sidebar-nav">
96115
<form id="search-form" action="https://www.google.com/search" method="get" >
97-
<input value="http://codehaus-plexus.github.io/" name="sitesearch" type="hidden"/>
116+
<input value="https://codehaus-plexus.github.io/" name="sitesearch" type="hidden"/>
98117
<input class="search-query" name="q" id="query" type="text" />
99118
</form>
100119
<script>asyncJs( 'https://cse.google.com/brand?form=search-form' )</script>
101-
<hr />
102120
<div id="poweredBy">
103121
<div class="clear"></div>
104122
<div class="clear"></div>
@@ -128,5 +146,10 @@ <h2><a name="Where_does_Plexus_fit_into_picture.3F"></a>Where does Plexus fit in
128146
</div>
129147
</div>
130148
</footer>
149+
<script>
150+
if(anchors) {
151+
anchors.add();
152+
}
153+
</script>
131154
</body>
132155
</html>

0 commit comments

Comments
 (0)