diff --git a/components/about.vue b/components/about.vue index b48b2f35..e22d9c72 100644 --- a/components/about.vue +++ b/components/about.vue @@ -13,7 +13,8 @@
  • Selfhostable
  • Free Open Source Software
  • Configurable
  • - +
  • Not only chat
  • +
    @@ -55,12 +56,12 @@

    Philosophy in Detail:

    - Fosscord aims to be a full one-on-one clone of Discord, adding more + Spacebar aims to be a reimplementation of Discord, adding more features that can be used as a replacement for the official client, - still connect to discord.com, and host private Fosscord server + still connect to discord.com, and host private Spacebar server instances.

    - Fosscord aims to give the best possible user experience, while being + Spacebar aims to give the best possible user experience, while being backwards compatible to Discord's features and adding new ones/improving old ones while maintaining the user privacy with end-to-end encryption support.

    @@ -77,14 +78,14 @@ everyone can add their own features, so that it is not biased.

    Fosscord contribution ressourcesSpacebar contribution ressources
    diff --git a/components/announcement.vue b/components/announcement.vue index 33951211..c3ac93ef 100644 --- a/components/announcement.vue +++ b/components/announcement.vue @@ -12,12 +12,12 @@
    - Fosscord has reached {{ stars }} stars on Github in such a short + Spacebar has reached {{ stars }} stars on Github in such a short time.
    Thanks to you.

    Contribute now!

    - Currently, Fosscord is in development, with 30 active members. - If Fosscord is interesting to you, we heavily recommend checking out any of the + Currently, Spacebar is in development, with 30 active members. + If Spacebar is interesting to you, we heavily recommend checking out any of the community instances, - the documentation or the - GitHub repositories. + the documentation or the + GitHub repositories. We would highly appreciate any and all support.
    - Contribute
    @@ -67,4 +67,4 @@ ul>li { margin-top: 10px; margin-bottom: 10px; } - \ No newline at end of file + diff --git a/components/contributors.vue b/components/contributors.vue index bb093844..c0e1a557 100644 --- a/components/contributors.vue +++ b/components/contributors.vue @@ -26,8 +26,8 @@ export default { }, async fetch() { this.members = await fetch( - "https://raw.githubusercontent.com/fosscord/fosscord/master/assets/contributors/contributors.json" - //isn't it supposed to be fosscord in total? i've made one or two pull requests and am not listen here. + "https://raw.githubusercontent.com/spacebarchat/spacebarchat/master/assets/contributors/contributors.json" + //isn't it supposed to be spacebarchat in total? i've made one or two pull requests and am not listen here. ).then(res => res.json()); } }; diff --git a/components/features.vue b/components/features.vue index d2cf8a67..2950f1dc 100644 --- a/components/features.vue +++ b/components/features.vue @@ -7,80 +7,89 @@

    Free and Open Source

    We believe the best way to make software is through easy and open public contribution. - Fosscord is 100% open source, and is licensed under the + Spacebar Chat is 100% open source, and is licensed under the GNU Affero General Public License v3.0

    - Github + Github

    Configurable

    - Fosscord has a large number of configurable values to determine every aspect of how your + Spacebar has a large number of configurable values to determine every aspect of how your instance operates. If an option you need doesn't exist, you do always have the option to simply edit the source too!

    - Configuration documentation + Configuration documentation

    Many supported DB engines

    Instance owners have complete control over which DBMS software they use as a backend to - Fosscord. + Spacebar.

    - Database documentation + Database documentation

    Security

    - Fosscord has a number of security features built in, such as instance-wide user rights. + Spacebar has a number of security features built in, such as instance-wide user rights. Rights are kind of like guild member permissions, except for the entire instance, for example the right to send messages or to create bot accounts.

    - Rights documentation + Rights documentation

    E2E Encryption

    We believe communication should be private. End to End Encryption is a planned, core feature of - Fosscord, and will allow users to truly trust that their privacy, and private information is + Spacebar, and will allow users to truly trust that their privacy, and private information is kept from prying eyes. It should be noted that, without client support for this feature, you will be unable to send/receive encrypted messages.

    - Tracker + Tracker

    Discord.com Compatibility

    -

    Fosscord aims to be 100% compatible with existing discord.com clients, bots, and other services, +

    Spacebar aims to be 100% compatible with existing discord.com clients, bots, and other services, as well as any that appear in the future. This allows a smooth transition from Discord.com to a Fosscord instance. With this goal also comes complete feature parity between Discord.com and - Fosscord. We aim to have all Discord.com features implemented within Fosscord, as well as - additional - features and configurability given to our users.

    + Fosscord. We aim to have all Discord.com features implemented within Spacebar, as well as + additional features and configurability given to our users.

    Server Plugins

    -

    Through Fosscord server plugins, instance owners will be able to easily extend and add new +

    Through Spacebar server plugins, instance owners will be able to easily extend and add new features to their instances.

    - Tracker + Tracker +
    + +
    +

    Not only chat

    +

    As Spacebar is open source, anyone can use it for any purpose. It does not have artificial + restrictions that prevent it from being used in usecases that are not casual friends&family or + fans conversation. In fact, the more institutions use Spacebar as their preferred instant + messaging and real time communication solution, the more chance our bugs get noticed and + possibly the sooner they get fixed.

    + Essay coming soon

    Voice and Video

    -

    Voice and Video support on Fosscord is in active development, but may take a while longer.

    - Tracker +

    Voice and Video support on Spacebar is in active development, but may take a while longer.

    + Tracker

    Much more!

    This is by no means a complete list of features, planned or completed, that the team behind - Fosscord wishes to implement. We already have a large number of features implemented and working + Spacebar wishes to implement. We already have a large number of features implemented and working using existing discord.com clients, and have no plans on stopping.

    diff --git a/components/fossfooter.vue b/components/fossfooter.vue index 238394eb..9d13b360 100644 --- a/components/fossfooter.vue +++ b/components/fossfooter.vue @@ -6,9 +6,10 @@