From 15b6a74002796d6d3532884f112bfe9ffc9763ae Mon Sep 17 00:00:00 2001 From: sn4il Date: Sat, 4 May 2024 19:33:08 +0300 Subject: Init --- ring/README.txt | 61 +++++++++++++++++++++++++++++++++++++++++++ ring/getid.js | 28 ++++++++++++++++++++ ring/index.html | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ ring/list.html | 55 +++++++++++++++++++++++++++++++++++++++ ring/next.html | 18 +++++++++++++ ring/prev.html | 18 +++++++++++++ ring/rand.html | 17 ++++++++++++ ring/urls.txt | 3 +++ ring/webring.png | Bin 0 -> 16789 bytes 9 files changed, 278 insertions(+) create mode 100644 ring/README.txt create mode 100755 ring/getid.js create mode 100644 ring/index.html create mode 100644 ring/list.html create mode 100644 ring/next.html create mode 100644 ring/prev.html create mode 100644 ring/rand.html create mode 100644 ring/urls.txt create mode 100644 ring/webring.png (limited to 'ring') diff --git a/ring/README.txt b/ring/README.txt new file mode 100644 index 0000000..8fb2f9f --- /dev/null +++ b/ring/README.txt @@ -0,0 +1,61 @@ +Extreme Webring of the Far Future by RainbowCemetery v221114_1432 + +released under MIT license go nuts + +WEBRING OWNER: + +put all files in a subdirectory on your personal home page +add all webring participants to the urls.txt file, one url per line +each sites ID is its line number in the list, using list.html can show you quickly if necessary +if a site needs to be removed in the future, leave a blank line in its place to not disrupt the chain of IDs +included index.html is a hasty example feel free to replace it with whatever +if ID is ommitted or otherwise invalid the position on the list will be attempted to be found based on the referring URL, this will probably be ok in most cases, use the id as a fallback if needed + +WEBRING PARTICIPANT: + +add links to the webring directory using your ID to prev.html, next.html, list.html and rand.html as desired +ex: previous +random +list +next + + + + @&&&&@@# *@@&&&&@ + .@&&&&&&&&@/ &@&&&&&&@.%@@@&&&&@@% + &@&&&&&&&&@(@&&&&&&&@&&&&&&&&&&&&&&&&# + /@@&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&@@@@&#. *(. + @&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&@( *#. *@ (& + .,@@@&&&&&&&&&@%####%&@@&&&&&&&&&&&&&&&&&&&@ *@@*,,,*& @. @& + @@&&&&&&&&&&&&@@##############@@&&&&&&&&&&&&&&&@,,,,,,,,#% . + .@&&&&&&&&&&&&&@@###################&@@@&&&&&&&&@&,,,,,,,@* + #&&&&&&&&&&&&&&@&#######%@@@@&##########@,.*@,,,,,,,,,,*@ *@@ + ,@&&&&&&&&&&&@@@@#######@..&@@@@@##########@...@,,,,,,&/ + @&&&&&&@@#...*@#######&%..@@@@@@@##########@...,@,,@ *&@@(, + .@............@@#######@@@@@@@@@@@%##########@....@ @@ (@( + @*..............@@#######&@@.%@@@@@@###########@.....&/*#& &%*@ *@# *& + .@@#........,%........,@#########@@@@@@@%############@......@*****&/ /@@%*@ + *@&,...............,#........(@###########################&(.......@ ,@( &% + #@#.......................&,.........@%########################@/........%. .@. + @,..............................@.*@@*......@%####################@&...........@@ * (# + *@@@@@@.......................................&@%##########%&@@&..............@,,,,,,#@@( *. *@ #/ + .&...*%@/......(....................(.............*(#%#(,...................@,,,,,,,,,,,,,%/ %@ @( @ + ,&&&*/%%(#&@/@@*@,@*......,.*&........................................@ + %............@....@..&(,..........................................@ + (*...........@.@@.&@@*.............................................@ + * %..................................................................@ + (*.%( #,................................................................./, + @...%# &..................................................................@ + ((.../@ #*.................................................................# + (*./@* (&....%@@................................................................@ + &*......%&/...................................................................@ + .@(...........@...........................................................,& + ,@@@%..(..@ %(........................................................@ + *@%#%@@(# .@....................................................@. + , @*.............................................&# + /@*...................................../@@/% + .&@*..#%,,*@(,@,@,@............(@# ( + ,(,,,,@,,,@,,((....,&@# + @(#&@,,&,&@/ + rainbowcemetery[at]gmail.com + there may be updates in the future but where will you find them i dunno \ No newline at end of file diff --git a/ring/getid.js b/ring/getid.js new file mode 100755 index 0000000..4aba45d --- /dev/null +++ b/ring/getid.js @@ -0,0 +1,28 @@ +var urls; +var id; + +fetch("./urls.txt").then(response => response.text()).then((data) => { + urls=data.split("\n"); + process(); +}) + +function process() { + var urlParams = new URLSearchParams(window.location.search); + id=urlParams.get('id'); + + if (!urlParams.has('id') || id.isNaN || id==0){ + id=-1; + var ref=document.referrer.replace(/[^/]*$/, ''); + + for (var i=0;i + + + + + + Малая Сеть + + + + +

