Jacque Fresco 3 months ago
committed by tfelypoc
parent
commit
4156464f3a
7 changed files with 303 additions and 0 deletions
  1. +37
    -0
      404.html
  2. +47
    -0
      about.html
  3. +50
    -0
      blackgriffon.svg
  4. +53
    -0
      faq.htm
  5. +60
    -0
      index.html
  6. +1
    -0
      minstraps/about.8c5b4095.css
  7. +55
    -0
      pp.htm

+ 37
- 0
404.html View File

@ -0,0 +1,37 @@
<!DOCTYPE html>
<html lang="en" class="text-gray-900 bg-gray-100">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<meta name="generator" content="Astro v1.6.5">
<title>Page not found | Forgejo</title>
<link rel="stylesheet" href="/@wip-blog/assets/about.8c5b4095.css" /></head>
<body class="flex flex-col min-h-screen">
<header class="bg-purple-900 text-white">
<nav class="centered-content flex items-center">
<a href="/@wip-blog/" class="no-underline p-4 font-bold text-xl">🔨 Forgejo</a>
<div class="flex-auto"></div>
<a href="https://codeberg.org/forgejo/" class="button my-2">Shape me on Codeberg</a>
</nav>
</header>
<main class="flex-auto">
<section class="centered-content text-center">
<h1 class="py-10 text-6xl">Page not found</h1>
<p>Error 404</p>
</section>
</main>
<footer class="border-t border-gray-200 text-sm text-gray-700">
<div class="max-w-6xl mx-auto px-4 sm:px-6 flex py-4">
<p class="flex-auto">
© 2022 Forgejo authors, content available under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>, unless stated otherwise.
</p>
<p class="flex-shrink-0 pl-4">
<a href="/@wip-blog/about/">About</a> ·
<a href="/@wip-blog/well-being/">Well being</a> ·
<a href="/@wip-blog/imprint/">Imprint</a> ·
<a href="/@wip-blog/privacy-policy/">Privacy Policy</a>
</p>
</div>
</footer>
</body></html>

+ 47
- 0
about.html View File

@ -0,0 +1,47 @@
<!DOCTYPE html>
<html lang="en" class="text-gray-900 bg-gray-100">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<meta name="generator" content="Astro v1.6.5">
<title>Forgejo</title>
<link rel="stylesheet" href="/@wip-blog/assets/about.8c5b4095.css" /></head>
<body class="flex flex-col min-h-screen">
<header class="bg-purple-900 text-white">
<nav class="centered-content flex items-center">
<a href="/@wip-blog/" class="no-underline p-4 font-bold text-xl">🔨 Forgejo</a>
<div class="flex-auto"></div>
<a href="https://codeberg.org/forgejo/" class="button my-2">Shape me on Codeberg</a>
</nav>
</header>
<main class="flex-auto">
<section class="centered-content prose lg:prose-xl py-12">
<h2 id="what-is-forgejo">What is Forgejo?</h2>
<p>Forgejo is a self-hosted lightweight software forge, easy to install and low maintenance that just does the job.</p>
<h2 id="what-makes-forgejo-unique">What makes Forgejo unique?</h2>
<p>Forgejo is designed to allow software forges to communicate with one another so that thousands of instances can be federated into a resilient and diverse network that scales horizontally. Other forges are designed to be centralized and scale up.</p>
<h2 id="who-is-behind-forgejo">Who is behind Forgejo?</h2>
<p>The people working on Forgejo are members of a <a href="https://codeberg.org/forgejo/forgejo/src/branch/forgejo/CONTRIBUTING/GOVERNANCE.md">self-governed community</a>.</p>
<p>The Forgejo domains (forgejo.org, forgejo.com, etc.) are under the custody of <a href="https://docs.codeberg.org/getting-started/what-is-codeberg/#what-is-codeberg-e.v.%3F">Codeberg e.V.</a>, a democratic non-profit organization dedicated to <a href="https://codeberg.org/">hosting Free Software projects</a>.</p>
<h2 id="how-is-it-different-from-gitea">How is it different from Gitea?</h2>
<p>Gitea is <a href="https://codeberg.org/SocialCoding/gitea-open-letter">controlled by the for profit company Gitea Ltd</a>. Forgejo is a <a href="https://codeberg.org/forgejo/forgejo/src/branch/forgejo/CONTRIBUTING/GOVERNANCE.md">community led</a> soft fork of Gitea with <a href="https://codeberg.org/forgejo/forgejo/src/branch/forgejo/CONTRIBUTING/WORKFLOW.md#feature-branches">additional features</a>.</p>
<h2 id="security-contact">Security contact</h2>
<p>A security team is available at <code>security@forgejo.org</code> (GPG public key <a href="https://keyoxide.org/security@forgejo.org">1B638BDF10969D627926B8D9F585D0F99E1FB56F</a>) and is tasked to identify, define, and respond to vulnerabilities.</p>
</section>
</main>
<footer class="border-t border-gray-200 text-sm text-gray-700">
<div class="max-w-6xl mx-auto px-4 sm:px-6 flex py-4">
<p class="flex-auto">
© 2022 Forgejo authors, content available under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>, unless stated otherwise.
</p>
<p class="flex-shrink-0 pl-4">
<a href="/@wip-blog/about/">About</a> ·
<a href="/@wip-blog/well-being/">Well being</a> ·
<a href="/@wip-blog/imprint/">Imprint</a> ·
<a href="/@wip-blog/privacy-policy/">Privacy Policy</a>
</p>
</div>
</footer>
</body></html>

