More plt-scheme -> racket-lang, specifically for planet and bugs urls.
This commit is contained in:
parent
733c9b9eec
commit
d0ecc73df5
|
@ -93,7 +93,7 @@
|
|||
(lambda (e)
|
||||
(fprintf
|
||||
(current-error-port)
|
||||
"you've encountered a bug in frtime. please send a report to the plt-scheme mailing list.~nexn: ~a~n"
|
||||
"you've encountered a bug in frtime. please send a report to the Racket mailing list.~nexn: ~a~n"
|
||||
e) #f)))
|
||||
(cond
|
||||
[(memq obj mem) #f]
|
||||
|
|
|
@ -673,7 +673,7 @@ svn_get() { # inputs: svn repository, svn path, path in $maindir
|
|||
_cd "$maindir"
|
||||
if [[ ! -d "$dir" ]]; then
|
||||
_run svn checkout --depth immediates \
|
||||
"http://svn.plt-scheme.org/$repo" "$dir"
|
||||
"http://svn.racket-lang.org/$repo" "$dir"
|
||||
fi
|
||||
_cd "$dir"
|
||||
_run svn update --set-depth infinity "$path"
|
||||
|
|
|
@ -482,13 +482,13 @@ their arity (preferring a the nullary treatment over the unary one):
|
|||
| (format "<a href=~s>@tt{~a}</a>" (get-arg) (get-arg)))
|
||||
|@(define (reftt)
|
||||
| (format "<a href=~s>~a</a>" (get-arg) (tt)))
|
||||
|@ttref{www.plt-scheme.edu}{PLT Scheme}
|
||||
|@reftt{www.plt-scheme.edu}{PLT Scheme}
|
||||
|@ttref{www.racket-lang.org}{PLT Scheme}
|
||||
|@reftt{www.racket-lang.org}{PLT Scheme}
|
||||
|
||||
==>
|
||||
|
||||
|<a href="www.plt-scheme.edu"><tt>PLT Scheme</tt></a>
|
||||
|<a href="www.plt-scheme.edu"><tt>PLT Scheme</tt></a>
|
||||
|<a href="www.racket-lang.org"><tt>PLT Scheme</tt></a>
|
||||
|<a href="www.racket-lang.org"><tt>PLT Scheme</tt></a>
|
||||
|
||||
Note that in `reftt' we use `tt' without arguments since it will
|
||||
retrieve its own arguments. This makes `ttref's approach more
|
||||
|
@ -499,11 +499,11 @@ their arity (preferring a the nullary treatment over the unary one):
|
|||
|@defcommand{tt}{X}{<tt>X</tt>}
|
||||
|@defcommand{ref}{url text}{<a href="url">text</a>}
|
||||
|@defcommand{ttref}{url text}{<a href="url">@tt{text}</a>}
|
||||
|@ttref{www.plt-scheme.edu}{PLT Scheme}
|
||||
|@ttref{www.racket-lang.org}{PLT Scheme}
|
||||
|
||||
==>
|
||||
|
||||
|<a href="www.plt-scheme.edu"><tt>PLT Scheme</tt></a>
|
||||
|<a href="www.racket-lang.org"><tt>PLT Scheme</tt></a>
|
||||
|
||||
* A procedure of arity 1 is invoked differently -- it is applied on a
|
||||
thunk that holds the "processing continuation". This application is
|
||||
|
|
|
@ -185,13 +185,13 @@ their arity (preferring a the nullary treatment over the unary one):
|
|||
(format "<a href=~s>@tt{~a}</a>" (get-arg) (get-arg)))
|
||||
@(define (reftt)
|
||||
(format "<a href=~s>~a</a>" (get-arg) (tt)))
|
||||
@ttref{www.plt-scheme.edu}{PLT Scheme}
|
||||
@reftt{www.plt-scheme.edu}{PLT Scheme}
|
||||
@ttref{www.racket-lang.org}{PLT Scheme}
|
||||
@reftt{www.racket-lang.org}{PLT Scheme}
|
||||
|
||||
==>
|
||||
|
||||
<a href="www.plt-scheme.edu"><tt>PLT Scheme</tt></a>
|
||||
<a href="www.plt-scheme.edu"><tt>PLT Scheme</tt></a>
|
||||
<a href="www.racket-lang.org"><tt>PLT Scheme</tt></a>
|
||||
<a href="www.racket-lang.org"><tt>PLT Scheme</tt></a>
|
||||
}|
|
||||
|
||||
Note that in @scheme[reftt] we use @scheme[tt] without arguments since it will
|
||||
|
@ -204,11 +204,11 @@ their arity (preferring a the nullary treatment over the unary one):
|
|||
@defcommand{tt}{X}{<tt>X</tt>}
|
||||
@defcommand{ref}{url text}{<a href="url">text</a>}
|
||||
@defcommand{ttref}{url text}{<a href="url">@tt{text}</a>}
|
||||
@ttref{www.plt-scheme.edu}{PLT Scheme}
|
||||
@ttref{www.racket-lang.org}{PLT Scheme}
|
||||
|
||||
==>
|
||||
|
||||
<a href="www.plt-scheme.edu"><tt>PLT Scheme</tt></a>
|
||||
<a href="www.racket-lang.org"><tt>PLT Scheme</tt></a>
|
||||
}|}
|
||||
|
||||
@item{A procedure of arity 1 is invoked differently---it is applied on a
|
||||
|
|
|
@ -655,7 +655,7 @@
|
|||
style-extra-files))
|
||||
,(scribble-js-contents script-file (lookup-path script-file alt-paths)))
|
||||
(body ([id ,(or (extract-part-body-id d ri)
|
||||
"scribble-plt-scheme-org")])
|
||||
"scribble-racket-lang-org")])
|
||||
,@(render-toc-view d ri)
|
||||
(div ([class "maincolumn"])
|
||||
(div ([class "main"])
|
||||
|
|
|
@ -7,4 +7,4 @@
|
|||
(define url:drracket "http://racket-lang.org/")
|
||||
(define url:download-drracket "http://racket-lang.org/")
|
||||
|
||||
(define url:planet "http://planet.plt-scheme.org/")
|
||||
(define url:planet "http://planet.racket-lang.org/")
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Configuration of various parts of the main pages
|
||||
|
||||
(define bug-url "http://bugs.plt-scheme.org/")
|
||||
(define bug-url "http://bugs.racket-lang.org/")
|
||||
|
||||
;; Link definitions: (id-sym title root-sym/#f-for-url subpath/url),
|
||||
;; or a `---' for a spacer; the root-sym can be `plt' for standard
|
||||
|
|
|
@ -13,6 +13,6 @@
|
|||
(or @exec{Racket Documentation} under Windows or Mac OS X)
|
||||
may open a different page with local and user-specific
|
||||
documentation, including documentation for installed
|
||||
@link["http://planet.plt-scheme.org/"]{@|PLaneT|} packages.}}
|
||||
@link["http://planet.racket-lang.org/"]{@|PLaneT|} packages.}}
|
||||
|
||||
@(make-start-page #f)
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
@margin-note{This is an installation- and user-specific listing,
|
||||
including documentation for installed
|
||||
@link["http://planet.plt-scheme.org/"]{@|PLaneT|}
|
||||
@link["http://planet.racket-lang.org/"]{@|PLaneT|}
|
||||
packages.}
|
||||
|
||||
@(make-start-page #t)
|
||||
|
|
|
@ -337,7 +337,7 @@
|
|||
(let* ([v (style-properties style)]
|
||||
[v (if (ormap body-id? v)
|
||||
v
|
||||
(cons (make-body-id "doc-plt-scheme-org")
|
||||
(cons (make-body-id "doc-racket-lang-org")
|
||||
v))]
|
||||
[v (if (ormap document-version? v)
|
||||
v
|
||||
|
|
|
@ -162,7 +162,7 @@ want them added to this library, please let us know:
|
|||
|
||||
+ the main PLT Scheme discussion list:
|
||||
|
||||
PLT Scheme <plt-scheme@list.cs.brown.edu>
|
||||
PLT Scheme <users@racket-lang.org>
|
||||
|
||||
+ the Schematics-people @ sourceforge.net. We are NOT members
|
||||
of the PLT group, the Schematics project is devoted to create
|
||||
|
|
|
@ -159,7 +159,7 @@ please adhere to these guidelines:
|
|||
(bug-report-submit "Send")
|
||||
(bug-report-submit-menu-item "Send fejlrapport") ;; in Help Menu (drs & help desk)
|
||||
(error-sending-bug-report "Fejl under afsendelse af fejlrapport")
|
||||
(error-sending-bug-report-expln "Der opstod en fejl ved afsendelse af fejlrapporten. Hvis din internetforbindelse ellers er velfungerende, besøg venligst:\n\n http://bugs.plt-scheme.org/\n\nog send fejlrapporten ved hjælp af vores online fejlrapporteringsside. Vi er kede af besværet.\n\nFejlmeddelelsen er:\n~a")
|
||||
(error-sending-bug-report-expln "Der opstod en fejl ved afsendelse af fejlrapporten. Hvis din internetforbindelse ellers er velfungerende, besøg venligst:\n\n http://bugs.racket-lang.org/\n\nog send fejlrapporten ved hjælp af vores online fejlrapporteringsside. Vi er kede af besværet.\n\nFejlmeddelelsen er:\n~a")
|
||||
(illegal-bug-report "Ugyldig fejlrapport")
|
||||
(pls-fill-in-field "Udfyld venligst feltet \"~a\" ")
|
||||
(malformed-email-address "Ugyldig e-mail-adresse")
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
(bug-report-show-synthesized-info "Toon systeeminformatie")
|
||||
(bug-report-submit "Stuur")
|
||||
(error-sending-bug-report "Fout bij het versturen van de defectmelding")
|
||||
(error-sending-bug-report-expln "Het versturen van de defectmelding mislukte. Mocht uw internetverbinding verder goed werken, ga dan naar:\n\n http://bugs.plt-scheme.org/\n\nen verstuur de melding via het webformulier. Sorry voor het ongemak.\n\nDe foutmelding is:\n~a")
|
||||
(error-sending-bug-report-expln "Het versturen van de defectmelding mislukte. Mocht uw internetverbinding verder goed werken, ga dan naar:\n\n http://bugs.racket-lang.org/\n\nen verstuur de melding via het webformulier. Sorry voor het ongemak.\n\nDe foutmelding is:\n~a")
|
||||
(illegal-bug-report "Ongeldige defectmelding")
|
||||
(pls-fill-in-field "Gelieve het \"~a\"-veld in te vullen")
|
||||
(malformed-email-address "Onmogelijk emailadres")
|
||||
|
|
|
@ -161,7 +161,7 @@ please adhere to these guidelines:
|
|||
(bug-report-submit "Submit")
|
||||
(bug-report-submit-menu-item "Submit Bug Report") ;; in Help Menu (drs & help desk)
|
||||
(error-sending-bug-report "Error Sending Bug Report")
|
||||
(error-sending-bug-report-expln "An error occurred when sending this bug report. If your internet connection is otherwise working fine, please visit:\n\n http://bugs.plt-scheme.org/\n\nand submit the bug via our online web-form. Sorry for the difficulties.\n\nThe error message is:\n~a")
|
||||
(error-sending-bug-report-expln "An error occurred when sending this bug report. If your internet connection is otherwise working fine, please visit:\n\n http://bugs.racket-lang.org/\n\nand submit the bug via our online web-form. Sorry for the difficulties.\n\nThe error message is:\n~a")
|
||||
(illegal-bug-report "Illegal Bug Report")
|
||||
(pls-fill-in-field "Please fill in the \"~a\" field")
|
||||
(malformed-email-address "Malformed email address")
|
||||
|
|
|
@ -161,7 +161,7 @@
|
|||
(bug-report-submit "Soumettre")
|
||||
(bug-report-submit-menu-item "Soumettre un rapport de bogue") ;; in Help Menu (drs & help desk)
|
||||
(error-sending-bug-report "Erreur durant la soumission du rapport de bogue.")
|
||||
(error-sending-bug-report-expln "Une erreur s'est produite pendant la soumission de votre rapport de bogue. Si votre connexion Internet fonctionne correctement, veuillez visiter :\n\n http://bugs.plt-scheme.org/\n\net soumettre votre bogue en utilisant notre formulaire web en ligne. Je suis vraiment profondément désolé pour toutes vos difficultés.\n\nLe message d'erreur est :\n~a")
|
||||
(error-sending-bug-report-expln "Une erreur s'est produite pendant la soumission de votre rapport de bogue. Si votre connexion Internet fonctionne correctement, veuillez visiter :\n\n http://bugs.racket-lang.org/\n\net soumettre votre bogue en utilisant notre formulaire web en ligne. Je suis vraiment profondément désolé pour toutes vos difficultés.\n\nLe message d'erreur est :\n~a")
|
||||
(illegal-bug-report "Formulaire de soumission de bogue incomplet.")
|
||||
(pls-fill-in-field "Merci de compléter le champ \"~a\".")
|
||||
(malformed-email-address "Adresse email malformée.")
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
(bug-report-submit "Abschicken")
|
||||
(bug-report-submit-menu-item "Bug-Report abschicken") ;; in Help Menu (drs & help desk)
|
||||
(error-sending-bug-report "Versendung des Bug-Reports fehlgeschlagen")
|
||||
(error-sending-bug-report-expln "Ein Fehler ist beim Versenden des Bug-Reports aufgetreten. Falls Ihre Internet-Verbindung eigentlich funktioniert, besuchen Sie bitte:\n\n http://bugs.plt-scheme.org/ \n\nund teilen Sie uns den Bug mit unserem Online-Formular mit. Wir bitten um Ihr Verständnis.\n\nDie Fehlermeldung lautet:\n~a")
|
||||
(error-sending-bug-report-expln "Ein Fehler ist beim Versenden des Bug-Reports aufgetreten. Falls Ihre Internet-Verbindung eigentlich funktioniert, besuchen Sie bitte:\n\n http://bugs.racket-lang.org/ \n\nund teilen Sie uns den Bug mit unserem Online-Formular mit. Wir bitten um Ihr Verständnis.\n\nDie Fehlermeldung lautet:\n~a")
|
||||
(illegal-bug-report "Ungültiger Bug-Report")
|
||||
(pls-fill-in-field "Bitte auch das \"~a\" Feld ausfüllen")
|
||||
(malformed-email-address "Ungültige Email-Adresse")
|
||||
|
|
|
@ -160,7 +160,7 @@ please adhere to these guidelines:
|
|||
(bug-report-submit "送信")
|
||||
(bug-report-submit-menu-item "バグ報告の送信") ;; in Help Menu (drs & help desk)
|
||||
(error-sending-bug-report "バグ報告の送信エラー")
|
||||
(error-sending-bug-report-expln "バグ報告の送信中にエラーが発生しました。もし、インターネット接続が正常であるなら、\n\n http://bugs.plt-scheme.org/\n\nを開いて、オンラインのウェブフォームからバグ報告を行ってください。お手間をかけて申し訳ありません。\n\nエラーメッセージ:\n~a")
|
||||
(error-sending-bug-report-expln "バグ報告の送信中にエラーが発生しました。もし、インターネット接続が正常であるなら、\n\n http://bugs.racket-lang.org/\n\nを開いて、オンラインのウェブフォームからバグ報告を行ってください。お手間をかけて申し訳ありません。\n\nエラーメッセージ:\n~a")
|
||||
(illegal-bug-report "バグ報告が正しく入力されていません")
|
||||
(pls-fill-in-field "フィールド \"~a\" を入力してください。")
|
||||
(malformed-email-address "メールアドレスの形式が正しくありません。")
|
||||
|
|
|
@ -161,7 +161,7 @@ please adhere to these guidelines:
|
|||
(bug-report-submit "Enviar")
|
||||
(bug-report-submit-menu-item "Enviar relatório de erro") ;; in Help Menu (drs & help desk)
|
||||
(error-sending-bug-report "Erro a Enviar relatório de erro")
|
||||
(error-sending-bug-report-expln "Um erro ocorreu enquanto o relatório de erro estava a ser enviado. Se a sua ligação à internet está a funcionar correctamente, por favor visite:\n\n http://bugs.plt-scheme.org/\n\ne envie o erro através do nosso formulário online. Pedimos desculpa pelo incómodo.\n\nA mensagem de erro é:\n~a")
|
||||
(error-sending-bug-report-expln "Um erro ocorreu enquanto o relatório de erro estava a ser enviado. Se a sua ligação à internet está a funcionar correctamente, por favor visite:\n\n http://bugs.racket-lang.org/\n\ne envie o erro através do nosso formulário online. Pedimos desculpa pelo incómodo.\n\nA mensagem de erro é:\n~a")
|
||||
(illegal-bug-report "Relatório de Erro Ilegal")
|
||||
(pls-fill-in-field "Por favor preencha o campo \"~a\"")
|
||||
(malformed-email-address "Endereço de email mal formado")
|
||||
|
|
|
@ -161,7 +161,7 @@ please adhere to these guidelines:
|
|||
(bug-report-submit "Отправить")
|
||||
(bug-report-submit-menu-item "Отправить отчет об ошибке") ;; in Help Menu (drs & help desk)
|
||||
(error-sending-bug-report "Сбой при отправке отчета об ошибке")
|
||||
(error-sending-bug-report-expln "При отправке отчета об ошибке произошел сбой. При наличии работающего подключения к Internet посетите сайт:\n\n http://bugs.plt-scheme.org/\n\nи отправьте отчет об ошибке через Web-форму на нем. Извините за неудобства.\n\nСообщение об ошибке:\n~a")
|
||||
(error-sending-bug-report-expln "При отправке отчета об ошибке произошел сбой. При наличии работающего подключения к Internet посетите сайт:\n\n http://bugs.racket-lang.org/\n\nи отправьте отчет об ошибке через Web-форму на нем. Извините за неудобства.\n\nСообщение об ошибке:\n~a")
|
||||
(illegal-bug-report "Некорректный отчет об ошибке")
|
||||
(pls-fill-in-field "Пожалуйста, заполните поле \"~a\"")
|
||||
(malformed-email-address "Некорректный адрес электронной почты")
|
||||
|
|
|
@ -88,7 +88,7 @@
|
|||
(bug-report-submit "提交")
|
||||
(bug-report-submit-menu-item "提交程序错误报告") ;; in Help Menu (drs & help desk)
|
||||
(error-sending-bug-report "程序错误报告传输出错")
|
||||
(error-sending-bug-report-expln "在传输程序错误报告的过程中出现了错误。如果你能够正常浏览网络,请访问:\n\n http://bugs.plt-scheme.org/\n\n使用网页上的表单提交程序错误报告。对于由此产生的不便,我们表示抱歉。\n\n传输错误详情:\n~a")
|
||||
(error-sending-bug-report-expln "在传输程序错误报告的过程中出现了错误。如果你能够正常浏览网络,请访问:\n\n http://bugs.racket-lang.org/\n\n使用网页上的表单提交程序错误报告。对于由此产生的不便,我们表示抱歉。\n\n传输错误详情:\n~a")
|
||||
(illegal-bug-report "非法的程序错误报告")
|
||||
(pls-fill-in-field "请填写\"~a\"栏目")
|
||||
(malformed-email-address "电子邮件地址不符合格式")
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
(bug-report-submit "Enviar")
|
||||
(bug-report-submit-menu-item "Enviar reporte de problemas") ;; in Help Menu (drs & help desk)
|
||||
(error-sending-bug-report "Error al enviar el reporte de problemas")
|
||||
(error-sending-bug-report-expln "Un error ocurrió mientras enviaba éste reporte de problemas. Si tu conexión a Internet está funcionando bien, por favor visita:\n\n http://bugs.plt-scheme.org/\n\ny envía el reporte de problemas por medio de la forma de web en esea página de WEB. Sentimos mucho las molestias que esto te ocasiona.\n\nEl mensaje de error es:\n~a")
|
||||
(error-sending-bug-report-expln "Un error ocurrió mientras enviaba éste reporte de problemas. Si tu conexión a Internet está funcionando bien, por favor visita:\n\n http://bugs.racket-lang.org/\n\ny envía el reporte de problemas por medio de la forma de web en esea página de WEB. Sentimos mucho las molestias que esto te ocasiona.\n\nEl mensaje de error es:\n~a")
|
||||
(illegal-bug-report "Reporte de problemas ilegal")
|
||||
(pls-fill-in-field "Por favor requisita el campo \"~a\"")
|
||||
(malformed-email-address "Dirección de correo electrónico inválida")
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
(bug-report-submit "提交")
|
||||
(bug-report-submit-menu-item "提交程序错误报告") ;; in Help Menu (drs & help desk)
|
||||
(error-sending-bug-report "程序错误报告传输出错")
|
||||
(error-sending-bug-report-expln "在传输程序错误报告的过程中出现了错误。如果你能够正常浏览网络,请访问:\n\n http://bugs.plt-scheme.org/\n\n使用网页上的表单提交程序错误报告。对于由此产生的不便,我们表示抱歉。\n\n传输错误详情:\n~a")
|
||||
(error-sending-bug-report-expln "在传输程序错误报告的过程中出现了错误。如果你能够正常浏览网络,请访问:\n\n http://bugs.racket-lang.org/\n\n使用网页上的表单提交程序错误报告。对于由此产生的不便,我们表示抱歉。\n\n传输错误详情:\n~a")
|
||||
(illegal-bug-report "非法的程序错误报告")
|
||||
(pls-fill-in-field "请填写\"~a\"栏目")
|
||||
(malformed-email-address "电子邮件地址不符合格式")
|
||||
|
|
|
@ -161,7 +161,7 @@ please adhere to these guidelines:
|
|||
(bug-report-submit "Відправити")
|
||||
(bug-report-submit-menu-item "Відправити звіт про помилку") ;; in Help Menu (drs & help desk)
|
||||
(error-sending-bug-report "Збій при відправці звіту про помилку")
|
||||
(error-sending-bug-report-expln "При відправці звіту про помилку відбувся збій. При наявності підключення до Internet відвідайте сайт:\n\n http://bugs.plt-scheme.org/\n\nі відправте звіт про помилку через Web-форму на ньому. Вибачте за незручності.\n\nПовідомлення про помилку:\n~a")
|
||||
(error-sending-bug-report-expln "При відправці звіту про помилку відбувся збій. При наявності підключення до Internet відвідайте сайт:\n\n http://bugs.racket-lang.org/\n\nі відправте звіт про помилку через Web-форму на ньому. Вибачте за незручності.\n\nПовідомлення про помилку:\n~a")
|
||||
(illegal-bug-report "Некоректний звіт про помилку")
|
||||
(pls-fill-in-field "Будь-ласка, заповніть поле \"~a\"")
|
||||
(malformed-email-address "Некоректна адреса електронної пошти")
|
||||
|
|
|
@ -61,7 +61,7 @@ compilers trouble.
|
|||
In any case, reports of bugs (in the tests) and new tests would be
|
||||
very much appreciated. File either as a Racket bug report at
|
||||
|
||||
http://bugs.plt-scheme.org
|
||||
http://bugs.racket-lang.org
|
||||
|
||||
======================================================================
|
||||
Hints on running the tests
|
||||
|
|
|
@ -28,6 +28,6 @@ Run 3 copies of the test suite concurrently in separate threads:
|
|||
|
||||
|
||||
Please report bugs using Help Desk, or
|
||||
http://bugs.plt-scheme.org/
|
||||
http://bugs.racket-lang.org/
|
||||
or (as a last resort) send mail to
|
||||
racket@racket-lang.org
|
||||
|
|
|
@ -1209,4 +1209,4 @@ The Web Server will start on port 443 (which can be overridden with the @exec{-p
|
|||
|
||||
As you move forward on your own applications, you may find many useful packages on PLaneT. There are interfaces to other
|
||||
databases. Many tools for generating HTML, XML, and Javascript output. Etc. There is also an active community of
|
||||
users on the @racket[plt-scheme] mailing list. We welcome new users!
|
||||
users on the Racket mailing list. We welcome new users!
|
||||
|
|
Loading…
Reference in New Issue
Block a user