summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrismair <chrismair@531de8e6-9941-0410-b38b-9a92acbe0330>2014-05-04 18:59:14 +0000
committerchrismair <chrismair@531de8e6-9941-0410-b38b-9a92acbe0330>2014-05-04 18:59:14 +0000
commita1b5d03efe2c93aec60e2446282a55e75e31254a (patch)
tree3bff4271abf42e2852748ce167a2d6efe1d86999
parent9c22c3495fa468049fafeb69ff4f7a5b8c23fe45 (diff)
downloadmockftpserver-a1b5d03efe2c93aec60e2446282a55e75e31254a.tar.gz
Add logo image
git-svn-id: svn://svn.code.sf.net/p/mockftpserver/code@272 531de8e6-9941-0410-b38b-9a92acbe0330
-rw-r--r--MockFtpServer/CHANGELOG.txt2
-rw-r--r--MockFtpServer/pom.xml2
-rw-r--r--MockFtpServer/src/site/apt/index.apt12
-rw-r--r--MockFtpServer/src/site/resources/images/mockftpserver-logo.pngbin0 -> 15713 bytes
-rw-r--r--MockFtpServer/src/site/site.xml3
5 files changed, 11 insertions, 8 deletions
diff --git a/MockFtpServer/CHANGELOG.txt b/MockFtpServer/CHANGELOG.txt
index bbe80b6..b9bc465 100644
--- a/MockFtpServer/CHANGELOG.txt
+++ b/MockFtpServer/CHANGELOG.txt
@@ -6,7 +6,9 @@ Changes in version 2.5 (May 2014)
- Fix #23 PWD response should have commentary: "{0}" is current directory.
Also adjusted reply text for MKD to adhere to RFC959: "{0}" created.
- Removed deprecation of assertSessionReply(int,Object)
+- Fix broken internal links on the web site pages.
- Update “Log4J Configuration Required to See Log Output” section on “FakeFtpServer – Getting Started” with info for SLF4J.
+- Added MockFtpServer logo image. Thanks to cooltext.com.
Changes in version 2.4 (15 Jul 2012)
diff --git a/MockFtpServer/pom.xml b/MockFtpServer/pom.xml
index 0f56235..0423cb8 100644
--- a/MockFtpServer/pom.xml
+++ b/MockFtpServer/pom.xml
@@ -15,7 +15,7 @@
either success or failure scenarios. You can also verify expected command invocations.
</description>
<packaging>jar</packaging>
- <version>2.4</version>
+ <version>2.5</version>
<url>http://mockftpserver.sourceforge.net/</url>
<scm>
diff --git a/MockFtpServer/src/site/apt/index.apt b/MockFtpServer/src/site/apt/index.apt
index 5437beb..12c4c94 100644
--- a/MockFtpServer/src/site/apt/index.apt
+++ b/MockFtpServer/src/site/apt/index.apt
@@ -2,10 +2,10 @@
Home
--------------------------------------------------
-MockFtpServer
-~~~~~~~~~~~~~
+MockFtpServer - Providing a Fake/Stub FTP Server
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- The <<MockFtpServer>> project provides a mock/dummy FTP server implementations that can be very
+ The <<MockFtpServer>> project provides mock/dummy FTP server implementations that can be very
useful for testing of FTP client code. Two FTP Server implementations are provided, each at a different
level of abstraction.
@@ -14,16 +14,16 @@ MockFtpServer
files and directories. These files and directories can (optionally) have associated access permissions.
You also configure a set of one or more user accounts that control which users can login to the FTP server,
and their home (default) directories. The user account is also used when assigning file and directory
- ownership for new files. See {{{fakeftpserver-features.html}FakeFtpServer Features and Limitations}}.
+ ownership for new files. See {{{./fakeftpserver-features.html}FakeFtpServer Features and Limitations}}.
<<StubFtpServer>> is a "stub" implementation of an FTP server. It supports the main FTP commands by
implementing command handlers for each of the corresponding low-level FTP server commands (e.g. RETR,
DELE, LIST). These <CommandHandler>s can be individually configured to return custom data or reply codes,
allowing simulation of a complete range of both success and failure scenarios. The <CommandHandler>s can
also be interrogated to verify command invocation data such as command parameters and timestamps.
- See {{{stubftpserver-features.html}StubFtpServer Features and Limitations}}.
+ See {{{./stubftpserver-features.html}StubFtpServer Features and Limitations}}.
- See the {{{fakeftpserver-versus-stubftpserver.html}FakeFtpServer or StubFtpServer?}} page for more
+ See the {{{./fakeftpserver-versus-stubftpserver.html}FakeFtpServer or StubFtpServer?}} page for more
information on deciding whether to use <<FakeFtpServer>> or <<StubFtpServer>>.
The <<MockFtpServer>> project is written in Java, and is ideally suited to testing Java code. But because
diff --git a/MockFtpServer/src/site/resources/images/mockftpserver-logo.png b/MockFtpServer/src/site/resources/images/mockftpserver-logo.png
new file mode 100644
index 0000000..a41e069
--- /dev/null
+++ b/MockFtpServer/src/site/resources/images/mockftpserver-logo.png
Binary files differ
diff --git a/MockFtpServer/src/site/site.xml b/MockFtpServer/src/site/site.xml
index 37ca9f9..d778777 100644
--- a/MockFtpServer/src/site/site.xml
+++ b/MockFtpServer/src/site/site.xml
@@ -2,6 +2,7 @@
<bannerLeft>
<name>MockFtpServer</name>
+ <src>images/mockftpserver-logo.png</src>
<href>/</href>
</bannerLeft>
@@ -15,7 +16,7 @@
<logo
name="Build with Maven 2"
href="http://maven.apache.org"
- img="images/logos/maven-feather.png"/>
+ img="http://maven.apache.org/images/logos/maven-feather.png"/>
</poweredBy>
<body>