From 40dfe678bb38cab3b10026f0658306b7a9b1671e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Thu, 26 Feb 2026 21:05:51 +0100 Subject: [PATCH] nicolium: update examples MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- .../src/instance/about.example/dmca.html | 99 ------------------- .../src/instance/about.example/index.html | 29 ++---- .../pl-fe/src/instance/about.example/tos.html | 21 +--- .../pl-fe/src/instance/pl-fe.example.json | 7 +- 4 files changed, 13 insertions(+), 143 deletions(-) delete mode 100644 packages/pl-fe/src/instance/about.example/dmca.html diff --git a/packages/pl-fe/src/instance/about.example/dmca.html b/packages/pl-fe/src/instance/about.example/dmca.html deleted file mode 100644 index 9ebc269b1..000000000 --- a/packages/pl-fe/src/instance/about.example/dmca.html +++ /dev/null @@ -1,99 +0,0 @@ -

Copyright Policy

- -

Reporting Claims of Copyright Infringement

-

- We take claims of copyright infringement seriously. We will respond to notices of alleged - copyright infringement that comply with applicable law. If you believe any materials accessible on - or from this site (the "Website") infringe your copyright, you may request removal of - those materials (or access to them) from the Website by submitting written notification to our - copyright agent designated below. In accordance with the Online Copyright Infringement Liability - Limitation Act of the Digital Millennium Copyright Act (17 U.S.C. § 512) ("DMCA"), - the written notice (the "DMCA Notice") must include substantially the following: -

- -

Please send copyright notices to

-

- Your_Entity_Name
- Your_Street_Address
- Your_City_State_Zip -

-

Or via any contact form at the bottom of this page.

-

- If you fail to comply with all of the requirements of Section 512(c)(3) of the DMCA, your DMCA - Notice may not be effective. -

-

- Please be aware that if you knowingly materially misrepresent that material or activity on the - Website is infringing your copyright, you may be held liable for damages (including costs and - attorney's fees) under Section 512(f) of the DMCA. -

- -

Counter Notification Procedures

-

- If you believe that material you posted on the Website was removed or access to it was disabled by - mistake or misidentification, you may file a counter notification with us (a "Counter - Notice") by submitting written notification to our DMCA address (above) Pursuant to the DMCA, - the Counter Notice must include substantially the following: -

- -

- The DMCA allows us to restore the removed content if the party filing the original DMCA Notice - does not file a court action against you within ten business days of receiving the copy of your - Counter Notice. -

-

- Please be aware that if you knowingly materially misrepresent that material or activity on the - Website was removed or disabled by mistake or misidentification, you may be held liable for - damages (including costs and attorney's fees) under Section 512(f) of the DMCA. -

- -

Repeat Infringers

-

- It is our policy in appropriate circumstances to disable and/or terminate the accounts of users - who are repeat infringers. -

diff --git a/packages/pl-fe/src/instance/about.example/index.html b/packages/pl-fe/src/instance/about.example/index.html index 80dc5311d..b313d33f4 100644 --- a/packages/pl-fe/src/instance/about.example/index.html +++ b/packages/pl-fe/src/instance/about.example/index.html @@ -1,29 +1,14 @@ -

About Us

-

Join the Fediverse, be part of a community, and to reclaim your freedom online.

+

About us

+

This is an example about page for a Fediverse instance using

.

Site rules

-

Please refrain from:

    -
  1. Posting anything illegal.
  2. -
  3. Posting pornography.
  4. -
  5. Intentionally creating multiple accounts to circumvent people blocking you.
  6. -
  7. Being a bot (unless you post unlisted and do not auto-follow).
  8. -
  9. Any account setup solely to advertise a product or service.
  10. +
  11. Do not actually use rules from example files. They're not actually good.
-

What won't get you banned:

-
    -
  1. Hurting someone's feelings.
  2. -
  3. Unpopular opinions voiced respectfully.
  4. -
  5. Anything that can be solved by a personal block.
  6. -
  7. Cursing.
  8. -
  9. Lewd jokes.
  10. -
  11. A bot where all posts are unlisted.
  12. -
- -

Open Source Software

-

Soapbox is free and open source (FOSS) software.

+

Source code

+

Nicolium is free and open source (FOSS) software.

- The Soapbox repository can be found at - Soapbox + The Nicolium repository can be found at + Codeberg

diff --git a/packages/pl-fe/src/instance/about.example/tos.html b/packages/pl-fe/src/instance/about.example/tos.html index d2513566a..31d3c5ddb 100644 --- a/packages/pl-fe/src/instance/about.example/tos.html +++ b/packages/pl-fe/src/instance/about.example/tos.html @@ -1,24 +1,9 @@

Terms of Service

- By using this web site, you agree to these Terms of Use, to our - Copyright Policy, and to our + By using this web site, you agree to these Terms of Use and to our Privacy Policy.

-

Our Terms of Use are simple:

+

Terms of Service:

diff --git a/packages/pl-fe/src/instance/pl-fe.example.json b/packages/pl-fe/src/instance/pl-fe.example.json index 759086916..a8552271a 100644 --- a/packages/pl-fe/src/instance/pl-fe.example.json +++ b/packages/pl-fe/src/instance/pl-fe.example.json @@ -1,5 +1,6 @@ { - "logo": "/instance/images/soapbox-logo.svg", + "logo": "/instance/images/nicolium-logo.svg", + "logoDarkMode": "/instance/images/nicolium-logo-dark.svg", "brandColor": "#d80482", "promoPanel": { "items": [ @@ -24,9 +25,7 @@ "homeFooter": [ { "title": "About", "url": "/about" }, { "title": "Terms of Service", "url": "/about/tos" }, - { "title": "Privacy Policy", "url": "/about/privacy" }, - { "title": "DMCA", "url": "/about/dmca" }, - { "title": "Source Code", "url": "/about#opensource" } + { "title": "Privacy Policy", "url": "/about/privacy" } ] } }