summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzPlus <zplus@peers.community>2019-10-03 18:43:15 +0200
committerzPlus <zplus@peers.community>2019-10-03 18:43:15 +0200
commit4cdcec9bbd1498d163a3e8892f2b309af10be801 (patch)
treef5ad6533b1c30ae1d07e2eb7984ae6d2b19c0c9a
parentfc694fae899e3c695170e55d587939e1e7f3ac81 (diff)
Convert links to clickable in the website homepage.
-rw-r--r--html/forgefed-vocabulary.html4
-rw-r--r--html/forgefed.html4
-rw-r--r--html/index.html11
-rw-r--r--html/index.md11
4 files changed, 16 insertions, 14 deletions
diff --git a/html/forgefed-vocabulary.html b/html/forgefed-vocabulary.html
index 18c89e4..804bb0d 100644
--- a/html/forgefed-vocabulary.html
+++ b/html/forgefed-vocabulary.html
@@ -29,8 +29,8 @@
<main class="main">
<h1 class="main-title">
ForgeFed Vocabulary - draft - 2019-10-03 master
- <a href="https://notabug.org/peers/forgefed/commit/cf9bef92f03772a11aafc9819b75c1b6e33949e8">
- cf9bef9
+ <a href="https://notabug.org/peers/forgefed/commit/fc694fae899e3c695170e55d587939e1e7f3ac81">
+ fc694fa
</a>
</h1>
diff --git a/html/forgefed.html b/html/forgefed.html
index b17c46a..6303680 100644
--- a/html/forgefed.html
+++ b/html/forgefed.html
@@ -29,8 +29,8 @@
<main class="main">
<h1 class="main-title">
ForgeFed - draft - 2019-10-03 master
- <a href="https://notabug.org/peers/forgefed/commit/cf9bef92f03772a11aafc9819b75c1b6e33949e8">
- cf9bef9
+ <a href="https://notabug.org/peers/forgefed/commit/fc694fae899e3c695170e55d587939e1e7f3ac81">
+ fc694fa
</a>
</h1>
diff --git a/html/index.html b/html/index.html
index cb10928..e1e438f 100644
--- a/html/index.html
+++ b/html/index.html
@@ -33,7 +33,7 @@
<p>ForgeFed is a federation protocol for enabling interoperability between version control services. It's built as an extension to the <a href="https://www.w3.org/TR/activitypub/">ActivityPub</a> protocol, allowing users of any ForgeFed-compliant service to interact with the repositories hosted on other instances.</p>
<p>The goal of the project is to support all of the major activities connected to project management, including bug reports, merge requests, and notifications across instances.</p>
<p>This website serves as the official place where to find up to date information and links about the project.</p>
- <h1 id="why-forgefed"><span class="header-section-number">1</span> Why ForgeFed</h1>
+ <h1 id="why-forgefed"><span class="header-section-number">1</span> Why ForgeFed?</h1>
<p>The current state of code collaboration is dominated by centralized, proprietary platforms. Free alternatives to these platforms exist (for example <a href="https://notabug.org">NotABug</a> and <a href="https://pagure.io">Pagure</a>) but they do not solve the problem of centralization.</p>
<p>This project tries to address exactly this problem. Our wish is to devise a free and standardized mechanism for enabling collaboration across any version control platform.</p>
<h1 id="project-status"><span class="header-section-number">2</span> Project status</h1>
@@ -53,10 +53,11 @@
</ul>
<h1 id="project-links"><span class="header-section-number">5</span> Project links</h1>
<ul>
- <li>Issues tracker: https://notabug.org/peers/forgefed/issues</li>
- <li>Wiki: https://notabug.org/peers/forgefed/wiki</li>
- <li>Forum: https://talk.feneas.org/c/forgefed</li>
- <li>Specification: /forgefed-vocabulary.html</li>
+ <li><a href="https://notabug.org/peers/forgefed/issues">Issues tracker</a></li>
+ <li><a href="https://notabug.org/peers/forgefed/wiki">Wiki</a></li>
+ <li><a href="https://talk.feneas.org/c/forgefed">Forum</a></li>
+ <li><a href="/forgefed-vocabulary.html">Specification</a></li>
+ <li><a href="https://dokk.org/ForgeFed">dokk</a></li>
</ul>
</main>
<footer class="footer">
diff --git a/html/index.md b/html/index.md
index cc1d16b..5cc9a31 100644
--- a/html/index.md
+++ b/html/index.md
@@ -11,7 +11,7 @@ This website serves as the official place where to find up to date information a
links about the project.
-# Why ForgeFed
+# Why ForgeFed?
The current state of code collaboration is dominated by centralized, proprietary
platforms. Free alternatives to these platforms exist (for example [NotABug] and
@@ -55,10 +55,11 @@ platform for testing the protocol and trying new features
# Project links
-- Issues tracker: https://notabug.org/peers/forgefed/issues
-- Wiki: https://notabug.org/peers/forgefed/wiki
-- Forum: https://talk.feneas.org/c/forgefed
-- Specification: /forgefed-vocabulary.html
+- [Issues tracker](https://notabug.org/peers/forgefed/issues)
+- [Wiki](https://notabug.org/peers/forgefed/wiki)
+- [Forum](https://talk.feneas.org/c/forgefed)
+- [Specification](/forgefed-vocabulary.html)
+- [dokk](https://dokk.org/ForgeFed)
[ActivityPub]: https://www.w3.org/TR/activitypub/