Eli Barzilay
734fc832b7
Twitter link for @racketlang; small tweaks.
2011-08-30 01:07:32 -04:00
Eli Barzilay
6091a5d972
Added explicit copyleft page to the website.
...
...to allow inclusion of text in wikipedia.
2011-08-18 18:11:09 -04:00
Eli Barzilay
38558b5fa7
typo in the description
2011-08-18 18:11:09 -04:00
Eli Barzilay
9608c0f041
When a file is missing the ftp client throws an error, catch it.
2011-08-17 10:00:55 -04:00
Eli Barzilay
ae80150a79
v5.1.3 stuff
2011-08-16 03:41:22 -04:00
Eli Barzilay
f6fe18a736
Leave the platform colors as is.
2011-08-13 20:38:21 -04:00
Eli Barzilay
891df4919c
De-emphasize the platform selection to minimize people getting confused by it.
2011-08-13 20:38:21 -04:00
Eli Barzilay
093d2304a8
Add an email alert whenever an ok mirror link changed to being omitted.
2011-08-12 19:47:43 -04:00
Eli Barzilay
046817a328
Better randomization of poll dates -- multiply the range by a factor of 1..2.
2011-08-12 19:47:43 -04:00
Eli Barzilay
1a65678924
Add a note to the command-line help text, and describe the functionality
...
in case someone really wants to use this.
2011-08-05 02:44:57 -04:00
Eli Barzilay
d048954f04
Poll mirrors for the download web pages.
...
This is triggered by an environment variable that points at a file that
is used to cache polling results. If the variable is not specified just
use all mirror links as usual. This way, for random builds when people
try things out there is no problem, while the nightly builds (and my
manual builds when there are changes) do the right thing.
The file holds information about the polls, and verifies that the
download exists -- if not, the link is not shown. If it is, then it
tries to get the size of the remote file (via HEAD or via FTP), and if
it doesn't match our download information, then drop it too. If no size
informaion is available, include it, but re-poll after a few days. Even
if the size matches, a re-poll will be done after a month, so stale
mirrors will not stick.
2011-08-05 02:05:59 -04:00
Eli Barzilay
1be5019978
Switch from the "du -h" output in "installers.txt" to plain byte counts.
2011-08-05 01:14:16 -04:00
Eli Barzilay
89dfe3dc50
v5.1.2 stuff
2011-08-03 15:23:14 -04:00
Guillaume Marceau
2c075978fd
Merged htdp-lib.scblr and teachpacks/error-composition.scrbl into htdp/htdp.scrbl,
...
to form a single manual titled "Implementing HtDP Teachpacks, Libraries, and
Customized Teaching Languages"
2011-07-08 18:23:17 -04:00
Eli Barzilay
3157955d40
".ss" -> ".rkt" scan done.
2011-07-02 10:37:53 -04:00
Eli Barzilay
7af058dcb2
Add a subsection on getting github pull requests in the easy way.
...
(And update some links.)
2011-06-16 21:37:48 -04:00
Eli Barzilay
831b69a146
Add activity graphs from gmane.
2011-06-16 21:37:47 -04:00
Eli Barzilay
6a1eefe080
Move the captcha generation as a hook to the extra code, since it's a
...
more proper place.
2011-06-03 00:56:21 -04:00
Eli Barzilay
ef915d0d3a
Add a popup question in case there's a captcha challenge.
...
See in-code comments for how this is just a rough feature to be used if
needed (and improved when it becomes necessary). That can just as well
go to the FIXME of using a string constant.
2011-06-01 17:40:25 -04:00
Eli Barzilay
4276898a67
* Refactor bug-related url construction
...
* Add captcha url (unused, yet)
* The second argument to `call/input-url' can be a one-argument function
since the call doesn't send it any headers.
Still needs to be done: check the HTTP response for an error status, and
make it fail as a result (currently it just assumes that any response is
fine, which can change in case of a captcha failure). Then, add a
captcha challenge if one is found, otherwise ignore.
2011-05-31 17:36:51 -04:00
Eli Barzilay
9e9ad2fe38
Improve the generation of bug form fields; add a captcha file for future
...
use if it becomes necessary.
2011-05-30 05:00:16 -04:00
Eli Barzilay
8ef1d1a547
Minor tweak: use full 6 hex digits for all colors to avoid IE bogosity.
2011-05-27 18:41:45 -04:00
Eli Barzilay
7ae13761ce
Protect against accidental second use of `set-news-flashes!'.
2011-05-27 18:32:58 -04:00
Eli Barzilay
13b2adc18c
Switch the license text from LGPLv2 to LGPLv2.1.
...
This makes it correspond to the license page we have on downloads that
talks about the "lesser" GPL rather than the "library" one.
Also, change the file name to have a more friendly .txt suffix, and add
some more responsible properties for things in doc/release-notes.
2011-05-27 18:09:55 -04:00
Eli Barzilay
35f2accaf8
Make it possible for the pages to build even when there's no tag to
...
extract release information from.
(So it's still useful for quick tests.)
2011-05-27 17:53:45 -04:00
Eli Barzilay
c8c7898093
Add release notes pages.
...
Also get rid of the defunct "chronology" link at the bottom of the
community page. It was a very old (pre-svn/git) leftover from a time
where that was relevant for people who want to participate.
2011-05-27 17:24:29 -04:00
Eli Barzilay
ad6d703225
Forgot to add the git extraction code.
2011-05-27 04:28:30 -04:00
Eli Barzilay
56820287ac
Extract tag information from a git repo instead of manually specified
...
version/date pairs.
Also switch to using `release' structs instead of version strings.
2011-05-27 03:53:14 -04:00
Eli Barzilay
7fcbb2eb96
Fix subtle spacing issue below the short code sample section.
2011-05-27 03:53:13 -04:00
Eli Barzilay
b148010cf2
Fold in the old versions/dates into the old techreports, freeing
...
download/data.rkt to pull information from the git repo.
2011-05-27 03:53:13 -04:00
Eli Barzilay
8bacaebd49
"Complicate" the captcha.
2011-05-27 03:53:13 -04:00
Eli Barzilay
220e0f6d5e
Improve code layout in code.rkt, move `pre' out of there.
...
Also improve the news-flash thing a little.
2011-05-27 03:53:13 -04:00
Eli Barzilay
15938fa6c2
Move all the old stuff into a separate file.
...
(This way maybe it'll be harder to bogusly start "improving" it, yet again...)
2011-05-27 03:53:13 -04:00
Eli Barzilay
28bdce5349
Shorten link names at the bottom of download pages.
2011-05-27 03:53:13 -04:00
Eli Barzilay
571b1c3d12
Switch news-flash from a box to a setter hook, some misc style.
2011-05-27 03:53:13 -04:00
Eli Barzilay
31009166d7
Make it possible to hook up a "newsflash" below the left blurb.
2011-05-23 14:05:13 -04:00
Eli Barzilay
387b6c51dd
Added Mac OS X build for x86_64.
...
(Thanks to Stephen De Gabrielle <stephen.degabrielle at acm dot org>.)
2011-05-12 20:09:39 -04:00
Eli Barzilay
68cd96ac1a
Added two x86_64 debian builds
...
(Thanks to Mason Loring Bliss <mason at blisses dot org>.)
2011-05-03 18:20:10 -04:00
Eli Barzilay
1f7ac35d8e
v5.1.1 stuff
2011-04-30 02:57:12 -04:00
Eli Barzilay
7f57fcec7e
Fix the bgcolor on the mailman pages.
...
IE misparses a three-digit specification, so use 6 digits there.
2011-04-23 08:14:05 -04:00
Eli Barzilay
3f94c3dcfc
Fix typo
2011-04-21 23:33:07 -04:00
Eli Barzilay
49e1b47bb2
Indentation in example
2011-04-18 16:50:51 -04:00
Eli Barzilay
f867fea327
Prebuilt link in the all versions page, other minor fixes.
2011-04-12 07:26:27 -04:00
Eli Barzilay
43275e7b0a
Make the web page header a link to the main page.
2011-03-31 11:05:52 -04:00
Eli Barzilay
00a9247fa9
Add "[pdf]" links to the doc links in the learning page.
2011-03-31 10:51:09 -04:00
Eli Barzilay
b757e502af
Reuse documentation links from common/links.rkt.
...
This also fixes the "plt-scheme.org" reference, so also fix the redex
link to use "racket-lang.org".
2011-03-31 09:57:48 -04:00
Eli Barzilay
65bfae09a3
Fix `techreport-location' use in TR pages.
...
Closes PR11820.
2011-03-31 06:21:45 -04:00
Eli Barzilay
3358b40377
Forgot the meat of the change...
2011-02-15 11:34:09 -05:00
Eli Barzilay
6dccc8f059
5.1 improvement to sierpinski code from robby, can go live now
2011-02-15 11:20:51 -05:00
Eli Barzilay
2880edcb8c
v5.1 stuff
2011-02-14 22:04:44 -05:00