Skip to content

Commit

Permalink
Point Trac links to GitHub instead
Browse files Browse the repository at this point in the history
Also fix an outdated date.
  • Loading branch information
aaaaalbert committed Aug 17, 2017
1 parent d157339 commit db200e2
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 30 deletions.
6 changes: 3 additions & 3 deletions altruism.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<div id="subHeader">
<p>Quick Links</p>
</div>
<ul><p><a href="https://seattle.poly.edu/wiki/UnderstandingSeattle/DonatingResources">Donation Information</a></p></ul>
<ul><p><a href="https://seattle.poly.edu/browser/seattle/trunk/LICENSE.txt">Seattle's Open Source License</a> (MIT)</p></ul>
<ul><p><a href="https://github.com/SeattleTestbed/docs/blob/master/UnderstandingSeattle/DonatingResources.md">Donation Information</a></p></ul>
<ul><p><a href="https://github.com/SeattleTestbed/docs/blob/master/LICENSE">Seattle's Open Source License</a> (MIT)</p></ul>
<ul><p><a href="https://seattleclearinghouse.poly.edu/download/flibble/">Download Seattle</a></p></ul>
<div id="subHeader">
<p>FAQ</p>
Expand All @@ -42,7 +42,7 @@
A: The project may have two different types of installers, restricted and free. A restricted installer will make it so that the project can't trade resources on your machine to another project in exchange for resources elsewhere. Please keep in mind that a restricted installer may make it harder for a project to get the type of resources they need.</p>

<p>Q: I have a project and I want to use Seattle resources, how do I get started?<br />
A: Simply register on our sharing site, <a href="https://seattleclearinghouse.poly.edu/">Seattle Clearinghouse.</a> Once you log into your account, you will find a link that you can give others to donate on your behalf. You should look through <a href="https://seattle.poly.edu/wiki/ProgrammersPage#Tutorials">our tutorials</a> for information about programming in Seattle.</p>
A: Simply register on our sharing site, <a href="https://seattleclearinghouse.poly.edu/">Seattle Clearinghouse.</a> Once you log into your account, you will find a link that you can give others to donate on your behalf. You should look through <a href="https://github.com/SeattleTestbed/docs/tree/master/Programming">our tutorials</a> for information about programming in Seattle.</p>

<p>Q: My question is not answered. Who do I contact?<br />
A: Please contact our team at <a href="mailto:seattle-devel@googlegroups.com">seattle-devel@googlegroups.com</a> if you have any further questions concerning Seattle.</p>
Expand Down
10 changes: 5 additions & 5 deletions development.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
<p>Quick Links</p>
</div>

<ul><a href="https://seattle.poly.edu/wiki/ProgrammersPage#Tutorials">Programming Seattle</a></ul>
<ul><a href="https://seattle.poly.edu/browser/seattle/trunk/LICENSE.txt">Seattle's Open Source License (MIT)</a></ul>
<ul><a href="https://seattle.poly.edu/wiki/UnderstandingSeattle/DonatingResources">How Donations Work</a></ul>
<ul><a href="https://github.com/SeattleTestbed/docs/blob/master/Programming/RepyV2Tutorial.md">Programming Seattle</a></ul>
<ul><a href="https://github.com/SeattleTestbed/docs/blob/master/LICENSE">Seattle's Open Source License (MIT)</a></ul>
<ul><a href="https://github.com/SeattleTestbed/docs/blob/master/UnderstandingSeattle/DonatingResources.md">How Donations Work</a></ul>

<div id="subHeader">
<p>FAQ</p>
</div>

<p>Q: Are there any restrictions on how I use Seattle?<br />
A: See our <a href="https://seattle.poly.edu/wiki/AcceptableUsePolicy">Acceptable Use Policy</a>.</p>
A: See our <a href="https://github.com/SeattleTestbed/docs/blob/master/UnderstandingSeattle/AcceptableUsePolicy.md">Acceptable Use Policy</a>.</p>

<p>Q: What is Seattle Clearinghouse and how does it differ from Seattle?<br />
A: Seattle is the core software that all users will run. Seattle Clearinghouse is a website that allows users to share Seattle resources. Some Seattle users may not want to share resources and thus will not use an installer from Seattle Clearinghouse.</p>
Expand All @@ -53,7 +53,7 @@
Each Seattle application is completely unrestricted. A user must try to install a Seattle application. The installation is done through an installer provided by the application developer. As such, the application can do whatever you want on the user's system. Seattle is simply acting like a library that you have access to. Your application installer must enable the sharing Seattle resources with other users. Seattle programs are encapsulated in a Seattle sandbox. They are run safely on user machines that may not have opted into running the application. This allows Seattle programs to be migrated and tested freely on any Seattle node.</p>

