1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
-
+
|
# How to clone this repository
This website is generated by [Fossil](http://fossil-scm.org), the distributed version control system, bug tracking system and wiki software server.
Download Fossil 2.24, unzip it and type:
fossil clone -u http://grammalecte.net:8080 grammalecte.fossil
or, if you have an account:
fossil clone -u http://user:password@code.grammalecte.net:8080 grammalecte.fossil
fossil clone -u http://user:password@grammalecte.net:8080 grammalecte.fossil
Then, open the repository:
fossil open grammalecte.fossil
Copy unversioned files from the repository to your drive:
|