rules/: update comments

This commit is contained in:
0x1eef 2023-03-10 09:10:52 -03:00
parent 4ed48dce75
commit 9203553cd9
5 changed files with 7 additions and 12 deletions

View file

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

View file

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

View file

@ -1,8 +1,7 @@
#!/usr/bin/env ruby
##
# Rules for a redirect from the root path to the surah
# index for a given locale (eg / -> /en/)
#
# Rules for a redirect from the root path to the surah index
# for a given locale (eg / -> /en/)
compile "/html/pages/surah/redirect.html.erb" do
filter(:erb)

View file

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