Overview
| Comment: | Diagrams and revisions in code docs | 
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk | 
| Files: | files | file ages | folders | 
| SHA3-256: | 885574b74fa6396eba9acee597a7192b | 
| User & Date: | joel on 2020-03-01 23:29:48 | 
| Other Links: | manifest | tags | 
Context
| 2020-03-07 | ||
| 23:39 | Changes to home page. Fixes [fc4c7472aeafe082] check-in: d928b82f user: joel tags: trunk | |
| 2020-03-01 | ||
| 23:29 | Diagrams and revisions in code docs check-in: 885574b7 user: joel tags: trunk | |
| 23:28 | Add a little line doodle to the footer check-in: e9be84e2 user: joel tags: trunk | |
Changes
Modified code-docs/design.scrbl from [85920e85] to [aadc5678].
| 1 2 3 4 5 6 7 8 9 10 11 12 13 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | + | 
#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
          (for-label "../pollen.rkt"))
@(require (for-label racket/base))
@title{Basic Notions}
@section[#:tag "design-goals"]{Design Goals}
 | 
| ︙ | |||
| 27 28 29 30 31 32 33 | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | - - - + + + - - + + + + - - + + | 
 @item{@bold{Changes are part of the content.} 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 every published edit to an article to be
 findable and linkable. I want addenda 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.}
 | 
| ︙ | |||
| 64 65 66 67 68 69 70 | 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | + + + - - - + + + | 
started.
@subsection{Notes}
A @deftech{note} is a comment or addendum to an @tech{article} using the @racket[note] tag. It may
be written by the same person who wrote the article, or submitted by a reader.
@(define-runtime-path diagram-notes "diagram-notes.png")
@centered{@responsive-retina-image[diagram-notes]}
 | 
| ︙ | 
Added code-docs/diagram-notes.png version [bf22d3e3].
cannot compute difference between binary files
Modified code-docs/main.scrbl from [ddb962d8] to [d030a01e].
| ︙ | |||
| 29 30 31 32 33 34 35 | 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | - - - + + + - - | 
implement everything I want in my @secref["design-goals"], @tt{B)} cleanly separate dependencies for
print and web output, and @tt{C)} organize an ever-growing collection of hundreds of individual
notes and articles without noticable loss of speed. 
@(define-runtime-path source-diagram "source-diagram.png")
@centered{@responsive-retina-image[source-diagram]}
 | 
| ︙ | 
Modified code-docs/source-diagram.png from [707f47d7] to [bfcd60d8].
cannot compute difference between binary files