Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
97 changes: 0 additions & 97 deletions Gruntfile.js

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FireChat.js
Firechat.js
===========

Simple, extensible chat build on [Firebase](https://firebase.com).
Simple, extensible chat built on [Firebase](https://firebase.com).

For demos, documentation, and integration instructions, see [http://firebase.github.io/firechat/](http://firebase.github.io/firechat/).
For demos, documentation, and integration instructions, see [http://firebase.github.io/firechat/](http://firebase.github.io/firechat).
4 changes: 4 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
safe: true
lsi: false
pygments: true
markdown: rdiscount
96 changes: 96 additions & 0 deletions _layouts/docs.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
<!doctype html>
<html>

<head>
<meta charset="utf-8" />
<title>Firechat - Documentation</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Firebase Firechat Documentation">
<meta name="author" content="Rob DiMarco, Engineer @ Firebase, rob@firebase.com">

<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/css/bootstrap.min.css" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/css/bootstrap-responsive.min.css" />
<link rel="stylesheet" href="../css/pygments-borland.css" />
<link rel="stylesheet" href="../css/styles.css" />
<link href="images/favicon.ico" rel="shortcut icon" />
</head>

<body class="docs-page">
<a href="https://github.com/firebase/firechat" target="_blank">
<img class="fork-on-github" src="../images/fork-on-github-white.png" alt="Fork me on GitHub">
</a>

<header class="header">
<div id="top-shadow"></div>
<div class="container text-center">
<div id="top-content" class="clerfix">
<div class="header-links" class="text-right">
<a href="../">Home</a>
<a href="#" class="selected">Documentation</a>
<a href="../docs/annotated-source.html">Annotated Source</a>
</div>
<a href="../"><div id="title-small"><span class="strong">Fire</span><span class="satisfy">chat</span></div></a>
<div id="page-title">Documentation</div>
<a href="https://github.com/firebase/firechat" target="_blank">
<button id="download-on-github" class="btn btn-large" type="button"><span class="satisfy">Download on GitHub</span></button>
</a>
</div>
</div>
</header>

<div class="container" id="docs-container">
<div class="row">
<div class="span3 sidebar">
<ul class="nav nav-list sidenav" data-spy="affix" data-offset-top="175">
<li><a href="#overview"><i class="icon-chevron-right"></i> Overview</a></li>
<li><a href="#getting_started"><i class="icon-chevron-right"></i> Getting Started</a></li>
<li><a href="#authentication"><i class="icon-chevron-right"></i> Authentication</a></li>
<li><a href="#customizing"><i class="icon-chevron-right"></i> Customizing Firechat</a></li>
<li><a href="#api"><i class="icon-chevron-right"></i> API</a></li>
<li><a href="#api_methods"><i class="icon-chevron-right"></i> API Methods</a></li>
<li><a href="#api_bindings"><i class="icon-chevron-right"></i> API Bindings</a></li>
<li><a href="#data_structure"><i class="icon-chevron-right"></i> Data Structure</a></li>
</ul>
</div>
<div class="span9">
<section class="docs-content">
{{ content }}
<div class="build-something">Build something cool using Firechat? We'd
love to <a href="mailto:firechat@firebase.com?subject=[Firechat]">hear from you</a>!
</div>
</section>
</div>
</div>
</div>

<footer class="footer">
<div class="container text-center">
<p>
<div id="footer-links">
<a href="../docs/">Docs</a>
<a href="https://github.com/firebase/firechat" target="_blank">GitHub Project</a>
<a href="https://github.com/firebase/firechat/issues" target="_blank">Issues</a>
<a href="mailto:firechat@firebase.com?subject=[Firechat Question]" target="_blank">Contact</a>
</div>
</p>
<p>
<a id="powered-by-firebase" href="https://www.firebase.com/?utm_source=landing&utm_medium=site&utm_campaign=firechat" target="_blank">&nbsp;</a>
</p>
</div>
</footer>

<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-affix.min.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-37102688-1']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>
Binary file removed assets/img/icons.png
Binary file not shown.
46 changes: 46 additions & 0 deletions css/pygments-borland.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
.hll { background-color: #ffffcc }
.c { color: #008800; font-style: italic } /* Comment */
.err { color: #a61717; background-color: #e3d2d2 } /* Error */
.k { color: #000080; font-weight: bold } /* Keyword */
.cm { color: #008800; font-style: italic } /* Comment.Multiline */
.cp { color: #008080 } /* Comment.Preproc */
.c1 { color: #008800; font-style: italic } /* Comment.Single */
.cs { color: #008800; font-weight: bold } /* Comment.Special */
.gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.ge { font-style: italic } /* Generic.Emph */
.gr { color: #aa0000 } /* Generic.Error */
.gh { color: #999999 } /* Generic.Heading */
.gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.go { color: #888888 } /* Generic.Output */
.gp { color: #555555 } /* Generic.Prompt */
.gs { font-weight: bold } /* Generic.Strong */
.gu { color: #aaaaaa } /* Generic.Subheading */
.gt { color: #aa0000 } /* Generic.Traceback */
.kc { color: #000080; font-weight: bold } /* Keyword.Constant */
.kd { color: #000080; font-weight: bold } /* Keyword.Declaration */
.kn { color: #000080; font-weight: bold } /* Keyword.Namespace */
.kp { color: #000080; font-weight: bold } /* Keyword.Pseudo */
.kr { color: #000080; font-weight: bold } /* Keyword.Reserved */
.kt { color: #000080; font-weight: bold } /* Keyword.Type */
.m { color: #0000FF } /* Literal.Number */
.s { color: #0000FF } /* Literal.String */
.na { color: #FF0000 } /* Name.Attribute */
.nt { color: #000080; font-weight: bold } /* Name.Tag */
.ow { font-weight: bold } /* Operator.Word */
.w { color: #bbbbbb } /* Text.Whitespace */
.mf { color: #0000FF } /* Literal.Number.Float */
.mh { color: #0000FF } /* Literal.Number.Hex */
.mi { color: #0000FF } /* Literal.Number.Integer */
.mo { color: #0000FF } /* Literal.Number.Oct */
.sb { color: #0000FF } /* Literal.String.Backtick */
.sc { color: #800080 } /* Literal.String.Char */
.sd { color: #0000FF } /* Literal.String.Doc */
.s2 { color: #0000FF } /* Literal.String.Double */
.se { color: #0000FF } /* Literal.String.Escape */
.sh { color: #0000FF } /* Literal.String.Heredoc */
.si { color: #0000FF } /* Literal.String.Interpol */
.sx { color: #0000FF } /* Literal.String.Other */
.sr { color: #0000FF } /* Literal.String.Regex */
.s1 { color: #0000FF } /* Literal.String.Single */
.ss { color: #0000FF } /* Literal.String.Symbol */
.il { color: #0000FF } /* Literal.Number.Integer.Long */
Loading