[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/29: website: packages: Gracefully deal with empty package description
From: |
Ludovic Courtès |
Subject: |
21/29: website: packages: Gracefully deal with empty package descriptions. |
Date: |
Wed, 6 Dec 2017 09:24:27 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix-artwork.
commit 17ccfa7dd493be5c6a77e88fe59002bfb2c386b2
Author: Ludovic Courtès <address@hidden>
Date: Wed Dec 6 13:50:21 2017 +0100
website: packages: Gracefully deal with empty package descriptions.
* website/apps/packages/utils.scm (package-synopsis-shtml): Add case for
empty/fishy descriptions.
---
website/apps/packages/utils.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/website/apps/packages/utils.scm b/website/apps/packages/utils.scm
index a6a4674..8944269 100644
--- a/website/apps/packages/utils.scm
+++ b/website/apps/packages/utils.scm
@@ -74,6 +74,8 @@ vocabulary."
;; Strip the paragraph that 'texinfo->shtml' adds.
(match (texinfo->shtml synopsis)
(('div ('p text ...))
+ text)
+ (text ;fishy description
text)))))
(define git-description
- 11/29: website: "download", not "test"., (continued)
- 11/29: website: "download", not "test"., Ludovic Courtès, 2017/12/06
- 08/29: website: packages: Fix typo., Ludovic Courtès, 2017/12/06
- 07/29: website: packages: Add the commit in package source URLs., Ludovic Courtès, 2017/12/06
- 12/29: website: packages: Mark GNU packages in the listing., Ludovic Courtès, 2017/12/06
- 15/29: website: downloads: Change http to https in alpha.gnu.org URL., Ludovic Courtès, 2017/12/06
- 13/29: website: packages: Correctly compute supported systems., Ludovic Courtès, 2017/12/06
- 10/29: website: Use actual GuixSD screenshots., Ludovic Courtès, 2017/12/06
- 17/29: website: base: Change http to https in 'graphics'., Ludovic Courtès, 2017/12/06
- 19/29: website: base: Change URLs in 'data' from http to https., Ludovic Courtès, 2017/12/06
- 06/29: website: packages: Interpret synopsis/description Texinfo., Ludovic Courtès, 2017/12/06
- 21/29: website: packages: Gracefully deal with empty package descriptions.,
Ludovic Courtès <=
- 24/29: website: packages: Remove links to package issues., Ludovic Courtès, 2017/12/06
- 18/29: website: base: Change some http to https., Ludovic Courtès, 2017/12/06
- 23/29: website: Hard-code file:// URL root when GUIX_WEB_SITE_LOCAL., Ludovic Courtès, 2017/12/06
- 20/29: website: Change http to https in URLs., Ludovic Courtès, 2017/12/06
- 25/29: website: packages: 'all-packages' memoizes its result., Ludovic Courtès, 2017/12/06
- 28/29: website: Insert surrounding spaces when flattening markup., Ludovic Courtès, 2017/12/06
- 29/29: website: Add pseudo-post about GPCE., Ludovic Courtès, 2017/12/06
- 14/29: website: packages: Add a newline between packages., Ludovic Courtès, 2017/12/06
- 09/29: website: packages: Implement patch links., Ludovic Courtès, 2017/12/06
- 16/29: website: base: Change http to https in some URLs on 'contribute'., Ludovic Courtès, 2017/12/06