Skip to content

Commit 949b887

Browse files
committed
Site checkin for project Plexus Site
1 parent 9aa3e17 commit 949b887

File tree

77 files changed

+1074
-674
lines changed

Some content is hidden

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

77 files changed

+1074
-674
lines changed

404.html

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33

44
<!--
5-
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/xdoc/404.xml at 2023-04-21
6-
| Rendered using Apache Maven Fluido Skin 1.11.0
5+
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/xdoc/404.xml at 2023-10-03
6+
| Rendered using Apache Maven Fluido Skin 1.11.2
77
-->
88
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
99
<head>
1010
<meta charset="UTF-8" />
1111
<meta name="viewport" content="width=device-width, initial-scale=1" />
1212
<meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
1313
<title>Plexus &#x2013; Page Not Found</title>
14-
<link rel="stylesheet" href="./css/apache-maven-fluido-1.11.0.min.css" />
14+
<link rel="stylesheet" href="./css/apache-maven-fluido-1.11.2.min.css" />
1515
<link rel="stylesheet" href="./css/site.css" />
1616
<link rel="stylesheet" href="./css/print.css" media="print" />
17-
<script src="./js/apache-maven-fluido-1.11.0.min.js"></script>
17+
<script src="./js/apache-maven-fluido-1.11.2.min.js"></script>
1818
<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>
1919
<!-- Matomo -->
2020
<script>
@@ -37,16 +37,18 @@
3737
<div class="container-fluid">
3838
<header>
3939
<div id="banner">
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>
40+
<div class="pull-left"><a href="./" id="bannerLeft"><img src="images/plexus-logo-trans.png" alt="Plexus" style="" /></a></div>
4141
<div class="pull-right"></div>
4242
<div class="clear"><hr/></div>
4343
</div>
4444

4545
<div id="breadcrumbs">
4646
<ul class="breadcrumb">
47-
<li class=""><a href="./" title="Plexus">Plexus</a><span class="divider">/</span></li>
47+
<li><a href="./" title="Plexus">Plexus</a><span class="divider">/</span></li>
48+
<li><a href="plexus-pom" title="Parent POM">Parent POM</a><span class="divider">/</span></li>
49+
<li><a href="./" title="Plexus">Plexus</a><span class="divider">/</span></li>
4850
<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>
49-
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-04-21</li>
51+
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-10-03</li>
5052
<li class="pull-right"><a href="http://codehaus-plexus.github.io/" class="externalLink" title="Plexus">Plexus</a></li>
5153
</ul>
5254
</div>
@@ -107,14 +109,14 @@
107109
<li><a href="plexus-components/" title="Plexus Components"><span class="none"></span>Plexus Components</a></li>
108110
</ul></li>
109111
<li><a href="plexus-utils/" title="Plexus Utils"><span class="none"></span>Plexus Utils</a></li>
112+
<li><a href="plexus-xml/" title="Plexus XML"><span class="none"></span>Plexus XML</a></li>
110113
</ul>
111114
</nav>
112115
<div class="well sidebar-nav">
113116
<form id="search-form" action="https://www.google.com/search" method="get" >
114117
<input value="https://codehaus-plexus.github.io/" name="sitesearch" type="hidden"/>
115-
<input class="search-query" name="q" id="query" type="text" />
118+
<input class="search-query" name="q" id="query" type="text" placeholder="Search with Google..." />
116119
</form>
117-
<script>asyncJs( 'https://cse.google.com/brand?form=search-form' )</script>
118120
<div id="poweredBy">
119121
<div class="clear"></div>
120122
<div class="clear"></div>

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

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

css/print.css

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,19 @@
1717
* under the License.
1818
*/
1919

20-
#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {display: none !important;}
21-
#bodyColumn, body.docs div.docs {margin: 0 !important;border: none !important}
20+
#banner,
21+
#footer,
22+
#leftcol,
23+
#breadcrumbs,
24+
.docs #toc,
25+
.docs .courtesylinks,
26+
#leftColumn,
27+
#navColumn {
28+
display: none !important;
29+
}
30+
31+
#bodyColumn,
32+
body.docs div.docs {
33+
margin: 0 !important;
34+
border: none !important;
35+
}

faq.html

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33

