G'day all, hope your day has been great so far!
Just a question, I have an assignment for ICP at school where we are creating
a web page. I figured that I could make myself my own page layout for my BBS, CRT BBS using Adobe DreamWeaver (CS5).
I am fluent in several programming languages, and have worked with HTML before to create a web server that I later replaced with Synchronet.
My problem is that I can't find any form of HTML anywhere! Everything is using these SSJS files that I have never seen before. I do know a little Java script, but we are doing the assignment using HTML and CSS.
My question is how can I modify and thus create my own Synchronet HTML theme using DreamWeaver, and where on earth is all the HTML?
Thanks, and feel free to tell me off if this is not in the right place :-p
G'day all, hope your day has been great so far!
Just a question, I have an assignment for ICP at school where we are creating
a web page. I figured that I could make myself my own page layout for my BBS, CRT BBS using Adobe DreamWeaver (CS5).
I am fluent in several programming languages, and have worked with HTML before to create a web server that I later replaced with Synchronet.
My problem is that I can't find any form of HTML anywhere! Everything is using these SSJS files that I have never seen before. I do know a little Java script, but we are doing the assignment using HTML and CSS.
My question is how can I modify and thus create my own Synchronet HTML theme using DreamWeaver, and where on earth is all the HTML?
Just a question, I have an assignment for ICP at school where we are creating a web page. I figured that I could make myself my own page layout for my BBS, CRT BBS using Adobe DreamWeaver (CS5).
I am fluent in several programming languages, and have worked with HTML before to create a web server that I later replaced with Synchronet.
My problem is that I can't find any form of HTML anywhere! Everything is using these SSJS files that I have never seen before. I do know a little Java script, but we are doing the assignment using HTML and CSS.
My question is how can I modify and thus create my own Synchronet HTML theme using DreamWeaver, and where on earth is all the HTML?
Re: Modifying Synchronet HTML with DreamWeavermy
By: Jairbear to All on Thu May 16 2019 10:20 pm
G'day all, hope your day has been great so far!
Just a question, I have an assignment for ICP at school where we are creating
a web page. I figured that I could make myself my own page layout for
isBBS, CRT BBS using Adobe DreamWeaver (CS5).
I am fluent in several programming languages, and have worked with HTML before to create a web server that I later replaced with Synchronet.
My problem is that I can't find any form of HTML anywhere! Everything
littleusing these SSJS files that I have never seen before. I do know a
Java script, but we are doing the assignment using HTML and CSS.
My question is how can I modify and thus create my own Synchronet HTML theme using DreamWeaver, and where on earth is all the HTML?
rain/24hrsThanks, and feel free to tell me off if this is not in the right place :-p
You can put whatever files you like (including HTML and CSS) in your web/root directory. This would be fine for static content. For dynamic content, you'd want to use something like php, ssjs/xjs, etc.
digital man
Synchronet/BBS Terminology Definition #34:
HTTP = Hypertext Transfer Protocol
Norco, CA WX: 54.4øF, 79.0% humidity, 1 mph WSW wind, 0.12 inches
myG'day all, hope your day has been great so far!
Just a question, I have an assignment for ICP at school where we are creating
a web page. I figured that I could make myself my own page layout for
isBBS, CRT BBS using Adobe DreamWeaver (CS5).
I am fluent in several programming languages, and have worked with HTML before to create a web server that I later replaced with Synchronet.
My problem is that I can't find any form of HTML anywhere! Everything
littleusing these SSJS files that I have never seen before. I do know a
aJava script, but we are doing the assignment using HTML and CSS.
My question is how can I modify and thus create my own Synchronet HTML theme using DreamWeaver, and where on earth is all the HTML?
I have a custom theme installed in it's own directory, not in the web/root directory, (ie: /sbbs/etrucker) just gotta update the sbbs.ini [WEB] and set the RootDirectory to were you are running your scripts from. My theme is a cluster of responsive css, html, php, js, ssjs/xjs; you can check it out at http://alleycat.synchro.net (note if you use the ftelnet to create
new user account you need to refresh the main index.xjs as the center pain(no typo :-P) is an iframe
good luck with your assignment
The Granny Lane, where seasoned drivers slow down and smell the blacktop roses
---
þ Synchronet þ AlleyCat! BBS - http://alleycat.synchro.net:81
My problem is that I can't find any form of HTML anywhere! Everything is using these SSJS files that I have never seen before. I do know a little Java script, but we are doing the assignment using HTML and CSS.
My question is how can I modify and thus create my own Synchronet HTML theme using DreamWeaver, and where on earth is all the HTML?
Re: Modifying Synchronet HTML with DreamWeaver
By: Jairbear to All on Thu May 16 2019 22:20:53
My problem is that I can't find any form of HTML anywhere! Everything is using these SSJS files that I have never seen before. I do know a little Java script, but we are doing the assignment using HTML and CSS.
I'm a few days behind and this has probably been answered by now, but your Synchronet webserver is perfectly capable of serving up straight HTML and CSS. Just put the files in a web accessible directory (under web/root/) and point a browser at them.
My question is how can I modify and thus create my own Synchronet HTML theme using DreamWeaver, and where on earth is all the HTML?
Depends on what you mean by "theme". A lot of the HTML is generated by scripts. To get dynamic data out of your BBS, you'll more or less need to use javascript at some point.
SSJS stands for server-side-javascript. The script is executed on the server, and its output is sent to the client. Like PHP, etc., but in JS.
There's .xjs also, which is for HTML with inline server-side JS. Similar to how PHP was (is?) commonly done inline at one point.
There's some info about this on the Synchronet wiki. Useful JS documentation is at http://synchro.net/docs/jsobjs.html.
---
echicken
electronic chicken bbs - bbs.electronicchicken.com - 416-425-5435
þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
Sysop: | Ruben Figueroa |
---|---|
Location: | Mesquite, Tx |
Users: | 3 |
Nodes: | 4 (0 / 4) |
Uptime: | 254:36:04 |
Calls: | 79 |
Files: | 53 |
Messages: | 75,377 |