doc/manual/manual.yml in net-ssh-1.0.0 vs doc/manual/manual.yml in net-ssh-1.0.1
- old
+ new
@@ -6,11 +6,11 @@
# http://creativecommons.org/licenses/by-sa/2.0/
meta: !^meta
copyright: 2004,2005
author: Jamis Buck
- email: jgb3@email.byu.edu
+ email: jamis@jamisbuck.org
product: !^product
name: Net::SSH
tagline: Secure Shell for Ruby
version: !!eval require "../../lib/net/ssh/version"; Net::SSH::Version::STRING
@@ -21,57 +21,54 @@
- API Documentation: http://net-ssh.rubyforge.org/api
- FAQ Document: http://net-ssh.rubyforge.org/faq.html
- Net::SSH Wiki: http://net-ssh.rubyforge.org/wiki/wiki.pl
recent_updates:
- - "Next/Previous links on each chapter for easier navigation"
- - "Shell service"
- - "Enhancements to the channel and connection interfaces"
- - "Keyboard-interactive authentication method"
+ - "Updated from the (now-defunct) Hieraki version of the documentation"
chapters:
-- Introduction:
- - "What is Net::SSH?": !!file parts/intro_what_is.txt
- - "What isn't Net::SSH?": !!file parts/intro_what_is_not.txt
- - "Getting Net::SSH": !!file parts/intro_getting.txt
- - License Information: !!file parts/intro_license.txt
- - Support: !!file parts/intro_support.txt
- - About the Author: !!file parts/intro_author.txt
+- "Introduction":
+ - "What is Net::SSH?": !!file parts/0000.txt
+ - "What isn't Net::SSH?": !!file parts/0001.txt
+ - "Getting Net::SSH": !!file parts/0002.txt
+ - "License Information": !!file parts/0003.txt
+ - "Support": !!file parts/0004.txt
+ - "About the Author": !!file parts/0005.txt
-- Starting a Session:
- - "Using Net::SSH.start": !!file parts/session_start.txt
- - Using a Public/Private Key: !!file parts/session_key.txt
- - Options: !!file parts/session_options.txt
- - "Using Net::SSH::Session": !!file parts/session_session.txt
+- "Starting a Session":
+ - "Using Net::SSH.start": !!file parts/0006.txt
+ - "Using a Public/Private Key": !!file parts/0007.txt
+ - "Options": !!file parts/0008.txt
+ - "Using Net::SSH::Session": !!file parts/0009.txt
-- Channels:
- - What are Channels?: !!file parts/channels_what_are.txt
- - Session.loop: !!file parts/channels_loop.txt
- - Channel Types: !!file parts/channels_types.txt
- - Opening a Channel: !!file parts/channels_open.txt
- - Callbacks: !!file parts/channels_callbacks.txt
- - Channel Operations: !!file parts/channels_operations.txt
+- "Channels":
+ - "What are Channels?": !!file parts/0010.txt
+ - "Session.loop": !!file parts/0011.txt
+ - "Channel Types": !!file parts/0012.txt
+ - "Opening a Channel": !!file parts/0013.txt
+ - "Callbacks": !!file parts/0014.txt
+ - "Channel Operations": !!file parts/0015.txt
-- Executing Commands:
- - Using Channels: !!file parts/exec_channels.txt
- - "Using #process.open": !!file parts/exec_open.txt
- - "Using #process.popen3": !!file parts/exec_popen3.txt
+- "Executing Commands":
+ - "Using Channels": !!file parts/0016.txt
+ - "Using #process.open": !!file parts/0017.txt
+ - "Using #process.popen3": !!file parts/0018.txt
-- User Shells:
- - Introduction: !!file parts/shells_intro.txt
- - Using Channels: !!file parts/shells_channels.txt
- - Shell Service: !!file parts/shells_shell.txt
- - SyncShell Service: !!file parts/shells_sync.txt
- - Terminal Clients: !!file parts/shells_clients.txt
+- "User Shells":
+ - "Introduction": !!file parts/0019.txt
+ - "Using Channels": !!file parts/0020.txt
+ - "Shell Service": !!file parts/0021.txt
+ - "SyncShell Service": !!file parts/0022.txt
+ - "Terminal Clients": !!file parts/0023.txt
-- Port Forwarding:
- - Introduction: !!file parts/forward_intro.txt
- - Local-to-Remote: !!file parts/forward_local.txt
- - Remote-to-Local: !!file parts/forward_remote.txt
- - Direct Channels: !!file parts/forward_direct.txt
- - Remote-to-Local Handlers: !!file parts/forward_handlers.txt
+- "Port Forwarding":
+ - "Introduction": !!file parts/0024.txt
+ - "Local-to-Remote": !!file parts/0025.txt
+ - "Remote-to-Local": !!file parts/0026.txt
+ - "Direct Channels": !!file parts/0027.txt
+ - "Remote-to-Local Handlers": !!file parts/0028.txt
-- Using Proxies:
- - Introduction: !!file parts/proxy_intro.txt
- - HTTP: !!file parts/proxy_http.txt
- - SOCKS: !!file parts/proxy_socks.txt
+- "Using Proxies":
+ - "Introduction": !!file parts/0029.txt
+ - "HTTP": !!file parts/0030.txt
+ - "SOCKS": !!file parts/0031.txt