+ 50
- 0
blackgriffon.svg
File diff suppressed because it is too large
View File


+ 53
- 0
faq.htm View File

@ -0,0 +1,53 @@
<!DOCTYPE html>
<html lang="en" class="text-gray-900 bg-gray-100">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<meta name="generator" content="Astro v1.6.5">
<title>FAQ | Forgejo</title>
<link rel="stylesheet" href="/@wip-blog/assets/about.8c5b4095.css" /></head>
<body class="flex flex-col min-h-screen">
<header class="bg-purple-900 text-white">
<nav class="centered-content flex items-center">
<a href="/@wip-blog/" class="no-underline p-4 font-bold text-xl">🔨 Forgejo</a>
<div class="flex-auto"></div>
<a href="https://codeberg.org/forgejo/" class="button my-2">Shape me on Codeberg</a>
</nav>
</header>
<main class="flex-auto">
<section class="centered-content py-10 text-lg">
<h2 class="text-2xl py-4">Why fork Gitea?</h2>
<p>
In October 2022 the domains and trademark of Gitea were transferred to a for-profit company without knowledge or
approval of the community. Despite <a href="https://gitea-open-letter.coding.social/">writing an open letter</a>, the takeover was later confirmed. The goal of Forgejo is to continue developping the code with a healthy
democratic governance.
</p>
<h2 class="text-2xl py-4">Are migrations between Gitea and Forgejo possible?</h2>
<p>
Yes, because for now Forgejo is a "soft fork". This means that all commits made on <a href="https://github.com/go-gitea/gitea/">Gitea</a> are also present in Forgejo. Some additionnal modifications are made, to improve scaling, federation and privacy.
</p>
<h2 class="text-2xl py-4">Where does the name comes from?</h2>
<p>Forgejo (pronounced /ˈfor.d͡ʒe.jo/) is inspired by forĝejo, the Esperanto word for forge.</p>
<h2 class="text-2xl py-4">Using Free Software to develop Free Software</h2>
<p>
Forgejo developpement happens on <a href="https://codeberg.org">Codeberg</a>, which is running Gitea (waiting
for the first stable release of Forgejo) and <a href="https://woodpecker-ci.org/">Woodpecker</a> (for continuous
integration). By "dogfooding" our code, we aim at being close to our user and serve them better.
</p>
</section>
</main>
<footer class="border-t border-gray-200 text-sm text-gray-700">
<div class="max-w-6xl mx-auto px-4 sm:px-6 flex py-4">
<p class="flex-auto">
© 2022 Forgejo authors, content available under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>, unless stated otherwise.
</p>
<p class="flex-shrink-0 pl-4">
<a href="/@wip-blog/about/">About</a> ·
<a href="/@wip-blog/well-being/">Well being</a> ·
<a href="/@wip-blog/imprint/">Imprint</a> ·
<a href="/@wip-blog/privacy-policy/">Privacy Policy</a>
</p>
</div>
</footer>
</body></html>

