Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

README.MD updates #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Folding @ home Page Renderer
# Folding@home Page Renderer

This application takes the translations from [FoldingCommunity/Translate](https://github.com/FoldingCommunity/Translate)
and injects them into templates to render out HTML pages for all the languages we are supporting.

It is part of a larger system (currently in construction), which will semi-automate the updating of the
[Folding @ home website](https://foldingathome.org).
[Folding@home website](https://foldingathome.org).

## Usage

1. Make sure you initialized and updated the submodules

$ git submodules init
$ git submodules update
$ git submodule init
$ git submodule update

This will make sure that you have the latest version of all the translations and templates.

Expand Down