Commit Graph

342 Commits

Author SHA1 Message Date
James Valleroy da50b5192e
Make JSON example use valid JSON (#804) 2020-08-24 01:26:17 +02:00
Moritz 1148f0415b
Fix typo in filename introduced in #801 (#802) 2020-08-11 02:14:13 +02:00
Moritz 5ebc8ad418
Replace and fix broken links with hugos relref (#801)
As discussed in #764 there are quite a lot of outdated links in the
mastodon documentation. In basically all cases this was resolved by
simply wrapping the old plain markdown link in hugos `relref`
function[^0].

While quite a lot of links on the `/zh-cn/` also appear to be broken,
these can not be fixed by just wrapping them in `relref`[^0]. Those are
all links to `/spec/` subpages which are just not translated to `/zh-cn/`
version. Therefore, `/zh-cn/spec/` has been excluded from the automated
checking as described in the next section.

The page has been checked using the linkchecker[^1] utility. One process
is running `hugo serve` in order to see all changes in real time and
notice errors directly in your browser. In a separate command prompt the
command `linkchecker http://localhost:1313 --ignore-url=/zh-cn/spec` is
being fired up. Note the `--ignore-url=/zh-cn/spe` to exclude the just
not existing parts of the page as mentioned in the previous paragraph.

There still is some ToDo on the table since quite a lot of the anchors
appear to not be set or at least differ from previous versions. One
example: on `/client/authorized/` is a link to
`/client/token/#creating-our-application` while the id of referenced
heading is `app`. These changes **do not** fix those Issues as it would
require way more time.

[^0]: https://gohugo.io/functions/relref/
[^1]: https://github.com/linkchecker/linkchecker

Close #764
2020-08-10 23:01:50 +02:00
Eugen Rochko 3375a76538 Add documentation on how to proxy S3 through nginx 2020-07-26 23:45:00 +02:00
Eugen Rochko 1b2f466db1 Fix ElasticSearch documentation 2020-07-26 22:55:38 +02:00
Eugen Rochko 9a756a0947 Write out more documentation 2020-07-26 01:46:40 +02:00
Eugen Rochko 56a2e068ce Add more documentation 2020-07-25 18:04:22 +02:00
Eugen Rochko 75e9f9585a Add more configuration documentation 2020-07-25 17:51:43 +02:00
trwnh 00277c3e36
3.2.0rc1 (#795)
* add blurhash to card entity

* update tootctl

* env vars

* local/web domain

* revert http_proxy
2020-07-25 16:35:41 +02:00
Karissa McKelvey 35b4d2d280
fix: systemctl enable mastodon-* does not always work (#794)
root@ubuntu:~# systemctl enable mastodon-*
Failed to enable unit: Unit file mastodon-\x2a.service does not exist.
root@ubuntu:~# systemctl enable mastodon-web mastodon-sidekiq mastodon-streaming
Created symlink /etc/systemd/system/multi-user.target.wants/mastodon-web.service → /etc/systemd/system/mastodon-web.service.
Created symlink /etc/systemd/system/multi-user.target.wants/mastodon-sidekiq.service → /etc/systemd/system/mastodon-sidekiq.service.
Created symlink /etc/systemd/system/multi-user.target.wants/mastodon-streaming.service → /etc/systemd/system/mastodon-streaming.service.
2020-07-15 17:56:37 +02:00
trwnh 864610c67e
user notes and custom thumbnails (#792)
* AnnouncementReactions and examples

* add `note` to Relationship entity

* normalize entity filenames

* add user note to api

* add user note to api

* add thumbnail param to media api

* add icon as thumbnail
2020-07-10 12:28:00 +02:00
trwnh dc87541c92
AnnouncementReactions and examples (#789) 2020-07-03 13:35:55 +02:00
umonaca cfc0225a91
Further improve troubleshooting page (#788)
* Further improve troubleshooting

* Update troubleshooting.md
2020-07-03 02:23:31 +02:00
trwnh e6d563b695
fix #767 (#787) 2020-07-01 11:18:05 +02:00
trwnh 5e36f51109
update for 3.1.4 (#786)
* update for 3.1

* 3.1.2

* 3.1.3

* 3.1.4
2020-07-01 03:13:20 +02:00
trwnh 17143bad72
update for 3.1 (#785) 2020-07-01 02:11:40 +02:00
umonaca 5680e44983
Add troubleshooting for compilation error (#782)
* Add troubleshooting item

* Minor changes
2020-06-30 13:17:04 +02:00
ujjwal123123 0f8951c40d
Change json.dumps to json.loads (#774)
`json.dumps` converts JSON to Python string which is not what's needed here. If `json.dumps` is used, `statuses[0]` becomes `"`.
2020-06-20 14:01:35 +02:00
Clayton Hadley 56f3518b29
Update overview.md (#780)
added clarification on where to find more information on setting up a dev environment
2020-06-20 13:56:56 +02:00
trwnh cbb1232b73
fix broken anchors (#773) 2020-06-08 00:55:32 +02:00
yingziwu b6e011265d
Add chinese translation (#772)
* add chinese config and i18n

* Import translation from https://bitbucket.org/mastodoncn/mastodon-zh-cn/src/master/

* translate Using Mastodon

* Translate Running Mastodon
Add Chinese search optimization
Fix some bugs

* substitute 长毛象 to Mastodon

* do some modifications.
2020-05-20 20:54:12 +02:00
trwnh 02839e07ce
fix copy-paste error (#771)
streaming should be nested under timelines
2020-05-06 13:13:42 +02:00
Eugen Rochko ad1ef20f17 Add bug bounty page 2020-04-29 14:54:04 +02:00
Eugen Rochko 729dd1956f Add warning 2020-04-23 18:40:14 +02:00
Eugen Rochko 738c297d5c Add "Running your own server" page 2020-04-22 23:25:08 +02:00
Lerk bd38c1a487
Fix bundle config commands (#766) 2020-04-21 22:09:55 +02:00
Eugen Rochko 2cfe57c426 Update Ruby 2020-04-05 17:11:06 +02:00
GroovinChip 818560fbd4
Update libraries.md (#760)
Add Dart API library
2020-03-19 18:21:05 +01:00
Eugen Rochko 59055006c9 Add information about rate limits 2020-03-05 22:33:10 +01:00
Eugen Rochko f06c38fd1e Improve the upgrade page 2020-02-28 14:27:39 +01:00
Bei Li 5465fcdeab
Update status.md (#757)
* Update status.md

* Update status.md

* Update status.md

* Update status.md

* Update status.md

* Update status.md

* Update status.md

* Update status.md
2020-02-20 17:55:04 +01:00
BSKY bddd59a36a
Bump version of Node.js to install (#759) 2020-02-20 17:54:48 +01:00
trwnh 402a44cdbb
Move client-dev page out of user guide (#756) 2020-02-16 12:57:50 +01:00
Даниил Пронин 9858688afe
Update Node version in install.md (#753) 2020-02-09 01:02:46 +01:00
rinpatch 5888c426ac
Account Entity: correct `note` type (#751) 2020-01-30 17:26:34 +01:00
Frinkeldoodle ff2cdcc716 Add missing command to export key from gpg to apt (#748) 2020-01-22 20:07:14 +01:00
ThibG ae93e4b66d Document AUTHORIZED_FETCH and WHITELIST_MODE (#750)
* Document AUTHORIZED_FETCH and WHITELIST_MODE

* Make headings out of the documented env variables
2020-01-22 20:01:37 +01:00
Jack Laxson 97d36a47af fix up the links not working on this page (#749) 2020-01-19 11:15:41 +01:00
tastytea 53f39f031d Libraries: Replace mastodon-cpp with mastodonpp. (#746)
mastodon-cpp is not actively maintained anymore and has been replaced by
mastodonpp.
2020-01-12 14:12:45 +01:00
trwnh 7ceae9fe36 Update anchors, line breaks, tootctl options (#745)
* update anchors

* remove extraneous anchors

* fix line breaks

* wrap tootctl tokens in code blocks

* change anchors to hugo format

* fix mistaken search-and-replace

* fix mistaken search-and-replace
2020-01-12 14:11:56 +01:00
trwnh 32d4dd5803 add remote_only emoji purge to tootctl (#744) 2020-01-10 10:05:00 +01:00
rinsuki 18bb0c99d6 Revert "move format to inside of lastUpdated" (#740)
This reverts commit e097f0df78.
2020-01-07 02:30:31 +01:00
QuietMisdreavus aa9cc59f95 tweak install.md for completeness (#742) 2020-01-07 02:30:05 +01:00
Eugen Rochko 0fc9e47a8f Remove unused font 2020-01-05 22:29:35 +01:00
Eugen Rochko 1723282666 Change source links to GitHub 2020-01-05 22:19:51 +01:00
Eugen Rochko aafbd71eae Setup GitHub Actions for deploying to docs.joinmastodon.org 2020-01-05 22:19:44 +01:00
Eugen Rochko 0f20d82086 Add README 2020-01-05 20:26:27 +01:00
Eugen Rochko 50ef0a4bf7 Make the layout wider 2020-01-05 20:08:58 +01:00
Eugen Rochko d827a05656 Merge branch 'make-translatable/last-updated-at-format' into 'master'
make last updated date format translatable

See merge request mastodon/docs!67
2020-01-05 05:33:34 +01:00
rinsuki e097f0df78 move format to inside of lastUpdated 2020-01-04 20:05:26 +09:00