Commit Graph

463 Commits

Author SHA1 Message Date
Eli Barzilay
1fa2c2dc4d PR9197
svn: r8659

original commit: dfc1b74d66ba7bc76d9e8a0294525b768b9749d4
2008-02-14 06:14:41 +00:00
Matthias Felleisen
f5f65790ca added image/plain
svn: r8644

original commit: 603246a15a1fc6ee623735ea7756324693e77143
2008-02-13 15:36:57 +00:00
Matthias Felleisen
91c33286c1 added image and image/plain
svn: r8643

original commit: 9627709cd13715b464f2e4c17561045254e8b160
2008-02-13 15:36:19 +00:00
Eli Barzilay
cf71a6612c typo
svn: r8639

original commit: 8e6a957bb971d59860d655b91d65743386c854fa
2008-02-13 02:51:43 +00:00
Matthew Flatt
0d943763a3 fix a scribble bug; add r6rs reader
svn: r8635

original commit: 0dc359a956978ffac13dacf31c4b07b80a81a709
2008-02-12 21:50:35 +00:00
Matthew Flatt
13d9da2ae0 more browser doc repairs
svn: r8634

original commit: 074b611215653705571ab5179aa8c4f4d2350b2e
2008-02-12 15:16:03 +00:00
Matthew Flatt
d29d7ef3b0 fix bug in tracking nominal imporst (which is why the version changed), add EoPL scribblings and fix browser scribblings
svn: r8633