Малая Сеть

+
+
+
+

RuWR - Russian WebRing

+
+ +
+
+
+ +
+
+ Чтоб принять участие в Кольце Сайтов русскоязычного SmolNet, разместите у себя на страничке следующий код:
+
+ + + +
+

+ + +
+
+ + + +
+
+
+
+

Включение в список

+
+ +
+
+
+ +
+
+ Для добавления вашего сайта в список ротации Кольца Сайтов отправьте письмо на sn4il [собака] thedroth [точка] rocks, указав в теме письма тег [webring] + +
+
+
+
+ В согласии с духом Тривиальных Технологий |  Хостинг: VDSина (скидка 10% по партнёрской ссылке) +
+ +
+ + \ No newline at end of file diff --git a/ring/list.html b/ring/list.html new file mode 100644 index 0000000..cd23a62 --- /dev/null +++ b/ring/list.html @@ -0,0 +1,55 @@ + + + + + + + Малая Сеть + + + + +

Малая Сеть

+
+
+
+
+ +
+
+
+ +
+
+ Список сайтов, включённых в Кольцо
+
+
+ + +
+
+
+
+ В согласии с духом Тривиальных Технологий |  Хостинг: VDSина (скидка 10% по партнёрской ссылке) +
+ +
+ + \ No newline at end of file diff --git a/ring/next.html b/ring/next.html new file mode 100644 index 0000000..dbde737 --- /dev/null +++ b/ring/next.html @@ -0,0 +1,18 @@ + + + + + + \ No newline at end of file diff --git a/ring/prev.html b/ring/prev.html new file mode 100644 index 0000000..fb45256 --- /dev/null +++ b/ring/prev.html @@ -0,0 +1,18 @@ + + + + + + \ No newline at end of file diff --git a/ring/rand.html b/ring/rand.html new file mode 100644 index 0000000..a105cec --- /dev/null +++ b/ring/rand.html @@ -0,0 +1,17 @@ + + + + + + \ No newline at end of file diff --git a/ring/urls.txt b/ring/urls.txt new file mode 100644 index 0000000..7b216ef --- /dev/null +++ b/ring/urls.txt @@ -0,0 +1,3 @@ +https://www.rainbowcemetery.com/ +https://duckduckgo.com/ +https://www.w3schools.com/ \ No newline at end of file diff --git a/ring/webring.png b/ring/webring.png new file mode 100644 index 0000000..0a4b194 Binary files /dev/null and b/ring/webring.png differ -- cgit v1.2.3