huangcm
2025-07-01 676035278781360996553c427a12bf358249ebf7
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
<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="${project.name}">
   <skin>
       <groupId>org.apache.maven.skins</groupId>
       <artifactId>maven-fluido-skin</artifactId>
       <version>1.3.0</version>
   </skin>
   <bannerLeft>
       <src>../images/nanohttpd_logo.png</src>
   </bannerLeft>
   <bannerRight>
       <src>../images/nanohttpd_logo_text.png</src>
   </bannerRight>
   <publishDate position="left" format="yyyy-MM-dd" />
   <version position="right" />
   <poweredBy>
       <logo name="Maven" href="http://maven.apache.org/"
           img="http://maven.apache.org/images/logos/maven-feather.png" />
   </poweredBy>
   <custom>
       <fluidoSkin>
           <topBarEnabled>false</topBarEnabled>
           <sideBarEnabled>true</sideBarEnabled>
           <gitHub>
               <projectId>Nanohttpd/nanohttpd</projectId>
               <ribbonOrientation>right</ribbonOrientation>
               <ribbonColor>black</ribbonColor>
           </gitHub>
       </fluidoSkin>
   </custom>
   <body>
       <breadcrumbs>
           <item name="${project.name}" href="index.html" />
       </breadcrumbs>
       <menu name="Documentation">
           <item name="About" href="index.html" />
       </menu>
       <menu ref="modules" />
       <menu ref="reports" />
   </body>
</project>