<p> Q: How do I integrate a Seattle application with my existing code base?<br />
A: You can <a href="https://seattle.poly.edu/wiki/RepyHelper">call Seattle code easily from Python.</a> Of course, this isn't possible to do with Seattle programs as they aren't trusted to run anything but Seattle code. </p>
A: You can <a href="https://github.com/SeattleTestbed/docs/blob/master/Programming/RepyV2Tutorial.md#executing-repy-programs">call Seattle code easily from Python.</a> Of course, this isn't possible to do with Seattle programs as they aren't trusted to run anything but Seattle code. </p>

<p>Q: The reliance on Repy really limits what I can do. What about supporting programming language X?<br />
A: We're working on a way to do this. More information to come. </p>
Expand Down
28 changes: 14 additions & 14 deletions education.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,33 +23,33 @@
</div></center>

<div id="mainContent">
<p>The Internet is a large and complex collection of machines. Learning Internet protocols and network characteristics is a challenge for students in part due to the diversity of Internet devices. Seattle makes learning about the Internet easy by providing students with a simple to learn Python-based language and a tool-rich environment that simplifies distributed deployment and monitoring of programs running across Internet hosts. Seattle can help instructors augment lectures with real-world, hands-on assignments across thousands of computers. As of May 2010, Seattle has been used in 11 classes at universities around the world. The Seattle team is dedicated to helping instructors get started with using Seattle in the classroom.</p>
<p>The Internet is a large and complex collection of machines. Learning Internet protocols and network characteristics is a challenge for students in part due to the diversity of Internet devices. Seattle makes learning about the Internet easy by providing students with a simple to learn Python-based language and a tool-rich environment that simplifies distributed deployment and monitoring of programs running across Internet hosts. Seattle can help instructors augment lectures with real-world, hands-on assignments across thousands of computers. Seattle has been used in dozens of classes at universities around the world. The Seattle team is dedicated to helping instructors get started with using Seattle in the classroom.</p>

<div id="subHeader">
<p>Quick Links</p>
</div>

<p><a href="https://seattle.poly.edu/wiki/ProgrammersPage#Tutorials">Seattle Tutorial</a></p>
<p><a href="https://seattle.poly.edu/wiki/RepyApi">Seattle Programming Guide</a></p>
<p><a href="https://seattle.poly.edu/wiki/EducatorsPage#CompleteAssignments">Battle-tested Programming Assignments</a><br>
<p><a href="https://github.com/SeattleTestbed/docs/blob/master/Programming/RepyV2Tutorial.md">Seattle RepyV2 Tutorial</a></p>
<p><a href="https://github.com/SeattleTestbed/docs/blob/master/Programming/RepyV2API.md">Seattle Programming Guide</a></p>
<p><a href="https://github.com/SeattleTestbed/docs/tree/master/EducationalAssignments">Battle-tested Programming Assignments</a><br>
<ul>
<b>Networking / Distributed Systems</b><br/>
<a href="https://seattle.poly.edu/wiki/EducationalAssignments/TakeHome">The first take-home assignment</a> <b>(no programming required!)</b><br>
<a href="https://seattle.poly.edu/wiki/EducationalAssignments/StopAndWait">A Stop and Wait protocol</a><br>
<a href="https://seattle.poly.edu/wiki/EducationalAssignments/SlidingWindow">A Sliding Window protocol</a><br>
<a href="https://seattle.poly.edu/wiki/EducationalAssignments/LinkState">Introduction to Link State Routing</a><br>
<a href="https://seattle.poly.edu/wiki/EducationalAssignments/WebServer">Web Server</a><br>
<a href="https://seattle.poly.edu/wiki/EducationalAssignments/ChatServer">Chat Server</a><br>
<a href="https://seattle.poly.edu/wiki/EducationalAssignments/Chord">Distributed Hash Table</a><br>
<a href="https://github.com/SeattleTestbed/docs/blob/master/EducationalAssignments/TakeHome.md">The first take-home assignment</a> <b>(no programming required!)</b><br>
<a href="https://github.com/SeattleTestbed/docs/blob/master/EducationalAssignments/StopAndWait.md">A Stop and Wait protocol</a><br>
<a href="https://github.com/SeattleTestbed/docs/blob/master/EducationalAssignments/SlidingWindow.md">A Sliding Window protocol</a><br>
<a href="https://github.com/SeattleTestbed/docs/blob/master/EducationalAssignments/LinkState.md">Introduction to Link State Routing</a><br>
<a href="https://github.com/SeattleTestbed/docs/blob/master/EducationalAssignments/Webserver.md">Web Server</a><br>
<a href="https://github.com/SeattleTestbed/docs/blob/master/EducationalAssignments/ChatServer.md">Chat Server</a><br>
<a href="https://github.com/SeattleTestbed/docs/blob/master/EducationalAssignments/Chord.md">Distributed Hash Table</a><br>
<br/>
<b>Security</b><br/>
<a href="https://seattle.poly.edu/wiki/EducationalAssignments/SecurityLayerPartOne">Building a reference monitor</a><br>
<a href="https://seattle.poly.edu/wiki/EducationalAssignments/SecurityLayerPartTwo">Attacking a reference monitor</a><br>
<a href="https://github.com/SeattleTestbed/docs/blob/master/EducationalAssignments/SecurityLayerPartOne.md">Building a reference monitor</a><br>
<a href="https://github.com/SeattleTestbed/docs/blob/master/EducationalAssignments/SecurityLayerPartTwo.md">Attacking a reference monitor</a><br>

<br/>
<b>Operating Systems (on the way!)</b><br/>
</ul></p>
<p><a href="https://seattle.poly.edu/wiki/EducatorsPage#OtherAssignmentIdeas">More assignment and project ideas</a></p>
<p><a href="https://github.com/SeattleTestbed/docs/blob/master/EducationalAssignments/EducatorsPage.md#other-assignment-ideas">More assignment and project ideas</a></p>

<div id="subHeader">
<p>FAQ</p>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
<div id="smallContent">

<div class="boxTxt">
<li><a href="https://seattle.poly.edu/wiki/"><strong>Wiki</strong></a></li>
<p>Detailed information on the project is maintained on the Seattle Wiki.</p>
<li><a href="https://github.com/SeattleTestbed/docs/blob/master/README.md"><strong>Documentation</strong></a></li>
<p>Detailed information on the project is maintained on the Seattle docs repository.</p>
</div>
<div class="boxTxt">
<li><a href="altruism.html">Altruism</a></li>
Expand Down
8 changes: 4 additions & 4 deletions netadmins.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
<p>Quick Links</p>
</div>

<ul><a href="https://seattle.poly.edu/wiki/UnderstandingSeattle/SeattleComponents">Who can use resources</a></ul>
<ul><a href="https://seattle.poly.edu/wiki/UnderstandingSeattle/CodeSafety">Seattle's mechanism for code safety</a></ul>
<ul><a href="https://seattle.poly.edu/wiki/ContainmentInSeattle">Safely sending network traffic</a></ul>
<ul><a href="https://github.com/SeattleTestbed/docs/blob/master/UnderstandingSeattle/SeattleComponents.md">Who can use resources</a></ul>
<ul><a href="https://github.com/SeattleTestbed/docs/blob/master/UnderstandingSeattle/CodeSafety.md">Seattle's mechanism for code safety</a></ul>
<ul><a href="https://github.com/SeattleTestbed/docs/blob/master/Outdated/ContainmentInSeattle.md">Safely sending network traffic</a></ul>

<div id="subHeader">
<p>FAQ</p>
Expand All @@ -43,7 +43,7 @@
A: Our intent from the outset has been to maximize security. We believe our system is safer than existing code sandboxes for web applications that are prevalent on all systems. However, any software adds risk.</p>

<p> Q: What sort of network traffic will my computer send?<br />
A: By default, Seattle only allows a user to listen on TCP and UDP using local ports 63100 - 63199 (inclusive). Outgoing traffic will use ports greater than 1024. There is an <a href="https://seattle.poly.edu/wiki/ContainmentInSeattle">optional module</a> under development that will restrict the source and / or destination of Seattle traffic to only other Seattle nodes.</p>
A: By default, Seattle only allows a user to listen on TCP and UDP using local ports 63100 - 63199 (inclusive). Outgoing traffic will use ports greater than 1024. There is an <a href="https://github.com/SeattleTestbed/docs/blob/master/Outdated/ContainmentInSeattle.md">optional module</a> under development that will restrict the source and / or destination of Seattle traffic to only other Seattle nodes.</p>

<p>Q: What files are accessible by programs running in the Seattle virtual machines?<br />
A: Programs running on Seattle are restricted to reading and writing files in a single directory that is below the Seattle installation directory.</p>
Expand Down
4 changes: 2 additions & 2 deletions research.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<p>Quick Links</p>
</div>

<ul><a href="https://seattle.poly.edu/wiki/ProgrammersPage#Tutorials">Learn how to program Seattle</a></ul>
<ul><a href="https://github.com/SeattleTestbed/docs/blob/master/Programming/RepyV2Tutorial.md">Learn how to program Seattle</a></ul>
<ul><a href="https://seattleclearinghouse.poly.edu/">Obtain resources using Seattle Clearinghouse</a></ul>
<ul><a href="https://seattle.poly.edu/wiki/DemoVideo">Watch a five-minute demo movie clip</a></ul>

Expand All @@ -40,7 +40,7 @@
</div>

<p>Q: What are the restrictions on how I use Seattle?<br />
A: See our <a href="https://seattle.poly.edu/wiki/AcceptableUsePolicy">Acceptable Use Policy</a>.</p>
A: See our <a href="https://github.com/SeattleTestbed/docs/blob/master/UnderstandingSeattle/AcceptableUsePolicy.md">Acceptable Use Policy</a>.</p>

<p>Q: What is Seattle Clearinghouse and how does it differ from Seattle?<br />
A: Seattle is the core software that all end-machines run. Seattle Clearinghouse is a communal website that allows users to pool and share Seattle resources. Resources that are allocated to Seattle Clearinghouse result in the researcher ceding direct control over the donated resources. </p>
Expand Down

0 comments on commit db200e2

Please sign in to comment.