From bf27216a290c125f565d08700bb6693387fac9bf Mon Sep 17 00:00:00 2001 From: onefang Date: Sun, 4 Aug 2019 10:30:42 +1000 Subject: Add a basic generic web server, and a login page, plus stubs for the other basic pages. And update everyone to suit. --- example/web/SledjHamr.png | Bin 0 -> 2025959 bytes example/web/about.html | 9 +++++++++ example/web/help.html | 9 +++++++++ example/web/loginpage.html | 24 ++++++++++++++++++++++++ example/web/password_help.html | 9 +++++++++ example/web/register.html | 11 +++++++++++ 6 files changed, 62 insertions(+) create mode 100644 example/web/SledjHamr.png create mode 100644 example/web/about.html create mode 100644 example/web/help.html create mode 100644 example/web/loginpage.html create mode 100644 example/web/password_help.html create mode 100644 example/web/register.html (limited to 'example/web') diff --git a/example/web/SledjHamr.png b/example/web/SledjHamr.png new file mode 100644 index 0000000..1660a90 Binary files /dev/null and b/example/web/SledjHamr.png differ diff --git a/example/web/about.html b/example/web/about.html new file mode 100644 index 0000000..e45f00a --- /dev/null +++ b/example/web/about.html @@ -0,0 +1,9 @@ + +About this grid + + + +This is a virtual world, usually called a grid, based on OpenSim_SC. +

 

+ + diff --git a/example/web/help.html b/example/web/help.html new file mode 100644 index 0000000..64194ca --- /dev/null +++ b/example/web/help.html @@ -0,0 +1,9 @@ + +Help for this grid + + + +Include help for your grid here. +

 

+ + diff --git a/example/web/loginpage.html b/example/web/loginpage.html new file mode 100644 index 0000000..aa58e6b --- /dev/null +++ b/example/web/loginpage.html @@ -0,0 +1,24 @@ + +This grid + + + +

 

+

 

+

Add your fancy splash page for your grid here.

+

 

+

 

+

There may be some new members.   Welcome new members.

+

 

+

There are likely some members of this grid.

+

 

+

There maybe some people online now.

+

 

+

There maybe some visitors from the hypergrid.

+

 

+

There is probably at least one region, maybe more.

+

 

+

Some people might have been on in the last month.

+

 

+ + diff --git a/example/web/password_help.html b/example/web/password_help.html new file mode 100644 index 0000000..129fb7d --- /dev/null +++ b/example/web/password_help.html @@ -0,0 +1,9 @@ + +Password help for this grid + + + +Include password help for your grid here. +

 

+ + diff --git a/example/web/register.html b/example/web/register.html new file mode 100644 index 0000000..a316f41 --- /dev/null +++ b/example/web/register.html @@ -0,0 +1,11 @@ + +Account for this grid + + + +Include account registration help for your grid here. +

 

+

If you want to register an acocunt on this grid, ask the person that runs it to do that for you.

+

 

+ + -- cgit v1.1 From 5fae30eb8863f3f39e6853584fd49197c52e8835 Mon Sep 17 00:00:00 2001 From: onefang Date: Mon, 5 Aug 2019 01:41:34 +1000 Subject: More basic web server. --- example/web/loginpage.html | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'example/web') diff --git a/example/web/loginpage.html b/example/web/loginpage.html index aa58e6b..9246263 100644 --- a/example/web/loginpage.html +++ b/example/web/loginpage.html @@ -1,24 +1,21 @@ -This grid +<!--#echo var="grid" --> splash page

 

 

-

Add your fancy splash page for your grid here.

+

Add your fancy splash page for here.     Login URI -

 

 

-

There may be some new members.   Welcome new members.

+

There are likely some () members of this grid.

 

-

There are likely some members of this grid.

+

There are maybe some () people in world now (including hypergridders).

 

-

There maybe some people online now.

+

There are maybe some () locals hypergridding now.

 

