Commit Graph

229 Commits

Author SHA1 Message Date
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
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
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
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
d4db2b3df8 switched info.ss files to #lang
svn: r8532

original commit: 3c72e71e24202366d4be41532cba0a89f69d7ebd
2008-02-04 23:00:35 +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
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
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
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
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
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
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