Giter VIP home page Giter VIP logo

webring's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

webring's Issues

Setup pinger to maintain webring

Webring sites keep going down :(

Here's what I feel is a solution -- Periodically scrape all webring sites

  • If a non 2xx code is returned, or
  • If the site does not contain the webring code

temporarily kick the member from the webring (until next scrape)

Rebuild webring site with Hack Club Theme

Rewrite the webring's site with Next.js, using the Hack Club theme starter. This will make the site more in-line with Hack Club's design standards as it evolves and using existent components would simplify the development process.
The webring embed, however, does not need to be refactored as a React component.

Security issues by using target="_blank" attribute

When you link to a page on another site using the target="_blank" attribute, you can expose your site to performance and security issues:
The other page may run on the same process as your page. If the other page is running a lot of JavaScript, your page's performance may suffer.
The other page can access your window object with the window.opener property. This may allow the other page to redirect your page to a malicious URL.

source: https://developer.chrome.com/

Website Missing Webring

Hello. I've recently noticed that this website: https://fayd.me/ does not have Hack Club webring embedded, and I can't proceed to the next hack clubber website because of this. Kindly fix this. Thanks!

GitHub actions maintain workflow issue

Currently, the "maintain" action is malfunctioning because the main branch is protected.

Would you prefer to unprotect the branch or modify the action to create a pull request and merge it?

There's also a potential issue with the current workflow.yml. Won't this configuration lead to an infinite loop, given that it's triggered on every push to the master branch

on:
  push:
    branches: [ master ]
  schedule:
    - cron: 0/15 * * * *

and pushes the new changes back to the branch

- name: Push changes
  uses: ad-m/github-push-action@master
  with:
    github_token: ${{ secrets.GITHUB_TOKEN }}
    branch: ${{ github.ref }}

???

Also, I've noticed that it should reference "main" and not "master".

I suggest removing the push hook and keeping only cron.

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.