44
<!--
5-
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/fml/faq.fml at 2023-04-21
6-
| Rendered using Apache Maven Fluido Skin 1.11.0
5+
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/fml/faq.fml at 2023-10-03
6+
| Rendered using Apache Maven Fluido Skin 1.11.2
77
-->
88
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
99
<head>
1010
<meta charset="UTF-8" />
1111
<meta name="viewport" content="width=device-width, initial-scale=1" />
1212
<meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
1313
<title>Plexus &#x2013; Frequently Asked Questions</title>
14-
<link rel="stylesheet" href="./css/apache-maven-fluido-1.11.0.min.css" />
14+
<link rel="stylesheet" href="./css/apache-maven-fluido-1.11.2.min.css" />
1515
<link rel="stylesheet" href="./css/site.css" />
1616
<link rel="stylesheet" href="./css/print.css" media="print" />
17-
<script src="./js/apache-maven-fluido-1.11.0.min.js"></script>
17+
<script src="./js/apache-maven-fluido-1.11.2.min.js"></script>
1818

1919
<!-- Matomo -->
2020
<script>
@@ -37,16 +37,18 @@
3737
<div class="container-fluid">
3838
<header>
3939
<div id="banner">
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>
40+
<div class="pull-left"><a href="./" id="bannerLeft"><img src="images/plexus-logo-trans.png" alt="Plexus" style="" /></a></div>
4141
<div class="pull-right"></div>
4242
<div class="clear"><hr/></div>
4343
</div>
4444

4545
<div id="breadcrumbs">
4646
<ul class="breadcrumb">
47-
<li class=""><a href="./" title="Plexus">Plexus</a><span class="divider">/</span></li>
47+
<li><a href="./" title="Plexus">Plexus</a><span class="divider">/</span></li>
48+
<li><a href="plexus-pom" title="Parent POM">Parent POM</a><span class="divider">/</span></li>
49+
<li><a href="./" title="Plexus">Plexus</a><span class="divider">/</span></li>
4850
<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>
49-
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-04-21</li>
51+
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-10-03</li>
5052
<li class="pull-right"><a href="http://codehaus-plexus.github.io/" class="externalLink" title="Plexus">Plexus</a></li>
5153
</ul>
5254
</div>
@@ -107,14 +109,14 @@
107109
<li><a href="plexus-components/" title="Plexus Components"><span class="none"></span>Plexus Components</a></li>
108110
</ul></li>
109111
<li><a href="plexus-utils/" title="Plexus Utils"><span class="none"></span>Plexus Utils</a></li>
112+
<li><a href="plexus-xml/" title="Plexus XML"><span class="none"></span>Plexus XML</a></li>
110113
</ul>
111114
</nav>
112115
<div class="well sidebar-nav">
113116
<form id="search-form" action="https://www.google.com/search" method="get" >
114117
<input value="https://codehaus-plexus.github.io/" name="sitesearch" type="hidden"/>
115-
<input class="search-query" name="q" id="query" type="text" />
118+
<input class="search-query" name="q" id="query" type="text" placeholder="Search with Google..." />
116119
</form>
117-
<script>asyncJs( 'https://cse.google.com/brand?form=search-form' )</script>
118120
<div id="poweredBy">
119121
<div class="clear"></div>
120122
<div class="clear"></div>

get-involved.html

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33

44
<!--
5-
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/xdoc/get-involved.xml at 2023-04-21
6-
| Rendered using Apache Maven Fluido Skin 1.11.0
5+
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/xdoc/get-involved.xml at 2023-10-03
6+
| Rendered using Apache Maven Fluido Skin 1.11.2
77
-->
88
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
99
<head>
@@ -13,10 +13,10 @@
1313
<meta name="author" content="Rahul Thakur" />
1414
<meta name="author" content="Olivier Lamy" />
1515
<title>Plexus &#x2013; Community - Getting Involved</title>
16-
<link rel="stylesheet" href="./css/apache-maven-fluido-1.11.0.min.css" />
16+
<link rel="stylesheet" href="./css/apache-maven-fluido-1.11.2.min.css" />
1717
<link rel="stylesheet" href="./css/site.css" />
1818
<link rel="stylesheet" href="./css/print.css" media="print" />
19-
<script src="./js/apache-maven-fluido-1.11.0.min.js"></script>
19+
<script src="./js/apache-maven-fluido-1.11.2.min.js"></script>
2020

2121
<!-- Matomo -->
2222
<script>
@@ -39,16 +39,18 @@
3939
<div class="container-fluid">
4040
<header>
4141
<div id="banner">
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>
42+
<div class="pull-left"><a href="./" id="bannerLeft"><img src="images/plexus-logo-trans.png" alt="Plexus" style="" /></a></div>
4343
<div class="pull-right"></div>
4444
<div class="clear"><hr/></div>
4545
</div>
4646

