Commit graph

45 commits

Author SHA1 Message Date
Scott Nonnenberg
322d307655 Turn on prettier support for markdown files, update all files 2018-05-01 16:06:57 -07:00
Ayman Nedjmeddine
995851dce7 Updated copyright year to 2018 2018-05-01 14:50:11 -04:00
Bisaloo
89d3078e2a Fix beta install instructions for debian-based linux (#2262) 2018-04-19 08:56:08 -07:00
Daniel Gasienica
e64a08657d
Update links to community forum (#2083) 2018-02-28 15:50:56 -05:00
Scott Nonnenberg
7b49180bc0
Big update to new signal branding (#2018) 2018-01-30 14:22:51 -08:00
Scott Nonnenberg
9b2e2a4605
Readme: big install, Contributing: mention Next Steps project (#1956) 2018-01-10 17:47:22 -08:00
Scott Nonnenberg
d503d1ace3
Remove built assets from repo, updates to docs + GH templates (#1955)
* Revamp issue and pull request templates, other docs tweaks

`yarn test` now runs all of our tests.

* Remove generated files from the repository

* Update to new Signal support URL

* Prevent the 'Test failed 2 == 1' from test-release in CI

* Another attempt to fix grunt test-release on Appveyor

* grunt test-release: Fail build if test fails

* Lint fix, and move jshint earlier in CI process
2018-01-09 15:31:23 -08:00
Andrey D
2199a86f10 Update readme.md to use signal.org URLs (#1814) 2017-11-27 15:13:42 -08:00
Nicholas Rizzio
4431fae6bc Remove references to BitHub (#1576)
As of WhisperSystems/Signal-Android@258910504c, BitHub is not working
anymore.
2017-10-20 09:32:51 -07:00
Scott Nonnenberg
bd78016120 script to build for electron on install, Electron docs refresh (#1491)
* Add new postinstall script for automatic electron builds

FREEBIE

* Documentation refresh for the world of electron

FREEBIE
2017-09-19 15:31:04 -07:00
Zane
b73955a912 Update copyright year
// FREEBIE
2017-06-01 16:34:23 -07:00
lilia
34eb2fef17 Add bithub badge to readme 2017-02-03 14:05:22 -08:00
Lucas Amorim
a7f492fabc Updates README with link for Signal for iOS
// FREEBIE
2016-10-07 19:25:52 +09:00
Jake McGinty
4e12be374a update release status in README
// FREEBIE
2016-06-16 17:34:34 -07:00
lilia
ca188f1449 Update copyright year in README
Closes #698

// FREEBIE
2016-02-22 15:42:47 -08:00
2-4601
0a366a5e87 Update README.md
- remove reference to the mailing list (as suggested by Riya)
- add link to the community forum

//FREEBIE
2016-02-20 01:27:51 +02:00
lilia
49285ba280 Add transifex link to README
// FREEBIE
2016-01-03 04:20:05 -08:00
lilia
84fc2883c7 Update readme
Add link to support and re-order some sections

// FREEBIE
2015-12-07 15:40:26 -08:00
lilia
37edf47800 Add link to blog post / beta signup in README
// FREEBIE
2015-12-04 12:36:29 -08:00
lilia
8d243738f3 Update README
Remove scarey warnings

// FREEBIE
2015-12-02 10:10:17 -08:00
lilia
5a71d150aa Update README
// FREEBIE
2015-12-01 13:14:57 -08:00
Max Muth
ce97aaa72d Added Bug, Ideas and Fund Sections to the Readme
I added the following sections based on the Android Repository:
- Contributing Bug reports
- Contributing Ideas
- Contributing Funds

The first two should be in the readme, so the issue tracker stays an issue tracker and does not mutate into a discussion forum.
The contributing funds additionally links to the BitHub blog post, so people can understand what it is and where their money goes.

// FREEBIE (although it looks like, BitHub isn't set up for this repo yet?)
2015-11-29 18:03:51 -08:00
lilia
055fc4f685 Update README and CONTRIBUTING
Mostly naming and terminology changes.

// FREEBIE
2015-11-07 13:25:28 -08:00
lilia
f89340a4e8 Turn up the volume on README warnings
Closes #185
2015-03-03 15:28:12 -08:00
lilia
a91739aec6 Micro edits to README and CONTRIBUTING 2015-01-22 18:22:55 -10:00
lilia
bea19e7997 Update README, add CONTRIBUTING
Move the development setup instructions to CONTRIBUTING.md and add
some guidelines for pull requests and such.

README now contains crypto export notice, license, etc... Borrowed
heavily from the Signal-iOS readme.
2015-01-19 19:49:22 -10:00
Markus Rothe
bcff1cf991 README.md: make links clickable 2015-01-09 07:55:14 -10:00
Arlo Breault
693e9a1e0e Add the build status 2014-11-22 20:31:12 -08:00
lilia
6b034e951a Make the concat list explicit
Since I decided to preen mocha and chai, we can no longer generate the
concat file list from the preen config. We must instead explicitly list
the modules we want to concatenate. I placed this config in bower.json
so that most of the time, we won't need to change the Gruntfile.

Also added a concatenation task for test page dependencies.
2014-10-30 18:33:37 -07:00
lilia
508c59e05c Rename bower_components
To components. Because tab-completion works better when there aren't two
things starting with bower, and shorter names are nicer to deal with in
general.
2014-10-30 16:53:08 -07:00
lilia
0c1ef92795 README note about deps and wrap some lines 2014-10-30 15:05:39 -07:00
lilia
a79fb363aa Let npm install bower
One less step for new contributors who need to add dependencies.
2014-10-30 14:47:50 -07:00
lilia
e02098eefb README updates 2014-10-30 14:41:29 -07:00
lilia
73f4f64351 Grunt preen and concat
Set up grunt with tasks for:
  * preen - deletes unused files from bower_components, configured in
      bower.json
  * concat - concatenates preened bower components, configured
      automagically from the preen config

It's worth noting that this setup assumes the order of files within a
package doesn't matter. This is usually true since we often include only
one file from the package.
2014-10-29 20:50:51 -07:00
lilia
c8ad65efe0 Switch to bower dependencies
Checks in only the files we actually need from bower_components.
2014-10-29 20:50:51 -07:00
Adam Prescott
ea85e41cac Add some initial development setup instructions. 2014-10-17 20:37:35 -04:00
Matt Corallo
82d04e347c Update readme 2014-07-26 18:15:23 -04:00
lilia
74d5fc1f43 Correction to url 2014-07-26 11:59:25 -10:00
lilia
396857ee23 Fix typo and add links to mocha and chai docs 2014-07-26 08:29:19 -10:00
lilia
3accf69725 Add a note about running tests locally 2014-07-26 02:14:28 -10:00
Matt Corallo
53a58f5b39 Update README (closes #42) 2014-06-09 20:27:09 -04:00
James Firth
6a00e8e348 Random things from James-Firth incl update icon 2014-05-26 00:55:38 +02:00
James Firth
a9dd59ddba Fixed typo so list is a proper bullet list now. 2014-05-24 10:24:15 -05:00
James Firth
5c3d1f927f Updated README
Added info on how to develop
2014-05-24 10:22:14 -05:00
Matt Corallo
6842f5331f Add README describing current state. 2014-03-06 14:12:24 -04:00