Skip to content

Commit 53108a4

Browse files
committed
FEAT: including links to sources of optional modules
1 parent 96279cb commit 53108a4

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

src/boot/sysobj.reb

+17-1
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,25 @@ state: object [
9898
]
9999

100100
modules: object [
101+
help: none
102+
;; external native extensions
101103
blend2d: https://github.com/Siskin-framework/Rebol-Blend2D/releases/download/0.0.18.0/
102104
sqlite: https://github.com/Siskin-framework/Rebol-SQLite/releases/download/3.38.5.0/
103-
httpd: https://raw.githubusercontent.com/Oldes/Rebol3/master/src/modules/httpd.reb
105+
;; optional modules, protocol and codecs
106+
httpd: https://raw.githubusercontent.com/Oldes/Rebol3/master/src/modules/httpd.reb
107+
prebol: https://raw.githubusercontent.com/Oldes/Rebol3/master/src/modules/prebol.reb
108+
mysql: https://raw.githubusercontent.com/Oldes/Rebol3/master/src/mezz/prot-mysql.reb
109+
csv: https://raw.githubusercontent.com/Oldes/Rebol3/master/src/mezz/codec-csv.reb
110+
ico: https://raw.githubusercontent.com/Oldes/Rebol3/master/src/mezz/codec-ico.reb
111+
pdf: https://raw.githubusercontent.com/Oldes/Rebol3/master/src/mezz/codec-pdf.reb
112+
swf: https://raw.githubusercontent.com/Oldes/Rebol3/master/src/mezz/codec-swf.reb
113+
xml: https://raw.githubusercontent.com/Oldes/Rebol3/master/src/mezz/codec-xml.reb
114+
json: https://raw.githubusercontent.com/Oldes/Rebol3/master/src/mezz/codec-json.reb
115+
plist: https://raw.githubusercontent.com/Oldes/Rebol3/master/src/mezz/codec-plist.reb
116+
bbcode: https://raw.githubusercontent.com/Oldes/Rebol3/master/src/mezz/codec-bbcode.reb
117+
html-entities: https://raw.githubusercontent.com/Oldes/Rebol3/master/src/mezz/codec-html-entities.reb
118+
;; and..
119+
window: none ;- internal extension for gui (on Windows so far!)
104120
]
105121

106122
codecs: object []

0 commit comments

Comments
 (0)