-
Notifications
You must be signed in to change notification settings - Fork 849
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write initial documentation #115
Comments
We can take a look on tools like YUIDoc to generate docs for the APIs. I think this can be integrated with gulp easily. |
What about something like an API.md document? To list all the javascript methods that can be called? |
This would be a great start @chriswiggins |
Hey there, I’d really like to use clappr and maybe contribute to development. Unfortunately, the lack of documentation makes everything beyond instantiating a player really hard and a guessing game. Please invest some time to provide great documentation, that could really provide a kickstart for the project. |
@davidaurelio You're definitely right about this. I'll start to focus on this in the next days. |
+1 |
4 similar comments
+1 |
+1 |
+1 |
+1 |
Following @chriswiggins idea, I started to draft an API.md file. Feedbacks are welcome. |
We may use something similar to this http://leandromoreira.github.io/clappr-docs/classes/Player.html#method_constructor it's almost one year old 🎂 |
At Aug 9, 2014 @thiagopnts suggested yuidoc and we did it 👊 You already can check the initial documentation, mostly covering the github's home page and thiago's API documentation. We still need to better integrate this to our build but I think the first step was done. can we close this @flavioribeiro @thiagopnts @towerz @bernardocamilo @barbosa ? |
Great job, @leandromoreira! 🍻 I'm ok with closing this one, now we can start moving towards tutorials and other kinds of documentation, as well as improving our test coverage. |
@chriswiggins @davidaurelio @bryfry @tarkanlar @snsxn @deedos @irongomme you can check the initial documentation at http://clappr.github.io/ |
_5 Upvotes_ # You can find the documentation at http://clappr.github.io
We should describe how clappr is structured and how plugins works - showing the differences between container plugins, playback plugins and "global" ones. Would be quite interesting to have at last one tutorial describing step-to-step how to write a mp3 player or a slideshow player.
We should also create a session like nginx's 3rd party modules to store external modules like bemtv p2phls plugin.
The text was updated successfully, but these errors were encountered: