Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adding the package manager using NPM
  • Loading branch information
ericabouaf committed Jan 31, 2011
1 parent fe2edfc commit e4fe09a
Show file tree
Hide file tree
Showing 63 changed files with 1,072 additions and 802 deletions.
1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -9,7 +9,6 @@ DOCS = docs/index.md \
docs/install_joyent.md \
docs/cron-jobs.md \
docs/editor.md \
docs/quickstart.md \
docs/webhooks.md \
docs/redirect-url.md \
docs/simpleflow.md \
Expand Down
25 changes: 24 additions & 1 deletion docs/activities.html
Expand Up @@ -17,6 +17,7 @@
<li><a href="cron-jobs.html">Cron Jobs</a></li>
<li><a href="public-run.html">Public Execution</a></li>
<li><a href="templates.html">Rendering templates</a></li>
<li><a href="custom-modules.html">Custom Modules</a></li>
</ul></li>
<li>Example<ul>
<li><a href="tutorial-prowl.html">Prowl</a></li>
Expand All @@ -32,7 +33,6 @@
<li>Developers Guide<ul>
<li><a href="stack.html">Stack</a></li>
<li><a href="simpleflow.html">Simpleflow</a></li>
<li><a href="custom-modules.html">Custom Modules</a></li>
<li><a href="contribute.html">Contribute</a></li>
</ul></li>
<li>Links<ul>
Expand Down Expand Up @@ -63,7 +63,30 @@ <h1>Activities</h1>
</ul>


<script type="text/javascript">var disqus_shortname = 'activities';</script>




</div>
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'sdfsdf';

if(window.disqus_shortname) {
// The following are highly recommended additional parameters. Remove the slashes in front to use.
// var disqus_identifier = 'unique_dynamic_id_1234';
// var disqus_url = 'http://example.com/permalink-to-page.html';

/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
}
</script>

</div>
</div>
</body>
Expand Down
3 changes: 1 addition & 2 deletions docs/activities.md
Expand Up @@ -11,5 +11,4 @@ You can inspect:
* response format




<script type="text/javascript">var disqus_shortname = 'activities';</script>
25 changes: 24 additions & 1 deletion docs/api.html
Expand Up @@ -17,6 +17,7 @@
<li><a href="cron-jobs.html">Cron Jobs</a></li>
<li><a href="public-run.html">Public Execution</a></li>
<li><a href="templates.html">Rendering templates</a></li>
<li><a href="custom-modules.html">Custom Modules</a></li>
</ul></li>
<li>Example<ul>
<li><a href="tutorial-prowl.html">Prowl</a></li>
Expand All @@ -32,7 +33,6 @@
<li>Developers Guide<ul>
<li><a href="stack.html">Stack</a></li>
<li><a href="simpleflow.html">Simpleflow</a></li>
<li><a href="custom-modules.html">Custom Modules</a></li>
<li><a href="contribute.html">Contribute</a></li>
</ul></li>
<li>Links<ul>
Expand Down Expand Up @@ -76,7 +76,30 @@ <h2 id="Template-Rendering">Template Rendering</h2>

<p>If you are using an EJS template</p>

<script type="text/javascript">var disqus_shortname = 'api';</script>




</div>
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'sdfsdf';

if(window.disqus_shortname) {
// The following are highly recommended additional parameters. Remove the slashes in front to use.
// var disqus_identifier = 'unique_dynamic_id_1234';
// var disqus_url = 'http://example.com/permalink-to-page.html';

/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
}
</script>

</div>
</div>
</body>
Expand Down
4 changes: 3 additions & 1 deletion docs/api.md
Expand Up @@ -23,4 +23,6 @@ You can pre-set different parameters in this form :

## Template Rendering

If you are using an EJS template
If you are using an EJS template

<script type="text/javascript">var disqus_shortname = 'api';</script>
25 changes: 24 additions & 1 deletion docs/aws_install.html
Expand Up @@ -17,6 +17,7 @@
<li><a href="cron-jobs.html">Cron Jobs</a></li>
<li><a href="public-run.html">Public Execution</a></li>
<li><a href="templates.html">Rendering templates</a></li>
<li><a href="custom-modules.html">Custom Modules</a></li>
</ul></li>
<li>Example<ul>
<li><a href="tutorial-prowl.html">Prowl</a></li>
Expand All @@ -32,7 +33,6 @@
<li>Developers Guide<ul>
<li><a href="stack.html">Stack</a></li>
<li><a href="simpleflow.html">Simpleflow</a></li>
<li><a href="custom-modules.html">Custom Modules</a></li>
<li><a href="contribute.html">Contribute</a></li>
</ul></li>
<li>Links<ul>
Expand Down Expand Up @@ -187,7 +187,30 @@ <h2 id="TODO-Monit">TODO: Monit</h2>



<script type="text/javascript">var disqus_shortname = 'aws_install';</script>




</div>
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'sdfsdf';

if(window.disqus_shortname) {
// The following are highly recommended additional parameters. Remove the slashes in front to use.
// var disqus_identifier = 'unique_dynamic_id_1234';
// var disqus_url = 'http://example.com/permalink-to-page.html';

/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
}
</script>

</div>
</div>
</body>
Expand Down
2 changes: 2 additions & 0 deletions docs/aws_install.md
Expand Up @@ -127,3 +127,5 @@ ec2-run-instances -t c1.medium -n 1 -g default -k default --user-data-file insta

</pre>


<script type="text/javascript">var disqus_shortname = 'aws_install';</script>
30 changes: 27 additions & 3 deletions docs/contribute.html
Expand Up @@ -17,6 +17,7 @@
<li><a href="cron-jobs.html">Cron Jobs</a></li>
<li><a href="public-run.html">Public Execution</a></li>
<li><a href="templates.html">Rendering templates</a></li>
<li><a href="custom-modules.html">Custom Modules</a></li>
</ul></li>
<li>Example<ul>
<li><a href="tutorial-prowl.html">Prowl</a></li>
Expand All @@ -32,7 +33,6 @@
<li>Developers Guide<ul>
<li><a href="stack.html">Stack</a></li>
<li><a href="simpleflow.html">Simpleflow</a></li>
<li><a href="custom-modules.html">Custom Modules</a></li>
<li><a href="contribute.html">Contribute</a></li>
</ul></li>
<li>Links<ul>
Expand All @@ -54,12 +54,36 @@ <h1>Contribute</h1>
<ul>
<li>Fork the project on GitHub</li>
<li>Make your feature addition or bug fix</li>
<li><p>Send me a pull request. Bonus points for topic branches.</p></li>
<li><p>Front-end : Commit in the right project, WireIt or inputEx</p></li>
<li>Send me a pull request. Bonus points for topic branches.</li>
<li>Front-end : Commit in the right project, WireIt or inputEx</li>
<li>Create <a href="custom-modules.html">custom modules</a></li>
</ul>


<script type="text/javascript">var disqus_shortname = 'contribute';</script>




</div>
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'sdfsdf';

if(window.disqus_shortname) {
// The following are highly recommended additional parameters. Remove the slashes in front to use.
// var disqus_identifier = 'unique_dynamic_id_1234';
// var disqus_url = 'http://example.com/permalink-to-page.html';

/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
}
</script>

</div>
</div>
</body>
Expand Down
6 changes: 4 additions & 2 deletions docs/contribute.md
Expand Up @@ -4,5 +4,7 @@
* Fork the project on GitHub
* Make your feature addition or bug fix
* Send me a pull request. Bonus points for topic branches.

* Front-end : Commit in the right project, WireIt or inputEx
* Front-end : Commit in the right project, WireIt or inputEx
* Create [custom modules](custom-modules.html)

<script type="text/javascript">var disqus_shortname = 'contribute';</script>
25 changes: 24 additions & 1 deletion docs/cron-jobs.html
Expand Up @@ -17,6 +17,7 @@
<li><a href="cron-jobs.html">Cron Jobs</a></li>
<li><a href="public-run.html">Public Execution</a></li>
<li><a href="templates.html">Rendering templates</a></li>
<li><a href="custom-modules.html">Custom Modules</a></li>
</ul></li>
<li>Example<ul>
<li><a href="tutorial-prowl.html">Prowl</a></li>
Expand All @@ -32,7 +33,6 @@
<li>Developers Guide<ul>
<li><a href="stack.html">Stack</a></li>
<li><a href="simpleflow.html">Simpleflow</a></li>
<li><a href="custom-modules.html">Custom Modules</a></li>
<li><a href="contribute.html">Contribute</a></li>
</ul></li>
<li>Links<ul>
Expand Down Expand Up @@ -331,7 +331,30 @@ <h3 id="-Example-">



<script type="text/javascript">var disqus_shortname = 'cron-jobs';</script>




</div>
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'sdfsdf';

if(window.disqus_shortname) {
// The following are highly recommended additional parameters. Remove the slashes in front to use.
// var disqus_identifier = 'unique_dynamic_id_1234';
// var disqus_url = 'http://example.com/permalink-to-page.html';

/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
}
</script>

</div>
</div>
</body>
Expand Down
3 changes: 3 additions & 0 deletions docs/cron-jobs.md
Expand Up @@ -253,3 +253,6 @@ The allowed values for the cron pattern fields are described in the following ta
</td>
</tr>
</table>


<script type="text/javascript">var disqus_shortname = 'cron-jobs';</script>

0 comments on commit e4fe09a

Please sign in to comment.