You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2012/11/15 10:18:33 UTC

svn commit: r1409705 - in /mina/site/trunk: content/sshd/downloads.mdtext content/sshd/embedding_ssh.mdtext content/sshd/getting_involved.mdtext content/sshd/issue_tracking.mdtext templates/header.html templates/navigation.html

Author: elecharny
Date: Thu Nov 15 09:18:32 2012
New Revision: 1409705

URL: http://svn.apache.org/viewvc?rev=1409705&view=rev
Log:
Used SSHD everywhere instead of a mixed upper and lower case names

Modified:
    mina/site/trunk/content/sshd/downloads.mdtext
    mina/site/trunk/content/sshd/embedding_ssh.mdtext
    mina/site/trunk/content/sshd/getting_involved.mdtext
    mina/site/trunk/content/sshd/issue_tracking.mdtext
    mina/site/trunk/templates/header.html
    mina/site/trunk/templates/navigation.html

Modified: mina/site/trunk/content/sshd/downloads.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/sshd/downloads.mdtext?rev=1409705&r1=1409704&r2=1409705&view=diff
==============================================================================
--- mina/site/trunk/content/sshd/downloads.mdtext (original)
+++ mina/site/trunk/content/sshd/downloads.mdtext Thu Nov 15 09:18:32 2012
@@ -16,7 +16,7 @@ Notice:    Licensed to the Apache Softwa
            specific language governing permissions and limitations
            under the License.
 
-# Latest SSHd Releases
+# Latest SSHD Releases
 
 The latest release is the SSHD 0.8.0 release.
 

Modified: mina/site/trunk/content/sshd/embedding_ssh.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/sshd/embedding_ssh.mdtext?rev=1409705&r1=1409704&r2=1409705&view=diff
==============================================================================
--- mina/site/trunk/content/sshd/embedding_ssh.mdtext (original)
+++ mina/site/trunk/content/sshd/embedding_ssh.mdtext Thu Nov 15 09:18:32 2012
@@ -19,7 +19,7 @@ Notice:    Licensed to the Apache Softwa
 
 # Embedding SSHD in 5 minutes
 
-SHD is designed to be easily embedded in your application as an SSH server. SSH Server needs to be configured before it can be started. Essentially, there are three steps for creating the Server
+SSHD is designed to be easily embedded in your application as an SSH server. SSH Server needs to be configured before it can be started. Essentially, there are three steps for creating the Server
 
 * Create an instance of SshServer class
 * Configure the Server
@@ -51,7 +51,7 @@ There are a few things that needs to be 
 	:::java
 	sshd.setKeyPairProvider(new SimpleGeneratorHostKeyProvider("hostkey.ser"));
 
-It's usually a good idea to give the host key generator a path, so that if you restart the sshd server, the same key will be used to authenticate the server.
+It's usually a good idea to give the host key generator a path, so that if you restart the SSHD server, the same key will be used to authenticate the server.
 
 ### ShellFactory
 

Modified: mina/site/trunk/content/sshd/getting_involved.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/sshd/getting_involved.mdtext?rev=1409705&r1=1409704&r2=1409705&view=diff
==============================================================================
--- mina/site/trunk/content/sshd/getting_involved.mdtext (original)
+++ mina/site/trunk/content/sshd/getting_involved.mdtext Thu Nov 15 09:18:32 2012
@@ -19,7 +19,7 @@ Notice:    Licensed to the Apache Softwa
 
 # Getting Involved
 
-The Apache SSHd developers communicates using our [Mailing Lists](mailing_lists.html). If you have any questions, feedback or suggestions, you're very welcome to join the list and send an email. We are also happy to receive [bug reports and feature requests in our JIRA](issue_tracking.html).
+The Apache SSHD developers communicates using our [Mailing Lists](mailing_lists.html). If you have any questions, feedback or suggestions, you're very welcome to join the list and send an email. We are also happy to receive [bug reports and feature requests in our JIRA](issue_tracking.html).
 
 ## Patches
 

Modified: mina/site/trunk/content/sshd/issue_tracking.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/sshd/issue_tracking.mdtext?rev=1409705&r1=1409704&r2=1409705&view=diff
==============================================================================
--- mina/site/trunk/content/sshd/issue_tracking.mdtext (original)
+++ mina/site/trunk/content/sshd/issue_tracking.mdtext Thu Nov 15 09:18:32 2012
@@ -19,7 +19,7 @@ Notice:    Licensed to the Apache Softwa
 
 # Issue Tracking
 
-We are using JIRA to track all SSHd issues including bugs. Please visit our [issue tracker page](http://issues.apache.org/jira/browse/SSHD) to report a bug.
+We are using JIRA to track all SSHD issues including bugs. Please visit our [issue tracker page](http://issues.apache.org/jira/browse/SSHD) to report a bug.
 
 ## How to report a bug
 

Modified: mina/site/trunk/templates/header.html
URL: http://svn.apache.org/viewvc/mina/site/trunk/templates/header.html?rev=1409705&r1=1409704&r2=1409705&view=diff
==============================================================================
--- mina/site/trunk/templates/header.html (original)
+++ mina/site/trunk/templates/header.html Thu Nov 15 09:18:32 2012
@@ -62,9 +62,9 @@
            | 
           <a href="{{base}}sshd/index.html">
             {% if isSshd %}
-              <strong>Sshd</strong>
+              <strong>SSHD</strong>
             {% else %}
-              Sshd
+              SSHD
             {% endif %}
           </a>
           &nbsp;|&nbsp;

Modified: mina/site/trunk/templates/navigation.html
URL: http://svn.apache.org/viewvc/mina/site/trunk/templates/navigation.html?rev=1409705&r1=1409704&r2=1409705&view=diff
==============================================================================
--- mina/site/trunk/templates/navigation.html (original)
+++ mina/site/trunk/templates/navigation.html Thu Nov 15 09:18:32 2012
@@ -13,7 +13,7 @@
         <li><a href="{{base}}mina/index.html">MINA</a></li>
         <li><a href="{{base}}asyncweb/index.html">AsyncWeb</a></li>
         <li><a href="{{base}}ftpserver/index.html">FtpServer</a></li>
-        <li><a href="{{base}}sshd/index.html">Sshd</a></li>
+        <li><a href="{{base}}sshd/index.html">SSHD</a></li>
         <li><a href="{{base}}vysper/index.html">Vysper</a></li>
     </ul>
     {% endblock %}