commit ebfcff56b84d54b357d8ca5408886bd9d8406f1e
parent 7264c2e33e9e3d9dbc6ddfdbebf54a1570dd1ed7
Author: Randy Au <randy.au@gmail.com>
Date: Fri, 20 Sep 2024 12:27:41 -0400
Update onionring-variables.js
Test URLs
Diffstat:
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/onionring-variables.js b/onionring-variables.js
@@ -7,19 +7,18 @@
//the full URLs of all the sites in the ring
var sites = [
-'https://example.com/',
-'https://example.com/',
-'https://example.com/',
-'https://example.com/'
+'https://www.counting-stuff.com/',
+'https;//www.randyau.com/'.
+'https://vickiboykis.com/',
];
//the name of the ring
-var ringName = 'My Ring';
+var ringName = 'Data People Webring';
/* the unique ID of the widget. two things to note:
1) make sure there are no spaces in it - use dashes or underscores if you must
2) remember to change 'webringid' in the widget code you give out and all instances of '#webringid' in the css file to match this value!*/
-var ringID = 'my-ring';
+var ringID = 'data-webring-dot-svm';
//should the widget include a link to an index page?
var useIndex = false;