hfbcast 1.0.2 → 1.0.8-lib7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/README.md +30 -30
  2. package/assets/database.sqlite.gz +0 -0
  3. package/commithash.json +1 -0
  4. package/dist/hfbcast.min.js +2 -0
  5. package/dist/hfbcast.min.js.map +1 -0
  6. package/dist/index.html +1 -13
  7. package/dist/index.min.js +2 -0
  8. package/dist/index.min.js.map +1 -0
  9. package/doc/README.md +12 -0
  10. package/doc/documentation.adoc +23 -0
  11. package/doc/images/figure1.png +0 -0
  12. package/doc/images/figure2.png +0 -0
  13. package/doc/styles/asciidoctor-default.css +393 -0
  14. package/doc/styles/coderay-asciidoctor.css +87 -0
  15. package/doc/styles/stylesheet.css +6 -0
  16. package/index.js +80 -0
  17. package/package.json +71 -28
  18. package/server.js +122 -0
  19. package/src/index.html +14 -0
  20. package/src/index.js +48 -84
  21. package/src/lib.js +133 -0
  22. package/test/runTests.js +22 -0
  23. package/.vscode/tasks.json +0 -28
  24. package/dist/demo.js +0 -206
  25. package/dist/rfdfhfbroadcast.js +0 -195
  26. package/release +0 -1
  27. package/scripts/build.js +0 -19
  28. package/scripts/cicd/jobs.sh +0 -14
  29. package/scripts/local/publish.bat +0 -11
  30. package/sources/shortwave_AOKI.html +0 -55006
  31. package/sources/shortwave_EIBI.html +0 -97450
  32. package/sources/shortwave_HFCC.html +0 -33631
  33. package/sqlite/build.ts +0 -127
  34. package/sqlite/data-source.ts +0 -17
  35. package/sqlite/entity/Broadcast.ts +0 -38
  36. package/sqlite/entity/Site.ts +0 -26
  37. package/sqlite/package-lock.json +0 -2303
  38. package/sqlite/package.json +0 -17
  39. package/src/demo.html +0 -13
  40. package/src/demo.js +0 -6
  41. package/src/index.d.ts +0 -33
  42. package/tsconfig.json +0 -15
  43. package/webpack.config.js +0 -28
package/README.md CHANGED
@@ -1,31 +1,31 @@
1
- # Prepare data
2
-
3
- Ideally the data should be harvested from the original sources, but for now it is taken in a rather crude way from https://shortwavedb.org.
4
-
5
- Go to https://shortwavedb.org/schedules.html and do a search for each of EiBi, AOKI, HFCC like shown in the image (make sure to select "Display All"). Save the result HTML page for each search in the ```sources``` folder as ```shortwave_<AOKI or EIBI or HFCC>.html```
6
-
7
- ![](/assets/img.png "")
8
-
9
- # Build the database
10
-
11
- Build the database in the sqlite directory. The database file must be gzipped and moved to the assets folder to be used by other rfdf applications.
12
-
13
- ```
14
- > cd sqlite
15
- > npm install -g ts-node
16
- > npm install
17
- > npm run build
18
- > gzip database.sqlite
19
- > mv database.sqlite.gz ../assets
20
- ```
21
-
22
- # Data sources
23
-
24
- Assembled:
25
- * https://shortwavedb.org/schedules.html
26
- * https://shortwavedb.org/index.html
27
-
28
- Original:
29
- * http://www.eibispace.de/
30
- * http://www1.s2.starcat.ne.jp/ndxc/
1
+ # Prepare data
2
+
3
+ Ideally the data should be harvested from the original sources, but for now it is taken in a rather crude way from https://shortwavedb.org.
4
+
5
+ Go to https://shortwavedb.org/schedules.html and do a search for each of EiBi, AOKI, HFCC like shown in the image (make sure to select "Display All"). Save the result HTML page for each search in the ```sources``` folder as ```shortwave_<AOKI or EIBI or HFCC>.html```
6
+
7
+ ![](/assets/img.png "")
8
+
9
+ # Build the database
10
+
11
+ Build the database in the sqlite directory. The database file must be gzipped and moved to the assets folder to be used by other rfdf applications.
12
+
13
+ ```
14
+ > cd sqlite
15
+ > npm install -g ts-node
16
+ > npm install
17
+ > npm run build
18
+ > gzip database.sqlite
19
+ > mv database.sqlite.gz ../assets
20
+ ```
21
+
22
+ # Data sources
23
+
24
+ Assembled:
25
+ * https://shortwavedb.org/schedules.html
26
+ * https://shortwavedb.org/index.html
27
+
28
+ Original:
29
+ * http://www.eibispace.de/
30
+ * http://www1.s2.starcat.ne.jp/ndxc/
31
31
  * https://www.itu.int/en/ITU-R/terrestrial/broadcast/HFBC/Pages/Schedule.aspx
Binary file
@@ -0,0 +1 @@
1
+ {"commitHash": ""}