branch: externals/hyperbole commit 3bb0fce04f37b760697945971a74227fbf37ac54 Author: Bob Weiner <r...@gnu.org> Commit: Bob Weiner <r...@gnu.org>
Small text updates to docs --- ChangeLog | 11 +++++++++++ HY-ANNOUNCE | 38 +++++++++++++++++++------------------- Makefile | 4 ++-- README.md | 19 +------------------ 4 files changed, 33 insertions(+), 39 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4a406e459f..a70b0da6e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ 2022-05-01 Bob Weiner <r...@gnu.org> +* HY-ANNOUNCE: Shrink width of videos table to prevent wrapping. + +* README.md: Use [TOC] to automatically generate table of contents with md2html + program. + +* Makefile (website-local): Add dependency on README.md.html. + +============================================================================== +V8.0.1 changes ^^^^: +============================================================================== + * Update release number to 8.0.0. 2022-04-30 Mats Lidell <ma...@gnu.org> diff --git a/HY-ANNOUNCE b/HY-ANNOUNCE index 0fca65d9ff..69840306f8 100644 --- a/HY-ANNOUNCE +++ b/HY-ANNOUNCE @@ -24,24 +24,24 @@ What's new in this release is described here: If you prefer video introductions, visit the videos linked to below; otherwise, skip to the next section. - |-----------------------------------------------------+------------------------------| - | GNU Hyperbole Videos | Web Link | - |-----------------------------------------------------+------------------------------| - |-----------------------------------------------------+------------------------------| - | Overview and Demo | https://youtu.be/WKwZHSbHmPg | - | Covers all of Hyperbole | | - | Hyperlink timestamps to watch each short section | | - |-----------------------------------------------------+------------------------------| - | Quick Introduction | https://youtu.be/K1MNUctggwI | - |-----------------------------------------------------+------------------------------| - | Introduction to Buttons | https://youtu.be/zoEht66N2PI | - |-----------------------------------------------------+------------------------------| - | HyRolo, the fast contact/hierarchical record viewer | https://youtu.be/xdJGFdgKPFY | - |-----------------------------------------------------+------------------------------| - | HyControl, the fast Emacs frame and window manager | https://youtu.be/M3-aMh1ccJk | - |-----------------------------------------------------+------------------------------| - | Find/Web Search | https://youtu.be/8lMlJed0-OM | - |-----------------------------------------------------+------------------------------| + |--------------------------------------------------+------------------------------| + | GNU Hyperbole Videos | Web Link | + |--------------------------------------------------+------------------------------| + |--------------------------------------------------+------------------------------| + | Overview and Demo | https://youtu.be/WKwZHSbHmPg | + | Covers all of Hyperbole | | + | Hyperlink timestamps to watch each section | | + |--------------------------------------------------+------------------------------| + | Quick Introduction | https://youtu.be/K1MNUctggwI | + |--------------------------------------------------+------------------------------| + | Introduction to Buttons | https://youtu.be/zoEht66N2PI | + |--------------------------------------------------+------------------------------| + | HyRolo, fast contact/hierarchical record viewer | https://youtu.be/xdJGFdgKPFY | + |--------------------------------------------------+------------------------------| + | HyControl, fast Emacs frame and window manager | https://youtu.be/M3-aMh1ccJk | + |--------------------------------------------------+------------------------------| + | Find/Web Search | https://youtu.be/8lMlJed0-OM | + |--------------------------------------------------+------------------------------| ======================================================================== @@ -108,7 +108,7 @@ Hyperbole is a minor mode that may be disabled at any time with: {C-u 0 hyperbole-mode RET} -The Hyperbole home page with screen shots is here: +The Hyperbole home page with screenshots is here: www.gnu.org/s/hyperbole diff --git a/Makefile b/Makefile index 46e5f1ab35..d3f9da112c 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # Author: Bob Weiner # # Orig-Date: 15-Jun-94 at 03:42:38 -# Last-Mod: 24-Apr-22 at 12:02:48 by Bob Weiner +# Last-Mod: 1-May-22 at 11:33:26 by Bob Weiner # # Copyright (C) 1994-2022 Free Software Foundation, Inc. # See the file HY-COPY for license information. @@ -369,7 +369,7 @@ README.md.html: README.md # website maintenance: "https://www.gnu.org/software/hyperbole/" # Locally update Hyperbole website -website-local: +website-local: README.md.html $(EMACS_BATCH) --debug -l hypb-maintenance --eval '(let ((hypb:web-repo-location $(HYPB_WEB_REPO_LOCATION))) (hypb:web-repo-update))' # Push to public Hyperbole website diff --git a/README.md b/README.md index 1aba65228d..8741f1e117 100644 --- a/README.md +++ b/README.md @@ -4,24 +4,7 @@ send us a thank you or a testimonial describing your usage if you like Hyperbole (mailto:r...@gnu.org)]. -<!-- START doctoc generated TOC --> -**Table of Contents** - -- [Summary](#summary) -- [Mailing Lists](#mailing-lists) -- [Ftp and Git Repository Downloads](#ftp-and-git-repository-downloads) -- [Installation](#installation) -- [Invocation](#invocation) -- [Hyperbole Components](#hyperbole-components) -- [Hyperbole Buttons](#hyperbole-buttons) -- [Important Features](#important-features) -- [Hyperbole Uses](#hyperbole-uses) -- [Files](#files) -- [Programmer Quick Reference](#programmer-quick-reference) -- [User Quotes](#user-quotes) -- [Why was Hyperbole developed?](#why-was-hyperbole-developed) - -<!-- END doctoc generated TOC --> +[TOC] 