Commit Graph

537 Commits (3dd8221447bfa11dd504219da9dc0d4739022ec0)

Author SHA1 Message Date
John Benediktsson ca3551a9d4
websites.concatenative: navbar background. 2020-04-11 20:35:54 -05:00
John Benediktsson 0796f95679
webapps.help: matching style for navbar. 2020-04-11 20:35:49 -05:00
John Benediktsson 4799f2c448
help.html: move pre-wrap to css style fixup. 2020-04-11 20:35:45 -05:00
John Benediktsson 6643e97b2c
help.html: more responsive help docs. 2020-04-11 20:35:34 -05:00
John Benediktsson 3b9567c3e9
help.html: default font size should be 12pt, less line-height for pre. 2020-04-11 20:35:22 -05:00
John Benediktsson 1384fb8f89
help.html: raise line-height to 150%. 2020-04-11 20:35:18 -05:00
John Benediktsson cdf7257f1e
help.html: less css reset. 2020-04-11 20:35:14 -05:00
John Benediktsson 170216e4c1
help.html: use protocol agnostic link. 2020-04-11 20:35:10 -05:00
John Benediktsson 364f4facf3
help.html: make these match new wiki css. 2020-04-11 20:35:08 -05:00
John Benediktsson 8aa6afb304
help.markup: make sure lists wrap wider. 2020-04-11 20:35:00 -05:00
John Benediktsson e7d088af63
prettyprint.stylesheet: s/stack-effect-style/base-effect/style/. 2020-04-11 20:34:57 -05:00
John Benediktsson af44b24fc8
help.markup: cleanup using. 2020-04-11 20:34:56 -05:00
John Benediktsson 12664b74ba
help.html: assume even padding started out odd. 2020-04-11 20:34:52 -05:00
John Benediktsson ba38aba36c
help.html: clone attrs in css-styles-to-classes and double padding. 2020-04-11 20:34:51 -05:00
John Benediktsson 174a0e5808
help.markup: change $breadcrumbs to unicode. 2020-04-11 20:34:51 -05:00
John Benediktsson 451fb09795
help.html: don't use sprintf. 2020-04-11 20:34:43 -05:00
John Benediktsson c10f947814
Revert "help.markup: separate examples using newlines."
This reverts commit 76fcbdc690.
2020-04-11 20:34:39 -05:00
John Benediktsson 559b959e07
help.stylesheet: make some fonts bigger. 2020-04-11 20:34:38 -05:00
John Benediktsson 984a24ab07
help: simplify navigation-table. 2020-04-11 20:34:37 -05:00
John Benediktsson 81d8ecffb5
help.markup: separate examples using newlines. 2020-04-11 20:34:36 -05:00
John Benediktsson 6cd7a6077f
help.html: cleanup stylesheet a bit. 2020-04-11 20:34:30 -05:00
John Benediktsson bd7cf53e62
help.html: change fixed font-size to relative. 2020-04-11 20:34:29 -05:00
John Benediktsson 773811b66d
help.markup: adding a $slots word to document slots, use it. 2020-04-11 20:34:27 -05:00
John Benediktsson 53122102ee
help.html: support style/class replacement in more tags. 2020-04-11 20:34:24 -05:00
John Benediktsson 90ed242b0f
help: unify code-char-style and code-style. 2020-04-11 20:34:14 -05:00
John Benediktsson 734db7aa4e
help.html: vertical-align images. 2020-04-11 20:34:13 -05:00
John Benediktsson 476389ffc4
help.markup: change default-style to use with-nesting. 2020-04-11 20:34:12 -05:00
John Benediktsson ef23d9ed55
help: change $title to only use with-nesting. 2020-04-11 20:34:12 -05:00
John Benediktsson 0a64c19c11
help.html: whoops, need to remove the extra links. 2020-04-11 20:34:10 -05:00
John Benediktsson d1c2d21721
help.html: tweak the navbar a bit. 2020-04-11 20:34:09 -05:00
John Benediktsson df814e3010
help.html: use max-width for content. 2020-04-11 20:34:08 -05:00
John Benediktsson 627b550bf0
help.html: wrap contents in a div, update style a little. 2020-04-11 20:34:07 -05:00
John Benediktsson a7aca0ca75
help: change $title to nest then style.
This changnes the HTML we produce to look like:

    <div><span>...</span></div>

Instead of:

    <span><div>...</div></span>
2020-04-11 20:34:06 -05:00
John Benediktsson fd8d19cd41
help.markup: more bold table headings. 2020-04-11 20:34:05 -05:00
John Benediktsson dac129aa4c
help: add some bold table headings. 2020-04-11 20:34:04 -05:00
John Benediktsson 5dfe740c16 help.markup: slightly faster collect-elements. 2019-09-11 04:59:56 -07:00
John Benediktsson 48a06554d9 help.markup: make $complex-shuffle use $shuffle. 2019-07-23 18:10:19 -07:00
Mohamed Akram ab53893cfe
help.tutorial: use array for test output 2018-08-04 17:24:39 +04:00
Mohamed Akram 6b97111735
help.tutorial: fix unicode vocabulary path 2018-08-04 17:23:29 +04:00
Doug Coleman 565ac276cd help.lint.checks: Ignore linux-monitors as not real leaks.
Fixes #2014.
2018-07-07 17:32:06 -05:00
Doug Coleman e5bd5f6719 help.lint.checks: Save lint disposables in hash. 2018-07-07 11:14:16 -05:00
Doug Coleman 4e9d383fe5 docs: Fix help-lint-all mistakes. 2018-07-07 01:13:19 -05:00
Doug Coleman 411a55314c help.lint: Add a MAIN: to help-lint to test lint from command line like we already have for unit tests.
Also flush stdout for both MAIN: test apps.
2018-07-07 01:13:19 -05:00
Doug Coleman 06b07b9e9c help.lint.checks: Fix regression in help-lint introduced in 8c158aa68f.
We haven't been checking words in help-lint for two years! Ack!
2018-07-07 01:13:19 -05:00
Doug Coleman 2ca1b32580 help.lint.checks: remove debug to fix deploy 23 2018-06-20 06:49:25 -05:00
Doug Coleman 9f213f96f6 core: Add the shuffler words but without primitives.
The nipd branch slowed bootstrap by a minute, this patch does not.

sorry about changing the fjsc line endings...
2018-06-19 22:52:58 -05:00
John Benediktsson d8813bf61a help.vocabs: continue using convert-prefixes in $vocabs. 2018-02-24 18:11:26 -08:00
John Benediktsson c99ab4a652 help.html: cleanup using list. 2018-02-24 15:45:02 -08:00
John Benediktsson cc0c5f2634 help.html: "no-roots no-prefixes" has a name, "filter-vocabs". 2018-02-24 15:45:02 -08:00
John Benediktsson f96fb3bcc8 help.html: remove funky vocab-prefix hack. 2018-02-24 15:45:02 -08:00