1
0
mirror of https://github.com/Rogiel/httpchannel synced 2025-12-06 07:32:50 +00:00

Adds service implementation documentation

This commit is contained in:
2012-01-18 17:13:36 -02:00
parent f8d5303f70
commit 35e2c2fc56
22 changed files with 754 additions and 11 deletions

32
src/site/site.xml Normal file
View File

@@ -0,0 +1,32 @@
<project xmlns="http://maven.apache.org/DECORATION/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd">
<body>
<menu ref="parent" inherit="top" />
<menu name="API" inherit="top">
<item name="API Javadoc" href="/httpchannel-api/apidocs/"
target="_blank" />
<item name="API Sources" href="/httpchannel-api/xref/" />
</menu>
<menu name="Services" inherit="bottom">
<item name="Implementing services" href="/httpchannel-service/implementing-services.html" />
<item name="Table of supported services" href="/httpchannel-service/service-table.html" />
<item name="Supported services" collapse="true" href="/httpchannel-service/service-table.html">
<item name="DepositFiles" href="/httpchannel-service/httpchannel-service-depositfiles" />
<item name="FileSonic" href="/httpchannel-service/httpchannel-service-filesonic" />
<item name="HotFile" href="/httpchannel-service/httpchannel-service-hotfile" />
<item name="MegaUpload" href="/httpchannel-service/httpchannel-service-megaupload" />
<item name="MultiUpload" href="/httpchannel-service/httpchannel-service-multiupload" />
<item name="UploadHere" href="/httpchannel-service/httpchannel-service-uploadhere" />
<item name="UploadKing" href="/httpchannel-service/httpchannel-service-uploadking" />
</item>
</menu>
<menu ref="modules" inherit="bottom" />
<menu ref="reports" inherit="bottom" />
</body>
</project>