From acae83e7ae3ed7ae87af46fb694d77eee58126b6 Mon Sep 17 00:00:00 2001 From: Joey Aiello Date: Mon, 15 May 2017 15:23:12 -0700 Subject: [PATCH] Organize TOC on home --- Home.md | 35 +++++++++++++++++++++++------------ 1 file changed, 23 insertions(+), 12 deletions(-) diff --git a/Home.md b/Home.md index 4215384..07b6c80 100644 --- a/Home.md +++ b/Home.md @@ -1,19 +1,30 @@ ##### Welcome to the Win32-OpenSSH wiki! -[Project Status](https://github.com/PowerShell/Win32-OpenSSH/wiki/Project-Status) +## Project -[Area Owners](https://github.com/PowerShell/Win32-OpenSSH/wiki/Area-Owners) +* [Project Status](https://github.com/PowerShell/Win32-OpenSSH/wiki/Project-Status) +* [Project Scope](https://github.com/PowerShell/Win32-OpenSSH/wiki/Project-Scope) +* [Project Roadmap](https://github.com/PowerShell/Win32-OpenSSH/wiki/Win32-OpenSSH-RoadMap) +* [Area Owners](https://github.com/PowerShell/Win32-OpenSSH/wiki/Area-Owners) +* [Design Details](https://github.com/PowerShell/Win32-OpenSSH/wiki/About-Win32-OpenSSH-and-Design-Details) +* [TTY PTY support](https://github.com/PowerShell/Win32-OpenSSH/wiki/TTY-PTY-support-in-Windows-OpenSSH) +* [Intro links for penetration testing](https://github.com/PowerShell/Win32-OpenSSH/wiki/Intro-Links-for-Penetration-Testing) -[Design Details](https://github.com/PowerShell/Win32-OpenSSH/wiki/About-Win32-OpenSSH-and-Design-Details) +## Installation -[Install Instructions](https://github.com/PowerShell/Win32-OpenSSH/wiki/Install-Win32-OpenSSH) +* [Install Instructions](https://github.com/PowerShell/Win32-OpenSSH/wiki/Install-Win32-OpenSSH) +* [Security settings for various files](https://github.com/PowerShell/Win32-OpenSSH/wiki/Security-protection-of-various-files-in-Win32-OpenSSH) +* [Alternative installation using Chocolatey](https://github.com/PowerShell/Win32-OpenSSH/wiki/Win32-OpenSSH-Automated-Install-and-Upgrade-using-Chocolatey) -[Troubleshooting](https://github.com/PowerShell/Win32-OpenSSH/wiki/Troubleshooting-Steps) +## Usage +* [SSH Usage Examples](https://github.com/PowerShell/Win32-OpenSSH/wiki/ssh.exe-examples) +* [SFTP Usage Examples](https://github.com/PowerShell/Win32-OpenSSH/wiki/sftp.exe-examples) +* [Troubleshooting](https://github.com/PowerShell/Win32-OpenSSH/wiki/Troubleshooting-Steps) +* [Retrieving download links for the latest packages](https://github.com/PowerShell/Win32-OpenSSH/wiki/How-to-retrieve-links-to-latest-packages) -[SSH Usage Examples](https://github.com/PowerShell/Win32-OpenSSH/wiki/ssh.exe-examples) - -[SFTP Usage Examples](https://github.com/PowerShell/Win32-OpenSSH/wiki/sftp.exe-examples) - -[VS 2015 Build Instructions](https://github.com/PowerShell/Win32-OpenSSH/wiki/Building-using-VS-2015) - -[TTY PTY support](https://github.com/PowerShell/Win32-OpenSSH/wiki/TTY-PTY-support-in-Windows-OpenSSH) \ No newline at end of file +## Developing and Contributing to Win32-OpenSSH +* [Building Win32-OpenSSH on Windows (w/ LibreSSL)](https://github.com/PowerShell/Win32-OpenSSH/wiki/Building-OpenSSH-for-Windows-(using-LibreSSL-crypto)) +* [Building Win32-OpenSSH on Linux](https://github.com/PowerShell/Win32-OpenSSH/wiki/Building-Win32-OpenSSH-on-Linux) +* [VS 2015 Build Instructions](https://github.com/PowerShell/Win32-OpenSSH/wiki/Building-using-VS-2015) +* [Running Pester tests](https://github.com/PowerShell/Win32-OpenSSH/wiki/Run-OpenSSH-Pester-Tests) +* [Eclipse CDT and GDB setup to debug SSH tools](https://github.com/PowerShell/Win32-OpenSSH/wiki/Eclipse-CDT-and-GDB-setup-to-debug-SSH-tools)