diff --git a/public/css/fixes.css b/public/css/fixes.css index 46d0a77..098b919 100644 --- a/public/css/fixes.css +++ b/public/css/fixes.css @@ -16,4 +16,40 @@ .input-group .form-select { border-top-right-radius: 4px !important; border-bottom-right-radius: 4px !important; +} + +/* Using OL instead of UL */ +ol { + text-align: left; +} + +#content ol { + margin: 0 1ch; + padding-left: 1ch; + list-style-type: none; +} + +#content ol:not(.pagination) li { + margin: 0 1ch; + text-indent: -3ch; + padding-left: 3ch; + display: block; + counter-increment: count-me; +} + +#content ol:not(.pagination) li::before { + content: counter(count-me) ") "; + color: #0a0; +} + +#content ol li:last-child { + margin-bottom: 16px; +} + +/* Fix h5 which is 25% larger than h4 */ +#content h4:not(.alert-heading) { + color: #c60; +} +#content h5:not(.alert-heading) { + font-size: 0.9rem; } \ No newline at end of file diff --git a/resources/views/about.blade.php b/resources/views/about.blade.php index 989ba1c..4d106a2 100644 --- a/resources/views/about.blade.php +++ b/resources/views/about.blade.php @@ -4,54 +4,59 @@ @endsection @section('content') -

About the FTN Clearing House

+

About the FTN Clearing Houz

-

Welcome to the FTN Clearing House.

+

Welcome to the FTN Clearing Houz.

-

The FTN Clearing House (FCH) is both a FTN Mailer and FTN message tosser, where mail is stored internally in a DB. FCH can also hatch and toss files into FTN networks for both up/downstream nodes.

-

It was created as an idea to bring modern technology and capabilities to a legacy computing network that existed in the 1970's, 1980's and 1990's (before the Internet basically).

+

FTN is an abbreviation for FidoNet Technology Network, and the most well known FTN is "FidoNet" that still exists today. + There were many other "Othernets" also created around that time and since, and some still in operation today as well.

+

FidoNet was born in the 1980's (well before the public Internet) when personal computers were being introduced to homes, and modems were being invented. + Some very clever people developed protocols and standards to exchange mail and files with peers, with the network growing to around 40,000 systems in the mid 1990's. + Those systems were called BBSes or Bulletin Board Systems. + As "the Internet" became more accessible, the usage of FidoNet and BBSes drastically reduced, but there are some systems still in operation today.

+

The FTN Clearing Houz is both an FTN Mailer and FTN message tosser, where mail is stored internally in a DB, and files in an S3 bucket. It can also hatch and toss files into FTN networks for both upstream and downstream nodes.

+

It was created as an idea to bring modern technology and capabilities to that legacy computing network that existed in the 1980's and 1990's, where many of those programs from the 1980's and 1990's are still in use today too.

-

Setting up a BBS is fun, but using a BBS for the long term, in amongst our busy lives can involve some repetitive tasks. +

Setting up an FTN network is fun, but managing one for the longer term, in amongst our busy lives can involve some tedious repetitive tasks. In the same vain, maintaining and growing an FTN network also can be time consuming, especially when your effort (or lack thereof) can affect the experience of your users. - So FCH was created to help address that. -

+ So FTN Clearing Houz was created to help address that.

Building this software is driven by three main goals:

- + -

So that you can spend your time playing on your BBS rather than managing messages, failures or keeping an FTN network running.

+

...all so that you can spend your time playing on your BBS rather than managing messages, failures or keeping an FTN network running.

For the BBS Sysop

-

For the BBS sysop, the FTN Clearing House has the following features (or planned ones):

+

For the BBS sysop, the FTN Clearing Houz has the following features:

For the FTN network operator

-

For the FTN network operator, the FTN Clearing House has the following features (or planned ones):

+

For the FTN network operator, the FTN Clearing Houz has the following features (or planned ones):

-
Other things
+

Other things

Other ideas that may make it into this tool:

-

To get started, please login.

+

If you are here to link to BBS, please get started by logging in.

-

Open Source

-

FTN Clearing House is built with Open Source software. At it's core, PHP drives this web UI and the interaction with nodes.

-

This web UI has been inspired by the great work at int10h.org. If you have ideas to make it even better, please send me a message, or submit your comments in gitlab

+

Open Source

+

FTN Clearing Houz is built with Open Source software. At it's core, PHP drives this web UI and the interaction with nodes.

+

This web UI has been inspired by the great work at int10h.org. If you have ideas to make it even better, please send me a message, or submit your comments in gitlab

-

Other technology that drives the Clearing Houz

-

FCH is made availabe by these technologies:

+

Other technology that drives the Clearing Houz

+

FTN Clearing Houz is made available by these technologies:

+

If you'd like to support enhancing Clearing Houz, Buy me a coffee!

clrghouz [{{ gethostname() }}@if (File::exists('../VERSION')) @ {{ chop(File::get('../VERSION')) }}@endif] @endsection diff --git a/resources/views/layouts/partials/footer.blade.php b/resources/views/layouts/partials/footer.blade.php index 728dc0e..b1750fd 100644 --- a/resources/views/layouts/partials/footer.blade.php +++ b/resources/views/layouts/partials/footer.blade.php @@ -1 +1 @@ -{{ request()->getHost() }} © {{ \Carbon\Carbon::now()->year }} Alterego \ No newline at end of file +{{ request()->getHost() }} © {{ \Carbon\Carbon::now()->year }} Deon George \ No newline at end of file diff --git a/resources/views/layouts/partials/topmenu.blade.php b/resources/views/layouts/partials/topmenu.blade.php index e9a7012..3818a15 100644 --- a/resources/views/layouts/partials/topmenu.blade.php +++ b/resources/views/layouts/partials/topmenu.blade.php @@ -4,7 +4,9 @@