original commit: 86b0c9909a64ffdb589b8868f89fee89ee92f564
2008-02-12 14:59:05 +00:00
Eli Barzilay
71e67c4bf0 * Changed setup-plt to compile collections if they have an "info.ss"
file.  (That is, it does not require the file to have a `name'
  entry.)

* The name shown when setup works is the directory name, followed by
  the `name' field from the info file when specified.

* This means that many `name's are no longer needed, so I'm removing
  them.  To see if you need a `name' entry, consider that the name
  will be shown like this:
    ... foo (<your name here>)
  This means that if the name is the same as the directory name, then
  there is no point in having it.  I also removed cases where the name
  differed only in its capitalization for collections where the case
  is obvious.

* Also, for subcollections, the name should clarify the name of the
  subcollection in context.  For example "Acknowledgments" explains
  what scribbling/acks is, but there's no need to add the context name
  as in "Scribblings: Acknowledgments".

* There may also be a point in keeping names for other uses.  One such
  example was in games, where the name field was used in the PLT Games
  application.  (This was changed to default on the directory name, so
  it is no longer needed in most games.)  Another example is in planet
  packages.

svn: r8629

original commit: 699c40643d538e54164bf68f5eddf43ae30c5b5e
2008-02-12 10:33:01 +00:00
Matthew Flatt
f5386ada87 finish mzlib docs, except for contracts
svn: r8623

original commit: b03e7426ebda7a56827a3818ad96dea7e2cc5346
2008-02-11 21:37:03 +00:00
Eli Barzilay
24f7a22c89 newline
svn: r8618

original commit: dea954e28a1d04a006c183c8c25f6c592ffbdb05
2008-02-11 14:04:38 +00:00
Matthew Flatt
6523d4e723 fix scribble output when a table appears as the first thing in an itemization item; a little more mzlib scribblings
svn: r8617

original commit: 9bfa156f91656007ac2af9b1af48fe3b01bd094e
2008-02-11 12:55:30 +00:00
Matthew Flatt
1d65736113 minor doc-build space savings
svn: r8600

original commit: f22f94b34547d15c4d03cdb8c5684083724966fb
2008-02-09 14:38:02 +00:00
Matthew Flatt
a05fd5eb87 doc and test repairs
svn: r8597

original commit: 1959c567431344b468d47fa873e093b5ab0787c4
2008-02-09 13:01:39 +00:00
Eli Barzilay
0e156fe8db svn: r8587
original commit: 0e77057aa973016802666541e51aef399f6df866
2008-02-08 19:09:28 +00:00
Eli Barzilay
39200e2ff6 svn: r8584
original commit: f30c78dd606f603e8423d74eb76889e2e84b484c
2008-02-08 16:47:10 +00:00
Eli Barzilay
b9aadb5dc6 much improved search, extended and fixed sendurl, string-based rendering for xrefs
svn: r8577

original commit: 7539945a3dd567b0dae31b824af751b0ef4ff2a5
2008-02-08 04:32:49 +00:00
Eli Barzilay
1b2c9f88dd * Made it possible to pass 'inline for css-path to have the css
inlined in the result
* Make it possible to use #f for dest-file in one more place, aiming
  to make it possible to render search results directly into a string.

svn: r8573

original commit: 52854f54bb9588c97159ed5466cd8aad8618e4bd
2008-02-07 21:00:14 +00:00
Eli Barzilay
84271feef5 oops
svn: r8567

original commit: 5666dd3d81b48633c98c5fcba5f8f37ebf104647
2008-02-07 17:26:03 +00:00
Eli Barzilay
0b70f28085 search improvements
svn: r8566

original commit: cad5f5d85d9684f1a2c349f430baf474b9f491ee
2008-02-07 17:25:49 +00:00
Eli Barzilay
de4f8a0e35 search improvements
svn: r8565

original commit: de82823bfa5c3ab4c4e7d220cd80840d9e13866c
2008-02-07 17:22:55 +00:00
Eli Barzilay
43e5913612 Lots of fixes & improvements for help
svn: r8561

original commit: 0cd1cc4b08276c41216c4b73895bfa1acb52eb59
2008-02-07 07:59:59 +00:00
Matthew Flatt
cbd4e8ff89 start scribbling mzlib (about half done)
svn: r8546

original commit: 8bac4b1d282f4b8aea11d02dca7c358ddbb0f7fc
2008-02-05 22:07:35 +00:00
Matthew Flatt
c0c97a6090 add #:use-sources to Scribble module declarations, so that scheme/base and mzscheme can better share documentation; finish documenting legacy mzscheme bindings
svn: r8538

original commit: 794e6c8a398da5857097795ff5c8d022bf55fed2
2008-02-05 16:33:26 +00:00
Eli Barzilay
57b8baeb1c fix uses of #lang setup/infotab
svn: r8534

original commit: 03f29ff7b1c0146aeaca77a4909ad86669c9d615
2008-02-05 05:24:32 +00:00
Eli Barzilay
4a8fae32ed fix some minor bug and typos in previous commit
svn: r8533

original commit: 3da233dd8e1e3e911540c8d1e93d5a49903e8606
2008-02-05 00:22:33 +00:00
Eli Barzilay
d4db2b3df8 switched info.ss files to #lang
svn: r8532

original commit: 3c72e71e24202366d4be41532cba0a89f69d7ebd
2008-02-04 23:00:35 +00:00
Eli Barzilay
750e18115c removed help/* leftovers that are not used in v4
svn: r8528

original commit: 5dd18dadcb4b7634c3035abf4f6f0d87fd65ae90
2008-02-04 19:59:39 +00:00
Eli Barzilay
58fa3c4dfc remove unused blurb fields
svn: r8526

original commit: d78396aaf98750cb0506b8c220afc4dfef3377a2
2008-02-04 17:16:06 +00:00
Eli Barzilay
e7cee4f20b do the proper thing to get to the index page
svn: r8520

original commit: 8f186accdf716e586ef1a59fda8ce1ffd4406687
2008-02-04 03:36:59 +00:00
Eli Barzilay
6c9bd9f30d search box
svn: r8496

original commit: 58e12e98359f076bcdac08547b41a7afabfc0cb2
2008-02-01 20:08:00 +00:00
Eli Barzilay
43c556ccc2 minor
svn: r8494

original commit: d963f4c39ee4f04823b1a6991f38600989464e8d
2008-02-01 11:59:50 +00:00
Matthew Flatt
e764c8e02f tighten some Scribble contracts, improve docs
svn: r8486

original commit: 6a8a1557d3ec6da13c2c53bea11f96a6ec5afa67
2008-01-31 14:16:00 +00:00
Matthew Flatt
af0a6f7fab more scribble struct doc clarifications
svn: r8483

original commit: 841056855e81ddaba61f96d33019eb8c443fb532
2008-01-31 04:40:18 +00:00
Matthew Flatt
8ee50c9ec5 scribble struct doc clarifications
svn: r8482

original commit: beef670942f37eb2b38e1acfff4b068edd32528b
2008-01-31 04:33:50 +00:00
Matthew Flatt
e192679a2b small improvements to scribble data structures
svn: r8481

original commit: 7e6ef8eeb5bbd071ac41675fdd23246b928eedac
2008-01-31 00:06:54 +00:00
Eli Barzilay
1ca010cfb2 add nbsp to text backend
svn: r8480

original commit: 551a13131cb65f9ff23f41a8eb13fb3378c924d3
2008-01-30 20:37:58 +00:00
Eli Barzilay
72829e1d1d searchable index pages
svn: r8477

original commit: b012e7dbe7cc0291ba2af8d22dd05e88f626c274
2008-01-30 18:20:04 +00:00
Matthew Flatt
d7488ba11b launcher scribblings and other doc fixes
svn: r8469

original commit: 99818355f7b806dd7e36f5720558d2701c470948
2008-01-29 22:56:17 +00:00
Eli Barzilay
e2e36b404e * Added send-url/file that consumes a path and adds the file://, use
that in places that show docs.

* Made send-url quote characters that are possibly dangerous for
  subprocesses (good uses should call it wil already quoted urls).
  Also a keyword argument that can disable this, if someone really
  wants to.

* IE7 bug workaround finally working (but will need to switch from
  regedit to mred, to avoid vista warning).

svn: r8467

original commit: dbd27dafc66d0b94924e4287e60bdb3903fad215
2008-01-29 21:38:27 +00:00
Matthew Flatt
c2788702f8 add up-links to documents in the main doc dir; add plain-install makefile targets
svn: r8466

original commit: 6ddbaba736ebee38145d5bff9c71363be6825df4
2008-01-29 21:27:34 +00:00
Matthew Flatt
c1f8efadea 3.99.0.10: immutable vector and box literals
svn: r8465

original commit: 6e2e7d94471242e2f9fe1fbeb2dc7a5a297bb00c
2008-01-29 19:23:47 +00:00
Matthew Flatt
fb0fd622d0 fix scribble.cxx yet again
svn: r8463

original commit: 8d17e9133309a553bd68f5f85a1269bb6d028b60
2008-01-29 18:36:04 +00:00
Matthew Flatt
8378fbf1a4 regexp doc fixes
svn: r8462

original commit: 3cd1b5f14f2fece4e56c5450df67b7a0128f51a7
2008-01-29 17:37:10 +00:00
Matthew Flatt
d42a20cf7b doc fixes and rendering tweaks
svn: r8453

original commit: 60f7074babcd1ce0c4bdceff70893baf91c117bc
2008-01-28 22:43:50 +00:00
Matthew Flatt
788660a9f1 setup-plt scribbling
svn: r8451

original commit: 68ae5ace16a40c0ea1bb4d5ed010d8c64fa3972a
2008-01-28 21:54:02 +00:00
Matthew Flatt
61db9850c1 scribbled dynext (from Will Farr)
svn: r8450

original commit: 987b9e76814a873b9034162e44d15267c3bf6c9a
2008-01-28 19:40:52 +00:00
Matthew Flatt
65291d0c1d clean out _loader compilation support; merge compiler library docs into mzc manual; improve mzscheme cmdline handling so that configuration options do not cancel defaults like -i and -u
svn: r8432

original commit: e35c94f91dface469a5c5689cd8f49b5d0d0a62e
2008-01-27 14:20:42 +00:00
Eli Barzilay
40116e1d00 minor
svn: r8430

original commit: ec75cb5a9f57f27d138aa12a3d61db9711c12200
2008-01-27 07:00:07 +00:00
Eli Barzilay
81179a7eea Added 'newline items, made index pages use them instead of
table rows.  (And some reformatting, of course.)

svn: r8426

original commit: 642c0d60718d0d3daa5266f6402bea9957807aea
2008-01-26 19:31:32 +00:00
Eli Barzilay
d2002d0a0d minor things
svn: r8419

original commit: df0368e5ccc99f75b993eacc2a627c33dfa70d9f
2008-01-25 20:02:12 +00:00
Eli Barzilay
2dfa41a8f2 Better sorting of index entries
svn: r8418

original commit: 5c13830bf67cab65630d41ac1da1552aedde769b
2008-01-25 16:47:43 +00:00
Eli Barzilay
a65ca82cc5 minor code improvements
svn: r8417

original commit: 7126fdce72db0dc7a11b8db91cc37e678fd1ca8c
2008-01-25 16:32:33 +00:00
Matthew Flatt
c63cd9a943 fix eval:alts to not add context
svn: r8383

original commit: b7a19fdc4a19e7f62a6f47f05e4ea32b6d97b98b
2008-01-22 14:54:37 +00:00
Matthew Flatt
0d52905593 more mzc scribblings; scribbled HTML layout tweaks
svn: r8335

original commit: e3af8a5a5254d35bdcc706916bbeb79e72ac3ecf
2008-01-15 14:20:49 +00:00
Matthew Flatt
ac6aeb38fe scribbled compiler/cffi
svn: r8325

original commit: 3162537b773ef48865f7385ff9a914b221c8c78b
2008-01-14 22:47:12 +00:00
Matthew Flatt
39e6d1c0e8 add HTML docs and some guidance on scripts
svn: r8323

original commit: 19b142e67d5945c15859d2b5fb195a8247b32af7
2008-01-14 19:55:27 +00:00
Matthew Flatt
d8f9d02067 finish up main page: release notes, etc.; add Yavuz's errortrace scribbling
svn: r8314

original commit: d532fe478182376c2553b1371f8dc837181ae297
2008-01-13 14:53:54 +00:00
Matthew Flatt
ef15fe151a fix version and margin-par alignment
svn: r8311

original commit: 1bb2aad735caacfd0c564d96862225151c68fde4
2008-01-12 18:52:20 +00:00
Matthew Flatt
6389cc8931 add master index
svn: r8310

original commit: 13025bff7a53c82b0367ece5932fc92b3150f50c
2008-01-12 18:32:30 +00:00
Matthew Flatt
77f98c97a8 add support for user-specific documentation list
svn: r8306

original commit: 1c16d5829ee5c7033922b3f82e23ec7bc8883fa3
2008-01-11 23:13:11 +00:00
Matthew Flatt
6681482d88 fix bouncing problem with navigation line (Firefox)
svn: r8305

original commit: e42bc2aa976b06e3aada128be0bde6f6f97fc3ab
2008-01-11 22:22:31 +00:00
Matthew Flatt
e7270cf00f organize CSS a bit more
svn: r8304

original commit: 571fb0f08c7499bc320af6ba1fc6a510e2160854
2008-01-11 21:48:35 +00:00
Matthew Flatt
477b2d6ea0 rearrange CSS file so that each font is in one place
svn: r8303

original commit: d5cfd34ff0e34225e56f5b003f9cfa80ab150924
2008-01-11 20:39:40 +00:00
Matthew Flatt
e87efe3ce8 fix help start path
svn: r8302

original commit: 4e2951c2bcccb1961de7c71304033723e77d8743
2008-01-11 20:09:19 +00:00
Matthew Flatt
0732affece change path->main-collects-relative, and change output directory of start document
svn: r8301

original commit: 05434ec54da3cd9362493c024d73de5ec3f516a8
2008-01-11 19:54:38 +00:00
Matthew Flatt
b4f706247f strip attempts to make HTML fonts nice
svn: r8297

original commit: 47621b088b7101a5979423c6a68e4ffbc5a54681
2008-01-11 11:44:01 +00:00
Eli Barzilay
f69d5a49c3 remove the now-redundant main-doc option
svn: r8288

original commit: fff894d7100add97eddfe8f965e7c1f558abd87c
2008-01-11 02:29:49 +00:00
Matthew Flatt
a5888ac26d doc build automatically go to main doc dir; added doc categories for start doc; fix locale-sensitive byte<->string ops to actually use the locale; other small edits
svn: r8286

original commit: 1e069dd2bcd7b1dd84213f6943f6f549681219f8
2008-01-10 23:42:23 +00:00
Matthew Flatt
6c34d346a7 fix scribble eval to not catch break
svn: r8285

original commit: 73396b7d7bcb2ab623d57912fb9f16db34f400b8
2008-01-10 20:45:22 +00:00
Matthew Flatt
4a3d0e82ba fix bug in deserializer; also change scribble eval to not use sandbox module mode
svn: r8280

original commit: 2d08c177252d8c8e0fdbc9a557857d0ade19c1f8
2008-01-10 19:47:13 +00:00
Matthew Flatt
50b3a68191 @require[....]* to @(require ...*)
svn: r8269

original commit: cec8fbbd5f7190f7921b624b4878ad5c53f6c51b
2008-01-09 13:47:11 +00:00
Matthew Flatt
431bcb9055 remove unecessary title tag and prefix
svn: r8264

original commit: b333628a39dec8235a06986d9ab0bef67b2d98d2
2008-01-08 19:58:07 +00:00
Matthew Flatt
9cb3428a41 move/collapse web-server docs, scribble doc improvements
svn: r8262

original commit: f08dbc15dae0d5beec836e56688e82ffe384a4dd
2008-01-08 19:54:01 +00:00
Matthew Flatt
d3c27f4d56 make hash-lang delayed so that scribble/manual doesn't directly depend on scribblings/guide
svn: r8260

original commit: 57d173e6267d3ee93b4b9b8ef134ef19cc444cdc
2008-01-08 18:15:06 +00:00
Matthew Flatt
e0a59049e5 scribble reader interface and doc adjustments
svn: r8257

original commit: 4c1856f189d8f829be11f4268864d75df146a558
2008-01-08 16:09:25 +00:00
Matthew Flatt
ee106049e2 work on guide, and fix problems with scribble/eval
svn: r8250

original commit: 343308481a82f6999e3d84842babdfd471a3af93
2008-01-07 21:47:22 +00:00
Matthew Flatt
c274ee270d more scribble layers edits
svn: r8248

original commit: 315dc915f53a31455e747f67d15aa16b96ada293
2008-01-07 14:26:55 +00:00
Matthew Flatt
9b95d8fc0c scribble manual section 2 edits
svn: r8246

original commit: 14fa3351f185d130c06ad456ad895a1441858fa1
2008-01-07 13:00:44 +00:00
Matthew Flatt
9c7e96a14c some edits to the contract guide
svn: r8245

original commit: 6f2791a5031595c5de65c71d2aa94a8ac0105b28
2008-01-07 12:48:38 +00:00
Matthew Flatt
be502f0d4f minor Scribbl{e,ings} tweaks
svn: r8244

original commit: a4cd1cdbaeee2d54952faea0593ae5c24ab7cf7c
2008-01-07 12:18:53 +00:00
Matthew Flatt
e1dec97903 expand Scribble-layers overview
svn: r8241

original commit: 4ba06b7ae0f50c7d0053b4e98de5168240c5fda2
2008-01-07 03:50:43 +00:00
Matthew Flatt
926ff4fbb0 sandbox Scribble evaluations; fix rational exact->inexact loss of precision
svn: r8238

original commit: f3cb86dc1ac569297d67573dc73b7f5e3859656a
2008-01-06 16:54:34 +00:00
Robby Findler
ee85417518 removed extra require
svn: r8236

original commit: b2b8315ac38d18d1dfda5950e86411a969add1dc
2008-01-06 14:04:53 +00:00
Robby Findler
4a193f0031 searching in help desk now says 'no results' if there are no results, and the help desk menu item in drscheme opens the front page of the manuals
svn: r8227

original commit: 379f2a162beec900f6132dd94e40f216e36965cf
2008-01-05 22:39:32 +00:00
Robby Findler
fed85187e3 added schemeerror and used it
svn: r8223

original commit: 7f3a5c13c2218af5b87e2d27700f1cd863bc320a
2008-01-05 16:46:17 +00:00
Matthew Flatt
02d7f7f54a add flow hyperlink
svn: r8217

original commit: 2658e9917ee8ddda974d3e043441fd6291843c21
2008-01-04 23:46:22 +00:00
Matthew Flatt
f8591fe267 add badlink latex style
svn: r8216

original commit: c75cead3a49804f8b83de5295ab26cd713f7379c
2008-01-04 23:33:44 +00:00
Matthew Flatt
aee87f3568 3.99.0.9: binding links in docs use nominal import sources
svn: r8196

original commit: 7fc41024c0f09d03bed22c9e68bc2548f9222b77
2008-01-03 19:07:02 +00:00
Matthew Flatt
7de01e897e finish first draft of HtDP language docs
svn: r8179

original commit: d4482c90ca2fa711ac2d02f1d825a1540de338ca
2008-01-02 03:33:00 +00:00
Matthew Flatt
12f7e3c037 scribble mrlib docs
svn: r8165

original commit: 5890eedeb4301b5016247ac98a34c39655d40225
2007-12-30 22:46:20 +00:00
Matthew Flatt
95ecb101d1 generalized defproc to support curried notation, start scribbling graphics collection docs
svn: r8164

original commit: 9c6c83d8d2d1d5f4881d6673107c7d4fc2b36808
2007-12-30 16:16:11 +00:00
Matthew Flatt
9618416c8e new 'file' collection to house file-format libraries
svn: r8156

original commit: 643a19d01b39c8f702aa997ef40f2a16938b71b6
2007-12-29 19:27:05 +00:00
Matthew Flatt
1ba604d48e include version in scribble latex output
svn: r8135

original commit: 5df53fbe7631a7f1a858c6aaa4352f9356757eb9
2007-12-27 11:28:11 +00:00
Matthew Flatt
131b784409 finish mz docs
svn: r8123

original commit: 5c76cb507e89096e8e386535a36a7e4c15ed29f5
2007-12-26 02:58:13 +00:00
Matthew Flatt
b6e6d30c73 fill out more documentation; add placeholder? and hash-table-placeholder?
svn: r8089

original commit: 68ec60f448b8fa10a41acb7d56419134bb2ba66e
2007-12-21 03:45:22 +00:00
Matthew Flatt
5ec968d86f shared
svn: r8069

original commit: f70ea2d03aea2e5c74536d1f64d1df023090432a
2007-12-19 21:32:07 +00:00
Matthew Flatt
c46667ae55 add support for 'color and 'bgcolor styles
svn: r8064

original commit: e4a588e40563e8ddf71bc7200e9adf602b17bb44
2007-12-19 16:52:54 +00:00
Matthew Flatt
18d1528808 catch sxref failures and report as warnings when loading help data
svn: r8063

original commit: b78f8acb504cf8e6100e754baf58c19b9c989dd4
2007-12-19 15:36:35 +00:00
Robby Findler
878223492b made truncated message be red italics
svn: r8060

original commit: 5840ec28b3d0facc5604163587b1ca3cd7b030ac
2007-12-19 04:25:53 +00:00
Robby Findler
6bdb23bf75 added a message when the search is truncated
svn: r8059

original commit: 3500ef305c1fa1dbc2547ab928ab6b4cdc6ce405
2007-12-19 04:12:10 +00:00