4747
<div id="breadcrumbs">
4848
<ul class="breadcrumb">
49-
<li class=""><a href="./" title="Plexus">Plexus</a><span class="divider">/</span></li>
49+
<li><a href="./" title="Plexus">Plexus</a><span class="divider">/</span></li>
50+
<li><a href="plexus-pom" title="Parent POM">Parent POM</a><span class="divider">/</span></li>
51+
<li><a href="./" title="Plexus">Plexus</a><span class="divider">/</span></li>
5052
<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>
51-
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-04-21</li>
53+
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-10-03</li>
5254
<li class="pull-right"><a href="http://codehaus-plexus.github.io/" class="externalLink" title="Plexus">Plexus</a></li>
5355
</ul>
5456
</div>
@@ -109,14 +111,14 @@
109111
<li><a href="plexus-components/" title="Plexus Components"><span class="none"></span>Plexus Components</a></li>
110112
</ul></li>
111113
<li><a href="plexus-utils/" title="Plexus Utils"><span class="none"></span>Plexus Utils</a></li>
114+
<li><a href="plexus-xml/" title="Plexus XML"><span class="none"></span>Plexus XML</a></li>
112115
</ul>
113116
</nav>
114117
<div class="well sidebar-nav">
115118
<form id="search-form" action="https://www.google.com/search" method="get" >
116119
<input value="https://codehaus-plexus.github.io/" name="sitesearch" type="hidden"/>
117-
<input class="search-query" name="q" id="query" type="text" />
120+
<input class="search-query" name="q" id="query" type="text" placeholder="Search with Google..." />
118121
</form>
119-
<script>asyncJs( 'https://cse.google.com/brand?form=search-form' )</script>
120122
<div id="poweredBy">
121123
<div class="clear"></div>
122124
<div class="clear"></div>

guides/component-programming/index.html

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33

44
<!--
5-
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/apt/guides/component-programming/index.apt at 2023-04-21
6-
| Rendered using Apache Maven Fluido Skin 1.11.0
5+
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/apt/guides/component-programming/index.apt at 2023-10-03
6+
| Rendered using Apache Maven Fluido Skin 1.11.2
77
-->
88
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
99
<head>
@@ -13,10 +13,10 @@
1313
<meta name="author" content="Rahul Thakur" />
1414
<meta name="date" content="2006-06-17" />
1515
<title>Plexus &#x2013; User Guide - Component-oriented Programming</title>
16-
<link rel="stylesheet" href="../../css/apache-maven-fluido-1.11.0.min.css" />
16+
<link rel="stylesheet" href="../../css/apache-maven-fluido-1.11.2.min.css" />
1717
<link rel="stylesheet" href="../../css/site.css" />
1818
<link rel="stylesheet" href="../../css/print.css" media="print" />
19-
<script src="../../js/apache-maven-fluido-1.11.0.min.js"></script>
19+
<script src="../../js/apache-maven-fluido-1.11.2.min.js"></script>
2020

2121
<!-- Matomo -->
2222
<script>
@@ -39,16 +39,18 @@
3939
<div class="container-fluid">
4040
<header>
4141
<div id="banner">
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>
42+
<div class="pull-left"><a href="../.././" id="bannerLeft"><img src="../../images/plexus-logo-trans.png" alt="Plexus" style="" /></a></div>
4343
<div class="pull-right"></div>
4444
<div class="clear"><hr/></div>
4545
</div>
4646

4747
<div id="breadcrumbs">
4848
<ul class="breadcrumb">
49-
<li class=""><a href="../../" title="Plexus">Plexus</a><span class="divider">/</span></li>
49+
<li><a href="../.././" title="Plexus">Plexus</a><span class="divider">/</span></li>
50+
<li><a href="../../plexus-pom" title="Parent POM">Parent POM</a><span class="divider">/</span></li>
51+
<li><a href="../../" title="Plexus">Plexus</a><span class="divider">/</span></li>
5052
<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>
51-
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-04-21</li>
53+
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-10-03</li>
5254
<li class="pull-right"><a href="http://codehaus-plexus.github.io/" class="externalLink" title="Plexus">Plexus</a></li>
5355
</ul>
5456
</div>
@@ -109,14 +111,14 @@
109111
<li><a href="../../plexus-components/" title="Plexus Components"><span class="none"></span>Plexus Components</a></li>
110112
</ul></li>
111113
<li><a href="../../plexus-utils/" title="Plexus Utils"><span class="none"></span>Plexus Utils</a></li>
114+
<li><a href="../../plexus-xml/" title="Plexus XML"><span class="none"></span>Plexus XML</a></li>
112115
</ul>
113116
</nav>
114117
<div class="well sidebar-nav">
115118
<form id="search-form" action="https://www.google.com/search" method="get" >
116119
<input value="https://codehaus-plexus.github.io/" name="sitesearch" type="hidden"/>
117-
<input class="search-query" name="q" id="query" type="text" />
120+
<input class="search-query" name="q" id="query" type="text" placeholder="Search with Google..." />
118121
</form>
119-
<script>asyncJs( 'https://cse.google.com/brand?form=search-form' )</script>
120122
<div id="poweredBy">
121123
<div class="clear"></div>
122124
<div class="clear"></div>

