solidarity-interviews/onionring-variables.js

32 lines
1.1 KiB
JavaScript

// onionring.js is made up of four files - onionring-widget.js, onionring-index.js, onionring-variables.js (this one!), and onionring.css
// it's licensed under the cooperative non-violent license (CNPL) v4+ (https://thufie.lain.haus/NPL.html)
// it was originally made by joey + mord of allium (蒜) house, last updated 2020-11-24
// === ONIONRING-VARIABLES ===
//this file contains the stuff you edit to set up your specific webring
// === ONIONRING-VARIABLES ===
//this file contains the stuff you edit to set up your specific webring
//the full base URLs of all the sites in the ring
var sites = [
'https://example.com/',
'https://example.com/',
'http://interviews.commoninternet.net/',
'https://waachxwiiw.noho.st/blog/',
'https://outline.commoninternet.net/doc/helen-shewolfe-tseng-p0LJYHvxCW',
'https://internet-undercommons.nohost.me/site/our-server-friend/',
];
//the name of the ring
var ringName = 'server-friends!';
//should the widget include a link to an index page?
var useIndex = true;
//the full URL of the index page
var indexPage = 'https://server-friends-ring.glitch.me/';
//should the widget include a random button?
var useRandom = true;