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: 7f83cd660a41
Choose a base ref
...
head repository: metacpan/metacpan-web
compare: d05a564d8879
Choose a head ref
  • 16 commits
  • 10 files changed
  • 3 contributors

Commits on Mar 27, 2014

  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 authored and oalders committed Mar 27, 2014
    Copy the full SHA
    f2cf361 View commit details
    Browse the repository at this point in the history
  2. Also add ElasticSearch

    talexb authored and oalders committed Mar 27, 2014
    Copy the full SHA
    26ec602 View commit details
    Browse the repository at this point in the history
  3. Use FindBin to get lib path

    talexb authored and oalders committed Mar 27, 2014
    Copy the full SHA
    7f596f5 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 authored and oalders committed Mar 27, 2014
    Copy the full SHA
    70c3fcb View commit details
    Browse the repository at this point in the history
  5. Create xml.gz files, not just xml files

    talexb authored and oalders committed Mar 27, 2014
    Copy the full SHA
    7ae3e15 View commit details
    Browse the repository at this point in the history
  6. TidyAll

    oalders committed Mar 27, 2014
    Copy the full SHA
    9ed70ba View commit details
    Browse the repository at this point in the history
  7. Use autodie.

    oalders committed Mar 27, 2014
    Copy the full SHA
    647512e View commit details
    Browse the repository at this point in the history
  8. Sort urls in sitemap.

    oalders committed Mar 27, 2014
    Copy the full SHA
    6100658 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    37c20f6 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    49ea779 View commit details
    Browse the repository at this point in the history
  11. Generating sitemaps

    talina authored and oalders committed Mar 27, 2014
    Copy the full SHA
    80a77d4 View commit details
    Browse the repository at this point in the history
  12. Tidy everything.

    talina authored and oalders committed Mar 27, 2014
    Copy the full SHA
    cccf78f View commit details
    Browse the repository at this point in the history
  13. generate sitemaps

    talina authored and oalders committed Mar 27, 2014
    Copy the full SHA
    65850e6 View commit details
    Browse the repository at this point in the history
  14. Tidy everything.

    talina authored and oalders committed Mar 27, 2014
    Copy the full SHA
    cf9756b View commit details
    Browse the repository at this point in the history
  15. Updated changes.

    talina authored and oalders committed Mar 27, 2014
    Copy the full SHA
    46d05bf View commit details
    Browse the repository at this point in the history
  16. Code cleanup for sitemaps.

    oalders committed Mar 27, 2014
    Copy the full SHA
    d05a564 View commit details
    Browse the repository at this point in the history