Commit Graph

4 Commits

Author SHA1 Message Date
Matthew Flatt
aed4f6a063 move main URLs to site definitions instead of built-in configuration
Also, change local mode to use absolute "file://" references across
sites (makes "doc-site.js" plus "doc-site.css" work locally) and
add "index.html" to paths a needed, but add a `-r` relative mode for
the old behavior.
2014-03-01 19:55:58 -07:00
Matthew Flatt
cec98c7cea improve handling of resources for sharing
Separate the "generated resources" part of a site from the "rendered
element" part, so that a site that doesn't use full-page formatting
can take share the resources of one that does.

Also, hide the "resources" function in a site to narrow the interface
exported by `plt-web`.
2014-03-01 19:55:58 -07:00
Matthew Flatt
547957fb4d reduce dependencies for non-page-style mode 2014-03-01 19:55:58 -07:00
Matthew Flatt
8ae703cb24 reorganize into packages: "plt-web" and "plt-new-services"
The "plt-new-services" package defines the "meta/new-web"
collection, with the idea that it will be merged into
"plt-services" and later replace "meta/web".
2014-03-01 19:55:58 -07:00