aboutsummaryrefslogtreecommitdiff
path: root/content/matchlang.article
Commit message (Collapse)AuthorAge
* content: fix italic text in matchlang.articleSimon Drake2020-06-30
| | | | | | | | | | | | | | | | | | | | Fix italic text by removing the space between the underscore and first letter. Screenshot of issue: <img width="870" alt="image" src="https://user-images.githubusercontent.com/62928647/86102576-992d0c00-bab3-11ea-9c25-2011cc46b109.png"> Screenshot of fix: <img width="966" alt="image" src="https://user-images.githubusercontent.com/62928647/86102505-81558800-bab3-11ea-9ac5-3270d55eb56d.png"> Change-Id: I7698f6f40295221c8b4d00d7ae28a0cdc45fc436 GitHub-Last-Rev: cb14d1cd83ae5115c01ff72c0f1b9e96ba85d9f5 GitHub-Pull-Request: golang/blog#40 Reviewed-on: https://go-review.googlesource.com/c/blog/+/240480 Reviewed-by: Bryan C. Mills <bcmills@google.com> Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
* content: write real summary for each articleRuss Cox2020-03-17
| | | | | | | | | | | | | | | | | | 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: convert to Markdown-enabled present inputsRuss Cox2020-03-17
| | | | | | | | | | | | Converted blog to Markdown-enabled present (CL 222846) using present2md (CL 222847). For golang/go#33955. Change-Id: Ib39fa1ddd9a46f9c7a62a2ca7b96e117635553e8 Reviewed-on: https://go-review.googlesource.com/c/blog/+/222848 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org>
* content: update all golang.org links to httpsAgniva De Sarker2018-04-13
| | | | | | | | | | Ran sed -i 's/\[\[http:\/\/golang.org/\[\[https:\/\/golang.org/g' *.article Change-Id: I88acc5104e1a3fc5e9a1cf11b600b657202d8997 Reviewed-on: https://go-review.googlesource.com/106955 Run-TryBot: Andrew Bonventre <andybons@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org>
* x/blog/content/matchlang: fix some type and style issuesMarcel van Lohuizen2016-02-13
| | | | | | Change-Id: I21cec2462b8f9dbc26dffdc19dbcb3a99ab691c0 Reviewed-on: https://go-review.googlesource.com/19467 Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
* content/matchlang: fixed typosMarcel van Lohuizen2016-02-11
| | | | | | Change-Id: Ifdc69c863f8569415b15fabd82c85680fd983ffe Reviewed-on: https://go-review.googlesource.com/19419 Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
* content/matchlang: disable .playMarcel van Lohuizen2016-02-10
| | | | | | | | text repo is not in yet. Change-Id: I76dcd2e86e9c2d1f98f08f233533b996a0cedf91 Reviewed-on: https://go-review.googlesource.com/19418 Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
* go.blog/matchlang: new blog on language and locale matching in GoMarcel van Lohuizen2016-02-09
Change-Id: Ibad519a792885b05e1e0c13a7021bdd7c2280735 Reviewed-on: https://go-review.googlesource.com/17806 Reviewed-by: Russ Cox <rsc@golang.org> Run-TryBot: Russ Cox <rsc@golang.org>