You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fasp_base/README.md
+1-25Lines changed: 1 addition & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,28 +2,4 @@
2
2
3
3
A rails engine with the basics of provider-server interactions (registration, provider info, API authentication). Includes a simple server-rendered HTML frontend, but could be used headless as well.
4
4
5
-
## Usage
6
-
How to use my plugin.
7
-
8
-
## Installation
9
-
Add this line to your application's Gemfile:
10
-
11
-
```ruby
12
-
gem "fasp_base"
13
-
```
14
-
15
-
And then execute:
16
-
```bash
17
-
$ bundle
18
-
```
19
-
20
-
Or install it yourself as:
21
-
```bash
22
-
$ gem install fasp_base
23
-
```
24
-
25
-
## Contributing
26
-
Contribution directions go here.
27
-
28
-
## License
29
-
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
5
+
See the [top-level README](../README) for documentation.
This rails engine includes building blocks needed to implement
4
+
[FASP data sharing](https://github.com/mastodon/fediverse_auxiliary_service_provider_specifications/blob/main/discovery/data_sharing/v0.1/data_sharing.md).
6
5
7
-
## Installation
8
-
Add this line to your application's Gemfile:
6
+
It is based on `fasp_base`. See [the top-level README](../README.md) for
7
+
installation instructions.
8
+
9
+
This is not a complete solution to implement data sharing. At the very
10
+
least you will still need to implement how to deal with incoming data.
0 commit comments