diff --git a/extra/webapps/mason/utils/utils.factor b/extra/webapps/mason/utils/utils.factor index 05435893f5..bffc78970a 100644 --- a/extra/webapps/mason/utils/utils.factor +++ b/extra/webapps/mason/utils/utils.factor @@ -44,13 +44,13 @@ IN: webapps.mason.utils "http://downloads.factorcode.org/" prepend ; : package-url ( builder -- url ) - [ URL" $mason-app/package" ] dip + [ URL" http://builds.factorcode.org/package" ] dip [ os>> "os" set-query-param ] [ cpu>> "cpu" set-query-param ] bi adjust-url ; : release-url ( builder -- url ) - [ URL" $mason-app/release" ] dip + [ URL" http://builds.factorcode.org/release" ] dip [ os>> "os" set-query-param ] [ cpu>> "cpu" set-query-param ] bi adjust-url ; diff --git a/extra/websites/factorcode/index.fhtml b/extra/websites/factorcode/index.fhtml index 64013ef580..fa07da9296 100644 --- a/extra/websites/factorcode/index.fhtml +++ b/extra/websites/factorcode/index.fhtml @@ -1,4 +1,7 @@ -<% USING: namespaces http.client kernel io.files splitting random io io.encodings.utf8 sequences ; %> +<% USING: namespaces http.client kernel io.files splitting random io io.encodings.utf8 sequences +webapps.mason.version.data webapps.mason.backend webapps.mason.grids webapps.mason.downloads +webapps.mason.utils html.elements accessors +xml.writer ; %> @@ -58,11 +61,31 @@
To download a binary, follow the link corresponding to your computer's CPU/OS configuration. Binary packages are the recommended route for new users who wish to try Factor.
-<% -"http://builds.factorcode.org/downloads" http-get nip write -%> +Source code: +<% latest-version > download-url =href a> ] [ version>> write ] bi %> +
+ +Stable and development releases are built and uploaded by the build farm. Follow @FactorBuilds on Twitter to receive notifications. If you're curious, take a look at the build farm dashboard.
Source code is stored in our GIT repository. Source can can be browsed online via github or gitweb.