No description
Find a file
Alexey Komissarouk 30a3506d27 fixing typo in newCommentSubscribed template
Without this, the following bug would happen:

When a user adds a comment to a post with a subscriber that is not otherwise notified, the notification doesn't get sent and the server repots the following error: "Exception in defer callback: Error: [Can't start Herald.escalate: TypeError: undefined is not a function]" when trying to notify a subscriber of a comment.
2016-03-17 15:42:10 +09:00
.meteor update various packages 2016-02-06 11:01:19 +09:00
packages fixing typo in newCommentSubscribed template 2016-03-17 15:42:10 +09:00
tests/jasmine Merge branch 'namespace' of https://github.com/TelescopeJS/Telescope into namespace 2015-04-20 13:57:37 +09:00
.editorconfig Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into tests 2015-01-18 13:06:37 -08:00
.gitignore Changed Posts.getSubParams to Posts.parameters.get; Posts.parameters.get now iterates over the postsParameters callback hook to build parameters object. 2015-09-03 14:22:51 +09:00
.jshintrc Improve jsHint consistency 2015-05-01 18:38:27 +02:00
.travis.yml Pinning sanjo:jasmine to 0.11.0 2015-01-18 15:48:05 -08:00
app.json add ROOT_URL and Heroku button 2015-05-14 16:21:08 +09:00
CONTRIBUTING.md add CONTRIBUTING.md 2016-02-06 12:52:03 +09:00
Dockerfile add Dockerfile 2015-05-14 11:51:33 +09:00
get_file_list.sh move users templates and menu and postList components 2015-04-22 12:20:21 +09:00
History.md move invite email template to invite package; add test routes; fix invite link bug 2016-02-06 12:49:43 +09:00
license.md cleaning up subscriptions 2014-02-18 14:46:53 +09:00
packages.json Got rid of meteorhacks:npm packages; moved email features to their own package 2014-08-29 10:23:11 +09:00
project-tap.i18n renaming i18n helper from "i18n" to "_" 2014-11-25 17:16:00 +09:00
publish_packages.sh stuff 2015-04-25 12:40:23 +09:00
README.md Removing the "build failing" thing 2015-12-22 10:37:33 +09:00
README.nitrous.md Update README.nitrous.md 2014-09-18 18:13:20 -07:00
Roadmap.md fix #331 2014-07-15 07:45:37 +09:00

Telescope is an open-source, real-time social news site built with Meteor

Note: Telescope is beta software. Most of it should work but it's still a little unpolished and you'll probably find some bugs. Use at your own risk :)

Note that Telescope is distributed under the MIT License

Getting Started

Note that while simply cloning this repository will work, it is recommended you clone the sample project repository instead for a simpler workflow.

Please refer to the documentation for more instructions on installing Telescope.

Learn More