0feee70fa0
Rename bin/ script
2023-05-27 15:41:59 -03:00
233d428c0f
Silence which
output (reliably)
...
"which -s" is not available on all platforms
2023-05-27 15:41:59 -03:00
5680e7596b
Add localhost to local.yml.sample
2023-03-29 20:19:21 -03:00
0c568d2541
Improve local install instructions (work in progress)
2023-03-29 20:17:01 -03:00
498dd62da9
Improve local install instructions (work in progress)
2023-03-29 20:12:41 -03:00
a217fcffc9
Add local install instructions (work in progress)
2023-03-29 20:10:49 -03:00
419d4186cb
Add src/time_slots/ (replaces src/audio/*/timestamps.json)
2023-03-29 12:20:31 -03:00
a3d6a2cdfd
Add src/audio/
2023-03-27 12:24:46 -03:00
fabda18af5
nanoc-webpack: upgrade to v0.2.0
2023-03-27 12:23:20 -03:00
d18bcd0341
README: update
2023-03-25 10:17:36 -03:00
9ea8af1a13
Remove lib/tasks.rb
2023-03-25 08:58:31 -03:00
e5ffadc819
Remove dead require
2023-03-25 08:56:46 -03:00
060cc9919f
Replace Tasks::Deploy::Remote
2023-03-25 08:53:22 -03:00
a475109b4d
README: update
2023-03-25 08:23:44 -03:00
506ae8779e
README: update
2023-03-25 08:23:20 -03:00
3e5435dca1
Replace Tasks::Deploy::Local
2023-03-25 08:02:55 -03:00
605b7c983d
Try to fix GitHub build
2023-03-21 03:36:29 -03:00
ad48f02b11
Add tasks/config/install.rake
2023-03-21 03:03:05 -03:00
12b798a6bc
Add test-cmd.rb, and rake to Gemfile
2023-03-21 03:01:24 -03:00
2f07479563
Bind to 127.0.0.1
2023-03-20 08:55:52 -03:00
515523ed57
Add support for building configuration from local.yml
2023-03-20 08:35:39 -03:00
ea11bacd69
Add config/local.yml.sample
2023-03-20 07:36:26 -03:00
Robert
0bf5e5d562
Merge pull request #125 from ReflectsLight/nginx_config
...
Add nginx.conf.erb
2023-03-17 16:16:22 -03:00
34df3a8b27
Add nginx.conf.erb
2023-03-17 16:12:15 -03:00
Robert
1c6fabba12
Merge pull request #124 from ReflectsLight/less_output
...
Offer option to preview configuration files during build
2023-03-17 13:28:32 -03:00
ecda9156cb
Offer option to preview configuration files during build
2023-03-17 13:24:37 -03:00
aad0d426b9
v0.3.1
2023-03-17 00:18:21 -03:00
4ac82bab1e
Add JS redirect to id_redirect.html.erb
...
Otherwise we can't forward the query string (eg ?ayah=X). We should
consider handling redirects like this with ".htaccess" in the future.
2023-03-17 00:17:00 -03:00
379fa27043
.editorconfig: update
2023-03-17 00:16:43 -03:00
8eeb6396c1
v0.3.0
2023-03-16 23:16:50 -03:00
Robert
8166a35756
Merge pull request #119 from ReflectsLight/srv
...
Add rc.conf / pf configuration
2023-03-16 23:11:45 -03:00
f5fa8d91fd
Add rc.conf / pf configuration
2023-03-16 23:11:30 -03:00
faa5f25a81
Follow up 7f4c8f723d
2023-03-15 18:48:55 -03:00
Robert
d9f611deb2
Merge pull request #120 from ReflectsLight/bug/eastern_numerals
...
Display eastern arabic numerals on Iridium / OpenBSD
2023-03-15 17:25:49 -03:00
7f4c8f723d
Display eastern arabic numerals on Iridium / OpenBSD
...
With Iridium running on OpenBSD, '1.toLocaleString("ar")' does not
return an eastern arabic numeral. The more specific locale, "ar-SA",
works as expected.
2023-03-15 17:21:58 -03:00
41c459e694
Follow up f23756014c
2023-03-15 17:18:59 -03:00
f23756014c
Avoid 404 for '/surahs.json'
...
The '/surahs.json' file is now inlined, and does not require being
fetched over the network.
2023-03-15 17:02:04 -03:00
Robert
4c5a254244
Merge pull request #117 from ReflectsLight/fix_ayah_param_on_lang_switch
...
Synchronize ?ayah=x parameter on language change
2023-03-13 20:35:51 -03:00
ae2f4f23c5
Synchronize ?ayah=x parameter on language change
...
When given - for example, `?ayah=5` and then the language is
changed at ayah 7, the "ayah" parameter should be updated to 7.
Fix #85
2023-03-13 20:21:57 -03:00
Robert
9f9e861922
Merge pull request #116 from ReflectsLight/add_attribution
...
Add credits / attribution
2023-03-13 13:16:30 -03:00
dfeda467c9
Add credits / attribution
...
Fix #14
2023-03-13 13:13:58 -03:00
a42ed70197
v0.2.1
2023-03-12 19:54:43 -03:00
c8174f881e
Follow up 3c6b2f6bf4
2023-03-12 19:54:30 -03:00
85f779fbc5
v0.2.0
2023-03-12 19:39:35 -03:00
Robert
5b6cb9b36e
Merge pull request #114 from ReflectsLight/fix_scroll_jump
...
Fix scroll jump
2023-03-12 19:35:05 -03:00
3c6b2f6bf4
Fix scroll jump
...
When the 'pause' button was clicked, the text could jump and become
realigned according to the space taken by the now visible scrollbar.
This change fixes that issue by leaving a gap for the scrollbar whether
it is visible or hidden.
2023-03-12 19:33:36 -03:00
Robert
91a2cebc7c
Merge pull request #113 from ReflectsLight/fix_build
...
Try to fix build
2023-03-12 17:53:18 -03:00
ea53a79ee4
Add Gemfile.lock
2023-03-12 17:51:16 -03:00
3c75a90f0d
Fix build
...
See https://github.com/rubocop/rubocop/issues/6754#issuecomment-1465296115
2023-03-12 17:50:44 -03:00
0a3f8eac31
Follow up to 468613e193
2023-03-12 16:58:58 -03:00