From: Benno Schulenberg <bensberg@telfort.nl> Date: Fri, 4 Oct 2019 12:11:38 +0000 (+0200) Subject: gather the "overview" stuff into a single page, and name it better X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=14547ea62d4aa8c76886c371ca077995ef62d472;p=nano-editor.git gather the "overview" stuff into a single page, and name it better --- diff --git a/bottom.php b/bottom.php index 2b513be..34cc309 100644 --- a/bottom.php +++ b/bottom.php @@ -2,43 +2,37 @@ <tr> <td> <hr> + <table BORDER=0 CELLSPACING=0 WIDTH="100%"> <tr> <td WIDTH="3%" BGCOLOR="#440077"><b><tt><font color="#FFFFFF">^G</font></tt></b></td> - <td WIDTH="22%"><tt><font color="#440077"> <a href="download.php">Get Nano</a></font></tt></td> -<td WIDTH="3%" BGCOLOR="#440077"><b><tt><font color="#FFFFFF">^O</font></tt></b></td> - -<td WIDTH="22%"><tt><font color="#440077"> <a href="overview2.6.php">Overview</a></font></tt></td> +<td WIDTH="3%" BGCOLOR="#440077"><b><tt><font color="#FFFFFF">^H</font></tt></b></td> +<td WIDTH="22%"><tt><font color="#440077"> <a href="history.php">History</a></font></tt></td> <td WIDTH="3%" BGCOLOR="#440077"><b><tt><font color="#FFFFFF">^N</font></tt></b></td> - <td WIDTH="22%"><tt><font color="#440077"> <a href="news.php">News</a></font></tt></td> <td WIDTH="3%" BGCOLOR="#440077"><b><tt><font color="#FFFFFF">^V</font></tt></b></td> - <td><tt><font color="#440077"> <a href="git.php">VCS (git)</a></font></tt></td> </tr> <tr> <td WIDTH="3%" BGCOLOR="#440077"><b><tt><font color="#FFFFFF">^S</font></tt></b></td> - <td WIDTH="22%"><tt><font color="#440077"> <a href="screenshots.php">Screenshots</a></font></tt></td> <td WIDTH="3%" BGCOLOR="#440077"><b><tt><font color="#FFFFFF">^D</font></tt></b></td> - <td WIDTH="22%"><tt><font color="#440077"> <a href="docs.php">Documentation</a></font></tt></td> <td WIDTH="3%" BGCOLOR="#440077"><b><tt><font color="#FFFFFF">^W</font></tt></b></td> - <td WIDTH="22%"><tt><font color="#440077"> <a href="who.php">Who</a></font></tt></td> <td WIDTH="3%" BGCOLOR="#440077"><b><tt><font color="#FFFFFF">^C</font></tt></b></td> - <td><tt><font color="#440077"> <a href="contact.php">Contact</a></font></tt></td> </tr> </table> + </td> </tr> </table> diff --git a/history.php b/history.php new file mode 100644 index 0000000..3d22121 --- /dev/null +++ b/history.php @@ -0,0 +1,173 @@ +<?php include "top.php"; ?> + +<title>GNU nano: History</title> + +<body> +<table BORDER=0 CELLSPACING=0 HEIGHT="70%"> +<tr VALIGN=TOP> +<td> + +<br> +<center><b>History</b></center> +<br> + + +<blockquote><br><br> +The following improvements are available in nano version 2.6:<br> + +<table BORDER=0 CELLSPACING=0 WIDTH="100%"><tr><td> + +<UL> +<li>Trailing whitespace can be snipped from justified paragraphs.</li> +<li>Better feedback when a file is unwritable or a directory inaccessible.</li> +<li>Bindable functions for deleting a word to the left and to the right.</li> +<li>A bindable function for saving the current file without prompting for its name.</li> +<br> +<li>Commenting/uncommenting lines with a single keystroke (M-3).</li> +<li>Resizing the window does not exit from help viewer nor file browser.</li> +<li>On some terminals Ctrl+Left and Ctrl+Right jump to previous and next word.</li> +<li>A steadier movement of the highlight in the file browser.</li> +</UL> + +</td></tr></table> +</blockquote> + + +<blockquote><br><br> +The following improvements and features are available in GNU nano version 2.4:<br> + +<table BORDER=0 CELLSPACING=0 WIDTH="100%"><tr><td> + +<UL> +<li>The ability to give different colours to titlebar, statusbar and help lines.</li> +<li>Linter support, for automatically putting the cursor on syntax errors.</li> +<li>Formatter support, for normalizing the layout of a text instead of the spelling.</li> +<li>The undo/redo system has reached a usable state and is enabled by default.</li> +<br> +<li>No longer finds "ghosts" of certain UTF-8 characters.</li> +<li>Makes the mouse usable again for clicking on shortcuts.</li> +<li>Fixes several syntax colouring issues.</li> +<li>Adds more syntax highlighting examples (autoconf, changelogs, elisp, Go, guile, javascript, +json, PO files, postgresql, texinfo).</li> +</UL> + +</td></tr></table> +</blockquote> + + +<blockquote><br><br> +The following improvements and features are available in version 2.2:<br> + +<table BORDER=0 CELLSPACING=0 WIDTH="100%"><tr><td> + +<UL> +<li>Customizable key bindings.</li> +<li>Abortable searching (^C after ^W).</li> +<li>Partial undo/redo support [EXPERIMENTAL].</li> +<li>Pager support (i.e. reading from stdin).</li> +</UL> + +</td><td> + +<UL> +<li>Warnings for unwritable files and for external modification since opening.</li> +<li>"Soft" line wrapping (i.e. display of complete lines).</li> +<li>More syntax highlighting examples (Fortran, objC, OCaml, Makefiles).</li> +<li>Faster syntax highlighting for complicated regexes.</li> +</UL> + +</td></tr></table> +</blockquote> + + +<blockquote><br><br> +The following improvements and features are available in version 2.0:<br> + +<table BORDER=0 CELLSPACING=0 WIDTH="100%"><tr><td> + +<UL> +<li>UTF-8 support.</li> +<li>Improved color syntax highlighting.</li> +<li>Copy text without cutting it.</li> +<li>Verbatim input mode.</li> +<li>Repeat last seach without confirmation (Meta-W).</li> +</UL> + +</td><td> + +<UL> +<li>Spell check/replace selected text only.</li> +<li>Indent marked text.</li> +<li>Move to beginning/end of paragraph.</li> +<li>Search within the file browser.</li> +<li>Auto-conversion of mixed file format</li> +</UL> + +</td></tr></table> +</blockquote> + + +<blockquote><br><br> +The following new and changed features are available in version 1.2:<br> + +<table BORDER=0 CELLSPACING=0 WIDTH="100%"><tr><td> + +<UL> +<li>More Pico compatible by default.</li> +<li>Smooth scrolling (-S flag).</li> +<li>Bracket matching (Meta-]).</li> +<li>.nanorc support.</li> +<li>Color syntax highlighting.</li> +<li>Search and replace history editing.</li> +<li>Customizable quoting string (-Q flag).</li> +</UL> + +</td><td> + +<UL> +<li>Append/prepend from write file menu.</li> +<li>Write selected text to file (^O after ^^).</li> +<li>Multiple file buffers (-F flag).</li> +<li>Mac/Dos/NoConvert file format (-M, -D, -N).</li> +<li>Saved search/replace history (-H flag).</li> +<li>Backup files (-B flag).</li> +<li>Insert output of command (^X after ^R).</li> +</UL> + +</td></tr></table> +</blockquote> + + +<blockquote><br><br> +Version 1.0 of GNU nano had the following features:<br> + +<table BORDER=0 CELLSPACING=0 WIDTH="100%"><tr><td> + +<UL> +<li>Autoconf support.</li> +<li>Truly free license (GNU GPL). </li> +<li>Goto-line# command without a flag. </li> +<li>Case-sensitive search function. </li> +<li>Interactive search and replace. </li> +<li>2/3 - 1/8 size of Pico binary.</li> +</UL> + +</td><td> + +<UL> +<li>Slang and ncurses support.</li> +<li>Autoindent abillity.</li> +<li>Displayed tab width option. </li> +<li>Regular expression search and replace. </li> +<li>Toggles for command-line flags via Meta keys. </li> +<li>Tab completion when reading/writing files. </li> +</UL> + +</td></tr></table> +</blockquote> + +</td> +</tr> +</table> + +<?php include "bottom.php"; ?> diff --git a/overview1.0.php b/overview1.0.php deleted file mode 100644 index 627da88..0000000 --- a/overview1.0.php +++ /dev/null @@ -1,80 +0,0 @@ -<?php include "top.php"; ?> -<title>GNU nano: Overview</title> -<body> - -<table BORDER=0 CELLSPACING=0 HEIGHT="70%"> -<tr VALIGN=TOP> -<td> -<center><table BORDER=0 CELLSPACING=0 WIDTH="100%"> -<tr> -<td> -<center><b>Overview</b></center><br> -<center> -(<A HREF="overview2.6.php">2.6 release</A>) -(<A HREF="overview2.4.php">2.4 release</A>) -(<A HREF="overview2.2.php">2.2 release</A>) -(<A HREF="overview2.0.php">2.0 release</A>) -(<A HREF="overview1.2.php">1.2 release</A>) -(<A HREF="overview1.0.php"><b>1.0 release</b></A>) -</center> -</td> -</tr> -</table></center> - -<blockquote>The nano project was started because of a few problems with -the otherwise wonderfully easy-to-use and friendly Pico text editor. -GNU nano aims to emulate Pico while providing extra functionality. -<br><br> -Features of GNU nano: -<br> -<table BORDER=0 CELLSPACING=0 WIDTH="100%"> -<tr> -<td> -<li> -<font>Autoconf support.</font></li> - -<li> -<font>Truly free license (GNU GPL). </font></li> - -<li> -<font>Goto-line# command without a flag. </font></li> - -<li> -<font>Case-sensitive search function. </font></li> - -<li> -<font>Interactive search and replace. </font></li> - -<li> -<font>2/3 - 1/8 size of Pico binary.</font></li> -</td> - -<td> -<li> -<font>Slang and ncurses support.</font></li> - -<li> -<font>Autoindent abillity.</font></li> - -<li> -<font>Displayed tab width option. </font></li> - -<li> -<font>Regular expression search and replace. </font></li> - -<li> -<font>Toggles for command-line flags via Meta keys. </font></li> - -<li> -<font>Tab completion when reading/writing files.</font> </li> -</td> -</tr> -</table> - -<p>The main disadvantage is a lack of mailer integration, but this is also -a strength. </blockquote> -</td> -</tr> -</table> -<?php include "bottom.php"; ?> - diff --git a/overview1.2.php b/overview1.2.php deleted file mode 100644 index 4978b71..0000000 --- a/overview1.2.php +++ /dev/null @@ -1,85 +0,0 @@ -<?php include "top.php"; ?> -<title>GNU nano: Overview</title> -<body> - -<table BORDER=0 CELLSPACING=0 HEIGHT="70%"> -<tr VALIGN=TOP> -<td> -<center><table BORDER=0 CELLSPACING=0 WIDTH="100%"> -<tr> -<td> -<center><b>Overview</b></center><br> -<center> -(<A HREF="overview2.6.php">2.6 release</A>) -(<A HREF="overview2.4.php">2.4 release</A>) -(<A HREF="overview2.2.php">2.2 release</A>) -(<A HREF="overview2.0.php">2.0 release</A>) -(<A HREF="overview1.2.php"><b>1.2 release</b></A>) -(<A HREF="overview1.0.php">1.0 release</A>) -</center> -</td> -</tr> -</table></center> - -<blockquote>The 1.2 release of GNU nano attempts to move even closer to -the goal of a 'compatible but enhanced' Pico clone. -<br><br> -The following new and changed features are available in version 1.2: -<br> -<table BORDER=0 CELLSPACING=0 WIDTH="100%"> -<tr> -<td> -<li> -<font>More Pico compatible by default.</font></li> - -<li> -<font>Smooth scrolling (-S flag).</font></li> - -<li> -<font>Bracket matching (Meta-]).</font></li> - -<li> -<font>.nanorc support.</font></li> - -<li> -<font>Color syntax highlighting.</font></li> - -<li> -<font>Search and replace history editing.</font></li> - -<li> -<font>Customizable quoting string (-Q flag).</font></li> - -</td> - -<td> -<li> -<font>Append/prepend from write file menu.</font></li> - -<li> -<font>Write selected text to file (^O after ^^).</font></li> - -<li> -<font>Multiple file buffers (-F flag).</font></li> - -<li> -<font>Mac/Dos/NoConvert file format (-M, -D, -N).</font></li> - -<li> -<font>Saved search/replace history (-H flag).</font></li> - -<li> -<font>Backup files (-B flag).</font></li> - -<li> -<font>Insert output of command (^X after ^R).</font></li> -</td> -</tr> -</table> - -</blockquote> -</td> -</tr> -</table> -<?php include "bottom.php"; ?> - diff --git a/overview2.0.php b/overview2.0.php deleted file mode 100644 index 6fa61ae..0000000 --- a/overview2.0.php +++ /dev/null @@ -1,79 +0,0 @@ -<?php include "top.php"; ?> -<title>GNU nano: Overview</title> -<body> - -<table BORDER=0 CELLSPACING=0 HEIGHT="70%"> -<tr VALIGN=TOP> -<td> -<center><table BORDER=0 CELLSPACING=0 WIDTH="100%"> -<tr> -<td> -<center><b>Overview</b></center><br> -<center> -(<A HREF="overview2.6.php">2.6 release</A>) -(<A HREF="overview2.4.php">2.4 release</A>) -(<A HREF="overview2.2.php">2.2 release</A>) -(<A HREF="overview2.0.php"><b>2.0 release</b></A>) -(<A HREF="overview1.2.php">1.2 release</A>) -(<A HREF="overview1.0.php">1.0 release</A>) -</center> -</td> -</tr> -</table></center> - -<blockquote>The 2.0 release of GNU nano is a major leap forward in usability -and features, building on the 1.3 branch. -<br><br> -The following improvements and -features are available in version 2.0: -<br> -<table BORDER=0 CELLSPACING=0 WIDTH="100%"> -<tr> -<td> -<UL> -<li> -<font>UTF-8 support.</font></li> - -<li> -<font>Improved color syntax highlighting.</font></li> - -<li> -<font>Copy text without cutting it.</font></li> - -<li> -<font>Verbatim input mode.</font></li> - -<li> -<font>Repeat last seach without confirmation (Meta-W).</font></li> - -</td> -</UL> -<td> -<UL> - -<li> -<font>Spell check/replace selected text only.</font></li> - -<li> -<font>Indent marked text.</font></li> - -<li> -<font>Move to beginning/end of paragraph.</font></li> - -<li> -<font>Search within the file browser.</font></li> - -<li> -<font>Auto-conversion of mixed file format</font></li> - -</UL> -</td> -</tr> -</table> - -</blockquote> -</td> -</tr> -</table> -<?php include "bottom.php"; ?> - diff --git a/overview2.2.php b/overview2.2.php deleted file mode 100644 index c0c0465..0000000 --- a/overview2.2.php +++ /dev/null @@ -1,74 +0,0 @@ -<?php include "top.php"; ?> -<title>GNU nano: Overview</title> -<body> - -<table BORDER=0 CELLSPACING=0 HEIGHT="70%"> -<tr VALIGN=TOP> -<td> -<center><table BORDER=0 CELLSPACING=0 WIDTH="100%"> -<tr> -<td> -<center><b>Overview</b></center><br> -<center> -(<A HREF="overview2.6.php">2.6 release</A>) -(<A HREF="overview2.4.php">2.4 release</A>) -(<A HREF="overview2.2.php"><b>2.2 release</b></A>) -(<A HREF="overview2.0.php">2.0 release</A>) -(<A HREF="overview1.2.php">1.2 release</A>) -(<A HREF="overview1.0.php">1.0 release</A>) -</center> -</td> -</tr> -</table></center> - -<blockquote>The 2.2 release of GNU nano continues to add some features -while attempting to provide continuity to users of previous versions. -When possible we have elected to make new features disabled by default, -as .nanorc and aliasing allows one to easily enable desired settings permanently. -<br><br> -The following improvements and features are available in version 2.2: -<br> -<table BORDER=0 CELLSPACING=0 WIDTH="100%"> -<tr> -<td> -<UL> -<li> -<font>Customizable key bindings.</font></li> - -<li> -<font>Abortable searching (^C after ^W).</font></li> - -<li> -<font>Partial undo/redo support [EXPERIMENTAL].</font></li> - -<li> -<font>Pager support (i.e. reading from stdin).</font></li> - -</td> -</UL> -<td> -<UL> - -<li> -<font>Warnings for unwritable files and for external modification since opening.</font></li> - -<li> -<font>"Soft" line wrapping (i.e. display of complete lines).</font></li> - -<li> -<font>More syntax highlighting examples (Fortran, objC, OCaml, Makefiles).</font></li> - -<li> -<font>Faster syntax highlighting for complicated regexes.</font></li> - -</UL> -</td> -</tr> -</table> - -</blockquote> -</td> -</tr> -</table> -<?php include "bottom.php"; ?> - diff --git a/overview2.4.php b/overview2.4.php deleted file mode 100644 index 51e0e26..0000000 --- a/overview2.4.php +++ /dev/null @@ -1,57 +0,0 @@ -<?php include "top.php"; ?> - -<title>GNU nano: Overview</title> - -<body> - -<table BORDER=0 CELLSPACING=0 HEIGHT="70%"> -<tr VALIGN=TOP> -<td> - -<center><table BORDER=0 CELLSPACING=0 WIDTH="100%"> -<tr> -<td> -<center><b>Overview</b></center><br> -<center> -(<A HREF="overview2.6.php">2.6 release</A>) -(<A HREF="overview2.4.php"><b>2.4 release</b></A>) -(<A HREF="overview2.2.php">2.2 release</A>) -(<A HREF="overview2.0.php">2.0 release</A>) -(<A HREF="overview1.2.php">1.2 release</A>) -(<A HREF="overview1.0.php">1.0 release</A>) -</center> -</td> -</tr> -</table></center> - -<blockquote> -<br> -The following improvements and features are available in GNU nano version 2.4: -<br><br> - -<table BORDER=0 CELLSPACING=0 WIDTH="100%"> -<tr> -<td> - -<UL> -<li>The ability to give different colours to titlebar, statusbar and help lines.</li> -<li>Linter support, for automatically putting the cursor on syntax errors.</li> -<li>Formatter support, for normalizing the layout of a text instead of the spelling.</li> -<li>The undo/redo system has reached a usable state and is enabled by default.</li> -<br> -<li>No longer finds "ghosts" of certain UTF-8 characters.</li> -<li>Makes the mouse usable again for clicking on shortcuts.</li> -<li>Fixes several syntax colouring issues.</li> -<li>Adds more syntax highlighting examples (autoconf, changelogs, elisp, Go, guile, javascript, -json, PO files, postgresql, texinfo).</li> -</UL> - -</td> -</tr> -</table> - -</blockquote> -</td> -</tr> -</table> -<?php include "bottom.php"; ?> diff --git a/overview2.6.php b/overview2.6.php deleted file mode 100644 index 52b7a65..0000000 --- a/overview2.6.php +++ /dev/null @@ -1,56 +0,0 @@ -<?php include "top.php"; ?> - -<title>GNU nano: Overview</title> - -<body> - -<table BORDER=0 CELLSPACING=0 HEIGHT="70%"> -<tr VALIGN=TOP> -<td> - -<center><table BORDER=0 CELLSPACING=0 WIDTH="100%"> -<tr> -<td> -<center><b>Overview</b></center><br> -<center> -(<A HREF="overview2.6.php"><b>2.6 release</b></A>) -(<A HREF="overview2.4.php">2.4 release</A>) -(<A HREF="overview2.2.php">2.2 release</A>) -(<A HREF="overview2.0.php">2.0 release</A>) -(<A HREF="overview1.2.php">1.2 release</A>) -(<A HREF="overview1.0.php">1.0 release</A>) -</center> -</td> -</tr> -</table></center> - -<blockquote> -<br> -The following improvements are available in nano version 2.6: -<br><br> - -<table BORDER=0 CELLSPACING=0 WIDTH="100%"> -<tr> -<td> - -<UL> -<li>Trailing whitespace can be snipped from justified paragraphs.</li> -<li>Better feedback when a file is unwritable or a directory inaccessible.</li> -<li>Bindable functions for deleting a word to the left and to the right.</li> -<li>A bindable function for saving the current file without prompting for its name.</li> -<br> -<li>Commenting/uncommenting lines with a single keystroke (M-3).</li> -<li>Resizing the window does not exit from help viewer nor file browser.</li> -<li>On some terminals Ctrl+Left and Ctrl+Right jump to previous and next word.</li> -<li>A steadier movement of the highlight in the file browser.</li> -</UL> - -</td> -</tr> -</table> - -</blockquote> -</td> -</tr> -</table> -<?php include "bottom.php"; ?>