Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdcabfb1

Browse files
author
Ganesh Bhat
committed
2 parentsaebaf67 +843c842 commitdcabfb1

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

‎assets/config/settings.json‎

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"type":"text",
88
"img":"/assets/img/new-file-1.svg",
99
"heading":"CGIJS Documentation",
10-
"description":"Run cgi / interpreted script files that supports command line execution, or connect to cgi / other server proxies. CGIJS is a library to run any CGI mode / Interpreted language script files, or connect to any web application server proxies, or manage processes in the system. CGIJS library: (*1*) Supports running any CGI / Interpreted Language scripts in any OS that runs node.js. (*2*) Supports both CGI executables as well as proxy to localhost/ remote /embedded servers using proxying of multiple protocols (http, websockets, tcp, udp, socks, ssh, ftp). (*3*) Supports managing processes like embedded server executables, embedded database executables, or any other embedded/ non-embedded executables",
10+
"description":"Run cgi / interpreted script files that supports command line execution, or connect to cgi / other server proxies. CGIJS is a library to run any CGI mode / Interpreted language script files, or connect to any web application server proxies, or manage processes in the system.",
1111
"buttontext":"CGIJS Introduction",
1212
"buttonurl":"/intro"
1313
},
1414
"blocks": {
15-
"heading":"Here is a quick read aboutwhere CGIJS is right now",
15+
"heading":"Here is a quick read aboutthe directions",
1616
"items": [
1717
{
1818
"title":"Users Reference",
@@ -142,10 +142,6 @@
142142
"tag":".fork",
143143
"link":"/processes/fork"
144144
},
145-
{
146-
"tag":".sqlite [TODO]",
147-
"link":"/processes/sqlite"
148-
},
149145
{
150146
"tag":".jobs [TODO]",
151147
"link":"/processes/jobs"
@@ -161,7 +157,7 @@
161157
]
162158
},
163159
{
164-
"tag":"cgi-js db module",
160+
"tag":"Manage DB servers",
165161
"children": [
166162
{
167163
"tag":"Introduction",
@@ -177,25 +173,25 @@
177173
"link":"/db/mongo"
178174
},
179175
{
180-
"tag":"PgSQL",
176+
"tag":"PgSQL [TODO]",
181177
"link":"/db/pgsql"
182178
},
183179
{
184180
"tag":"Redis",
185181
"link":"/db/redis"
186182
},
187183
{
188-
"tag":"Sqlite [TODO]",
189-
"link":"/db/sqlite"
184+
"tag":"EmbeddedDB [TODO]",
185+
"link":"/db/embeddeddb"
190186
},
191187
{
192-
"tag":"EmbeddedDB",
188+
"tag":"Other Databases [TODO]",
193189
"link":"/db/embeddeddb"
194190
}
195191
]
196192
},
197193
{
198-
"tag":"cgi-js Servers",
194+
"tag":"Manage Web servers",
199195
"children": [
200196
{
201197
"tag":"Introduction",
@@ -223,6 +219,11 @@
223219
}
224220
]
225221
},
222+
{
223+
"tag":"Issues - cgijs",
224+
"type":"external",
225+
"link":"https://github.com/cgi-js/cgi-js/issues"
226+
},
226227
{
227228
"tag":"Github - cgijs",
228229
"type":"external",
@@ -271,4 +272,4 @@
271272
}
272273
]
273274
}
274-
}
275+
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp