-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (31 loc) · 1.53 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<<html>
<head>
<title>gRSShopper</title>
<script type="text/javascript" src="http://www.downes.ca/downes.js"></script>
<style type="text/css" media="all">
@import "http://demo.downes.ca/grsshopper.css";
</style>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<center>
<img src="https://www.downes.ca/assets/images/grsshopper_header.jpg" style="margin-top:150px;"><br/><br/>
<div style="margin: auto;width:600px;text-align:left;">
<h1>Welcome to gRSShopper</h1>
gRSShopper is your personal web environment that combines resource aggregation, a personal dataspace, and personal publishing.
It allows you to organize your online content any way you want to, to import content - your own or others' - from remote
sites, to remix and repurpose it, and to distribute it as RSS, web pages, JSON data, or RSS feeds.<br><br>
<b>Getting Started</b>:<br>
- Run the server test script and create a new Admin user: <a href="cgi-bin/server_test.cgi">Server Test</a><br>
- Access your personal learning environment right here: <a href="PLE.html">Personal Learning Environment</a><br><br>
<br><br>
[<a href="about.htm">About</a>]
[<a href="https://github.com/Downes/gRSShopper">Code</a>]
[<a href="https://grsshopper.downes.ca/videos.htm">Videos</a>]
[<!--a href="https://demo.downes.ca"--><s>Demo</s><!-- /a -->] (not available at the moment)
</div>
</center>
</body>
</html>