Overview
| Comment: | Stub in more code docs | 
|---|---|
| Timelines: | family | ancestors | descendants | both | doc-expansion | 
| Files: | files | file ages | folders | 
| SHA3-256: | 831c999696856f5e4cfec61caadbd047 | 
| User & Date: | joel on 2020-01-15 03:23:14 | 
| Other Links: | branch diff | manifest | tags | 
Context
| 2020-01-19 | ||
| 03:46 | Ignore generated Scribble support files check-in: 2c745dc9 user: joel tags: doc-expansion | |
| 2020-01-15 | ||
| 03:23 | Stub in more code docs check-in: 831c9996 user: joel tags: doc-expansion | |
| 03:20 | Start rearranging code docs check-in: 15507b62 user: joel tags: doc-expansion | |
Changes
Added code-docs/design.scrbl version [3cfd26b5].
| > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | 
#lang scribble/manual
@; SPDX-License-Identifier: BlueOak-1.0.0
@; This file is licensed under the Blue Oak Model License 1.0.0.
@(require "scribble-helpers.rkt"
          racket/runtime-path)
@(require (for-label racket/base))
@title{Design and Layout}
The design and implementation of @italic{The Local Yarn} are guided by a few basic requirements that
have evolved since I started the site in 1999.
@itemlist[
  @item{@bold{The writing will live in two places: on a web server, and on bookshelves.} The web
  server, because it’s a fun, fast way to publish writing and code to the whole world (you knew that
  already); but also on bookshelves, because
  @ext-link["https://thelocalyarn.com/excursus/secretary/posts/web-books.html"]{a web server is like
  a projector}, and I want to be able to turn it off someday and still have something to show for
  all my work. Plus, I just like printed books.}
  @item{@bold{Addenda to older writings should be highly visible.} I like to revisit, resurface and
  amend things I’ve written before. Views change, new ideas come along. In a typical blog the focus
  is always at whatever’s happening at the head of the time stream; an addendum to an older post is,
  for all practical purposes, invisible and nearly useless. I want them to be extremely visible.
  These addenda should also be able to mark major shifts in the author’s own perspective on what
  they originally wrote.}
  @item{@bold{Finally: everything produced here, both in print and on the web, should look good.}}
]
@nested[#:style 'inset]{
  “Yet modest ornament with use combined @(linebreak)
  Attracts the eye to exercise the mind.” @(linebreak)
  —@ext-link["https://en.wikipedia.org/wiki/Samuel_Rogers"]{Samuel Rogers}
}
 | 
Added code-docs/tour.scrbl version [957f21f4].
| > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 | 
#lang scribble/manual
@; SPDX-License-Identifier: BlueOak-1.0.0
@; This file is licensed under the Blue Oak Model License 1.0.0.
@(require "scribble-helpers.rkt")
@(require (for-label racket/base))
@title{A Tour: Publishing on @italic{The Local Yarn}}
It’s pretty simple.
 |