guides/developer-guide/advanced-topics/index.html

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33

44
<!--
5-
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/apt/guides/developer-guide/advanced-topics/index.apt at 2023-04-21
6-
| Rendered using Apache Maven Fluido Skin 1.11.0
5+
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/apt/guides/developer-guide/advanced-topics/index.apt at 2023-10-03
6+
| Rendered using Apache Maven Fluido Skin 1.11.2
77
-->
88
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
99
<head>
@@ -13,10 +13,10 @@
1313
<meta name="author" content="Rahul Thakur" />
1414
<meta name="date" content="2006-06-17" />
1515
<title>Plexus &#x2013; Developer Guide - Advanced Topics</title>
16-
<link rel="stylesheet" href="../../../css/apache-maven-fluido-1.11.0.min.css" />
16+
<link rel="stylesheet" href="../../../css/apache-maven-fluido-1.11.2.min.css" />
1717
<link rel="stylesheet" href="../../../css/site.css" />
1818
<link rel="stylesheet" href="../../../css/print.css" media="print" />
19-
<script src="../../../js/apache-maven-fluido-1.11.0.min.js"></script>
19+
<script src="../../../js/apache-maven-fluido-1.11.2.min.js"></script>
2020

2121
<!-- Matomo -->
2222
<script>
@@ -39,16 +39,18 @@
3939
<div class="container-fluid">
4040
<header>
4141
<div id="banner">
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>
42+
<div class="pull-left"><a href="../../.././" id="bannerLeft"><img src="../../../images/plexus-logo-trans.png" alt="Plexus" style="" /></a></div>
4343
<div class="pull-right"></div>
4444
<div class="clear"><hr/></div>
4545
</div>
4646

4747
<div id="breadcrumbs">
4848
<ul class="breadcrumb">
49-
<li class=""><a href="../../../" title="Plexus">Plexus</a><span class="divider">/</span></li>
49+
<li><a href="../../.././" title="Plexus">Plexus</a><span class="divider">/</span></li>
50+
<li><a href="../../../plexus-pom" title="Parent POM">Parent POM</a><span class="divider">/</span></li>
51+
<li><a href="../../../" title="Plexus">Plexus</a><span class="divider">/</span></li>
5052
<li class="active ">Developer Guide - Advanced Topics <a href="https://github.com/codehaus-plexus/codehaus-plexus.github.io/tree/source/src/site/apt/guides/developer-guide/advanced-topics/index.apt"><img src="../../../images/accessories-text-editor.png" title="Edit" /></a></li>
51-
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-04-21</li>
53+
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-10-03</li>
5254
<li class="pull-right"><a href="http://codehaus-plexus.github.io/" class="externalLink" title="Plexus">Plexus</a></li>
5355
</ul>
5456
</div>
@@ -109,14 +111,14 @@
109111
<li><a href="../../../plexus-components/" title="Plexus Components"><span class="none"></span>Plexus Components</a></li>
110112
</ul></li>
111113
<li><a href="../../../plexus-utils/" title="Plexus Utils"><span class="none"></span>Plexus Utils</a></li>
114+
<li><a href="../../../plexus-xml/" title="Plexus XML"><span class="none"></span>Plexus XML</a></li>
112115
</ul>
113116
</nav>
114117
<div class="well sidebar-nav">
115118
<form id="search-form" action="https://www.google.com/search" method="get" >
116119
<input value="https://codehaus-plexus.github.io/" name="sitesearch" type="hidden"/>
117-
<input class="search-query" name="q" id="query" type="text" />
120+
<input class="search-query" name="q" id="query" type="text" placeholder="Search with Google..." />
118121
</form>
119-
<script>asyncJs( 'https://cse.google.com/brand?form=search-form' )</script>
120122
<div id="poweredBy">
121123
<div class="clear"></div>
122124
<div class="clear"></div>

0 commit comments

Comments
 (0)