-

There maybe some visitors from the hypergrid.

-

 

-

There is probably at least one region, maybe more.

-

 

-

Some people might have been on in the last month.

+

There is probably at least one () region, maybe more.

 

+

This grid is running

-- cgit v1.1 From c8ac2ef7a89d0bbaf8c34a6f11378cf9bc6ce206 Mon Sep 17 00:00:00 2001 From: onefang Date: Mon, 5 Aug 2019 16:25:04 +1000 Subject: Splash page CSS from Taylor. --- example/web/loginpage.html | 76 +++++++++++++++++++++++++++++++++++++--------- 1 file changed, 61 insertions(+), 15 deletions(-) (limited to 'example/web') diff --git a/example/web/loginpage.html b/example/web/loginpage.html index 9246263..abce719 100644 --- a/example/web/loginpage.html +++ b/example/web/loginpage.html @@ -1,21 +1,67 @@ <!--#echo var="grid" --> splash page + - -

 

-

 

-

Add your fancy splash page for here.     Login URI -

-

 

-

 

-

There are likely some () members of this grid.

-

 

-

There are maybe some () people in world now (including hypergridders).

-

 

-

There are maybe some () locals hypergridding now.

-

 

-

There is probably at least one () region, maybe more.

-

 

-

This grid is running

+ +
+ SledjHamr +
+

Add your fancy splash page for here.

+

 

+

 

+

 

+

There are likely some () members of this grid.

+

 

+

There are maybe some () people in world now (including hypergridders).

+

 

+

There are maybe some () locals hypergridding now.

+

 

+

There is probably at least one () region, maybe more.

+

 

+
+
+

Login URI -

+
+
+

This grid is running

+
-- cgit v1.1 From feb85445b441e720b2e7fea761be0272c21659d3 Mon Sep 17 00:00:00 2001 From: onefang Date: Mon, 5 Aug 2019 18:30:43 +1000 Subject: More splash page fiddling. --- example/web/loginpage.html | 54 ++++++++++++++++++++++++++++++++-------------- 1 file changed, 38 insertions(+), 16 deletions(-) (limited to 'example/web') diff --git a/example/web/loginpage.html b/example/web/loginpage.html index abce719..ebce4aa 100644 --- a/example/web/loginpage.html +++ b/example/web/loginpage.html @@ -2,66 +2,88 @@ <!--#echo var="grid" --> splash page - +
- SledjHamr + SledjHamr

Add your fancy splash page for here.

 

 

 

-

There are likely some () members of this grid.

+

Perhaps describe here.

+
+
+

Login URI -

 

+

may or maynot be in good shape now.

+

There are likely some () members of this grid.

There are maybe some () people in world now (including hypergridders).

-

 

There are maybe some () locals hypergridding now.

-

 

There is probably at least one () region, maybe more.

-

 

-
-

Login URI -

+
+

Maybe add some news or events here, or something.

+
+
+

CSS by Taylor Temper, photo by onefang rejected.

-

This grid is running

+

is running

-- cgit v1.1 From 659229c0777f381c66462fd7a4f2dfddbe3e1ef6 Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 6 Aug 2019 01:08:51 +1000 Subject: Add actual grid stats to the web page. Except HGers, still trying to sort that one out. --- example/web/loginpage.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'example/web') diff --git a/example/web/loginpage.html b/example/web/loginpage.html index ebce4aa..614c73d 100644 --- a/example/web/loginpage.html +++ b/example/web/loginpage.html @@ -70,11 +70,11 @@ a:active {color: blue;}

Login URI -

 

-

may or maynot be in good shape now.

-

There are likely some () members of this grid.

-

There are maybe some () people in world now (including hypergridders).

-

There are maybe some () locals hypergridding now.

-

There is probably at least one () region, maybe more.

+

There are members of this grid.

+

There are locals and hypergrid visitors in world.

+

There are locals out on the hypergrid.

+

