Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: metacpan/metacpan-web
base: bc0c6f0f80c1^
Choose a base ref
...
head repository: metacpan/metacpan-web
compare: b0c4bca1f236
Choose a head ref
  • 12 commits
  • 6 files changed
  • 2 contributors

Commits on Aug 19, 2013

  1. Generate sitemap for metacpan.org website

    This introduces a script called bin/generate_sitemap.pl that creates XML files
    containing URLs for authors, releases and modules; a module that does all of
    the heavy lifting; a test script that exercies the module; and an updated
    robots.txt file.
    talexb committed Aug 19, 2013
    Copy the full SHA
    bc0c6f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2013

  1. Copy the full SHA
    753e10c View commit details
    Browse the repository at this point in the history
  2. Also add ElasticSearch

    talexb committed Aug 20, 2013
    Copy the full SHA
    5bad125 View commit details
    Browse the repository at this point in the history
  3. Use FindBin to get lib path

    talexb committed Aug 20, 2013
    Copy the full SHA
    3f07783 View commit details
    Browse the repository at this point in the history
  4. Limit release to latest ones only

    Previous version dumped all releases; releases are now limited to just the
    latest ones, bringing that file in line with the size of the others.
    talexb committed Aug 20, 2013
    Copy the full SHA
    f2fd447 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ba01923 View commit details
    Browse the repository at this point in the history
  6. Add PerlIO::gzip to cpanfile

    talexb committed Aug 20, 2013
    Copy the full SHA
    f2c55a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2013

  1. TidyAll

    oalders committed Sep 14, 2013
    Copy the full SHA
    7e44035 View commit details
    Browse the repository at this point in the history
  2. Use autodie.

    oalders committed Sep 14, 2013
    Copy the full SHA
    68b1ca7 View commit details
    Browse the repository at this point in the history
  3. Sort urls in sitemap.

    oalders committed Sep 14, 2013
    Copy the full SHA
    9c80215 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7d7e2bc View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b0c4bca View commit details
    Browse the repository at this point in the history