Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lafra
website
Compare revisions
master to community
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
lafra/website
Select target project
No results found
community
Select Git revision
Branches
bozze
buster
community
master
4 results
Swap
Target
ai/website
Select target project
ai/website
lafra/website
2 results
master
Select Git revision
Branches
master
not_privacy_only
renovate/bootstrap-5.x
renovate/corejs-typeahead-1.x
renovate/css-loader-6.x
renovate/css-loader-7.x
renovate/docker.io-library-golang-1.x
renovate/glob-10.x
renovate/mini-css-extract-plugin-2.x
renovate/purgecss-webpack-plugin-6.x
revision2023
11 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
README for public repo
· 486ee37f
obaz
authored
5 years ago
486ee37f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+41
-6
41 additions, 6 deletions
README.md
with
41 additions
and
6 deletions
README.md
View file @
486ee37f
Autistici.org
w
ebsite
Autistici.org
W
ebsite
- Public Repository
=====================
This repository
contains the source code for the
autistici.org
This repository
is the public mirror of the source code for the
[
Autistici/Inventati
](
autistici.org
)
website.
Contents are written in Markdown, and rendered to static HTML at
deployment tim
e.
You can support the Autistici/Inventati project by updating, translating, or contributing
new guides for the websit
e.
# Making changes
The website contents are located in the
`src`
subdirectory. Pages are
## Contributing with Editing, Updates, Translations
You can contribute to the content of the website by forking this repository and then submitting a merge request.
All content are located in the
`src`
subdirectory. Pages are
encoded in Markdown, with a small header providing page metadata
(mostly the page title).
...
...
@@ -21,6 +24,38 @@ example:
----
Contents of the about page.
### Translations
Autistici/Inventati's website is currently fully or partly available in the following languages:
-
Italian (the project's native language)
-
English (a language most of the collective members are fluent with)
-
Spanish (many of us speak at least some)
-
French (some of us speak it)
-
Portuguese (some of us speak it)
-
German (few of us speak it)
-
Catalan (none of us speak it, but some very friendly volunteers decided to translate most of the website and we loved the idea)
If you would like to update or add translations in the above languages, we would be very thankful about it,
and would be happy to add them to the website.
If you are thinking of translating into languages other than those, please consider that this
could create false expectations in people, who might think that we would then be able to support
them with technical issues in those languages. If you think it still would be a good idea to have
the whole website translated in your language, then feel free to go ahead, but in that case, consider translating
as many pages as possible before you submit your project to us.
When adding a translation, create a file with the same name as the original, but with the appropriate language code.
For example, if you wanted to translate the index page into Arabic, you would create a new file in the
`src`
folder
called
`index.ar.md`
.
When you're done with your translations, create a merge request and you're done.
Thanks a lot for contributing to the Autistici/Inventati website!
## Making Changes Beyond Content
When editing the website sources, it is a good idea to test the
results locally, before submitting the changes. In order to do so,
there are some setup steps you will need to perform on your system.
...
...
This diff is collapsed.
Click to expand it.