There have been people on this grid in the last month.

+

There are regions, though some might not be online right now.

Maybe add some news or events here, or something.

-- cgit v1.1 From 0e5ea0d68c7470cc48b97bdc48287348da0a2fa1 Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 6 Aug 2019 01:09:00 +1000 Subject: Typo-- --- example/web/register.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/web') diff --git a/example/web/register.html b/example/web/register.html index a316f41..8008881 100644 --- a/example/web/register.html +++ b/example/web/register.html @@ -5,7 +5,7 @@ Include account registration help for your grid here.

 

-

If you want to register an acocunt on this grid, ask the person that runs it to do that for you.

+

If you want to register an account on this grid, ask the person that runs it to do that for you.

 

-- cgit v1.1 From a29493e18e0224242a31434f88e7e884e8f251e0 Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 6 Aug 2019 01:21:31 +1000 Subject: Be more inclusive in the monthly online count. --- example/web/loginpage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/web') diff --git a/example/web/loginpage.html b/example/web/loginpage.html index 614c73d..a369e3c 100644 --- a/example/web/loginpage.html +++ b/example/web/loginpage.html @@ -73,7 +73,7 @@ a:active {color: blue;}

There are members of this grid.

There are locals and hypergrid visitors in world.

There are locals out on the hypergrid.

-

There have been people on this grid in the last month.

+

There have been locals and visitors on this grid in the last month.

There are regions, though some might not be online right now.

-- cgit v1.1 From 6877202c0ecc7b5dacdc73ac6c4eb99990c7563d Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 6 Aug 2019 04:04:57 +1000 Subject: Reduce the width of the splash page divs. --- example/web/loginpage.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'example/web') diff --git a/example/web/loginpage.html b/example/web/loginpage.html index a369e3c..3f6e6b1 100644 --- a/example/web/loginpage.html +++ b/example/web/loginpage.html @@ -25,6 +25,7 @@ a:active {color: blue;} position: absolute; top: 8px; left: 16px; + width: 30%; } .top-right @@ -32,6 +33,7 @@ a:active {color: blue;} position: absolute; top: 8px; right: 16px; + width: 30%; } .centre @@ -39,6 +41,7 @@ a:active {color: blue;} position: absolute; top: 50%; left: 50%; + width: 30%; transform: translate(-50%, -50%); } @@ -47,6 +50,7 @@ a:active {color: blue;} position: absolute; bottom: 8px; left: 16px; + width: 30%; } .bottom-right @@ -54,6 +58,7 @@ a:active {color: blue;} position: absolute; bottom: 8px; right: 16px; + width: 30%; } -- cgit v1.1 From 836189329de43906169ab26fa44396b53b91b713 Mon Sep 17 00:00:00 2001 From: onefang Date: Wed, 7 Aug 2019 00:12:46 +1000 Subject: The beginnings of an account management web page. Just some simple dynamic pages that don't actually do anything. --- example/web/register.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'example/web') diff --git a/example/web/register.html b/example/web/register.html index 8008881..a34becb 100644 --- a/example/web/register.html +++ b/example/web/register.html @@ -7,5 +7,7 @@ Include account registration help for your grid here.

 

If you want to register an account on this grid, ask the person that runs it to do that for you.

 

+

If you want to register an account on this grid, click here (when it's finished).

+

 

-- cgit v1.1 From 884204d01c1b0f0a99b637d5678c0d1f8a4e2ae0 Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 13 Aug 2019 07:36:15 +1000 Subject: Reload splash page every couple of minutes, to get fresh stats. --- example/web/loginpage.html | 1 + 1 file changed, 1 insertion(+) (limited to 'example/web') diff --git a/example/web/loginpage.html b/example/web/loginpage.html index 3f6e6b1..cca795e 100644 --- a/example/web/loginpage.html +++ b/example/web/loginpage.html @@ -1,6 +1,7 @@ <!--#echo var="grid" --> splash page +