From faf1e2da2d911edc717993e8edb24fe88f99b2b5 Mon Sep 17 00:00:00 2001
From: Russ Cox <rsc@golang.org>
Date: Sat, 14 Mar 2020 09:44:01 -0400
Subject: content: write real summary for each article

The pre-Markdown blog invented a summary by copying
the first paragraph of text. Often this was nonsense or
at least useless.

The new Markdown-enabled present format adds an
explicit Summary line. The conversion populated these
with the same first paragraph that the old format would
have used implicitly.

This commit rewrites them all to be proper short summaries.

Change-Id: If2e1e101b95558d7ecd53c613f733a7f89c680f1
Reviewed-on: https://go-review.googlesource.com/c/blog/+/223598
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Andrew Bonventre <andybons@golang.org>
---
 content/h2push.article | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

(limited to 'content/h2push.article')

diff --git a/content/h2push.article b/content/h2push.article
index f8bc53d..842681d 100644
--- a/content/h2push.article
+++ b/content/h2push.article
@@ -1,9 +1,11 @@
 # HTTP/2 Server Push
 24 Mar 2017
 Tags: http, technical
-Summary: HTTP/2 is designed to address many of the failings of HTTP/1.x. Modern web pages use many resources: HTML, stylesheets, scripts, images, and so on. In HTTP/1.x, each of these resources must be requested explicitly. This can be a slow process. The browser starts by fetching the HTML, then learns of more resources incrementally as it parses and evaluates the page. Since the server must wait for the browser to make each request, the network is often idle and underutilized.
+Summary: How to use HTTP/2 server push to reduce page load times.
 
-Jaana Burcu Dogan, Tom Bergan
+Jaana Burcu Dogan
+
+Tom Bergan
 
 ## Introduction
 
-- 
cgit v1.2.3