• Modifying Synchronet HTML with DreamWeaver

    From Jairbear@VERT to All on Thursday, May 16, 2019 22:20:53
    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

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to Jairbear on Thursday, May 16, 2019 23:25:09
    Re: Modifying Synchronet HTML with DreamWeaver
    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 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

    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 rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Mortifis@VERT/ALLEYCAT to Jairbear on Friday, May 17, 2019 10:48:26
    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?

    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 a 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
  • From Denn@VERT/OUTWEST to Jairbear on Friday, May 17, 2019 23:36:28
    Re: Modifying Synchronet HTML with DreamWeaver
    By: Jairbear to All on Thu May 16 2019 10:20 pm

    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?

    I store my html at sbbs\webv4\root\htmlpage.html
    say your bbs is called bobsbbs.com\htmlpage <-should bring up your created html page.
    hope this helps

    ---
    þ Synchronet þ outwestbbs.com - the Outwest BBS
  • From Jairbear@VERT to Digital Man on Sunday, May 19, 2019 21:55:46
    Cool, thanks
    Re: Modifying Synchronet HTML with DreamWeaver
    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
    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

    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
    rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Jairbear@VERT to Mortifis on Sunday, May 19, 2019 21:57:11
    Thanks, that is very helpful!
    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?

    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
    a
    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

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT/ECBBS to Jairbear on Tuesday, May 21, 2019 23:40:53
    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
  • From Jairbear@VERT to echicken on Monday, June 03, 2019 20:06:38
    Thanks, appreciate that.

    I have created a html page with all the neccacery areas, but I am still struggling to integrate things like email into the site.

    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

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net