Update pages.

main
polistern 2021-11-16 18:31:06 +00:00
parent 15193abb9b
commit 90c94f17e3
5 changed files with 43 additions and 5 deletions

View File

@ -0,0 +1,31 @@
# How to contribute
I'm really glad you're reading this.
Come find me in [#dev] channel on ilita IRC network in to I2P.
## Submitting changes
Please send a [GitHub Pull Request to pboted](https://github.com/polistern/pboted/pull/new/master) with a clear list of what you've done (read more about [pull requests](http://help.github.com/pull-requests/)).
Please follow conventions (below) and make sure all of your commits are atomic (one feature per commit).
Always write a clear log message for your commits.
One-line messages are fine for small changes, but bigger changes should look like this:
```
$ git commit -m "A brief summary of the commit
>
> A paragraph describing what changed and its impact."
```
## Coding conventions
After a short discussion, one of the [coding styles](https://github.com/motine/cppstylelineup) will be determined, which better meets our requirements.
But for now:
* We indent using **two spaces**
* We put spaces after list items and method parameters (`[1, 2, 3]`, not `[1,2,3]`), around operators (`x += 1`, not `x+=1`).
Sincerely yours,
polistern

View File

@ -0,0 +1,6 @@
# Donations
- **BTC**: `bc1qans7ukm5t62mjcuhl3rpzxml05etyljhjt7w76`
- **DASH**: `XfeBg9i7MwbW2X1y1HpgHZ4sB7jqxhSfta`
- **GST**: `GatPEoV4uK2z1mgbph577Tv1WavrL5vmSE`
- **XMR**: `85P3aEXrYMn1YxnQaZSBWy6Ur6j9PVRxmCd3Ey1UanKAdKnhd2iYNdrEhNJ2JeUdcC8otSHogRTnydn4aMh8DwbSMs4N13Z`

View File

@ -1,4 +1,4 @@
# Special thanks
* [orignal](https://github.com/orignal) - as mentor
* [R4SAS](https://github.com/r4sas) - hurrying to the rescue
* [orignal](https://github.com/orignal) - for mentoring
* [R4SAS](https://github.com/r4sas) - for the help at the start

View File

@ -3,10 +3,10 @@
pboted (Plus Bote Daemon) - is a standalone C++ implementation of I2P-Bote protocol.
I2P-Bote is a server-less encrypted KademliaDHT-based email protocol.
You can find more details it Bote section.
You can find more details it [Bote](devs/bote/v5/version5.md) section.
Interaction with the I2P network occurs through the SAMv3 interface.
Tested with i2pd and Java I2P.
Interaction with the I2P network occurs through the [SAMv3](https://geti2p.net/ru/docs/api/samv3) interface.
Tested with [i2pd](https://github.com/PurpleI2P/i2pd) and [Java I2P](https://github.com/i2p/i2p.i2p).
## Features

View File

@ -45,6 +45,7 @@ nav:
- License: about/license.md
- Special thanks: about/thanks.md
- Contributing: about/contributing.md
- Donations: about/donations.md
copyright: <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA 4.0</a>, Maintained by polistern