Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Update more files: README, package.json, LICENSE, ISSUE_TEMPLATE
Browse files Browse the repository at this point in the history
  • Loading branch information
aluxian committed Jul 25, 2016
1 parent d4140b0 commit 6ef3399
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 33 deletions.
2 changes: 1 addition & 1 deletion ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
* Operating system:
* Whatsie version:
* Messenger for Desktop version:
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 Alexandru Rosianu
Copyright (c) 2016 Alexandru Rosianu

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
48 changes: 23 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
[![OS X build](https://travis-ci.org/Facebook-Messenger-Desktop.svg?branch=staging)](https://travis-ci.org/Facebook-Messenger-Desktop)
[![Windows build](https://ci.appveyor.com/api/projects/status/6vborc92ob25kqe0/branch/staging?svg=true)](https://ci.appveyor.com/project/Facebook-Messenger-Desktop)
[![Linux builds](https://circleci.com/gh/Facebook-Messenger-Desktop/tree/staging.svg?style=shield)](https://circleci.com/gh/Facebook-Messenger-Desktop)
[![Downloads total](https://updates.whatsie.chat/badge/downloads.svg)](https://updates.whatsie.chat/stats)
[![Services status](https://img.shields.io/badge/services-status-blue.svg)](https://status.whatsie.chat/)
[![Downloads total](https://updates.messengerfordesktop.com/badge/downloads.svg)](https://updates.messengerfordesktop.com/stats)
[![Services status](https://img.shields.io/badge/services-status-blue.svg)](https://status.messengerfordesktop.com/)
[![HuBoard task board](https://img.shields.io/badge/hu-board-7965cc.svg)](https://huboard.com/Facebook-Messenger-Desktop)
[![Join the chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Facebook-Messenger-Desktop)

A simple & beautiful desktop client for [WhatsApp Web](https://web.whatsapp.com/). Chat without distractions on OS X, Windows and Linux. Not affiliated with WhatsApp or Facebook. This is **NOT** an official product.

Whatsie is still in beta, so some features might not work properly. Bug reports and feature suggestions are welcome. Please check for updates here regularly in case the update process breaks and your installed version can't update by itself.
A simple & beautiful desktop client for [Facebook Messenger](https://www.messenger.com/). Chat without distractions on OS X, Windows and Linux. Not affiliated with Facebook. This is **NOT** an official product.

> **@devs:** If you're willing to help improve, fix or maintain the app, I can make you a collaborator to help me. [Join me on Gitter](https://gitter.im/Facebook-Messenger-Desktop) and let's chat!
Expand All @@ -33,35 +31,35 @@ Whatsie is still in beta, so some features might not work properly. Bug reports
- **beta:** these releases are the right balance between getting new features early while staying away from nasty bugs
- **stable:** these releases are more thoroughly tested; they receive new features later, but there's a lower chance that things will go wrong

If you want to help me make Whatsie better, I recommend `dev` or `beta`. Let's go!
If you want to help me make *Messenger for Desktop* better, I recommend `dev` or `beta`. Let's go!

### OS X

1. Download [whatsie-x.x.x-osx.dmg][LR] or [whatsie-x.x.x-osx.zip][LR]
1. Download [messengerfordesktop-x.x.x-osx.dmg][LR] or [messengerfordesktop-x.x.x-osx.zip][LR]
2. Open or unzip the file and drag the app into the `Applications` folder
3. Done! The app will update automatically

### Windows

*Installer (recommended):*

1. Download [whatsie-x.x.x-win32-setup.exe][LR]
1. Download [messengerfordesktop-x.x.x-win32-setup.exe][LR]
2. Run the installer, wait until it finishes
3. Done! The app will update automatically

*Portable:*

1. Download [whatsie-x.x.x-win32-portable.zip][LR]
1. Download [messengerfordesktop-x.x.x-win32-portable.zip][LR]
2. Extract the zip wherever you want (e.g. a flash drive) and run the app from there
3. Done! The app will NOT update automatically, but you can still check for updates

### Linux

*Ubuntu, Debian 8+ (deb package):*

1. Download [whatsie-x.x.x-linux-arch.deb][LR]
2. Double click and install, or run `dpkg -i whatsie-x.x.x-linux-arch.deb` in the terminal
3. Start the app with your app launcher or by running `whatsie` in a terminal
1. Download [messengerfordesktop-x.x.x-linux-arch.deb][LR]
2. Double click and install, or run `dpkg -i messengerfordesktop-x.x.x-linux-arch.deb` in the terminal
3. Start the app with your app launcher or by running `messengerfordesktop` in a terminal
4. Done! The app will NOT update automatically, but you can still check for updates

You can also use `apt-get` (recommended):
Expand All @@ -76,16 +74,16 @@ gpg --export --armor 1537994D | sudo apt-key add -
echo "deb https://dl.bintray.com/aluxian/deb <channel> main" |
sudo tee -a /etc/apt/sources.list.d/aluxian.list
# Install Whatsie
# Install Messenger for Desktop
sudo apt-get update
sudo apt-get install whatsie
sudo apt-get install messengerfordesktop
```

*Fedora, CentOS, Red Hat (RPM package):*

1. Download [whatsie-x.x.x-linux-arch.rpm][LR]
2. Double click and install, or run `rpm -ivh whatsie-x.x.x-linux-arch.rpm` in the terminal
3. Start the app with your app launcher or by running `whatsie` in a terminal
1. Download [messengerfordesktop-x.x.x-linux-arch.rpm][LR]
2. Double click and install, or run `rpm -ivh messengerfordesktop-x.x.x-linux-arch.rpm` in the terminal
3. Start the app with your app launcher or by running `messengerfordesktop` in a terminal
4. Done! The app will NOT update automatically, but you can still check for updates

You can also use `yum` (recommended):
Expand All @@ -94,24 +92,24 @@ You can also use `yum` (recommended):
# Add my repository to your repos list (skip if you've done this already)
sudo wget https://bintray.com/aluxian/rpm/rpm -O /etc/yum.repos.d/bintray-aluxian-rpm.repo
# Install Whatsie
sudo yum install whatsie.i386 # for 32-bit distros
sudo yum install whatsie.x86_64 # for 64-bit distros
# Install Messenger for Desktop
sudo yum install messengerfordesktop.i386 # for 32-bit distros
sudo yum install messengerfordesktop.x86_64 # for 64-bit distros
```

*Arch Linux (AUR):*

1. Simply run `yaourt -S whatsie`
3. Start the app with your app launcher or by running `whatsie` in a terminal
1. Simply run `yaourt -S messengerfordesktop`
3. Start the app with your app launcher or by running `messengerfordesktop` in a terminal
3. Done! The app will NOT update automatically, but you can still check for updates

Repository URL: https://aur.archlinux.org/packages/whatsie/
Repository URL: https://aur.archlinux.org/packages/messengerfordesktop/

[LR]: https://github.com/Facebook-Messenger-Desktop/releases

# For Developers

Contributions are welcome! Please help me make Whatsie the best app for WhatsApp Web. For feature requests and bug reports please [submit an issue](https://github.com/Facebook-Messenger-Desktop/issues/new?labels=bug) or get in touch with me on [Gitter](https://gitter.im/Facebook-Messenger-Desktop) or Twitter [@aluxian](https://twitter.com/aluxian).
Contributions are welcome! Please help me make *Messenger for Desktop* the best app for Facebook Messenger. For feature requests and bug reports please [submit an issue](https://github.com/Facebook-Messenger-Desktop/issues/new?labels=bug) or get in touch with me on [Gitter](https://gitter.im/Facebook-Messenger-Desktop) or Twitter [@aluxian](https://twitter.com/aluxian).

## Build

Expand Down Expand Up @@ -181,7 +179,7 @@ To see detailed logs, run every gulp task with the `--verbose` flag.
To see debug messages while running the app, set the `DEBUG` env var. This will print logs from the main process.

```
export DEBUG=whatsie:*
export DEBUG=messengerfordesktop:*
```

To open the webview dev tools, type this in the main dev tools console:
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "whatsie",
"name": "messengerfordesktop",
"dependencies": {
"asar": "0.11.0",
"async": "2.0.1",
Expand Down Expand Up @@ -56,14 +56,14 @@
},
"license": "MIT",
"author": "Alexandru Rosianu <me@aluxian.com>",
"homepage": "http://whatsie.chat/",
"homepage": "https://messengerfordesktop.com/",
"repository": {
"type": "git",
"url": "https://github.com/Aluxian/Whatsie.git",
"aur": "ssh+git://aur@aur.archlinux.org/whatsie.git"
"url": "https://github.com/Aluxian/Facebook-Messenger-Desktop.git",
"aur": "ssh+git://aur@aur.archlinux.org/messengerfordesktop.git"
},
"icon": {
"url": "https://raw.githubusercontent.com/Aluxian/Whatsie/master/resources/win/app.ico"
"url": "https://raw.githubusercontent.com/Aluxian/Facebook-Messenger-Desktop/master/resources/win/app.ico"
},
"bintray": {
"subject": "aluxian",
Expand All @@ -72,6 +72,6 @@
"gpgpub": "6DDA23616E3FE905FFDA152AE61DA9241537994D"
},
"bugs": {
"url": "https://github.com/Aluxian/Whatsie/issues"
"url": "https://github.com/Aluxian/Facebook-Messenger-Desktop/issues"
}
}

0 comments on commit 6ef3399

Please sign in to comment.