Signed-off-by: Benoit Donneaux <benoit@leastauthority.com> Reviewed-on: #9 Co-authored-by: Benoit Donneaux <benoit@leastauthority.com> Co-committed-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
parent
c28ba1ed17
commit
fec28d73e4
Binary file not shown.
After Width: | Height: | Size: 74 KiB |
Binary file not shown.
Before Width: | Height: | Size: 77 KiB |
Binary file not shown.
Before Width: | Height: | Size: 26 KiB |
Binary file not shown.
After Width: | Height: | Size: 73 KiB |
Binary file not shown.
Before Width: | Height: | Size: 91 KiB |
|
@ -21,45 +21,57 @@ documentation_list:
|
|||
image_caption: "Image courtesy of [Unsplash](https://unsplash.com/)"
|
||||
alt: "overview"
|
||||
title: "Overview"
|
||||
excerpt: "A one-page summary explains the unique properties of this system."
|
||||
url: "https://tahoe-lafs.readthedocs.io/en/latest/about-tahoe.html"
|
||||
btn_label: "Read More"
|
||||
btn_class: "btn--primary"
|
||||
excerpt: '
|
||||
This [one-page summary](https://tahoe-lafs.readthedocs.io/en/latest/about-tahoe.html) explains the unique properties of this system
|
||||
'
|
||||
- image_path: /assets/images/manual.jpg
|
||||
image_caption: "Image courtesy of [Unsplash](https://unsplash.com/)"
|
||||
alt: "manual"
|
||||
title: "Manual"
|
||||
excerpt: "User manual with installation instructions and configuration guides."
|
||||
url: "https://tahoe-lafs.readthedocs.io/"
|
||||
btn_label: "Read More"
|
||||
btn_class: "btn--primary"
|
||||
excerpt: '<ul>
|
||||
<li><a href="https://tahoe-lafs.readthedocs.io/en/latest/Installation/install-tahoe.html">Installation Instructions</a></li>
|
||||
<li><a href="http://tahoe-lafs.readthedocs.org/">Tahoe-LAFS Manual</a></li>
|
||||
</ul>'
|
||||
- image_path: /assets/images/wiki.jpg
|
||||
image_caption: "Image courtesy of [Unsplash](https://unsplash.com/)"
|
||||
alt: "wiki"
|
||||
title: "Wiki"
|
||||
excerpt: "FAQ and other Wiki pages.<br/><br/>"
|
||||
url: "https://tahoe-lafs.org/trac/tahoe-lafs/wiki/FAQ"
|
||||
btn_label: "Read More"
|
||||
btn_class: "btn--primary"
|
||||
excerpt: '<ul>
|
||||
<li><a href="https://tahoe-lafs.org/trac/tahoe-lafs/wiki/Doc">Index of docs</a></li>
|
||||
<li><a href="https://tahoe-lafs.org/trac/tahoe-lafs/wiki/FAQ">Frequently Asked Questions</a></li>
|
||||
</ul>'
|
||||
contribute:
|
||||
- title: "Get Involved"
|
||||
excerpt: ""
|
||||
contribute_list:
|
||||
- image_path: /assets/images/mailing.jpg
|
||||
image_caption: "Image courtesy of [Unsplash](https://unsplash.com/)"
|
||||
alt: "mailing"
|
||||
title: "Mailing list"
|
||||
excerpt: 'Join <a href="https://lists.tahoe-lafs.org/mailman/listinfo/tahoe-dev" target="_blank">the **tahoe-dev** mailing list</a>.'
|
||||
- image_path: /assets/images/messaging.jpg
|
||||
image_caption: "Image courtesy of [Unsplash](https://unsplash.com/)"
|
||||
alt: "messaging"
|
||||
title: "Instant messaging"
|
||||
excerpt: 'Join the **#tahoe-lafs** channel on <a href="https://libera.chat/" target="_blank">Libera</a> or <a href="https://app.element.io/#/room/#tahoe-lafs:libera.chat">Matrix</a>.'
|
||||
- image_path: /assets/images/meet.jpg
|
||||
alt: "discussions"
|
||||
title: "Discussions"
|
||||
excerpt: '<ul>
|
||||
<li>Join <a href="https://lists.tahoe-lafs.org/mailman/listinfo/tahoe-dev" target="_blank">the <b>tahoe-dev</b></a> mailing list</li>
|
||||
<li>Join the <a href="https://libera.chat/" target="_blank"><b>#tahoe-lafs</b></a> channel on Libera</li>
|
||||
<li>Join our <a href="https://meet.jit.si/AccurateFiltersManipulateBefore" target="blank"><b>Tuesday 1700 UTC meetings</b></a>
|
||||
<ul>
|
||||
<li>First of the month for project governance</li>
|
||||
<li>Others for technical discussions</li>
|
||||
</ul>'
|
||||
- image_path: /assets/images/tickets.jpg
|
||||
image_caption: "Image courtesy of [Unsplash](https://unsplash.com/)"
|
||||
alt: "meet"
|
||||
title: "Meeting"
|
||||
excerpt: 'Join our <a href="https://meet.jit.si/AccurateFiltersManipulateBefore" target="blank">**Tuesday 1700 UTC weekly meetings**</a> for project governance (first Tuesday of the month) and technical (other Tuesdays) discussion.'
|
||||
alt: "issues"
|
||||
title: "Issues"
|
||||
excerpt: '<ul>
|
||||
<li>Visit the <a href="https://code.lafs.eval.latfa.net/tahoe-lafs/trac/issues"><b>issue</b></a> tracker</li>
|
||||
<li>Register an <a href="https://code.lafs.eval.latfa.net/user/sign_up"><b>account</b></a> to interact</li>
|
||||
</ul>'
|
||||
- image_path: /assets/images/code.jpg
|
||||
image_caption: "Image courtesy of [Unsplash](https://unsplash.com/)"
|
||||
alt: "code"
|
||||
title: "Code"
|
||||
excerpt: '<ul>
|
||||
<li>Checkout the <a href="https://github.com/tahoe-lafs/tahoe-lafs"><b>source</b></a> and start hacking</li>
|
||||
<li>Submit pull request with a valid issue number</li>
|
||||
</ul>'
|
||||
blog:
|
||||
- title: "News"
|
||||
excerpt: "Find here under a list of the latest articles on the subjects that matter for us."
|
||||
|
|
Loading…
Reference in New Issue