Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
howto:door:slyvote [2019/04/02 14:07] – [Installation] nightfoxhowto:door:slyvote [2023/12/10 13:22] (current) – Added notes about slyv_cfg.js, the new menu-driven configurator for SlyVote Nightfox
Line 1: Line 1:
 ====== SlyVote ====== ====== SlyVote ======
-[[http://digdist.synchro.net/DigDistBBSStuff/DigDistBBSStuff.html|SlyVote]] is a voting booth door for Synchronet (written in JavaScript) for viewing and voting on polls, as well as creating polls.  SlyVote makes use of the voting feature added in Synchronet 3.17 and also supports displaying of avatars for the people who post polls (avatars were also added in Synchronet 3.17).+[[https://gitlab.synchro.net/main/sbbs/-/tree/master/xtrn/slyvote|SlyVote]] is a voting booth door for Synchronet (written in JavaScript) for viewing and voting on polls, as well as creating polls.  SlyVote makes use of the voting feature added in Synchronet 3.17 and also supports displaying of avatars for the people who post polls (avatars were also added in Synchronet 3.17).
  
 ===== Getting SlyVote ===== ===== Getting SlyVote =====
-SlyVote can be acquired in one of the following ways:\\ +SlyVote is in the ''[[dev:Git]]'' and can be downloaded from the SlyVote directory within ''[[dir:xtrn]]'' ([[https://gitlab.synchro.net/main/sbbs/-/tree/master/xtrn/slyvote?ref_type=heads|Git repository link]])
-  * Browse to the ''[[dev:CVS]]'' and download SlyVote from the SlyVote directory within ''[[dir:xtrn]]'' ([[http://cvs.synchro.net/cgi-bin/viewcvs.cgi/xtrn/slyvote|CVS link]] or [[http://cvs-mirror.synchro.net/cgi-bin/viewcvs.cgi/xtrn/slyvote|mirror CVS link]]) +
-  * Download SlyVote from the [[http://digdist.synchro.net/DigDistBBSStuff/DigDistBBSStuff.html|Digital Distortion BBS Doors and Tools page]]+
  
 ===== Minimum Synchronet version and .js scripts ===== ===== Minimum Synchronet version and .js scripts =====
Line 24: Line 22:
  
 Synchronet 3.17 can be downloaded from [[http://vert.synchro.net|Vertrauen]] (the home BBS of Synchronet).  The fresh install of Synchronet 3.17 is [[ftp://ftp.synchro.net/sbbs317b.zip]], and the upgrade package is [[ftp://ftp.synchro.net/sbup317b.zip]].  After installing Synchronet 3.17, if you want to use the latest daily-built (beta) Synchronet binaries, you can download [[ftp://vert.synchro.net/Synchronet/sbbs_dev.zip|sbbs_dev.zip]] for Windows or [[ftp://vert.synchro.net/Synchronet/sbbs_dev.tgz|sbbs_dev.tgz]] for Linux.  If you want to build it yourself on Linux, see ''[[install:nix]]'' for instructions.  See ''[[install:dev]]'' for more information on updating to the latest development build of Synchronet. Synchronet 3.17 can be downloaded from [[http://vert.synchro.net|Vertrauen]] (the home BBS of Synchronet).  The fresh install of Synchronet 3.17 is [[ftp://ftp.synchro.net/sbbs317b.zip]], and the upgrade package is [[ftp://ftp.synchro.net/sbup317b.zip]].  After installing Synchronet 3.17, if you want to use the latest daily-built (beta) Synchronet binaries, you can download [[ftp://vert.synchro.net/Synchronet/sbbs_dev.zip|sbbs_dev.zip]] for Windows or [[ftp://vert.synchro.net/Synchronet/sbbs_dev.tgz|sbbs_dev.tgz]] for Linux.  If you want to build it yourself on Linux, see ''[[install:nix]]'' for instructions.  See ''[[install:dev]]'' for more information on updating to the latest development build of Synchronet.
 +
 +SlyVote should run faster if you use a Synchronet build from April 6, 2019 or newer.  That beta build added a new JavaScript function (MsgBase.get_index()) which SlyVote makes use of if available when checking messages in the sub-boards to see if they are poll votes.
  
 SlyVote is comprised of the following files: SlyVote is comprised of the following files:
   * slyvote.js: The SlyVote script   * slyvote.js: The SlyVote script
   * slyvote.cfg: The SlyVote configuration file   * slyvote.cfg: The SlyVote configuration file
 +  * slyv_cfg.js: A menu-driven configuration program for SlyVote. As an alternative to editing slyvote.cfg, this configurator provides a text-mode menu interface to configure SlyVote.
 +The menu-driven configurator can be run at the command prompt in the SlyVote directory with the following command:
 +    jsexec slyv_cfg
 +Alternately:
 +    jsexec slyv_cfg.js
  
 slyvote.cfg is a plain text file, so it can be edited using any text editor. slyvote.cfg is a plain text file, so it can be edited using any text editor.
Line 36: Line 41:
 Same directory as slyvote.js Same directory as slyvote.js
  
 +Also, SlyVote also depends on dd_lightbar_menu.js, which should exist in your sbbs/''[[dir:exec]]''/load directory.
 ===== Configuration with Synchronet ===== ===== Configuration with Synchronet =====
 Run SCFG (Synchronet configuration) and add the following configuration to [[util:SCFG]]->External Programs->Online Programs (Doors) in the section of your choice.  Note that this assumes SlyVote is installed in sbbs/xtrn/slyvote. Run SCFG (Synchronet configuration) and add the following configuration to [[util:SCFG]]->External Programs->Online Programs (Doors) in the section of your choice.  Note that this assumes SlyVote is installed in sbbs/xtrn/slyvote.