Skip to content

Commit cd5d339

Browse files
committed
Test
1 parent ce675e9 commit cd5d339

37 files changed

+7105
-0
lines changed

docs/404.html

+106
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
<!DOCTYPE html>
2+
<html class="writer-html5" lang="en" >
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<link rel="shortcut icon" href="/img/favicon.ico" />
8+
<title>Phishflood</title>
9+
<link rel="stylesheet" href="/css/theme.css" />
10+
<link rel="stylesheet" href="/css/theme_extra.css" />
11+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" />
12+
<link href="/assets/_mkdocstrings.css" rel="stylesheet" />
13+
14+
<!--[if lt IE 9]>
15+
<script src="/js/html5shiv.min.js"></script>
16+
<![endif]-->
17+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
18+
<script>hljs.highlightAll();</script>
19+
</head>
20+
21+
<body class="wy-body-for-nav" role="document">
22+
23+
<div class="wy-grid-for-nav">
24+
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
25+
<div class="wy-side-scroll">
26+
<div class="wy-side-nav-search">
27+
<a href="/." class="icon icon-home"> Phishflood
28+
</a><div role="search">
29+
<form id ="rtd-search-form" class="wy-form" action="//search.html" method="get">
30+
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" title="Type search term here" />
31+
</form>
32+
</div>
33+
</div>
34+
35+
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
36+
<ul>
37+
<li class="toctree-l1"><a class="reference internal" href="/.">PhishFlood</a>
38+
</li>
39+
</ul>
40+
</div>
41+
</div>
42+
</nav>
43+
44+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
45+
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu">
46+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
47+
<a href="/.">Phishflood</a>
48+
49+
</nav>
50+
<div class="wy-nav-content">
51+
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
52+
<ul class="wy-breadcrumbs">
53+
<li><a href="/." class="icon icon-home" aria-label="Docs"></a></li>
54+
<li class="wy-breadcrumbs-aside">
55+
</li>
56+
</ul>
57+
<hr/>
58+
</div>
59+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
60+
<div class="section" itemprop="articleBody">
61+
62+
63+
<h1 id="404-page-not-found">404</h1>
64+
65+
<p><strong>Page not found</strong></p>
66+
67+
68+
</div>
69+
</div><footer>
70+
71+
<hr/>
72+
73+
<div role="contentinfo">
74+
<!-- Copyright etc -->
75+
</div>
76+
77+
Built with <a href="https://www.mkdocs.org/">MkDocs</a> using a <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
78+
</footer>
79+
80+
</div>
81+
</div>
82+
83+
</section>
84+
85+
</div>
86+
87+
<div class="rst-versions" role="note" aria-label="Versions">
88+
<span class="rst-current-version" data-toggle="rst-current-version">
89+
90+
91+
92+
</span>
93+
</div>
94+
<script src="/js/jquery-3.6.0.min.js"></script>
95+
<script>var base_url = "/";</script>
96+
<script src="/js/theme_extra.js"></script>
97+
<script src="/js/theme.js"></script>
98+
<script src="/search/main.js"></script>
99+
<script>
100+
jQuery(function () {
101+
SphinxRtdTheme.Navigation.enable(true);
102+
});
103+
</script>
104+
105+
</body>
106+
</html>

docs/assets/_mkdocstrings.css

Whitespace-only changes.

docs/css/fonts/Roboto-Slab-Bold.woff

85.6 KB
Binary file not shown.

docs/css/fonts/Roboto-Slab-Bold.woff2

65.7 KB
Binary file not shown.
84.3 KB
Binary file not shown.
64.9 KB
Binary file not shown.
162 KB
Binary file not shown.

docs/css/fonts/fontawesome-webfont.svg

+2,671
Loading
162 KB
Binary file not shown.
95.7 KB
Binary file not shown.
75.4 KB
Binary file not shown.

docs/css/fonts/lato-bold-italic.woff

316 KB
Binary file not shown.

docs/css/fonts/lato-bold-italic.woff2

189 KB
Binary file not shown.

docs/css/fonts/lato-bold.woff

302 KB
Binary file not shown.

docs/css/fonts/lato-bold.woff2

181 KB
Binary file not shown.
321 KB
Binary file not shown.
191 KB
Binary file not shown.

docs/css/fonts/lato-normal.woff

302 KB
Binary file not shown.

docs/css/fonts/lato-normal.woff2

178 KB
Binary file not shown.

docs/css/theme.css

+13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/theme_extra.css

