Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
047e01a8
Commit
047e01a8
authored
13 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Updated to point to mozilla.org for all current JS documentation. Man, this
needs to be moved to the Wiki.
parent
b2c82f7e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/js.html
+11
-11
11 additions, 11 deletions
docs/js.html
with
11 additions
and
11 deletions
docs/js.html
+
11
−
11
View file @
047e01a8
...
...
@@ -10,22 +10,22 @@
<body>
<h1><span
style=
"FONT-FAMILY: Arial"
>
JavaScript in Synchronet
</span></h1>
<p
class=
"MsoNormal"
><span
style=
"font-family: Arial"
>
Synchronet v3.1
</span><span
style=
"FONT-FAMILY: Arial"
>
uses
<a
href=
"http://mozilla.org/js/"
>
Netscape/Mozilla's JavaScript engine
</a>
(version 1.5) for its preferred local scripting environment.
<br>
<p
class=
"MsoNormal"
><span
style=
"font-family: Arial"
>
Synchronet
</span><span
style=
"FONT-FAMILY: Arial"
>
uses
<a
href=
"http://mozilla.org/js/spidermonkey"
>
Mozilla's JavaScript engine
</a>
for its preferred local scripting environment.
<br>
</p>
You can learn about the core JavaScript language and object model from the
following documents:
<o:p>
</o:p>
</span></p>
<ul
style=
"MARGIN-TOP: 0in"
type=
"disc"
>
<li
class=
"MsoNormal"
style=
"mso-list: l2 level1 lfo5; tab-stops: list .5in"
>
<span
style=
"font-family: Arial"
>
Core JavaScript Guide:
<a
href=
"http://developer.mozilla.org/docs/Core_JavaScript_1.5_Guide"
>
Mozilla Version
</a>
,
<a
href=
"js/guide/index.html"
>
Netscape Version (legacy)
</a></span></li>
<span
style=
"font-family: Arial"
><a
href=
"http://developer.mozilla.org/en/JavaScript/Guide"
>
Core JavaScript Guide
</a></span></li>
<li
class=
"MsoNormal"
style=
"mso-list: l2 level1 lfo5; tab-stops: list .5in"
>
<span
style=
"font-family: Arial"
>
Core JavaScript Reference:
<a
href=
"http://developer.mozilla.org/docs/Core_JavaScript_1.5_Reference"
>
Mozilla Version
</a>
,
<a
href=
"js/ref/index.html"
>
Netscape Version (legacy)
</a></span></li>
<span
style=
"font-family: Arial"
><a
href=
"http://developer.mozilla.org/en/JavaScript/Reference"
>
Core JavaScript Reference
</a></span></li>
<li
class=
"MsoNormal"
style=
"mso-list: l2 level1 lfo5; tab-stops: list .5in"
>
<span
style=
"font-family: Arial"
>
<a
href=
"http://developer.mozilla.org/docs/JavaScript"
>
More Mozilla
...
...
@@ -82,12 +82,12 @@ over-writing by future upgrades.
basically anywhere a Baja module or executable can be launched
</span></li>
<li><span
style=
"font-family: Arial"
><b>
Web Server
</b><br>
dynamically generates HTML files
<br>
see
<samp>
web/
html
/*.ssjs
</samp></span>
see
<samp>
web/
root
/*.ssjs
</samp></span>
<li><span
style=
"font-family: Arial"
><b>
FTP Server
</b><br>
dynamically generates HTML index files
<br>
see
<samp>
exec/ftp-html.js
</samp>
and
<samp>
exec/ftp-web-html.js
</samp></span></li>
<li><span
style=
"font-family: Arial"
><b>
Services
</b><br>
all services at this time
(both static and dynamic) are written in
Synchronet services
(both static and dynamic) are
usually
written in
JavaScript
<br>
see
<samp>
exec/*service.js
</samp>
and
<samp>
ctrl/services.ini
</samp></span></li>
<li><span
style=
"font-family: Arial"
><b>
Mail Server
</b><br>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment