Skip to content

Commit 55ee896

Browse files
authored
Merge pull request #2 from cyrozap/improvements
Miscellaneous improvements
2 parents 3e00aad + d2f072b commit 55ee896

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

getinvolved.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,28 @@ layout: default
44

55
# Get Involved
66

7-
Want to contribute to the project? We suggest joining the developer chat, which may be accessed via your choice of IRC or Discord (both channels are bridged so you can talk to everyone from either protocol).
7+
## Developer Chat
8+
9+
Want to contribute to the project? We suggest joining the developer chat, which may be accessed via your choice of IRC or Discord:
810

911
* IRC: \#scopehal on [irc.libera.chat](ircs://irc.libera.chat:6697/scopehal)
1012
* Discord: [\#scopehal on 1bitsquared](https://discord.gg/URuN2BuGwG)
1113

12-
This is the primary mechanism for active developers to discuss features they're working on, help each other out, and coordinate the overall direction of the project.
14+
Both the IRC and Discord channels are bridged so you can talk to everyone using either protocol.
15+
Public logs of the bridged channels can be found [here](https://libera.irclog.whitequark.org/scopehal/).
16+
17+
The developer chat is the primary mechanism for active developers to discuss features they're working on, help each other out, and coordinate the overall direction of the project.
1318

1419
We also host developer meetings on Zoom, typically about once per month. Connection and scheduling information is shared in the chat channel.
20+
21+
## Source Code
22+
23+
All source code for applications and documentation can be found in the [ngscopeclient organization on GitHub](https://github.com/ngscopeclient).
24+
25+
Source code for documentation is located in the following repositories:
26+
27+
* This website: [ngscopeclient/ngscopeclient.github.io](https://github.com/ngscopeclient/ngscopeclient.github.io)
28+
* End-user documentation: [ngscopeclient/scopehal-docs](https://github.com/ngscopeclient/scopehal-docs)
29+
* Developer API documentation is derived from Doxygen comments in the following repositories:
30+
* [ngscopeclient/scopehal-apps](https://github.com/ngscopeclient/scopehal-apps)
31+
* [ngscopeclient/scopehal](https://github.com/ngscopeclient/scopehal)

index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,20 @@ layout: default
2121
* [Multi-scope support](/multiscope)
2222
* [Protocol analysis](/protocol-analysis)
2323

24+
# Download
25+
26+
Downloads of prebuilt binaries are not yet available.
27+
28+
For build and installation instructions, please refer to the "Getting Started" chapter of the User Manual:
29+
30+
* [User Manual, Getting Started (HTML)](/manual/GettingStarted.html)
31+
* [User Manual (PDF)](/downloads/ngscopeclient-manual.pdf)
32+
2433
# Learn more
2534

2635
* [Get involved](/getinvolved)
2736
* [Supported hardware](/hardware)
2837
* [User manual (HTML)](/manual/contentsname.html)
2938
* [User manual (PDF)](/downloads/ngscopeclient-manual.pdf)
3039
* [Developer API documentation](/devdocs)
40+
* [ngscopeclient organization on GitHub](https://github.com/ngscopeclient)

0 commit comments

Comments
 (0)