+ 60
- 0
index.html View File

@ -0,0 +1,60 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/svg+xml" href="blackgriffon.svg">
<meta name="generator" content="">
<title>ufdfd</title>
<link rel="stylesheet" href="/@box-shadow/minstraps/about.8c5b4095.css" /></head>
<body class="flex flex-col min-h-screen">
<header class="bg-purple-900 text-white">
<nav class="centered-content flex items-center">
<a href="/@box-shadow/" class="no-underline p-4 font-bold text-xl">🔨 Forgejo</a>
<div class="flex-auto"></div>
<a href="https://codeberg.org/forgejo/" class="button my-2">Shape me on Codeberg</a>
</nav>
</header>
<main class="text-gray-900 bg-gray-100" flex-auto">
<section class="bg-gradient-to-b from-purple-900 to-pink-400 text-white text-opacity-75">
<div class="centered-content pt-10">
<h1 class="pt-10 text-6xl">Forgejo</h1>
<h2 class="text-5xl pt-2">Beyond coding. We forge.</h2>
<p class="text-center py-10">
<a href="./download/" class="button inline-block text-xl mr-2">
<svg class="inline-block" viewBox="0 0 256 256" width="1.2em" height="1.2em"><path fill="currentColor" d="M80.3 115.7a8 8 0 0 1 11.4-11.3l28.3 28.3V40a8 8 0 0 1 16 0v92.7l28.3-28.3a8 8 0 0 1 11.4 11.3l-42 42a8.2 8.2 0 0 1-11.4 0ZM216 144a8 8 0 0 0-8 8v56H48v-56a8 8 0 0 0-16 0v56a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16v-56a8 8 0 0 0-8-8Z"></path></svg>
Get forgejo
</a>
<a href="./faq/" class="button-outline inline-block text-xl ml-2">FAQ</a>
<a href="./news/" class="button-outline inline-block text-xl ml-2">News</a>
</p>
</div>
</section>
<section class="centered-content py-10 text-lg">
<p class="text-center">
<strong>Forgejo</strong> is a self-hosted lightweight software forge, easy to install and low maintenance that just
does the job. Brought to you by an inclusive community under the umbrella of <a href="https://docs.codeberg.org/getting-started/what-is-codeberg/#what-is-codeberg-e.v.%3F">Codeberg e.V.</a> a democratic non-profit organization, Forgejo can be trusted to be exclusively Free Software. It is a "soft" fork
of Gitea with a focus on scaling, federation and privacy.
</p>
<h2 class="text-2xl py-4">Get involved</h2>
<p>
Forgejo consists of motivated people, and we are looking forward to <a href="https://codeberg.org/forgejo/forgejo/src/branch/forgejo/CONTRIBUTING.md">your contribution</a>. Feel free to help in the domains of <a href="https://codeberg.org/forgejo/forgejo/issues">code, federation, releases management</a>, User Research, UX, <a href="https://codeberg.org/forgejo/code-of-conduct/issues">community management</a>,
documentation, web design, <a href="https://codeberg.org/forgejo/meta/issues">governance</a> and more.
</p>
</section>
</main>
<footer class="border-t border-gray-200 text-sm text-gray-700">
<div class="max-w-6xl mx-auto px-4 sm:px-6 flex py-4">
<p class="flex-auto">
© 2022 Forgejo authors, content available under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>, unless stated otherwise.
</p>
<p class="flex-shrink-0 pl-4">
<a href="/@box-shadow/about/">About</a> ·
<a href="/@box-shadow/well-being/">Well being</a> ·
<a href="/@box-shadow/imprint/">Imprint</a> ·
<a href="/@box-shadow/privacy-policy/">Privacy Policy</a>
</p>
</div>
</footer>
</body></html>

+ 1
- 0
minstraps/about.8c5b4095.css
File diff suppressed because it is too large
View File


+ 55
- 0
pp.htm View File

