rules/: update comments
This commit is contained in:
parent
4ed48dce75
commit
9203553cd9
5 changed files with 7 additions and 12 deletions
|
@ -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/)
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env ruby
|
||||
|
||||
##
|
||||
#
|
||||
# Rules for the surah index available at /<locale>/,
|
||||
# (eg /en/) and its dependencies.
|
||||
|
||||
|
|
|
@ -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/)
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env ruby
|
||||
|
||||
##
|
||||
#
|
||||
# Rules for the surah stream available at /<locale>/<name>/
|
||||
# (eg /ar/al-fatihah/) and its dependencies.
|
||||
|
||||
|
|
Loading…
Reference in a new issue