Code Monkey home page Code Monkey logo

video-telescope's Introduction

Build Status Code Climate

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

We Need Your Help!

A lot of work has already gone into Telescope, but it needs that final push to reach its full potential.

So if you'd like to be part of the project, please check out the roadmap and issues to see if there's anything you can help with.

Learn More

Developing on Nitrous.IO

Start hacking on this app on Nitrous.IO in seconds:

Hack TelescopeJS/Telescope on Nitrous.IO

video-telescope's People

Contributors

alekzanther avatar anthonymayer avatar arunoda avatar baxter900 avatar bengott avatar callmephilip avatar comerc avatar durrrr91 avatar ibrahimcesar avatar jamiewilson avatar jshimko avatar julien-c avatar kikobeats avatar lyudmil avatar moooji avatar ndarilek avatar niklasdstrom avatar pahans avatar queso avatar ryw avatar sachag avatar spifd avatar splendido avatar theosp avatar tmeasday avatar toam avatar troygoode avatar viktorminator avatar yeputons avatar yourcelf avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

tylermalin

video-telescope's Issues

Uploading photos

Like we have uploading videos, I need to upload and display multiple photos into post. It should be able to upload from URL or from computer.

Some SEO fixes

  • Limit meta Title to 55 characters
  • Limit meta description to 155

Traffic trade

Some of this features already exist in telescope app. It's like you submit link on telescope, and it will redirect to some else site. Check the demo app http://demo2.telescopeapp.org/

.

So, basicaly I want to display those outlinks with thumbs somewhere on our app, for example on post/video page.

For the better communication, we gonna call Title + Thumb + URL a Plugs

These are list of features i need:

Basic one

  • User (Webmaster) should register, and add his website (domain). For example: 4sex4.com
  • User (Webmaster) or Admin need to submit Title + Thumb + URL
  • Display Title + Thumbs + URL on post pages
  • Track IN & OUT traffic. Which means to track referrals IN traffic (how much we receive) and OUT traffic (how much we send)
  • Show some basics Stats like GEO, OS, Browsers

Advanced

  • If traffic come from website A to our site, DON"T show his (Website A Plugs)
  • Track CTR on each Plug
  • Calculate traffic productivity. It's simple mathematics and works like this. For example if trader A send us 100 unique visitors, and 60 of that visitors clicks on other traders plugs , the productivity of trader A will be 60% So the formula is: (Clicks/UniqueVisitors)*100 = Productivity %

Javascript fields in settings

I need fields in settings where I can put javascript codes . For example this ones:

<!-- Histats.com  START (hidden counter)-->
<script type="text/javascript">document.write(unescape("%3Cscript src=%27http://s10.histats.com/js15.js%27 type=%27text/javascript%27%3E%3C/script%3E"));</script>
<a href="http://www.histats.com" target="_blank" title="web page hit counter" ><script  type="text/javascript" >
try {Histats.start(1,2952543,4,0,0,0,"");
Histats.track_hits();} catch(err){};
</script></a>
<noscript><a href="http://www.histats.com" target="_blank"><img  src="http://sstatic1.histats.com/0.gif?2952543&101" alt="web page hit counter" border="0"></a></noscript>
<!-- Histats.com  END  -->
<meta name="google-site-verification" content="6Z8c7gOm8_BorjgXC_rA-Fahu-aoivME7lU2EiE7pcA" />

And other kind of codes.

Things to remember when upgrade Telescope

There is a big big change coming. I need this for reference.

  • Check and change all callback hooks.
  • (change on core) Added old post parameter to postEditMethodCallbacks callback.
  • (change on core) Category url changed.
  • (change on core) Some UI changes on post modules. Move it to theme package.
  • Take a look at #15

SEO urls

I need SEO urls which will be like the-sex.com/title-of-video

No-index tag

I need noindex tag to be putted on all pages except Homepage & post/video page.
<meta name="robots" content="noindex">

It won't submit post when logged as admin

Ok, so while I was creating custom theme, somehow I messed up the submit post function. It works when you are logged in as regular user, but when you are logged in as admin it won't submit. It loads all info from url, but when I click submit, it just refreshes the page and make all fields blank again.

These are the files I have been changing:

Here is the issue from web console:

