tobiasd
68b047700d
Reviewed-on: FSFE/fsfe-website#4423 |
||
---|---|---|
build | ||
drm.info | ||
fsfe.org | ||
global | ||
pdfreaders.org | ||
status.fsfe.org | ||
tools | ||
.drone.yml | ||
.gitignore | ||
Makefile | ||
README.md | ||
shell.nix |
README.md
FSFE Website
This repository contains the source files of fsfe.org, pdfreaders.org, freeyourandroid.org, ilovefs.org, drm.info, and test.fsfe.org.
Table of Contents
Technical information
Our web team has compiled some information about technology used for this website on the Information for Webmasters page.
Structure
Most files are XHTML files organised in a rather logical folder structure.
Every website served using this repo has its own folder with the full domain name it is to be served from.
Domains
This repository also contains the source files of other websites the FSFE hosts:
fsfe.org
for fsfe.orgactivities/android
for freeyourandroid.orgactivities/ilovefs
for ilovefs.orgdrm.info
for drm.infopdfreaders.org
for pdfreaders.org- test.fsfe.org is fsfe.org built from the test branch of this repository
Important folders
Notable toplevel directories are:
build
: Mostly custom Bash and XSL scripts to build the websiteglobal
: Globally used data files and modules, also the static translated strings.tools
: Contains miscellaneous XML, XSL, and SH files.
and of course the different website folders.
And here are dome notable directories inside the folder for the main webpage, fsfe.org.
about
: Information about the FSFE itself, its team members etcactivities
: All specific FSFE activitiesat
,de
,ee
etc: Folders used for the FSFE country teamscgi-bin
: Our very few CGI scriptserror
: Custom 4xx and 5xx error pagesevents
: Files for our events, ordered by yearfreesoftware
: More timeless pages explaining Free Software and related topicsgraphics
: Icons, pictures and logosinternal
: Forms used mostly by FSFE staff for internal processeslook
: CSS and other style filesnews
: Files for news articles, press releases, and newsletters ordered by yearorder
: Our web shopscripts
: JavaScript files used on our pagestags
: Files necessary to display used tags throughout the website. Mostly automatically generated
Contribute
Become member of our awesome webmaster team and help improving our online information platform! The web teams wiki page contains info how to join the mailing list, where a issue tracker can be found, and how to edit the website's source code.
Translate
We adore our voluntary translators who make information about Free Software available over 30 languages, from Arabic to Turkish!
Join them to spread the message of our community in all over Europe and beyond. The translators team page will introduce you to their amazing work.
You can see the current status of translation progress of fsfe.org at status.fsfe.org/translations
Build
You can build the fsfe.org website on your own computer to make previews of single pages possible offline and without having to wait for an online website build. A dedicated docs page tells you how to do it.