@ -0,0 +1,55 @@
<!DOCTYPE html>
<html lang="en" class="text-gray-900 bg-gray-100">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<meta name="generator" content="Astro v1.6.5">
<title>Forgejo</title>
<link rel="stylesheet" href="/@wip-blog/assets/about.8c5b4095.css" /></head>
<body class="flex flex-col min-h-screen">
<header class="bg-purple-900 text-white">
<nav class="centered-content flex items-center">
<a href="/@wip-blog/" class="no-underline p-4 font-bold text-xl">🔨 Forgejo</a>
<div class="flex-auto"></div>
<a href="https://codeberg.org/forgejo/" class="button my-2">Shape me on Codeberg</a>
</nav>
</header>
<main class="flex-auto">
<section class="centered-content prose lg:prose-xl py-12">
<p>Forgejo takes your privacy seriously. To better protect your privacy we provide this privacy policy notice explaining the way your personal information is collected and used.</p>
<h4 id="information-we-collect">Information we collect</h4>
<p>This website does not track information about its visitors. We do however host this site on an external hosting provider. See <a href="#other-third-parties">Other Third Parties</a> for details.</p>
<h4 id="your-contributions">Your contributions</h4>
<p>For all data you contribute to Forgejo (for example code, page content, people profile), you have full responsibility and control to add, modify and create this data. If some of your data cannot be modified by you, this is considered a technical bug that needs urgent fixing. Please report all issues to the Forgejo <a href="https://codeberg.org/forgejo/meta/issues">Issue Tracker</a>.</p>
<p>Contributions are subject to a <a href="https://codeberg.org/forgejo/forgejo/src/branch/forgejo/CONTRIBUTING/DCO.md">Developer Certificate of Origin</a>.</p>
<h4 id="cookies-and-ads">Cookies and Ads</h4>
<p>This website does not use cookies, hidden pixels or any other trackers. We certainly do not include ads anywhere on our website.</p>
<h4 id="other-third-parties">Other Third Parties</h4>
<p>The <a href="https://codeberg.org/forgejo/website">website source</a> is hosted on <a href="https://codeberg.org/">Codeberg</a> under a minimum-collection policy. All site data is subjected to the <a href="https://codeberg.org/Codeberg/org/src/branch/main/TermsOfUse.md">Codeberg Terms of Use</a>. Please read the <a href="https://codeberg.org/codeberg/org/src/branch/main/PrivacyPolicy.md">Codeberg Privacy Policy</a>.</p>
<h4 id="links-to-third-party-websites">Links to Third Party Websites</h4>
<p>We have included links on this website for your use and reference. Following these links may lead to the <code>REFERRER</code> URL to be added to their server logs. We are not responsible for the privacy policies on these websites. You should be aware that the privacy policies of these websites may differ from our own.</p>
<h4 id="security">Security</h4>
<p>The security of your personal information is important to us, but remember that no method of transmission over the Internet, or method of electronic storage, is 100% secure. While we strive to use acceptable means to protect your personal information, we cannot guarantee its absolute security.</p>
<h4 id="changes-to-this-privacy-policy">Changes to This Privacy Policy</h4>
<p>This Privacy Policy is effective as of 2022 and will remain in effect except with respect to any changes in its provisions in the future, which will be in effect immediately after being posted on this page.</p>
<p>We reserve the right to update or change our Privacy Policy at any time and you should check this Privacy Policy periodically. If we make any material changes to this Privacy Policy, we will notify you by placing a prominent notice on our website for a period of time and document the change on our repository <a href="https://codeberg.org/forgejo/website/src/branch/main/README.md">README</a>.</p>
<h4 id="contact-information">Contact Information</h4>
<p>You can reach out to us by <a href="https://codeberg.org/forgejo/meta/issues">creating an issue</a> in our tracker or sending an email to <a href="mailto:contact@forgejo.org">contact@forgejo.org</a></p>
</section>
</main>
<footer class="border-t border-gray-200 text-sm text-gray-700">
<div class="max-w-6xl mx-auto px-4 sm:px-6 flex py-4">
<p class="flex-auto">
© 2022 Forgejo authors, content available under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>, unless stated otherwise.
</p>
<p class="flex-shrink-0 pl-4">
<a href="/@wip-blog/about/">About</a> ·
<a href="/@wip-blog/well-being/">Well being</a> ·
<a href="/@wip-blog/imprint/">Imprint</a> ·
<a href="/@wip-blog/privacy-policy/">Privacy Policy</a>
</p>
</div>
</footer>
</body></html>

Loading…
Cancel
Save