Skip to content

Commit

Permalink
Changed Chaton home directory to http://chaton.practical-scheme.net.
Browse files Browse the repository at this point in the history
  • Loading branch information
shirok committed Nov 8, 2011
1 parent b0f3d29 commit 00154e2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Directory structure:
$HTDOCSDIR/var/status.{js,scm} The comet server periodically dumps
the room status into these files. You can poll these files
to find out the current status of the room.
See http://practical-scheme.net/chaton/doc?Retrieving%20Room%20Status
See http://chaton.practical-scheme.net/doc?Retrieving%20Room%20Status
for the details.

Build a chat room:
Expand Down
4 changes: 2 additions & 2 deletions chaton-browser
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@
:id "right-pane"
(html:div :class "chaton-logo"
"Built on "
(html:a :href "http://practical-scheme.net/chaton/"
(html:a :href "http://chaton.practical-scheme.net/"
"Chaton"))
(html:div :class "room-links"
(html:a :href "@@httpd-url@@@@url-path@@search.html" "Search")
" | "
(html:a :href "@@httpd-url@@@@url-path@@badge.html" "Badge")
" | "
(html:a :href "http://practical-scheme.net/chaton/doc/Tools" "Tools"))
(html:a :href "http://chaton.practical-scheme.net/doc/Tools" "Tools"))
(monthly-navigate y m d))
(html:div
:id "left-pane"
Expand Down
4 changes: 2 additions & 2 deletions chaton-entry
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
(export entry-main))
(select-module chaton.entry)

(define-constant +chaton-url+ "http://practical-scheme.net/chaton/")
(define-constant +chaton-url+ "http://chaton.practical-scheme.net/")
(define-constant +viewer+ "@@httpd-url@@:@@comet-port@@/")
(define-constant +credential+ "@@server-data-dir@@auth")

Expand Down Expand Up @@ -65,7 +65,7 @@
(html:div :class "room-links"
(html:a :href "@@httpd-url@@@@url-path@@search.html" "Search")
" | "(html:a :href "@@httpd-url@@@@url-path@@badge.html" "Badge")
" | "(html:a :href "http://practical-scheme.net/chaton/doc/Tools" "Tools"))
" | "(html:a :href "http://chaton.practical-scheme.net/doc/Tools" "Tools"))
)
;; Left pane --------------
(html:div :id "left-pane"
Expand Down
4 changes: 2 additions & 2 deletions search.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ <h1 id="room-title">

<div id="right-pane">
<div class="chaton-logo">
Built on <a href="http://practical-scheme.net/chaton/">Chaton</a>
Built on <a href="http://chaton.practical-scheme.net/">Chaton</a>
</div>
<div class="room-description">
@@room-description@@
</div>
<div class="room-links">
<a href="@@httpd-url@@@@url-path@@badge.html">Badge</a> |
<a href="http://practical-scheme.net/chaton/doc/Tools">Tools</a>
<a href="http://chaton.practical-scheme.net/doc/Tools">Tools</a>
</div>
</div>

Expand Down

0 comments on commit 00154e2

Please sign in to comment.