forked from libremesh/libremesh.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevelopment.txt
42 lines (29 loc) · 1.45 KB
/
development.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
---
Development
===========
== The Source Code
The code is stored inside a git tree which contains all branches and releases.
All repositories can be browsed online through
https://github.com/libremesh/[GitHub].
== Getting The _LibreMesh_ Code
Any _LibreMesh_ development happens in the _lime-packages_ git repository which can be browsed on https://github.com/libremesh/lime-packages[GitHub] or downloaded using git:
----
git clone https://github.com/libremesh/lime-packages.git
cd lime-packages
----
== The Web Presence
The pages you're reading are generated from text files using the
http://www.methods.co.nz/asciidoc/[AsciiDoc] suite plus https://jekyllrb.com/[Jekyll]. Any changes made to the
projects web site will be reflected in our https://github.com/libremesh/lime-web[web git repository].
In order to generate these pages locally:
----
git clone https://github.com/libremesh/lime-web.git
cd lime-web && bundler install
bundle exec jekyll serve
----
For more details, check the https://github.com/libremesh/lime-web/blob/master/README[README] on Github.
If you would like to contribute to the documentation then please send patches to our mailing list and use the prefix "doc:" in the patches subject.
Please use the http://www.methods.co.nz/asciidoc/userguide.html[AsciiDoc syntax] for contributions on the web page.
== Submitting Patches
We accept pull requests via GitHub. But patches can also be submitted via the dev link:communication.html[mailing list].