2021-03-23 13:36:33 +00:00
<!DOCTYPE html>
< html lang = "en" >
2021-03-31 13:26:32 +01:00
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< title > GNU social — a free software social networking platform< / title >
2021-03-31 14:05:38 +01:00
< link rel = "shortcut icon" href = "favicon.ico" >
2021-03-31 13:26:32 +01:00
< link rel = "stylesheet" href = "https://unpkg.com/purecss@2.0.5/build/pure-min.css" >
< link rel = "stylesheet" href = "https://unpkg.com/purecss@2.0.5/build/grids-responsive-min.css" >
< link rel = "stylesheet" href = "https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" >
2021-03-31 13:47:00 +01:00
< link rel = "stylesheet" href = "/assets/css/style.css" >
2021-03-31 13:26:32 +01:00
< / head >
2021-03-31 12:20:14 +01:00
< body >
2021-03-31 13:56:57 +01:00
< header class = "header" >
< div class = "home-menu pure-menu pure-menu-horizontal pure-menu-fixed" >
< a class = "pure-menu-heading" href = "#" > GNU social< / a >
< ul class = "pure-menu-list" >
< li class = "pure-menu-item pure-menu-selected" > < a href = "#" class = "pure-menu-link" > Home< / a > < / li >
2021-03-31 15:48:13 +01:00
< li class = "pure-menu-item" > < a href = "v2/" class = "pure-menu-link" > Version 2< / a > < / li >
2021-03-31 13:56:57 +01:00
< li class = "pure-menu-item" > < a href = "v3/" class = "pure-menu-link" > Version 3< / a > < / li >
< / ul >
< / div >
2021-03-31 13:26:32 +01:00
< / header >
< div class = "splash-container" >
< div class = "splash" >
< h1 class = "splash-head" >
2021-03-31 13:47:00 +01:00
< a href = "#" > < img src = "/assets/img/logo.png" alt = "GNU social" > < / a >
2021-03-31 13:26:32 +01:00
< / h1 >
< p class = "splash-subhead" >
The free software social networking platform.
< / p >
2021-03-31 17:21:50 +01:00
<!--
2021-03-31 13:26:32 +01:00
< a href = "communities/" class = "pure-button pure-button-primary" > Join< / a >
2021-03-31 15:48:13 +01:00
< a href = "v2/" class = "pure-button pure-button-primary" > Version 2< / a >
2021-03-31 17:21:50 +01:00
-->
2021-03-31 13:26:32 +01:00
< / div >
< / div >
< div class = "content-wrapper" >
2021-03-31 12:20:14 +01:00
< div class = "content" >
2021-03-23 13:36:33 +00:00
2021-03-31 13:26:32 +01:00
< h2 class = "content-head is-center" > Features< / h2 >
2021-03-31 12:20:14 +01:00
2021-03-31 13:26:32 +01:00
< div class = "pure-g" >
< div class = "l-box pure-u-1 pure-u-md-1-2 pure-u-lg-1-4" >
< h3 class = "content-subhead" >
< i class = "fa fa-rocket" > < / i > Versatile
< / h3 >
< p >
GNU social supports both single-user and community modes and can be used in an intranet environment or as part of the wider Free Network.
< / p >
< / div >
< div class = "l-box pure-u-1 pure-u-md-1-2 pure-u-lg-1-4" >
< h3 class = "content-subhead" >
< i class = "fa fa-mobile" > < / i > Accessible
< / h3 >
< p >
Follows AnyBrowser and A11Y guidelines. It runs virtually anywhere you can run a common piece of web software, such as WordPress or Drupal. JavaScript is optional.
< / p >
< / div >
< div class = "l-box pure-u-1 pure-u-md-1-2 pure-u-lg-1-4" >
< h3 class = "content-subhead" >
< i class = "fa fa-th-large" > < / i > Customizable
< / h3 >
< p >
True to the Unix-philosophy of small programs to do a small job, GNU social can be easily expanded and customized via its simple plugin API.
< / p >
< / div >
< div class = "l-box pure-u-1 pure-u-md-1-2 pure-u-lg-1-4" >
< h3 class = "content-subhead" >
< i class = "fa fa-check-square-o" > < / i > Privacy focused
< / h3 >
< p >
GNU social is part of the GNU project, it's 100% free software, with no malicious features or spyware.
< / p >
2021-03-31 12:20:14 +01:00
< / div >
2021-03-31 13:26:32 +01:00
< / div >
< / div >
< div class = "ribbon l-box-lrg pure-g" >
< div class = "l-box-lrg is-center pure-u-1 pure-u-md-1-2 pure-u-lg-2-5" >
2021-03-31 13:47:00 +01:00
< img width = "300" alt = "File Icons" class = "pure-img-responsive" src = "/assets/img/connections-gordon-johnson-pixabay.svg" >
2021-03-31 13:26:32 +01:00
< / div >
< div class = "pure-u-1 pure-u-md-1-2 pure-u-lg-3-5" >
2021-03-31 12:20:14 +01:00
2021-03-31 13:26:32 +01:00
< h2 class = "content-head content-head-ribbon" > Where can I join GNU social?< / h2 >
2021-03-23 13:36:33 +00:00
2021-03-31 13:26:32 +01:00
< p > There are many kinds of GNU social server instances online right now!< / p >
< p > < a href = "communities/" > Click here< / a > to see a list of popular GNU social sites you can join!< / p >
< strong > Disclaimer: < / strong > < i > Please note that the GNU social development team is not responsible for
the operation or content of sites that run its software.< / i >
< / div >
2021-03-31 12:20:14 +01:00
< / div >
< div class = "content" >
2021-03-31 13:26:32 +01:00
< h2 class = "content-head is-center" > Support GNU social< / h2 >
< p > Support the team making GNU social possible!< / p >
< div class = "pure-g" >
< div class = "l-box-lrg pure-u-1 pure-u-md-1-3" >
< h4 > Who makes GNU social?< / h4 >
2021-05-03 12:40:12 +01:00
< p > Many developers have been involved in the making of GNU social. It's hard to keep a precise record of so many valuable contributions.< / p >
< p > Version 3 development is being maintained by < a href = "https://www.diogo.site/" > Diogo Cordeiro< / a > , < a href = "https://hsal.es/" > Hugo Sales< / a > and < a href = "https://eliseuama.ro/" > Eliseu Amaro< / a > .< / p >
< p > Version 2 development was maintained by < a href = "https://www.diogo.site/" > Diogo Cordeiro< / a > with many important contributions from < a href = "https://loadaverage.org/XRevan86" > Alexei Sorokin< / a > and the help of < a href = "soc/" > Summer of Code students< / a > .< / p >
< p > The project started with < a href = "https://mat.tl/" > Matt Lee< / a > and StatusNet with < a href = "https://en.wikipedia.org/wiki/Evan_Prodromou" > Evan Prodromou< / a > . It was since been maintained by < a href = "http://mmn-o.se" > Mikael Nordfeldth< / a > .< / p >
< p > A list of contributors is available < a href = "https://code.undefinedhackers.net/GNUsocial/gnu-social/src/branch/experimental/CREDITS.md" > here< / a > .< / p >
2021-03-31 13:26:32 +01:00
< / div >
2021-03-31 12:20:14 +01:00
2021-03-31 13:26:32 +01:00
< div class = "l-box-lrg pure-u-1 pure-u-md-1-3" >
< h4 > Discuss< / h4 >
2021-05-02 20:47:52 +01:00
< p > Discuss the project on our IRC channel < a
href="https://webchat.freenode.net/?channels=#social">#social< / a >
on irc.freenode.net or < a href = "xmpp:gnusocial@conference.bka.li" > xmpp:gnusocial@conference.bka.li< / a > < / p >
2021-05-02 20:37:01 +01:00
< p > Contribute code, report bugs and request features on our < a href = "https://notabug.org/diogo/gnu-social" > repository< / a > .< / p >
< p > You can also ask for help on our < a href = "https://lists.gnu.org/mailman/listinfo/social-discuss" > mailing list< / a > .< / p >
< p > If you are a student you can also apply to < a href = "/soc" > GNU social's Summer of Code< / a > .< / p >
2021-03-31 13:26:32 +01:00
< / div >
2021-03-23 13:36:33 +00:00
2021-03-31 13:26:32 +01:00
< div class = "l-box-lrg pure-u-1 pure-u-md-1-3" >
< h4 > Tell Others< / h4 >
2021-03-31 13:47:00 +01:00
< p > < a href = "assets/tgz/logos.tar.gz" > gs-logos.tar.gz< / a > (14.2 kB)< / p >
2021-03-31 12:20:14 +01:00
< / div >
2021-03-31 13:26:32 +01:00
< / div >
2021-03-31 12:20:14 +01:00
< / div >
2021-03-31 13:26:32 +01:00
2021-03-31 12:20:14 +01:00
< footer class = "l-box is-center" >
This site's source is < a href = "https://code.undefinedhackers.net/GNUsocial/gnusocial.rocks" > hosted here< / a > .
< / footer >
2021-03-31 13:26:32 +01:00
< / div >
2021-03-31 12:20:14 +01:00
< / body >
2021-03-31 13:26:32 +01:00
2021-03-23 13:36:33 +00:00
< / html >