"Exception in template helper: .menuLabel@http://localhost:7000/packages/1-telescope-scraper.js?4e6ec8c8e0fbd5714882ccf2f677eac80b0c99f8:871:7
bindDataContext/<@http://localhost:7000/packages/blaze.js?a5c324925e5f6e800a4c618d71caf2848b53bf51:2880:7
Blaze._wrapCatchingExceptions/<@http://localhost:7000/packages/blaze.js?a5c324925e5f6e800a4c618d71caf2848b53bf51:1651:7
wrapHelper/</<@http://localhost:7000/packages/blaze.js?a5c324925e5f6e800a4c618d71caf2848b53bf51:2928:7
Template._withTemplateInstanceFunc@http://localhost:7000/packages/blaze.js?a5c324925e5f6e800a4c618d71caf2848b53bf51:3476:5
wrapHelper/<@http://localhost:7000/packages/blaze.js?a5c324925e5f6e800a4c618d71caf2848b53bf51:2927:5
Spacebars.call@http://localhost:7000/packages/spacebars.js?7bafbe05ec09b6bbb6a3b276537e4995ab298a2f:172:5
Template.newNotificationsMenu</</<@http://localhost:7000/packages/1-telescope-scraper.js?4e6ec8c8e0fbd5714882ccf2f677eac80b0c99f8:834:9
Blaze._TemplateWith/wrappedArgFunc@http://localhost:7000/packages/blaze.js?a5c324925e5f6e800a4c618d71caf2848b53bf51:2795:7
Blaze.With/</<@http://localhost:7000/packages/blaze.js?a5c324925e5f6e800a4c618d71caf2848b53bf51:2599:9
viewAutorun/</<@http://localhost:7000/packages/blaze.js?a5c324925e5f6e800a4c618d71caf2848b53bf51:1865:9
Template._withTemplateInstanceFunc@http://localhost:7000/packages/blaze.js?a5c324925e5f6e800a4c618d71caf2848b53bf51:3476:5
viewAutorun/<@http://localhost:7000/packages/blaze.js?a5c324925e5f6e800a4c618d71caf2848b53bf51:1864:7
Blaze._withCurrentView@http://localhost:7000/packages/blaze.js?a5c324925e5f6e800a4c618d71caf2848b53bf51:2197:5
viewAutorun@http://localhost:7000/packages/blaze.js?a5c324925e5f6e800a4c618d71caf2848b53bf51:1863:5
Tracker.Computation.prototype._compute@http://localhost:7000/packages/tracker.js?6d0890939291d9780f7e2607ee3af3e7f98a3d9c:327:5
Tracker.Computation@http://localhost:7000/packages/tracker.js?6d0890939291d9780f7e2607ee3af3e7f98a3d9c:243:5
Tracker.autorun@http://localhost:7000/packages/tracker.js?6d0890939291d9780f7e2607ee3af3e7f98a3d9c:567:1
Blaze.View.prototype.autorun@http://localhost:7000/packages/blaze.js?a5c324925e5f6e800a4c618d71caf2848b53bf51:1875:3
Blaze.With/<@http://localhost:7000/packages/blaze.js?a5c324925e5f6e800a4c618d71caf2848b53bf51:2600:1
fireCallbacks@http://localhost:7000/packages/blaze.js?a5c324925e5f6e800a4c618d71caf2848b53bf51:1941:9
Tracker.nonreactive@http://localhost:7000/packages/tracker.js?6d0890939291d9780f7e2607ee3af3e7f98a3d9c:593:5
Blaze._fireCallbacks/<@http://localhost:7000/packages/blaze.js?a5c324925e5f6e800a4c618d71caf2848b53bf51:1938:5
Blaze._withCurrentView@http://localhost:7000/packages/blaze.js?a5c324925e5f6e800a4c618d71caf2848b53bf51:2197:5
Blaze._fireCallbacks@http://localhost:7000/packages/blaze.js?a5c324925e5f6e800a4c618d71caf2848b53bf51:1937:3
Blaze._createView@http://localhost:7000/packages/blaze.js?a5c324925e5f6e800a4c618d71caf2848b53bf51:1955:3
Blaze._materializeView@http://localhost:7000/packages/blaze.js?a5c324925e5f6e800a4c618d71caf2848b53bf51:1998:3
materializeDOMInner@http://localhost:7000/packages/blaze.js?a5c324925e5f6e800a4c618d71caf2848b53bf51:1476:9
Blaze._materializeDOM@http://localhost:7000/packages/blaze.js?a5c324925e5f6e800a4c618d71caf2848b53bf51:1428:7
doMaterialize@http://localhost:7000/packages/blaze.js?a5c324925e5f6e800a4c618d71caf2848b53bf51:2017:15
Tracker.nonreactive@http://localhost:7000/packages/tracker.js?6d0890939291d9780f7e2607ee3af3e7f98a3d9c:593:5
doRender@http://localhost:7000/packages/blaze.js?a5c324925e5f6e800a4c618d71caf2848b53bf51:2015:9
viewAutorun/</<@http://localhost:7000/packages/blaze.js?a5c324925e5f6e800a4c618d71caf2848b53bf51:1865:9
Template._withTemplateInstanceFunc@http://localhost:7000/packages/blaze.js?a5c324925e5f6e800a4c618d71caf2848b53bf51:3476:5
viewAutorun/<@http://localhost:7000/packages/blaze.js?a5c324925e5f6e800a4c618d71caf2848b53bf51:1864:7
Blaze._withCurrentView@http://localhost:7000/packages/blaze.js?a5c324925e5f6e800a4c618d71caf2848b53bf51:2197:5
viewAutorun@http://localhost:7000/packages/blaze.js?a5c324925e5f6e800a4c618d71caf2848b53bf51:1863:5
Tracker.Computation.prototype._compute@http://localhost:7000/packages/tracker.js?6d0890939291d9780f7e2607ee3af3e7f98a3d9c:327:5
Tracker.Computation.prototype._recompute@http://localhost:7000/packages/tracker.js?6d0890939291d9780f7e2607ee3af3e7f98a3d9c:346:9
Tracker._runFlush@http://localhost:7000/packages/tracker.js?6d0890939291d9780f7e2607ee3af3e7f98a3d9c:485:9
onGlobalMessage@http://localhost:7000/packages/meteor.js?43b7958c1598803e94014f27f5f622b0bddc0aaf:372:11

https://gist.github.com/jelenajjo/01e60e37bbccd9b2828b

404 error

Need to put 404 error/server response for the pages which are not exist or deleted.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.