+191
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,191 @@
1+
/*
2+
* Wrap inline code samples otherwise they shoot of the side and
3+
* can't be read at all.
4+
*
5+
* https://github.com/mkdocs/mkdocs/issues/313
6+
* https://github.com/mkdocs/mkdocs/issues/233
7+
* https://github.com/mkdocs/mkdocs/issues/834
8+
*/
9+
.rst-content code {
10+
white-space: pre-wrap;
11+
word-wrap: break-word;
12+
padding: 2px 5px;
13+
}
14+
15+
/**
16+
* Make code blocks display as blocks and give them the appropriate
17+
* font size and padding.
18+
*
19+
* https://github.com/mkdocs/mkdocs/issues/855
20+
* https://github.com/mkdocs/mkdocs/issues/834
21+
* https://github.com/mkdocs/mkdocs/issues/233
22+
*/
23+
.rst-content pre code {
24+
white-space: pre;
25+
word-wrap: normal;
26+
display: block;
27+
padding: 12px;
28+
font-size: 12px;
29+
}
30+
31+
/**
32+
* Fix code colors
33+
*
34+
* https://github.com/mkdocs/mkdocs/issues/2027
35+
*/
36+
.rst-content code {
37+
color: #E74C3C;
38+
}
39+
40+
.rst-content pre code {
41+
color: #000;
42+
background: #f8f8f8;
43+
}
44+
45+
/*
46+
* Fix link colors when the link text is inline code.
47+
*
48+
* https://github.com/mkdocs/mkdocs/issues/718
49+
*/
50+
a code {
51+
color: #2980B9;
52+
}
53+
a:hover code {
54+
color: #3091d1;
55+
}
56+
a:visited code {
57+
color: #9B59B6;
58+
}
59+
60+
/*
61+
* The CSS classes from highlight.js seem to clash with the
62+
* ReadTheDocs theme causing some code to be incorrectly made
63+
* bold and italic.
64+
*
65+
* https://github.com/mkdocs/mkdocs/issues/411
66+
*/
67+
pre .cs, pre .c {
68+
font-weight: inherit;
69+
font-style: inherit;
70+
}
71+
72+
/*
73+
* Fix some issues with the theme and non-highlighted code
74+
* samples. Without and highlighting styles attached the
75+
* formatting is broken.
76+
*
77+
* https://github.com/mkdocs/mkdocs/issues/319
78+
*/
79+
.rst-content .no-highlight {
80+
display: block;
81+
padding: 0.5em;
82+
color: #333;
83+
}
84+
85+
86+
/*
87+
* Additions specific to the search functionality provided by MkDocs
88+
*/
89+
90+
.search-results {
91+
margin-top: 23px;
92+
}
93+
94+
.search-results article {
95+
border-top: 1px solid #E1E4E5;
96+
padding-top: 24px;
97+
}
98+
99+
.search-results article:first-child {
100+
border-top: none;
101+
}
102+
103+
form .search-query {
104+
width: 100%;
105+
border-radius: 50px;
106+
padding: 6px 12px; /* csslint allow: box-model */
107+
border-color: #D1D4D5;
108+
}
109+
110+
/*
111+
* Improve inline code blocks within admonitions.
112+
*
113+
* https://github.com/mkdocs/mkdocs/issues/656
114+
*/
115+
.rst-content .admonition code {
116+
color: #404040;
117+
border: 1px solid #c7c9cb;
118+
border: 1px solid rgba(0, 0, 0, 0.2);
119+
background: #f8fbfd;
120+
background: rgba(255, 255, 255, 0.7);
121+
}
122+
123+
/*
124+
* Account for wide tables which go off the side.
125+
* Override borders to avoid weirdness on narrow tables.
126+
*
127+
* https://github.com/mkdocs/mkdocs/issues/834
128+
* https://github.com/mkdocs/mkdocs/pull/1034
129+
*/
130+
.rst-content .section .docutils {
131+
width: 100%;
132+
overflow: auto;
133+
display: block;
134+
border: none;
135+
}
136+
137+
td, th {
138+
border: 1px solid #e1e4e5 !important; /* csslint allow: important */
139+
border-collapse: collapse;
140+
}
141+
142+
/*
143+
* Without the following amendments, the navigation in the theme will be
144+
* slightly cut off. This is due to the fact that the .wy-nav-side has a
145+
* padding-bottom of 2em, which must not necessarily align with the font-size of
146+
* 90 % on the .rst-current-version container, combined with the padding of 12px
147+
* above and below. These amendments fix this in two steps: First, make sure the
148+
* .rst-current-version container has a fixed height of 40px, achieved using
149+
* line-height, and then applying a padding-bottom of 40px to this container. In
150+
* a second step, the items within that container are re-aligned using flexbox.
151+
*
152+
* https://github.com/mkdocs/mkdocs/issues/2012
153+
*/
154+
.wy-nav-side {
155+
padding-bottom: 40px;
156+
}
157+
158+
/*
159+
* The second step of above amendment: Here we make sure the items are aligned
160+
* correctly within the .rst-current-version container. Using flexbox, we
161+
* achieve it in such a way that it will look like the following:
162+
*
163+
* [No repo_name]
164+
* Next >> // On the first page
165+
* << Previous Next >> // On all subsequent pages
166+
*
167+
* [With repo_name]
168+
* <repo_name> Next >> // On the first page
169+
* <repo_name> << Previous Next >> // On all subsequent pages
170+
*
171+
* https://github.com/mkdocs/mkdocs/issues/2012
172+
*/
173+
.rst-versions .rst-current-version {
174+
padding: 0 12px;
175+
display: flex;
176+
font-size: initial;
177+
justify-content: space-between;
178+
align-items: center;
179+
line-height: 40px;
180+
}
181+
182+
/*
183+
* Please note that this amendment also involves removing certain inline-styles
184+
* from the file ./mkdocs/themes/readthedocs/versions.html.
185+
*
186+
* https://github.com/mkdocs/mkdocs/issues/2012
187+
*/
188+
.rst-current-version span {
189+
flex: 1;
190+
text-align: center;
191+
}

docs/images/action_list.png

190 KB
Loading

docs/images/api_root.png

134 KB
Loading

docs/images/output.gif

50.1 KB
Loading

docs/img/favicon.ico

1.12 KB
Binary file not shown.

0 commit comments

Comments
 (0)