Skip to content

Commit 97769e7

Browse files
author
finaglehelper
committed
site publish by finaglehelper
1 parent 800fc8b commit 97769e7

18 files changed

+5023
-3827
lines changed

Admin.html

+218-209
Large diffs are not rendered by default.

Changelog.html

+1,004-972
Large diffs are not rendered by default.

FAQ.html

+28-27
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11

2-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2+
<!DOCTYPE html>
43

5-
<html xmlns="http://www.w3.org/1999/xhtml">
4+
<html>
65
<head>
7-
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
8-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9-
<title>FAQ &#8212; TwitterServer 22.4.0 documentation</title>
10-
<link rel="stylesheet" href="_static/flasky.css" type="text/css" />
11-
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
12-
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
13-
<script type="text/javascript" src="_static/jquery.js"></script>
14-
<script type="text/javascript" src="_static/underscore.js"></script>
15-
<script type="text/javascript" src="_static/doctools.js"></script>
16-
<script type="text/javascript" src="_static/language_data.js"></script>
6+
<meta charset="utf-8" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
8+
9+
<title>FAQ &#8212; TwitterServer 24.2.0 documentation</title>
10+
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
11+
<link rel="stylesheet" type="text/css" href="_static/flasky.css" />
12+
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
13+
<script src="_static/jquery.js"></script>
14+
<script src="_static/underscore.js"></script>
15+
<script src="_static/doctools.js"></script>
1716
<link rel="shortcut icon" href="_static/favicon.ico"/>
1817
<link rel="index" title="Index" href="genindex.html" />
1918
<link rel="search" title="Search" href="search.html" />
@@ -39,7 +38,8 @@ <h3>Navigation</h3>
3938
<li class="right" >
4039
<a href="Migration.html" title="Migration from Ostrich"
4140
accesskey="P">previous</a> |</li>
42-
<li class="nav-item nav-item-0"><a href="index.html">TwitterServer</a> &#187;</li>
41+
<li class="nav-item nav-item-0"><a href="index.html">TwitterServer</a> &#187;</li>
42+
<li class="nav-item nav-item-this"><a href="">FAQ</a></li>
4343
</ul>
4444
</div>
4545

@@ -48,31 +48,32 @@ <h3>Navigation</h3>
4848
<div class="bodywrapper">
4949
<div class="body" role="main">
5050

51-
<div class="section" id="faq">
51+
<section id="faq">
5252
<h1>FAQ<a class="headerlink" href="#faq" title="Permalink to this headline"></a></h1>
53-
<div class="section" id="is-it-twitterserver-or-twitter-server">
53+
<section id="is-it-twitterserver-or-twitter-server">
5454
<h2>Is it TwitterServer or twitter-server?<a class="headerlink" href="#is-it-twitterserver-or-twitter-server" title="Permalink to this headline"></a></h2>
5555
<p>TwitterServer. We only use twitter-server in reference to the project’s code.</p>
56-
</div>
57-
<div class="section" id="what-are-some-recommended-best-practices">
56+
</section>
57+
<section id="what-are-some-recommended-best-practices">
5858
<h2>What are some recommended best practices?<a class="headerlink" href="#what-are-some-recommended-best-practices" title="Permalink to this headline"></a></h2>
5959
<ol class="arabic simple">
60-
<li>Override <code class="docutils literal notranslate"><span class="pre">com.twitter.app.App.failfastOnFlagsNotParsed</span></code> to <code class="docutils literal notranslate"><span class="pre">true</span></code>.
60+
<li><p>Override <code class="docutils literal notranslate"><span class="pre">com.twitter.app.App.failfastOnFlagsNotParsed</span></code> to <code class="docutils literal notranslate"><span class="pre">true</span></code>.
6161
This is so that you fail-fast instead of being surprised by code that is
62-
reading from flags before they have been parsed.</li>
63-
<li>Do not register application routes onto
62+
reading from flags before they have been parsed.</p></li>
63+
<li><p>Do not register application routes onto
6464
<code class="docutils literal notranslate"><span class="pre">com.twitter.server.HttpMuxer$</span></code> or <code class="docutils literal notranslate"><span class="pre">com.twitter.server.AdminHttpServer$</span></code>
65-
as that they are intended to be used for administration/internal pages.</li>
65+
as that they are intended to be used for administration/internal pages.</p></li>
6666
</ol>
67-
</div>
68-
<div class="section" id="do-i-have-to-use-finagle-stats">
67+
</section>
68+
<section id="do-i-have-to-use-finagle-stats">
6969
<h2>Do I have to use <cite>finagle-stats</cite>?<a class="headerlink" href="#do-i-have-to-use-finagle-stats" title="Permalink to this headline"></a></h2>
7070
<p>No, TwitterServer is agnostic to your metrics implementation.
7171
However, some features are only available or work best when using that library.</p>
72-
</div>
73-
</div>
72+
</section>
73+
</section>
7474

7575

76+
<div class="clearer"></div>
7677
</div>
7778
</div>
7879
</div>
@@ -121,7 +122,7 @@ <h3>Quick search</h3>
121122
<div class="clearer"></div>
122123
</div>
123124
<div class="footer">
124-
&copy; Copyright 2022 Twitter, Inc.
125+
&copy; Copyright 2024 Twitter, Inc.
125126
Created using <a href="https://www.sphinx-doc.org/en/master/">Sphinx</a>.
126127
</div>
127128

0 commit comments

Comments
 (0)