stackage-server/config/routes
Michael Snoyman 768eaec573 Remove all social features
Motivation: these were the last things requiring a database. Once this
is gone, it simplifies deployment dramatically. I'm also not sure that
the social features were really worth keeping.
2015-09-25 17:43:50 +03:00

45 lines
1.2 KiB
Text

!/#LtsMajor/*Texts OldLtsMajorR GET
/static StaticR Static getStatic
/reload WebsiteContentR GitRepo-WebsiteContent websiteContent
/favicon.ico FaviconR GET
/robots.txt RobotsR GET
/sitemap.xml SitemapR GET
/ HomeR GET
/snapshots AllSnapshotsR GET
/snapshot/#Text/*Texts OldSnapshotR GET
!/#SnapName SnapshotR:
/ StackageHomeR GET
/cabal.config StackageCabalConfigR GET
/00-index.tar.gz StackageIndexR GET
/package/#PackageNameVersion StackageSdistR GET
/packages SnapshotPackagesR GET
/docs DocsR GET
/hoogle HoogleR GET
/db.hoo HoogleDatabaseR GET
/build-plan BuildPlanR GET
/ghc-major-version GhcMajorVersionR GET
/system SystemR GET
/haddock/#SnapName/*Texts HaddockR GET
/package/#PackageName PackageR GET
/package/#PackageName/snapshots PackageSnapshotsR GET
/package PackageListR GET
/lts/*Texts OldLtsR GET
/nightly/*Texts OldNightlyR GET
/authors AuthorsR GET
/install InstallR GET
/older-releases OlderReleasesR GET
/build-version BuildVersionR GET
/download DownloadR GET
/download/snapshots.json DownloadSnapshotsJsonR GET
/download/lts-snapshots.json DownloadLtsSnapshotsJsonR GET
/download/#SupportedArch/#Text DownloadGhcLinksR GET