Giter Club home page Giter Club logo

aegisite's Introduction

AegiSite

New AegiSite Powered by Hugo

run

npm install
npm run start

Other commands for common tasks.

Documentation

aegisite's People

Contributors

coffeeflux avatar ianmitchell avatar inkydragon avatar kongfl888ong avatar nielsmh avatar seprodev avatar tgoyne avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aegisite's Issues

"Timing Subtitles to Audio" docs page has incorrect information

https://aegisub.org/docs/latest/timing/

The main audio view has a screenshot of that view with all the buttons labeled with numbers.
The text with numbered bullets below explains all the buttons, except most of the buttons are incorrectly explained - the numbers are not associated with the correct explainers. I think the issue is an extra or missing button in between 3/4.

(I don't actually know what all the buttons do, which is how I found this page lol)

Maintain compatibility with old links on new site

Ideally we would be able to redirect old URLs to new ones as to not break links.
Some DNS providers allow setting fake REDIRECT records that could be used to setup redirects like this:

Old New
www.aegisub.org aegisub.org (alternatively CNAME)
docs.aegisub.org/* aegisub.org/docs/*
blog.aegisub.org/* aegisub.org/blog/*
ftp.aegisub.org aegisub.org/downloads/ (?)
devel.aegisub.org github.com/Aegisub/Aegisub

(* meaning with the path being forwarded)

Speaking of DNS records, looking at the NS records aegisub.org seems to be using GratisDNS as a DNS provider which will be shutting down by the end of the month. Customers can migrate to one.com, but maybe this is a good time to re-evaluate providers.

If redirects at the DNS provider level are not possible, we could either point all subdomains at the site and use some javascript to redirect to the correct page or use something like cloudflare workers to make the redirects.
Edit: if we are hosting on our own hardware anyway doing those redirects in the nginx config would be much better than using javascript.

The actual forwards on the site (blog URLs differ completely and docs URLs are not capitalized by hugo) can be handled with hugo aliases. Once the switch to hugo is done and the DNS situation is figured out I'll make a PR adding the aliases.

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.