rules/: update

This commit is contained in:
0x1eef 2023-03-10 10:51:34 -03:00
parent a5cd792d71
commit a58c94e782
5 changed files with 10 additions and 0 deletions

View file

@ -1,4 +1,6 @@
#!/usr/bin/env ruby
##
# Rules for a redirect from a surah id to a surah name
# (eg /en/1/ -> /en/al-fatihah/)

View file

@ -1,4 +1,6 @@
#!/usr/bin/env ruby
##
# Rules for the surah index available at /<locale>/ (eg /en/) and its
# dependencies.

View file

@ -1,4 +1,6 @@
#!/usr/bin/env ruby
##
# Rules for a redirect from /<locale>/random/ to a random surah
# (eg /en/random/ -> /en/al-kahf/)

View file

@ -1,4 +1,6 @@
#!/usr/bin/env ruby
##
# Rules for a redirect from the root path to the surah index for a given locale
# (eg / -> /en/)

View file

@ -1,4 +1,6 @@
#!/usr/bin/env ruby
##
# Rules for the surah stream available at /<locale>/<name>/ (eg /ar/al-fatihah/)
# and its dependencies.