kopia lustrzana https://github.com/nextcloud/social
commit
3eafb16c4e
22
README.md
22
README.md
|
@ -1,20 +1,30 @@
|
|||
# Nextcloud Social
|
||||
|
||||
🎉 Nextcloud becomes part of the federated social networks!
|
||||
**🎉 Nextcloud becomes part of the federated social networks!**
|
||||
|
||||
The app is in alpha stage, so it’s time for you to [get involved! 👩💻](https://github.com/nextcloud/social#development-setup)
|
||||
|
||||
Some requirements in this alpha stage are that your Nextcloud:
|
||||
- must use a real SSL certificate
|
||||
- must be accessible from the internet
|
||||
- must run on the default port
|
||||
|
||||
Mockup:
|
||||

|
||||
|
||||
- **🙋 Find your friends:** No matter if they use Nextcloud, [🐘 Mastodon](https://joinmastodon.org), [🇫 Friendica](https://friendi.ca), and soon [✱ diaspora*](https://joindiaspora.com), [👹 MediaGoblin](https://www.mediagoblin.org) and more – you can follow them!
|
||||
- **🙋 Find your friends:** No matter if they use Nextcloud, [🐘 Mastodon](https://joinmastodon.org), [🇫 Friendica](https://friendi.ca), and soon [✱ Diaspora](https://joindiaspora.com), [👹 MediaGoblin](https://www.mediagoblin.org) and more – you can follow them!
|
||||
- **📜 Profile info:** No need to fill out more profiles – your info from Nextcloud will be used and extended.
|
||||
- **👐 Own your posts:** Everything you post stays on your Nextcloud!
|
||||
- **🕸 Open standards:** We use the [ActivityPub](https://en.wikipedia.org/wiki/ActivityPub) standard!
|
||||
- **🕸 Open standards:** We use the established [ActivityPub](https://en.wikipedia.org/wiki/ActivityPub) standard!
|
||||
|
||||
|
||||
## Development setup
|
||||
|
||||
1. ☁ Clone this into the `apps` folder of your Nextcloud: `git clone https://github.com/nextcloud-gmbh/social.git`
|
||||
1. ☁ Clone the app into the `apps` folder of your Nextcloud: `git clone https://github.com/nextcloud/social.git`
|
||||
2. 👩💻 Run `make dev-setup` to install the dependencies
|
||||
3. 🏗 Then to build the Javascript whenever you make changes, run `make build-js`
|
||||
3. 🏗 To build the Javascript whenever you make changes, run `make build-js`
|
||||
4. ✅ Enable the app through the app management of your Nextcloud
|
||||
5. 🎉 Partytime!
|
||||
5. 🎉 Partytime! Help fix [some issues](https://github.com/nextcloud/social/issues) and [review pull requests](https://github.com/nextcloud/social/pulls) 👍
|
||||
|
||||
|
||||

|
||||
|
|
|
@ -4,7 +4,17 @@
|
|||
<id>social</id>
|
||||
<name>Social</name>
|
||||
<summary>🎉 Nextcloud becomes part of the federated social networks!</summary>
|
||||
<description><![CDATA[test]]></description>
|
||||
<description><![CDATA[
|
||||
**🎉 Nextcloud becomes part of the federated social networks!**
|
||||
|
||||
**🙋 Find your friends:** No matter if they use Nextcloud, 🐘 Mastodon, 🇫 Friendica, and soon ✱ Diaspora, 👹 MediaGoblin and more – you can follow them!
|
||||
|
||||
**📜 Profile info:** No need to fill out more profiles – your info from Nextcloud will be used and extended.
|
||||
|
||||
**👐 Own your posts:** Everything you post stays on your Nextcloud!
|
||||
|
||||
**🕸 Open standards:** We use the established ActivityPub standard!
|
||||
]]></description>
|
||||
<version>0.0.60</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="maxence@artificial-owl.com">Maxence Lange</author>
|
||||
|
@ -15,7 +25,7 @@
|
|||
<website>https://github.com/nextcloud/social</website>
|
||||
<repository type="git">https://github.com/nextcloud/social.git</repository>
|
||||
<bugs>https://github.com/nextcloud/social/issues</bugs>
|
||||
<screenshot>https://raw.githubusercontent.com/nextcloud/social/master/screenshots/screenshot.png</screenshot>
|
||||
<screenshot>https://raw.githubusercontent.com/nextcloud/social/master/img/screenshot.png</screenshot>
|
||||
<dependencies>
|
||||
<nextcloud min-version="15" max-version="16"/>
|
||||
</dependencies>
|
||||
|
@ -23,6 +33,7 @@
|
|||
<navigation>
|
||||
<name>Social</name>
|
||||
<route>social.Navigation.navigate</route>
|
||||
<order>6</order>
|
||||
</navigation>
|
||||
</navigations>
|
||||
|
||||
|
|
Plik binarny nie jest wyświetlany.
Po Szerokość: | Wysokość: | Rozmiar: 203 KiB |
|
@ -120,9 +120,6 @@ export default {
|
|||
params: { account: this.currentUser.uid }
|
||||
}
|
||||
},
|
||||
{
|
||||
id: 'social-spacer'
|
||||
},
|
||||
{
|
||||
id: 'social-local',
|
||||
classes: [],
|
||||
|
|
Ładowanie…
Reference in New Issue