Merge branch 'master' of git://factorcode.org/git/factor
commit
dc88d45762
basis
syndication
tools/deploy
extra/websites/concatenative
|
@ -25,7 +25,7 @@ IN: syndication.tests
|
|||
f
|
||||
}
|
||||
}
|
||||
} ] [ "resource:extra/syndication/test/rss1.xml" load-news-file ] unit-test
|
||||
} ] [ "resource:basis/syndication/test/rss1.xml" load-news-file ] unit-test
|
||||
[ T{
|
||||
feed
|
||||
f
|
||||
|
@ -42,4 +42,4 @@ IN: syndication.tests
|
|||
T{ timestamp f 2003 12 13 8 29 29 T{ duration f 0 0 0 -4 0 0 } }
|
||||
}
|
||||
}
|
||||
} ] [ "resource:extra/syndication/test/atom.xml" load-news-file ] unit-test
|
||||
} ] [ "resource:basis/syndication/test/atom.xml" load-news-file ] unit-test
|
||||
|
|
|
@ -79,7 +79,7 @@ M: quit-responder call-responder*
|
|||
[
|
||||
<dispatcher>
|
||||
add-quot-responder
|
||||
"resource:extra/http/test" <static> >>default
|
||||
"resource:basis/http/test" <static> >>default
|
||||
main-responder set
|
||||
|
||||
test-httpd
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<head>
|
||||
<t:write-title />
|
||||
|
||||
<t:style t:include="resource:extra/xmode/code2html/stylesheet.css" />
|
||||
<t:style t:include="resource:basis/xmode/code2html/stylesheet.css" />
|
||||
|
||||
<t:style t:include="resource:extra/websites/concatenative/page.css" />
|
||||
|
||||
|
|
Loading…
Reference in New Issue