mirror of
				https://github.com/privacyguides/privacyguides.org.git
				synced 2025-10-31 19:46:34 +00:00 
			
		
		
		
	Replace GNU Social with Mastodon
This commit is contained in:
		
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -2,3 +2,4 @@ _site/ | ||||
| Gemfile | ||||
| Gemfile.lock | ||||
| .sass-cache/ | ||||
| .DS_Store | ||||
|   | ||||
| @@ -10,6 +10,10 @@ It's important for a website like privacytools.io to be up-to-date. Keep an eye | ||||
|  | ||||
| You can submit your suggestions here on GitHub [(Issues)](https://github.com/privacytoolsIO/privacytools.io/issues) and also in our [subreddit](https://www.reddit.com/r/privacytoolsIO/). Thank you. | ||||
|  | ||||
| ## Building | ||||
| 1. Install Ruby | ||||
| 2. `bundle install` | ||||
| 3. `bundle exec jekyll serve` # Live refresh. | ||||
|  | ||||
| # Contributing Guidelines | ||||
| Please read this before contributing. | ||||
|   | ||||
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 6.3 KiB | 
							
								
								
									
										
											BIN
										
									
								
								assets/img/tools/Mastodon.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								assets/img/tools/Mastodon.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 6.7 KiB | 
							
								
								
									
										21
									
								
								index.html
									
									
									
									
									
								
							
							
						
						
									
										21
									
								
								index.html
									
									
									
									
									
								
							| @@ -1719,6 +1719,14 @@ layout: default | ||||
| <div class="row mb-2"> | ||||
|  | ||||
|     {% include card.html color="success" | ||||
|     title="Mastodon" | ||||
|     image="assets/img/tools/Mastodon.png" | ||||
|     url="https://joinmastodon.org" | ||||
|     website="mastodon.social" | ||||
|     description='Mastodon is a social network based on open web protocols and free, open-source software. It is decentralized like e-mail. It also has the most users, and the most diverse (in terms of interests) users, looks good, and is easy to setup.' | ||||
|     %} | ||||
|  | ||||
|     {% include card.html color="primary" | ||||
|     title="diaspora*" | ||||
|     image="assets/img/tools/diaspora.png" | ||||
|     url="https://diasporafoundation.org/" | ||||
| @@ -1726,7 +1734,7 @@ layout: default | ||||
|                 networks by allowing users set up their own server (or \"pod\") to host content; pods can then interact to share status updates, photographs, and other social data." | ||||
|     %} | ||||
|  | ||||
|     {% include card.html color="primary" | ||||
|     {% include card.html color="warning" | ||||
|     title="Friendica" | ||||
|     image="assets/img/tools/Friendica.png" | ||||
|     url="http://friendi.ca/" | ||||
| @@ -1734,20 +1742,11 @@ layout: default | ||||
|                 Friendica users can integrate contacts from Facebook, Twitter, Diaspora, GNU social, App.net, Pump.io and other services in their social streams." | ||||
|     %} | ||||
|  | ||||
|     {% include card.html color="warning" | ||||
|     title="GNU social" | ||||
|     image="assets/img/tools/GNU-social.png" | ||||
|     url="https://gnu.io/social/try/" | ||||
|     website="gnu.io" | ||||
|     description='While offering functionality similar to Twitter, GNU social seeks to provide the potential for open, inter-service and distributed communications between | ||||
|                 microblogging communities. Enterprises and individuals can install and control their own services and data. Notable public deployments are <a href="https://quitter.se/">quitter.se</a> and <a href="https://gnusocial.no">gnusocial.no</a>.' | ||||
|     %} | ||||
|  | ||||
| </div> | ||||
|  | ||||
|         <h3>Worth Mentioning</h3> | ||||
| <ul> | ||||
|     <li><a href="https://mastodon.social/about">Mastodon</a> - An open sourced, free and decentralized social network built on top of GNU Social.</li> | ||||
|     <li><a href="https://gnu.io/social/try/">GNU Social</a> - An open sourced, free and decentralized social network compatible with Mastodon and Friendica.</li> | ||||
| </ul> | ||||
|  | ||||
| <h3>Related Information</h3> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Nikhil Jha
					Nikhil Jha