Skip to content

Commit 3735c06

Browse files
committed
Add TigerShare
1 parent b4a9628 commit 3735c06

File tree

4 files changed

+139
-0
lines changed

4 files changed

+139
-0
lines changed

elements/navbar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
<li><a href="https://scripttiger.github.io/tinyos">Tiny Operating
4646
Systems</a> </li>
4747
<li><a href="https://scripttiger.github.io/tigerchat">TigerChat</a> </li>
48+
<li><a href="https://scripttiger.github.io/tigershare">TigerShare</a> </li>
4849
<li><a href="https://scripttiger.github.io/more">More from ScriptTiger</a></li>
4950
</ul>
5051
<br>

js/TigerShare.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sitemap.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ https://scripttiger.github.io/macs/
66
https://scripttiger.github.io/macs/master.html
77
https://scripttiger.github.io/more/
88
https://scripttiger.github.io/tigerchat/
9+
https://scripttiger.github.io/tigershare/
910
https://scripttiger.github.io/tinyos/
1011
https://scripttiger.github.io/tor/

tigershare/index.html

Lines changed: 136 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,136 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2+
<html lang="en-US">
3+
<head>
4+
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
5+
<script src="https://scripttiger.github.io/js/jquery-3.5.1.min.js"></script>
6+
<script src="https://scripttiger.github.io/js/TigerShare.min.js" defer="defer"></script>
7+
<title>TigerShare</title>
8+
</head>
9+
<body style="background-color: rgb(255, 204, 102); color: rgb(0, 0, 0);" alink="#ee0000"
10+
vlink="#551a8b" link="#0000ee">
11+
<div id="header-element"></div>
12+
<script>
13+
$(function(){
14+
$("#header-element").load("https://scripttiger.github.io/elements/header.html");
15+
});
16+
</script> <table style="text-align: left; width: 100%; height: 100%; margin-left: auto; margin-right: auto;"
17+
cellspacing="0" cellpadding="0" border="0">
18+
<tbody>
19+
<tr>
20+
<td style="vertical-align: top; height: 100%; width: 15%;">
21+
<table style="text-align: left; width: 100%; height: 100%; margin-left: auto; margin-right: auto;"
22+
cellspacing="0" cellpadding="0" border="0">
23+
<tbody>
24+
<tr>
25+
<td> <br>
26+
</td>
27+
<td style="vertical-align: top; height: 100px; width: 80%;"> <br>
28+
</td>
29+
<td style="vertical-align: top; height: 100px; width: 10%;"> <br>
30+
</td>
31+
</tr>
32+
<tr>
33+
<td style="vertical-align: top; width: 10%;"> <br>
34+
</td>
35+
<td style="vertical-align: top; width: 80%;">
36+
<div id="navbar-element"></div>
37+
<script>
38+
$(function(){
39+
$("#navbar-element").load("https://scripttiger.github.io/elements/navbar.html");
40+
});
41+
</script></td>
42+
<td style="vertical-align: top; width: 10%;"> <br>
43+
</td>
44+
</tr>
45+
</tbody>
46+
</table>
47+
</td>
48+
<td style="vertical-align: top; height: 100%; width: 70%;">
49+
<table style="text-align: left; width: 100%; margin-left: auto; margin-right: auto; background-color: rgb(255, 255, 102);"
50+
cellspacing="2" cellpadding="2" border="1">
51+
<tbody>
52+
<tr>
53+
<td style="vertical-align: top; width: 100%; background-color: white;"><br>
54+
<h1 style="text-align: center; margin-top: 10px;">TigerShare</h1>
55+
TigerShare is a simple peer-to-peer file-sharing app
56+
following a "share to anyone from anywhere" principle and
57+
runs directly from within your browser, doesn't need to be
58+
installed, requires no accounts, no logins, nor has any
59+
inherent limitations, other than those imposed by your
60+
Internet service provider and/or the TURN service you may be
61+
using. And with that being said, in cases where networks may
62+
be preventing peer-to-peer connections from being
63+
established, TigerShare is easily configurable for TURN.
64+
However, even though every connection is inherently
65+
encrypted by WebRTC, TigerShare is not intended to be a
66+
secure, anonymous file-sharing app. It's just intended as a
67+
way to quickly and easily share files amongst friends.<br>
68+
<br>
69+
Visit the <a href="https://github.com/ScriptTiger/TigerShare"
70+
target="_blank">TigerShare GitHub repository</a> for more
71+
information on TigerShare, including tips if you're having
72+
connection problems, or even if you'd like to contribute!<br>
73+
<br>
74+
<table style="text-align: left; width: 75%; margin-left: auto; margin-right: auto; background-color: rgb(255, 255, 102);"
75+
cellspacing="2" cellpadding="2" border="1">
76+
<tbody>
77+
<tr>
78+
<td style="vertical-align: top; width: 100%; background-color: white;"><br>
79+
<div id="app"></div>
80+
</td>
81+
</tr>
82+
</tbody>
83+
</table>
84+
<br>
85+
Have questions or comments about the content on this page?
86+
ScriptTiger would love to hear them! Open a new issue in <a
87+
target="_blank" href="https://github.com/ScriptTiger/TigerShare/issues">ScriptTiger's
88+
GitHub
89+
TigerShare repository</a> to have your voice heard! </td>
90+
</tr>
91+
</tbody>
92+
</table>
93+
<div id="footer-element"></div>
94+
<script>
95+
$(function(){
96+
$("#footer-element").load("https://scripttiger.github.io/elements/footer.html");
97+
});
98+
</script></td>
99+
<td style="vertical-align: top; height: 100%; width: 15%;">
100+
<table style="text-align: left; width: 100%; height: 100%; margin-left: auto; margin-right: auto;"
101+
cellspacing="0" cellpadding="0" border="0">
102+
<tbody>
103+
<tr>
104+
<td style="vertical-align: top; height: 100px; width: 10%;"> <br>
105+
</td>
106+
<td style="vertical-align: middle; height: 100px; width: 80%; text-align: center;">
107+
<div id="google_translate_element"></div>
108+
<script type="text/javascript">
109+
function googleTranslateElementInit() {
110+
new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.SIMPLE}, 'google_translate_element');
111+
}
112+
</script> <script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script></td>
113+
<td style="vertical-align: top; height: 100px; width: 10%;"> <br>
114+
</td>
115+
</tr>
116+
<tr>
117+
<td style="vertical-align: top; width: 10%;"> <br>
118+
</td>
119+
<td style="vertical-align: top; width: 80%;">
120+
<div id="sidebar-element"></div>
121+
<script>
122+
$(function(){
123+
$("#sidebar-element").load("https://scripttiger.github.io/elements/sidebar.html");
124+
});
125+
</script></td>
126+
<td style="vertical-align: top; width: 10%;"> <br>
127+
</td>
128+
</tr>
129+
</tbody>
130+
</table>
131+
</td>
132+
</tr>
133+
</tbody>
134+
</table>
135+
</body>
136+
</html>

0 commit comments

Comments
 (0)