create account

Beem 0.20.10 - Fixing lots of documentation syntax errors and typos by flugschwein

View this thread on: hive.blogpeakd.comecency.com
· @flugschwein · (edited)
$9.87
Beem 0.20.10 - Fixing lots of documentation syntax errors and typos
#### Repository
https://github.com/holgern/beem

#### Details
Write details of the new/updated official documentation, highlighting all the important changes and additions made.
Looking through the beem documentation, I noticed there were many small things not quite looking like they should. I tried to get the existing documentation to build with no error, and to get it to display like it should. For example, instead of looking like that:
![image.png](https://files.steempeak.com/file/steempeak/flugschwein/NCXDJ1DL-image.png)
things looked like this:
![image.png](https://files.steempeak.com/file/steempeak/flugschwein/aYlJrkS3-image.png)
You'll see that the parameters did not get parsed correctly, and caused the whole paragraph to include some semi-readable text.
Similar errors in the Sphinx Syntax and general typos were fixed by me. There also is a feature by Sphinx that makes linking to other parts of the documentation very comfortable. I applied this to I think all places where this can be applied. This greatly improves the comfort in using the documentation in my opinion (when you can jump right to the documentation of the mentioned classes/functions). 
Further examples: (click on the images to view them full screen)
|Before|After|
|---|---|
|[![image.png](https://files.steempeak.com/file/steempeak/flugschwein/LIER65Q7-image.png)](https://files.steempeak.com/file/steempeak/flugschwein/LIER65Q7-image.png)|[![image.png](https://files.steempeak.com/file/steempeak/flugschwein/u5ZVxhQE-image.png)](https://files.steempeak.com/file/steempeak/flugschwein/u5ZVxhQE-image.png)|
|[![image.png](https://files.steempeak.com/file/steempeak/flugschwein/TDZxW1J2-image.png)](https://files.steempeak.com/file/steempeak/flugschwein/TDZxW1J2-image.png)|[![image.png](https://files.steempeak.com/file/steempeak/flugschwein/VaXQg5L2-image.png)](https://files.steempeak.com/file/steempeak/flugschwein/VaXQg5L2-image.png)|
|[![image.png](https://files.steempeak.com/file/steempeak/flugschwein/uv6tPRmf-image.png)](https://files.steempeak.com/file/steempeak/flugschwein/uv6tPRmf-image.png)|[![image.png](https://files.steempeak.com/file/steempeak/flugschwein/zazsMIDV-image.png)](https://files.steempeak.com/file/steempeak/flugschwein/zazsMIDV-image.png)|
|[![image.png](https://files.steempeak.com/file/steempeak/flugschwein/0acDiDrX-image.png)](https://files.steempeak.com/file/steempeak/flugschwein/0acDiDrX-image.png)|[![image.png](https://files.steempeak.com/file/steempeak/flugschwein/XHzspOws-image.png)](https://files.steempeak.com/file/steempeak/flugschwein/XHzspOws-image.png)|

Nearly all of the changes are similar to those in the above screenshots.

After my changes, the documentation no longer displays any warning when building. I already fixed quite a lot of warnings in [this](https://github.com/holgern/beem/pull/78) Pull Request some time ago.

#### Components
The changes I made were spread pretty much all over the documentation. Most of the changes are in parts of the module, that got created or edited after the "birth" of beem.

#### Links
I changed the following pages of the [beem documentation](https://beem.readthedocs.io/en/latest/)
1. https://beem.readthedocs.io/en/latest/beem.account.html
2. https://beem.readthedocs.io/en/latest/beem.amount.html
3. https://beem.readthedocs.io/en/latest/beem.asciichart.html
4. https://beem.readthedocs.io/en/latest/beem.asset.html
5. https://beem.readthedocs.io/en/latest/beem.block.html
6. https://beem.readthedocs.io/en/latest/beem.blockchain.html
7. https://beem.readthedocs.io/en/latest/beem.comment.html
8. https://beem.readthedocs.io/en/latest/beem.discussions.html
9. https://beem.readthedocs.io/en/latest/beem.exceptions.html
10. https://beem.readthedocs.io/en/latest/beem.imageuploader.html
11. https://beem.readthedocs.io/en/latest/beem.instance.html
12. https://beem.readthedocs.io/en/latest/beem.market.html
13. https://beem.readthedocs.io/en/latest/beem.memo.html
14. https://beem.readthedocs.io/en/latest/beem.message.html
15. https://beem.readthedocs.io/en/latest/beem.nodelist.html
16. https://beem.readthedocs.io/en/latest/beem.notify.html
17. https://beem.readthedocs.io/en/latest/beem.price.html
18. https://beem.readthedocs.io/en/latest/beem.snapshot.html
19. https://beem.readthedocs.io/en/latest/beem.steem.html
20. https://beem.readthedocs.io/en/latest/beem.steemconnect.html
21. https://beem.readthedocs.io/en/latest/beem.storage.html
22. https://beem.readthedocs.io/en/latest/beem.transactionbuilder.html
23. https://beem.readthedocs.io/en/latest/beem.vote.html
24. https://beem.readthedocs.io/en/latest/beem.wallet.html
25. https://beem.readthedocs.io/en/latest/beem.witness.html
26. https://beem.readthedocs.io/en/latest/beembase.signedtransactions.html
27. https://beem.readthedocs.io/en/latest/beemgraphenebase.account.html
28. https://beem.readthedocs.io/en/latest/beemgraphenebase.base58.html
29. https://beem.readthedocs.io/en/latest/beemgraphenebase.signedtransactions.html
30. https://beem.readthedocs.io/en/latest/cli.html
31. https://beem.readthedocs.io/en/latest/configuration.html
32. https://beem.readthedocs.io/en/latest/contribute.html
33. https://beem.readthedocs.io/en/latest/modules.html
34. https://beem.readthedocs.io/en/latest/quickstart.html

#### GitHub Proof of Authorship
- GitHub Account: https://github.com/flugschwein
- Pull Request: https://github.com/holgern/beem/pull/111
_As of the posting of this post, the changes I made haven't gone live yet. They are already merged into the master branch though_
Edit: It's live now :-)
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 57 others
properties (23)
authorflugschwein
permlinkbeem-0-20-10-fixing-lots-of-documentation-syntax-errors-and-typos
categoryutopian-io
json_metadata{"community":"steempeak","app":"steempeak","format":"markdown","tags":["utopian-io","documentation","beem","steemdev","developers"],"links":["https://github.com/holgern/beem","https://files.steempeak.com/file/steempeak/flugschwein/LIER65Q7-image.png","https://files.steempeak.com/file/steempeak/flugschwein/u5ZVxhQE-image.png","https://files.steempeak.com/file/steempeak/flugschwein/TDZxW1J2-image.png","https://files.steempeak.com/file/steempeak/flugschwein/VaXQg5L2-image.png","https://files.steempeak.com/file/steempeak/flugschwein/uv6tPRmf-image.png","https://files.steempeak.com/file/steempeak/flugschwein/zazsMIDV-image.png","https://files.steempeak.com/file/steempeak/flugschwein/0acDiDrX-image.png","https://files.steempeak.com/file/steempeak/flugschwein/XHzspOws-image.png","https://github.com/holgern/beem/pull/78"],"image":["https://files.steempeak.com/file/steempeak/flugschwein/NCXDJ1DL-image.png","https://files.steempeak.com/file/steempeak/flugschwein/aYlJrkS3-image.png","https://files.steempeak.com/file/steempeak/flugschwein/LIER65Q7-image.png","https://files.steempeak.com/file/steempeak/flugschwein/u5ZVxhQE-image.png","https://files.steempeak.com/file/steempeak/flugschwein/TDZxW1J2-image.png","https://files.steempeak.com/file/steempeak/flugschwein/VaXQg5L2-image.png","https://files.steempeak.com/file/steempeak/flugschwein/uv6tPRmf-image.png","https://files.steempeak.com/file/steempeak/flugschwein/zazsMIDV-image.png","https://files.steempeak.com/file/steempeak/flugschwein/0acDiDrX-image.png","https://files.steempeak.com/file/steempeak/flugschwein/XHzspOws-image.png"]}
created2018-10-31 19:20:24
last_update2018-11-01 16:36:54
depth0
children17
last_payout2018-11-07 19:20:24
cashout_time1969-12-31 23:59:59
total_payout_value7.648 HBD
curator_payout_value2.217 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5,555
author_reputation11,950,112,708,339
root_title"Beem 0.20.10 - Fixing lots of documentation syntax errors and typos"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id74,428,397
net_rshares8,891,061,605,277
author_curate_reward""
vote details (121)
@isnochys ·
If I could turn back !BEER
properties (22)
authorisnochys
permlinkre-beem-0-20-10-fixing-lots-of-documentation-syntax-errors-and-typos-20191031t060752z
categoryutopian-io
json_metadata"{"app": "beem/0.20.23"}"
created2019-10-31 06:07:54
last_update2019-10-31 06:07:54
depth1
children0
last_payout2019-11-07 06:07:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation48,458,921,588,264
root_title"Beem 0.20.10 - Fixing lots of documentation syntax errors and typos"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id92,063,211
net_rshares0
@lengthtrap ·
Just admirable!!
properties (22)
authorlengthtrap
permlink20181101t164102464z
categoryutopian-io
json_metadata{}
created2018-11-01 16:41:00
last_update2018-11-01 16:41:00
depth1
children0
last_payout2018-11-08 16:41:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length16
author_reputation170,353,640
root_title"Beem 0.20.10 - Fixing lots of documentation syntax errors and typos"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id74,488,674
net_rshares0
@minnowsupport ·
<p>Congratulations!  This post has been upvoted from the communal account, @minnowsupport, by Flugschwein from the Minnow Support Project. It's a witness project run by aggroed, ausbitbank, teamsteem, someguy123, neoxian, followbtcnews, and netuoso. The goal is to help Steemit grow by supporting Minnows.  Please find us at the <a href="https://discord.gg/HYj4yvw"> Peace, Abundance, and Liberty Network (PALnet) Discord Channel</a>.  It's a completely public and open space to all members of the Steemit community who voluntarily choose to be there.</p> <p>If you would like to delegate to the Minnow Support Project you can do so by clicking on the following links: <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=102530.639667%20VESTS">50SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=205303.639667%20VESTS">100SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=514303.639667%20VESTS">250SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=1025303.639667%20VESTS">500SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=2053030.639667%20VESTS">1000SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=10253030.639667%20VESTS">5000SP</a>. <br><strong>Be sure to leave at least 50SP undelegated on your account.</strong></p>
properties (22)
authorminnowsupport
permlinkre-beem-0-20-10-fixing-lots-of-documentation-syntax-errors-and-typos-20181106t162053z
categoryutopian-io
json_metadata"{"app": "beem/0.20.9"}"
created2018-11-06 16:20:54
last_update2018-11-06 16:20:54
depth1
children0
last_payout2018-11-13 16:20:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,694
author_reputation148,902,805,319,183
root_title"Beem 0.20.10 - Fixing lots of documentation syntax errors and typos"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id74,797,786
net_rshares0
@ms10398 ·
$4.89
Hello @flugschwein,

Welcome to the documentation category as this is your first contribution since I have become CM.

As this contribution was related to typos but minor fixes it is not scored high.

But I highly appreciate the efforts you have put into it to make the Beem docs better.

I really love the passion you have for the project. 

Keep contributing.

I am already looking forward to the next documentation contribution from you.

Your contribution has been evaluated according to [Utopian policies and guidelines](https://join.utopian.io/guidelines), as well as a predefined set of questions pertaining to the category.

To view those questions and the relevant answers related to your post, [click here](https://review.utopian.io/result/4/3431223).

---- 
Need help? Write a ticket on https://support.utopian.io/. 
Chat with us on [Discord](https://discord.gg/uTyJkNm). 
[[utopian-moderator]](https://join.utopian.io/)
👍  , , , , , , , , , , ,
properties (23)
authorms10398
permlinkre-flugschwein-beem-0-20-10-fixing-lots-of-documentation-syntax-errors-and-typos-20181101t165324604z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["flugschwein"],"links":["https://join.utopian.io/guidelines","https://review.utopian.io/result/4/3431223","https://support.utopian.io/","https://discord.gg/uTyJkNm","https://join.utopian.io/"],"app":"steemit/0.1"}
created2018-11-01 16:53:24
last_update2018-11-01 16:53:24
depth1
children2
last_payout2018-11-08 16:53:24
cashout_time1969-12-31 23:59:59
total_payout_value3.730 HBD
curator_payout_value1.161 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length931
author_reputation27,572,487,973,390
root_title"Beem 0.20.10 - Fixing lots of documentation syntax errors and typos"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id74,489,287
net_rshares4,312,267,081,658
author_curate_reward""
vote details (12)
@flugschwein ·
$0.02
Thanks for your review!
Let's see if I can spend some more time on the beem documentation :-)
👍  , , ,
properties (23)
authorflugschwein
permlinkre-ms10398-re-flugschwein-beem-0-20-10-fixing-lots-of-documentation-syntax-errors-and-typos-20181101t165615542z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"steempeak","app":"steempeak"}
created2018-11-01 16:56:15
last_update2018-11-01 16:56:15
depth2
children0
last_payout2018-11-08 16:56:15
cashout_time1969-12-31 23:59:59
total_payout_value0.018 HBD
curator_payout_value0.004 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length93
author_reputation11,950,112,708,339
root_title"Beem 0.20.10 - Fixing lots of documentation syntax errors and typos"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id74,489,447
net_rshares22,415,040,573
author_curate_reward""
vote details (4)
@utopian-io ·
Thank you for your review, @ms10398! Keep up the good work!
properties (22)
authorutopian-io
permlinkre-re-flugschwein-beem-0-20-10-fixing-lots-of-documentation-syntax-errors-and-typos-20181101t165324604z-20181104t222637z
categoryutopian-io
json_metadata"{"app": "beem/0.20.9"}"
created2018-11-04 22:26:39
last_update2018-11-04 22:26:39
depth2
children0
last_payout2018-11-11 22:26:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length59
author_reputation152,955,367,999,756
root_title"Beem 0.20.10 - Fixing lots of documentation syntax errors and typos"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id74,685,326
net_rshares0
@mys ·
$0.02
Nicely formatted post :) Easy to read.
👍  ,
properties (23)
authormys
permlinkre-flugschwein-beem-0-20-10-fixing-lots-of-documentation-syntax-errors-and-typos-20181031t220629571z
categoryutopian-io
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["utopian-io"],"users":[],"links":[],"image":[]}
created2018-10-31 22:06:33
last_update2018-10-31 22:06:33
depth1
children1
last_payout2018-11-07 22:06:33
cashout_time1969-12-31 23:59:59
total_payout_value0.018 HBD
curator_payout_value0.004 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length38
author_reputation14,948,575,541,320
root_title"Beem 0.20.10 - Fixing lots of documentation syntax errors and typos"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id74,436,586
net_rshares21,892,957,581
author_curate_reward""
vote details (2)
@flugschwein ·
$0.04
Thanks a lot. I actually feared the opposite xD
👍  , , ,
properties (23)
authorflugschwein
permlinkre-mys-re-flugschwein-beem-0-20-10-fixing-lots-of-documentation-syntax-errors-and-typos-20181101t163802410z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"steempeak","app":"steempeak"}
created2018-11-01 16:38:03
last_update2018-11-01 16:38:03
depth2
children0
last_payout2018-11-08 16:38:03
cashout_time1969-12-31 23:59:59
total_payout_value0.030 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length47
author_reputation11,950,112,708,339
root_title"Beem 0.20.10 - Fixing lots of documentation syntax errors and typos"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id74,488,542
net_rshares34,694,994,100
author_curate_reward""
vote details (4)
@steem-ua ·
#### Hi @flugschwein!

Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation!
Your post is eligible for our upvote, thanks to our collaboration with @utopian-io!
**Feel free to join our [@steem-ua Discord server](https://discord.gg/KpBNYGz)**
properties (22)
authorsteem-ua
permlinkre-beem-0-20-10-fixing-lots-of-documentation-syntax-errors-and-typos-20181101t173114z
categoryutopian-io
json_metadata"{"app": "beem/0.20.9"}"
created2018-11-01 17:31:15
last_update2018-11-01 17:31:15
depth1
children0
last_payout2018-11-08 17:31:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length290
author_reputation23,214,230,978,060
root_title"Beem 0.20.10 - Fixing lots of documentation syntax errors and typos"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id74,491,077
net_rshares0
@steemitboard ·
Congratulations @flugschwein! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :

<table><tr><td>https://steemitimages.com/60x70/http://steemitboard.com/@flugschwein/voted.png?201811040133</td><td>You received more than 4000 upvotes. Your next target is to reach 5000 upvotes.</td></tr>
</table>

<sub>_[Click here to view your Board of Honor](https://steemitboard.com/@flugschwein)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



**Do not miss the last post from @steemitboard:**
<table><tr><td><a href="https://steemit.com/steemfest/@steemitboard/the-new-steemfest-award-is-ready"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmeEYkuDHNp3c9dC6Q5s8Wysi8DrXR89FHAFiu5XoQW8Vr/SteemitBoard_header_Krakow2018.png"></a></td><td><a href="https://steemit.com/steemfest/@steemitboard/the-new-steemfest-award-is-ready">The new Steemfest³ Award is ready!</a></td></tr><tr><td><a href="https://steemit.com/steemfest/@steemitboard/i06trehc"><img src="https://steemitimages.com/64x128/https://ipfs.io/ipfs/QmU34ZrY632FFKQ1vbrkSM27VcnsjQdtXPynfMrpxDFJcF"></a></td><td><a href="https://steemit.com/steemfest/@steemitboard/i06trehc">Be ready for the next contest!</a></td></tr></table>

> Support [SteemitBoard's project](https://steemit.com/@steemitboard)! **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-flugschwein-20181104t043319000z
categoryutopian-io
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-11-04 04:33:18
last_update2018-11-04 04:33:18
depth1
children0
last_payout2018-11-11 04:33:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,539
author_reputation38,975,615,169,260
root_title"Beem 0.20.10 - Fixing lots of documentation syntax errors and typos"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id74,639,678
net_rshares0
@steemitboard ·
Congratulations @flugschwein! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :

<table><tr><td>https://steemitimages.com/60x70/http://steemitboard.com/@flugschwein/comments.png?201811071705</td><td>You made more than 700 comments. Your next target is to reach 800 comments.</td></tr>
</table>

<sub>_[Click here to view your Board of Honor](https://steemitboard.com/@flugschwein)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



**Do not miss the last post from @steemitboard:**
<table><tr><td><a href="https://steemit.com/steemfest/@steemitboard/uk1parhd"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmSz7NTFn1sazJvocuqkN7uZFHxAUTJrVYz7zqYEEExXfY/image.png"></a></td><td><a href="https://steemit.com/steemfest/@steemitboard/uk1parhd">SteemFest³ - SteemitBoard Contest Teaser</a></td></tr><tr><td><a href="https://steemit.com/steemfest/@steemitboard/the-new-steemfest-award-is-ready"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmeEYkuDHNp3c9dC6Q5s8Wysi8DrXR89FHAFiu5XoQW8Vr/SteemitBoard_header_Krakow2018.png"></a></td><td><a href="https://steemit.com/steemfest/@steemitboard/the-new-steemfest-award-is-ready">The new Steemfest³ Award is ready!</a></td></tr></table>

> Support [SteemitBoard's project](https://steemit.com/@steemitboard)! **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-flugschwein-20181107t185153000z
categoryutopian-io
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-11-07 18:51:51
last_update2018-11-07 18:51:51
depth1
children0
last_payout2018-11-14 18:51:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,568
author_reputation38,975,615,169,260
root_title"Beem 0.20.10 - Fixing lots of documentation syntax errors and typos"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id74,869,840
net_rshares0
@steemitboard ·
Congratulations @flugschwein! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :

<table><tr><td>https://steemitimages.com/60x70/http://steemitboard.com/@flugschwein/votes.png?201811102110</td><td>You made more than 4000 upvotes. Your next target is to reach 5000 upvotes.</td></tr>
</table>

<sub>_[Click here to view your Board of Honor](https://steemitboard.com/@flugschwein)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



**Do not miss the last post from @steemitboard:**
<table><tr><td><a href="https://steemit.com/steemfest/@steemitboard/steemfest3-and-steemitboard-meet-the-steemians-contest"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmeLukvNFRsa7RURqsFpiLGEZZD49MiU52JtWmjS5S2wtW/image.png"></a></td><td><a href="https://steemit.com/steemfest/@steemitboard/steemfest3-and-steemitboard-meet-the-steemians-contest">SteemFest3 and SteemitBoard - Meet the Steemians Contest</a></td></tr></table>

> Support [SteemitBoard's project](https://steemit.com/@steemitboard)! **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-flugschwein-20181110t224223000z
categoryutopian-io
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-11-10 22:42:18
last_update2018-11-10 22:42:18
depth1
children0
last_payout2018-11-17 22:42:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,273
author_reputation38,975,615,169,260
root_title"Beem 0.20.10 - Fixing lots of documentation syntax errors and typos"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,059,100
net_rshares0
@steemitboard ·
Congratulations @flugschwein! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :

<table><tr><td>https://steemitimages.com/60x70/http://steemitboard.com/@flugschwein/payout.png?201811141758</td><td>You received more than 500 as payout for your posts. Your next target is to reach a total payout of 1000</td></tr>
</table>

<sub>_[Click here to view your Board of Honor](https://steemitboard.com/@flugschwein)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



**Do not miss the last post from @steemitboard:**
<table><tr><td><a href="https://steemit.com/steemfest/@steemitboard/the-meet-the-steemians-contest-is-over-results-are-coming-soon"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmeLukvNFRsa7RURqsFpiLGEZZD49MiU52JtWmjS5S2wtW/image.png"></a></td><td><a href="https://steemit.com/steemfest/@steemitboard/the-meet-the-steemians-contest-is-over-results-are-coming-soon">The Meet the Steemians Contest is over - Results are coming soon ...</a></td></tr></table>

> Support [SteemitBoard's project](https://steemit.com/@steemitboard)! **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-flugschwein-20181114t190429000z
categoryutopian-io
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-11-14 19:04:30
last_update2018-11-14 19:04:30
depth1
children0
last_payout2018-11-21 19:04:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,331
author_reputation38,975,615,169,260
root_title"Beem 0.20.10 - Fixing lots of documentation syntax errors and typos"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,291,534
net_rshares0
@steemitboard ·
Congratulations @flugschwein! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :

<table><tr><td>https://steemitimages.com/60x70/http://steemitboard.com/@flugschwein/commented.png?201811141921</td><td>You got more than 800 replies. Your next target is to reach 900 replies.</td></tr>
</table>

<sub>_[Click here to view your Board of Honor](https://steemitboard.com/@flugschwein)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



**Do not miss the last post from @steemitboard:**
<table><tr><td><a href="https://steemit.com/steemfest/@steemitboard/the-meet-the-steemians-contest-is-over-results-are-coming-soon"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmeLukvNFRsa7RURqsFpiLGEZZD49MiU52JtWmjS5S2wtW/image.png"></a></td><td><a href="https://steemit.com/steemfest/@steemitboard/the-meet-the-steemians-contest-is-over-results-are-coming-soon">The Meet the Steemians Contest is over - Results are coming soon ...</a></td></tr></table>

> Support [SteemitBoard's project](https://steemit.com/@steemitboard)! **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-flugschwein-20181114t204459000z
categoryutopian-io
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-11-14 20:44:57
last_update2018-11-14 20:44:57
depth1
children0
last_payout2018-11-21 20:44:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,302
author_reputation38,975,615,169,260
root_title"Beem 0.20.10 - Fixing lots of documentation syntax errors and typos"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,295,884
net_rshares0
@steemitboard ·
Congratulations @flugschwein! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :

<table><tr><td>https://steemitimages.com/60x70/http://steemitboard.com/@flugschwein/comments.png?201812212251</td><td>You made more than 800 comments. Your next target is to reach 900 comments.</td></tr>
</table>

<sub>_[Click here to view your Board of Honor](https://steemitboard.com/@flugschwein)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



> Support [SteemitBoard's project](https://steemit.com/@steemitboard)! **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-flugschwein-20181221t234729000z
categoryutopian-io
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-12-21 23:47:27
last_update2018-12-21 23:47:27
depth1
children0
last_payout2018-12-28 23:47:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length768
author_reputation38,975,615,169,260
root_title"Beem 0.20.10 - Fixing lots of documentation syntax errors and typos"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id77,196,886
net_rshares0
@steemitboard ·
Congratulations @flugschwein! You received a personal award!

<table><tr><td>https://steemitimages.com/70x70/http://steemitboard.com/@flugschwein/birthday1.png</td><td>1 Year on Steemit</td></tr></table>

<sub>_[Click here to view your Board](https://steemitboard.com/@flugschwein)_</sub>


**Do not miss the last post from @steemitboard:**
<table><tr><td><a href="https://steemit.com/steem/@steemitboard/steemwhales-has-officially-moved-to-steemitboard-ranking"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmfRVpHQhLDhnjDtqck8GPv9NPvNKPfMsDaAFDE1D9Er2Z/header_ranking.png"></a></td><td><a href="https://steemit.com/steem/@steemitboard/steemwhales-has-officially-moved-to-steemitboard-ranking">SteemWhales has officially moved to SteemitBoard Ranking</a></td></tr><tr><td><a href="https://steemit.com/steemitboard/@steemitboard/steemitboard-witness-update-2019-01-07"><img src="https://steemitimages.com/64x128/http://i.cubeupload.com/7CiQEO.png"></a></td><td><a href="https://steemit.com/steemitboard/@steemitboard/steemitboard-witness-update-2019-01-07">SteemitBoard - Witness Update</a></td></tr></table>

> Support [SteemitBoard's project](https://steemit.com/@steemitboard)! **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-flugschwein-20190108t180241000z
categoryutopian-io
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2019-01-08 18:02:42
last_update2019-01-08 18:02:42
depth1
children0
last_payout2019-01-15 18:02:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,350
author_reputation38,975,615,169,260
root_title"Beem 0.20.10 - Fixing lots of documentation syntax errors and typos"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,086,528
net_rshares0
@utopian-io ·
Hey, @flugschwein!

**Thanks for contributing on Utopian**.
We’re already looking forward to your next contribution!

**Get higher incentives and support Utopian.io!**
 Simply set @utopian.pay as a 5% (or higher) payout beneficiary on your contribution post (via [SteemPlus](https://chrome.google.com/webstore/detail/steemplus/mjbkjgcplmaneajhcbegoffkedeankaj?hl=en) or [Steeditor](https://steeditor.app)).

**Want to chat? Join us on Discord https://discord.gg/h52nFrV.**

<a href='https://steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1'>Vote for Utopian Witness!</a>
properties (22)
authorutopian-io
permlinkre-beem-0-20-10-fixing-lots-of-documentation-syntax-errors-and-typos-20181102t032716z
categoryutopian-io
json_metadata"{"app": "beem/0.20.9"}"
created2018-11-02 03:27:18
last_update2018-11-02 03:27:18
depth1
children0
last_payout2018-11-09 03:27:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length593
author_reputation152,955,367,999,756
root_title"Beem 0.20.10 - Fixing lots of documentation syntax errors and typos"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id74,517,003
net_rshares0