Giter Club home page Giter Club logo

puff-server's Introduction

Puff Server

Server to centralize sign-on, access control, and unified billing for multiple organisations.

Normal Code Climate

puff-server's People

Contributors

lewisgoddard avatar

Stargazers

smowzy avatar Joe Palala avatar  avatar

Watchers

 avatar James Cloos avatar  avatar

Forkers

fossabot sitedata

puff-server's Issues

Improve example pages.

Make an index and a normal page that sets all possible parameters, and one that has the least possible parameters. Also, one with normal-ish parameters.

  • Index
  • Page Minimal
  • Page Maximum
  • Page with Custom CSS/JS

Allow for internal script loading, and external async loading.

  • Old value-only standard.
  • Internal
  • Library
  • JQL Override
  • Async
  • Move all to Sitewide['Page']
  • Test
    $Page['JS'] = array(
        'normal-script.js',
        'asyn-script.js' => array(
            'async' => true,
        ),
        'jq-library.min.js' => array(
            'library' => true,
        ),
        'internal-script.js' => array(
            'internal' => true,
        ),
        'full-script.js' => array(
            'async' => true,
            'library' => false,
            'internal' => false,
        ),
    );

Sitemaps don't paginate. [$25 awarded]

Sitemaps should paginate after 50,000 links or 10 MB.

10 MB / 50,000 = 200 bytes, which seems about what I am getting now.
Just to be safe, I'm going to recommend paging at 10k.

After 10,000 links, sitemaps should instead be saved into sitemap#.xml files, and a sitemap index created as sitemap.xml

_cron/hourly/sitemap.php
Sitemap Indexes

<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <sitemap>
        <loc>http://www.example.com/sitemap1.xml</loc>
        <lastmod>2004-10-01T18:23:17+00:00</lastmod>
    </sitemap>
    <sitemap>
        <loc>http://www.example.com/sitemap2.xml</loc>
        <lastmod>2005-01-01</lastmod>
    </sitemap>
</sitemapindex>

The $25 bounty on this issue has been claimed at Bountysource.

Add BountySource to README.md

Expected behavior

The BountySource badge appears first in the README.md

Actual behavior

The BountySource badge does not appear in the README.md

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.