Robby Findler
345707b4bc
adjusted props so Matthias is notified for teaching language related tests
2010-10-14 10:06:26 -05:00
Robby Findler
2f01da7450
props
2010-10-14 07:27:40 -05:00
Eli Barzilay
7847872400
Fix some missing uses of @num
2010-10-11 15:07:28 -04:00
Jay McCarthy
7871487b12
Info
2010-10-06 13:03:24 -06:00
Jay McCarthy
85f38415bc
Removing sorting on deq
2010-10-06 10:41:09 -06:00
Jay McCarthy
19ab1bb980
Setting props
...
Scaffold for git monitor
Persistent queue implementation
2010-10-06 10:41:08 -06:00
Jay McCarthy
2e5a0e3a37
Initial slave server
2010-10-06 10:41:08 -06:00
Eli Barzilay
8709715bf4
Add a test file to check the hack that errortrace uses.
...
(Makes it easy to know when it breaks, and hopefully to fix it when that
happens)
2010-10-04 22:22:24 -04:00
Eli Barzilay
7d82210e29
Update ubuntu instructions, remove references to "me".
2010-10-04 13:18:06 -04:00
Robby Findler
b9155b8c5f
props
2010-09-21 18:54:20 -05:00
Eli Barzilay
7defa43ced
Change the old bibs to appear in popups instead of a sea of text files
2010-09-20 15:38:18 -04:00
Eli Barzilay
5b4c94649c
New techreport pages.
2010-09-20 15:38:18 -04:00
Eli Barzilay
93bd86ccc4
Allow getting the absolute URL of a resource
2010-09-20 15:38:18 -04:00
Eli Barzilay
126c7d1a0d
Change the people/places structs and way they are made.
...
It's also possible to use this as a central place to hold the list of
plt people for other purposes, works for the bib authors now (requires
making an organized list of the people).
2010-09-20 15:38:18 -04:00
Eli Barzilay
53adab8271
Move things around so there's a single place that specifies PLT people
...
and places.
2010-09-20 15:38:18 -04:00
Eli Barzilay
ee138cf2cb
Some repeated "and and"s and "the the"s, and two more typos.
...
Closes PR 11229.
2010-09-20 15:38:18 -04:00
Eli Barzilay
e222407a1d
Minor reorganization
2010-09-20 15:38:17 -04:00
Eli Barzilay
bb3dbeb2c0
Add "All Versions" page with a table of all versions and all packages.
2010-09-20 15:38:16 -04:00
Eli Barzilay
626627fcc7
* Narrow comment on plot example, enable datalog example & revised blurb.
...
* Minor typo in new-name.rkt
* Minor update to the menu item name for submitting bugs
2010-09-20 15:38:16 -04:00
Eli Barzilay
58afb93a17
Re-fix hadnin-server/overridden-collects props.
2010-09-20 15:37:24 -04:00
Casey Klein
dca6b3a06e
Configures DrDr to ignore Redex compiler tests
2010-09-20 10:04:50 -05:00
Jay McCarthy
c1c1461596
Fixing DrDr props on handin
2010-09-17 10:20:35 -06:00
Ryan Culpepper
3b95c7acd5
set responsibility for data collection
2010-09-16 13:20:07 -06:00
Jay McCarthy
940438e7c4
Adding DrDr monitor
2010-09-16 12:45:36 -06:00
Eli Barzilay
3135970b09
Old TR pages only up to but not including 5.0
2010-09-12 01:53:52 -04:00
Jay McCarthy
211af0795b
Fixing graph display
2010-09-10 14:46:01 -06:00
Casey Klein
b787e41a79
Fixes definition-finder tests under DrDr
2010-09-09 14:32:03 -05:00
Kevin Tew
324a0ce815
Places: check arguments
2010-09-09 10:28:34 -06:00
Kevin Tew
732c62b2a5
Places: benchmarks
2010-09-09 10:28:34 -06:00
Eli Barzilay
97dd4bc390
Move the contracts tests -- change the props too.
2010-09-09 12:23:08 -04:00
Eli Barzilay
8973e08fba
Shuffle things around, to make the techreports page use the
...
download/data, instead of duplicating that information.
2010-09-09 12:16:59 -04:00
Eli Barzilay
35f77f61ad
Spit out a warning if there are no files rendered.
...
Fix a reference to meta/web to be symbolic -- otherwise things can get
confused when symlinks are used, ending up with two instances of a
single modeule (once for the symbolic reference and one for a relative
one). It's still best to avoid symlinks, though.
Simplify version specs in the techreports code, re-enable continue
reference, some reformatting.
2010-09-09 12:16:59 -04:00
Eli Barzilay
80d21c522d
Make the static table page always be visible.
2010-09-09 12:16:59 -04:00
Robby Findler
7b3d748974
adjusted props for new file
2010-09-09 09:34:24 -05:00
Casey Klein
8fae368376
Ignores prototype Redex pattern compiler
2010-09-08 14:12:47 -05:00
Robby Findler
91205f26d6
fixed for new file
2010-09-08 08:41:30 -05:00
Robby Findler
b7eca6c4ee
updated props for the moved files
2010-09-02 15:41:02 -05:00
John Clements
675cdfda58
gave myself responsibility for sndfile.rkt
2010-08-31 14:39:44 -07:00
Ryan Culpepper
d7a87c79e0
Merged changes to syntax/parse
...
Changed backtracking algorithm, runtime representations
- syntax classes, ~describe no longer implicitly commit
- ~describe no longer delimits effect of cut
Added keyword & optional args for stxclasses
Added ~do and #:do, ~post, ~commit and #:commit,
~delimit-cut and #:no-delimit-cut
Added syntax/parse/debug, syntax/parse/experimental/*
- expr/c for contracting macro sub-expressions
moved from syntax/parse to syntax/parse/experimental/contract
- syntax class reflection (~reflect, ~splicing-reflect)
- eh-alternative-sets (~eh-var)
- provide-syntax-class/contract
(only for params, not attrs so far)
Changed ~fail to not include POST progress (#:fail still does)
old (~fail _) is now (~post (~fail _))
Made msg argument of ~fail optional
Removed generic "repetition constraint violated" msg
Removed atom-in-list stxclass
Removed unnecessary datum->syntax on cdr of pair pattern
massive improvements to long-list microbenchmarks
Optimization: integrable syntax classes (id, expr, keyword)
need better measurements
Optimization: ad hoc elimination of head/tail choice point
for (EH ... . ()) patterns
Added unstable/wrapc (proc version of expr/c)
2010-08-31 10:55:58 -06:00
Robby Findler
a2705f101f
teaching-lang-coverage prop fix
2010-08-31 06:41:55 -05:00
Robby Findler
eb75edfaa1
renamed drracket test suite
2010-08-30 09:23:33 -05:00
Jay McCarthy
b2015a3237
Adding stress to dist spec
2010-08-30 07:32:49 -06:00
Jay McCarthy
f899e03b59
Moving stress tests
2010-08-30 06:39:12 -06:00
Jay McCarthy
fe2a70a347
Adding data to mz-extras
2010-08-30 06:39:12 -06:00
Jay McCarthy
fd300bc31c
Disabling other-mutator gc runs
2010-08-30 06:39:11 -06:00
Casey Klein
0221589e10
Increases racket-vs-redex timeout even more
2010-08-29 09:14:10 -05:00
Casey Klein
3f8de79ba7
Increases DrDr timeout to accommodate racket-vs-redex all-outcomes test
2010-08-28 19:16:25 -05:00
Jay McCarthy
33d7eb40e3
Fixing pr11136 and adding tests and fixing old tests re extension change
2010-08-28 08:30:14 -06:00
Eli Barzilay
8e0f8dd39c
More "~n" -> "\n" changes
2010-08-26 12:11:00 -04:00
Eli Barzilay
606b7f60dc
Lots of "~e" to "~.s" changes.
2010-08-25 17:17:01 -04:00
Jay McCarthy
7f4aa41aac
Upping check-dists timeout
2010-08-20 15:32:19 -06:00
Kevin Tew
0841b15cb8
props collects/tests/racket/benchmarks/places/place-channel.rktl
2010-08-20 12:48:43 -06:00
Jay McCarthy
d5247cd0f4
Running web page build and distribution checker in DrDr
2010-08-20 10:35:37 -06:00
Jay McCarthy
67b7961464
Making the distribution checker agnostic to the actual base name of the plt root
2010-08-20 10:35:37 -06:00
Jay McCarthy
a8b0a7dce6
Adding zo size reporter test
2010-08-20 10:35:36 -06:00
Jay McCarthy
c9ded2d99b
Being more careful with port resources
2010-08-20 10:35:36 -06:00
Jay McCarthy
347e946548
Adding WebSocket support
2010-08-19 16:34:15 -06:00
Jay McCarthy
101026292c
Typo
2010-08-19 09:17:45 -06:00
Jay McCarthy
d3f2925792
Updating guidelines
2010-08-19 08:56:46 -06:00
Jay McCarthy
d373f8eceb
Setting responsible party
2010-08-19 08:56:46 -06:00
Jay McCarthy
3041bc2870
Adding guidelines page, without link to it
2010-08-18 13:17:10 -06:00
Casey Klein
623925b5d7
Adds the delimited continuations model to examples
2010-08-18 13:19:11 -05:00
Eli Barzilay
fc2ed3f8c6
Fixed extra headers being duplicated
2010-08-17 22:13:18 -04:00
Eli Barzilay
b832ff85cc
Add stub description blurb
2010-08-17 22:09:35 -04:00
Eli Barzilay
219853ac6c
long --force option
2010-08-17 21:58:59 -04:00
Eli Barzilay
4af01c750d
Added Waterloo mirror, and some reformatting
2010-08-17 20:12:55 -04:00
Jay McCarthy
14fbd07b81
Setting responsibility
2010-08-13 15:06:14 -06:00
Jay McCarthy
7853c5c893
Making timing data more available
2010-08-13 15:06:14 -06:00
Jay McCarthy
fa576a5886
Fixing github links re samth
2010-08-13 15:06:13 -06:00
Robby Findler
26187fed8f
fixed a bug in the mzlib contracts test suite
2010-08-10 19:27:17 -05:00
Robby Findler
4341ce3c20
fixed props for syncheck
2010-08-10 16:52:27 -05:00
Jay McCarthy
7ec4821feb
Increasing timeout
2010-08-06 12:41:04 -06:00
Matthew Flatt
80bd5c53b5
fix dist specs for source distribution
2010-08-05 06:25:44 -06:00
Eli Barzilay
5f5810cfea
v5.0.1 stuff
2010-08-03 21:37:14 -04:00
Jay McCarthy
bc647ae828
Disabling helper running in DrDr
2010-07-27 11:57:08 -06:00
Eli Barzilay
9074bf1992
Typo in Matthias's name
2010-07-25 04:13:27 -04:00
Eli Barzilay
1417caac07
Minor edits & typos
2010-07-25 04:13:27 -04:00
Matthew Flatt
57d3dd7df7
port techreports page to Racket
2010-07-23 22:28:47 -05:00
Sam Tobin-Hochstadt
b8df3839e6
This file sometimes errors.
2010-07-23 15:11:10 -04:00
Vincent St-Amour
ca106a4134
Replaced the safe specialized nbody benchmark by the unsafe version.
2010-07-21 21:09:43 -04:00
Robby Findler
392d22ff3c
props
2010-07-21 06:31:31 -05:00
Jay McCarthy
d9e6eb1d8b
Silly test push to trigger DrDr
2010-07-14 16:14:21 -06:00
Jay McCarthy
bb94d87c30
Fixing options (bad email instructions and no docs)
2010-07-14 15:20:48 -06:00
Jay McCarthy
4c392788ee
Using all available cores
2010-07-14 14:39:33 -06:00
Jay McCarthy
f5df45e835
Sending to nobody not unknown
2010-07-14 14:39:33 -06:00
Eli Barzilay
d162667da5
Use (file "...extra-file...") in `dynamic-require'.
2010-07-14 14:36:53 -04:00
Eli Barzilay
89062a4005
Clarify announce mailing list
2010-07-14 13:27:18 -04:00
Eli Barzilay
fdcc87a14d
pre pages should be working now.
...
* Remove all uses iplt from svn, replaced with a new iplt repository in
git.
* The previous approach to patching pre html files wasn't robust enough,
in case of a problem in the web page build things could be left with
the raw html pages. Replace that with a better solution, which
generates the web pages earlier and then uses them to patch the html
files.
* Add the drracket.org redirection page to the distribution list.
* Fix a small bug in the git intro page css.
2010-07-14 12:34:16 -04:00
Eli Barzilay
583abebb1a
Better sources (use unicode and `p*').
2010-07-14 12:34:16 -04:00
Eli Barzilay
51d2417cf5
Intro text done, hopefully.
2010-07-12 21:41:34 -04:00
Eli Barzilay
fb968d1d34
Added a page for drracket.org.
2010-07-12 21:41:34 -04:00
Eli Barzilay
6158e24d84
Add a convenient macro for sections, and some sequence functions
2010-07-12 21:41:33 -04:00
Eli Barzilay
e54d7c0806
Add some newlines to make htmls more readable (and debuggable)
2010-07-12 21:41:33 -04:00
Eli Barzilay
fa8129b44d
fix references to pre
2010-07-12 21:41:33 -04:00
Eli Barzilay
5b6b3f3bac
Delay the generation of the button script, so it gets the right download url.
2010-07-12 21:38:53 -04:00
Matthew Flatt
bf6db901c6
fix props
2010-07-09 11:07:48 -06:00
Matthew Flatt
195b37831b
fix `planet'-path bug in module-name resolver for generated eecutables
2010-07-09 09:48:41 -06:00
Vincent St-Amour
24aad77da3
Moved Typed Scheme's optimizer to its own subdirectory.
2010-07-08 18:29:15 -04:00
Kevin Tew
ecdd1ebc7a
Parallel build fixes
2010-07-05 14:23:30 -06:00
Matthew Flatt
809f0a4550
port old "pre" web-page stubs
2010-07-03 07:15:48 -06:00
Vincent St-Amour
5d61c7fab8
Ported the maze2 benchmark to typed Scheme.
2010-07-02 20:58:28 -04:00
Eli Barzilay
3a8feee6ca
git content works (intro not all ported yet
2010-07-02 11:38:13 -04:00
Eli Barzilay
8f69e94980
Added `get-resource-path' to get the path of any resource.
...
Use it to allow getting the standard resource paths from the common
layout.
2010-07-02 11:38:13 -04:00
Eli Barzilay
76300bd759
#:full-width' ->
#:width', which can specify full width or a given one.
2010-07-02 11:38:12 -04:00
Eli Barzilay
6e947fef90
Comments indicating how to add an attachment field to the bugs form, if
...
it becomes possible to deal with the cgi side in the future.
2010-07-02 11:38:12 -04:00
Eli Barzilay
e339081fd0
Added `split-attributes+body', to make it easy to write xml-like wrapper
...
functions, and used it in `center-div'.
2010-07-02 11:38:12 -04:00
Eli Barzilay
c73b42325a
Better place for the IRC logs.
2010-07-02 11:38:12 -04:00
Robby Findler
b4d176466a
Added a logger to drdr for tracking drracket's memory use on startup
2010-07-01 06:03:07 -05:00
Vincent St-Amour
f14cfebddc
Restored running of the optimizer's tests by drdr.
2010-06-30 14:53:23 -04:00
Vincent St-Amour
2c021dd6d2
Disabled running the optimizer's test harness by drdr, to avoid timeout.
2010-06-30 11:14:06 -04:00
Jay McCarthy
df30cda523
Port registry and changing benchmarks to not conflict on ports
2010-06-29 13:38:36 -06:00
Eli Barzilay
9d97a201a4
Point at the query page (symlink) instead of the stub page.
2010-06-29 01:41:23 -04:00
Eli Barzilay
c14a945343
Post a bug -> redirect to a thanks page, when submitting with the web form.
...
(Submitting from DrRacket needs a simple response.)
2010-06-29 01:41:23 -04:00
Eli Barzilay
38a4f228ee
bugs.racket-lang.org finally works.
...
Captcha files removed, and will be part of the extra web content sources
(which will hold the sources for internal.racket-lang.org too).
2010-06-29 01:41:23 -04:00
Eli Barzilay
ed5c5fcb14
Turn the distribution list into a parameter so it can be extended.
2010-06-29 01:41:22 -04:00
Eli Barzilay
95c49e138e
Avoid changing the parameter value, so it is possible to extend it.
2010-06-29 01:41:22 -04:00
Eli Barzilay
fdb8751de3
Add a flag for an extra file to include for the rendering.
...
(The extra file is just required dynamically, and it is supposed to
register resources for rendering etc.)
2010-06-29 01:41:22 -04:00
Eli Barzilay
95577a0aad
Make the mailing list pointers relative to the lists server.
2010-06-29 01:41:22 -04:00
Matthew Flatt
559736e529
datalog in dist-specs
2010-06-28 07:37:22 -06:00
Jay McCarthy
30e3cd1071
Moving tests
2010-06-25 22:36:12 -06:00
Jay McCarthy
f2c4e84006
Responsible
2010-06-25 17:08:12 -06:00
Vincent St-Amour
28acece484
Fixed Typed Scheme's optimizer's test harness to work with drdr.
2010-06-25 13:25:42 -04:00
Sam Tobin-Hochstadt
ff91973397
fix prop
2010-06-24 18:05:55 -04:00
Sam Tobin-Hochstadt
5b1118d514
More options for test runner.
2010-06-24 16:46:31 -04:00
Jay McCarthy
428412036f
Fixing PR 10970
2010-06-23 16:29:23 -06:00
Eli Barzilay
049913fdef
Bugs page skeleton.
2010-06-23 07:35:14 -04:00
Eli Barzilay
0ffe4c1efb
Revert "Adding XPM parser"
...
Not needed, since an XPM parser was already implemented.
This reverts commit 4d58a10ff4
.
2010-06-23 07:34:40 -04:00
Eli Barzilay
28e79e5bcb
Reorganize mailing lists (the server's front page, and community reference).
...
Similarly, shuffle around the irc text.
2010-06-23 07:34:39 -04:00
Vincent St-Amour
a063269883
Prevented drdr from running reversecomplement which needs input on stdin.
2010-06-22 20:09:04 -04:00
Vincent St-Amour
3bb0de0b53
Restored running of the typed shootout benchmarks by drdr.
2010-06-22 18:29:55 -04:00
Jay McCarthy
4d58a10ff4
Adding XPM parser
2010-06-22 11:33:06 -06:00
Stevie Strickland
550a8b3fa4
Handle new semantics for raco setup with no options.
2010-06-21 18:30:30 -04:00
Sam Tobin-Hochstadt
6b12757506
Add collection tab-completion for 'raco setup -l'
2010-06-21 18:30:28 -04:00
Jay McCarthy
a5d9fc0def
New props for DrDr
2010-06-21 12:55:18 -06:00
Eli Barzilay
acb86d69f3
Apparently inline styles shouldn't be in comments now.
2010-06-20 18:34:06 -04:00
Eli Barzilay
1fc2a3e171
Rename "outreach+research" -> "learning".
...
* Move learning stuff from "community" to it.
* Set up a redirection page for "outreach+research.html".
2010-06-20 18:18:33 -04:00
Robby Findler
8be8c9b839
fix prop
2010-06-19 19:20:53 -05:00
Sam Tobin-Hochstadt
0a92ce7a43
fix prop
2010-06-19 19:52:49 -04:00
Vincent St-Amour
44acb3eed5
Props fix.
2010-06-19 00:16:04 -04:00
Vincent St-Amour
ad7e63aa76
Props fix.
2010-06-18 23:18:04 -04:00
Vincent St-Amour
c7df0fab35
Props fix.
2010-06-18 20:32:57 -04:00
Vincent St-Amour
051b480934
Fixed props for the shootout benchmarks.
2010-06-18 20:24:17 -04:00
Vincent St-Amour
343e9d23b4
Ported some new benchmarks and variants to Typed Scheme.
2010-06-18 17:43:04 -04:00
Vincent St-Amour
4fde1e8ccb
Ported most of the shootout benchmarks to Typed Scheme.
2010-06-18 17:42:57 -04:00
Eli Barzilay
ca3b27b810
Allow #:part-of to use symbolic names, add it to a bunch of pages.
...
(Using a symbolic name makes it easy to use without worrying about
circular dependencies.)
2010-06-16 16:49:02 -04:00
Eli Barzilay
f1eec03a2d
Fix two places in code.rkt that could use #f as an anchor, resulting in
...
...##f urls.
2010-06-16 16:49:02 -04:00
Eli Barzilay
5da56167a9
Move xml->string to a more proper place
2010-06-16 16:49:02 -04:00
Eli Barzilay
8694d7b8ae
Provide resources from download (so do this from all uses of
...
`define+provide-context'); dirlist uses that instead of www.
Also dropped redundant provides of `page'.
2010-06-16 16:49:02 -04:00
Eli Barzilay
f0c28ad0e8
Make dirlist use www resources
2010-06-16 16:49:02 -04:00
Eli Barzilay
4f6502129a
Finish previously incomplete treatment of contexts with #:resource
2010-06-16 16:49:02 -04:00
Eli Barzilay
098b32b0af
Add template files for browsing the installer dirs directly.
2010-06-16 16:49:02 -04:00
Eli Barzilay
1cce6c1f88
Factor our the common path computation.
2010-06-16 16:49:01 -04:00
Eli Barzilay
00bca21339
Typo in error message
2010-06-16 16:49:01 -04:00
Eli Barzilay
05877f4537
All stubs are accessible through HTTP on the download server.
2010-06-15 13:17:51 -04:00
Eli Barzilay
0905701e89
Some minor tweaks to make it valid.
2010-06-15 13:17:51 -04:00
Eli Barzilay
dc0959ce05
Get our favicon to be used.
2010-06-15 13:17:50 -04:00
Eli Barzilay
5c027b6973
Fix the blog style to match other pages.
2010-06-15 13:17:50 -04:00
Eli Barzilay
8ff7a162db
Added a blogger template.
...
This required refactoring some of the layout code to make it possible to
embed pieces of it in the template.
2010-06-14 14:26:09 -04:00
Eli Barzilay
27eb374612
tweak the mailman listinfo pages
2010-06-14 14:26:09 -04:00
Eli Barzilay
b866ea4de6
README for the planet stub.
2010-06-14 14:26:09 -04:00
Vincent St-Amour
fe09ce3dee
Added Jeff Siskind's ray tracer to the racket-specific benchmarks.
2010-06-11 19:48:23 -04:00
Eli Barzilay
64158fac04
Added license page, courtesy of Sam.
2010-06-11 15:01:08 -04:00
Eli Barzilay
e406dc2504
Add toplevel lists page.
...
Messy right now, but has all the relevant pieces.
2010-06-11 14:54:17 -04:00
Eli Barzilay
4108685a26
Bilgi mirror is on-line.
2010-06-11 14:54:16 -04:00
Eli Barzilay
d732b164aa
Sort download entries according to browser platform; display a blurb
...
about linux installers.
2010-06-11 14:54:16 -04:00
Eli Barzilay
42e66e35eb
Add a {{{HEAD}}} hole to the planet template.
2010-06-11 14:54:16 -04:00
Eli Barzilay
e24d11a03c
Make it possible to have toplevel sites with absolute urls, needed for some stubs
2010-06-11 14:54:16 -04:00
Eli Barzilay
5aaf3811cf
Added a `lists' toplevel page (not content, yet), and a stub for mailman pages.
2010-06-11 14:54:16 -04:00
Eli Barzilay
5093f0c32b
A few more examples.
2010-06-11 14:54:16 -04:00
Eli Barzilay
5835605fe8
Lots of improvements to the front page source.
2010-06-11 14:54:16 -04:00
Eli Barzilay
9639b9ccd1
Use @page consistently.
2010-06-11 14:54:16 -04:00
Eli Barzilay
2d312484f7
Added a skeleton page for planet.
2010-06-11 14:54:16 -04:00
Eli Barzilay
6caabb92cc
Another small & subtle bug in relativize.
2010-06-11 14:54:16 -04:00
Eli Barzilay
97baaf78e7
IRC client page and pointer to logs.
2010-06-11 14:54:16 -04:00
Eli Barzilay
071707f9fa
Typos, tweaks, etc; split text in new-name on double newline.
2010-06-11 14:54:16 -04:00
Sam Tobin-Hochstadt
ed1596db9b
move unstable/gui to the plt distribution
2010-06-09 17:58:17 -04:00
Vincent St-Amour
2cd0321a23
Took responsibility for Typed Scheme's optimizer.
2010-06-09 14:54:33 -04:00
Vincent St-Amour
f42880c320
Moved the typed common benchmarks to a separate subdirectory.
2010-06-09 14:54:33 -04:00
Sam Tobin-Hochstadt
c8732f12e4
fix prop
2010-06-08 16:55:46 -04:00
Matthew Flatt
1b0a173b34
fix detail in name-change faq
2010-06-07 20:51:44 -04:00
Sam Tobin-Hochstadt
b1ea02d546
fix typo
2010-06-07 20:45:54 -04:00
Eli Barzilay
05f93bfc28
Add version indicator.
2010-06-07 14:08:50 -04:00
Eli Barzilay
57d0011d58
Put a download button on the toplevel download page too.
...
The download toplevel is not meant to be part of the web, but people
will still get there -- so be nice.
2010-06-07 13:41:13 -04:00
Eli Barzilay
225c94cca6
The navbar also uses the download page.
...
(This leaves the toplevel download page unlinked (as expected), so it's
required explicitly.)
2010-06-07 13:41:13 -04:00
Eli Barzilay
81a9bbafd6
Download platform selector
2010-06-07 13:41:13 -04:00
Eli Barzilay
54bef4cfa1
Per installer pages
2010-06-07 13:41:13 -04:00
Eli Barzilay
9338211cf6
Current installers listing
2010-06-07 13:41:13 -04:00
Eli Barzilay
7e088a324e
Move the download button into the download file.
2010-06-07 13:41:13 -04:00
Eli Barzilay
c9146b38e5
Add download and version information; download page on main site.
2010-06-07 13:41:13 -04:00
Eli Barzilay
fdd1c8d003
Toplevel download links
2010-06-07 13:41:13 -04:00
Eli Barzilay
2edf998fdb
No need for multiple arguments here
2010-06-07 13:41:13 -04:00
Carl Eastlund
4c1eff839d
Tell DrDr to use gracket-text for new unstable/gui libraries.
2010-06-07 00:10:28 -04:00
Eli Barzilay
054ce9d21c
Fix a small but nasty bug, and the related problem in stubs.
2010-06-06 05:40:16 -04:00
Eli Barzilay
d5504efd05
Fix mail archive links
2010-06-06 03:52:51 -04:00
Eli Barzilay
7a1b3597ee
Add the loud background
2010-06-06 03:51:52 -04:00
Eli Barzilay
502007e51b
Distribute to proper place now, tweak requires.
2010-06-06 03:51:40 -04:00
Eli Barzilay
1dc36d24fc
make versionpatch deal with two-part versions too
2010-06-06 00:18:31 -04:00
Eli Barzilay
8603bd22b0
Distribution via rsync.
2010-06-05 16:15:39 -04:00
Eli Barzilay
1af5b69588
People page
2010-06-05 14:45:07 -04:00
Eli Barzilay
33fb2679ae
Fix bugs in output directories
2010-06-05 14:37:44 -04:00