-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html?page=2.html
More file actions
308 lines (241 loc) · 11.2 KB
/
index.html?page=2.html
File metadata and controls
308 lines (241 loc) · 11.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-107455490-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-107455490-1');
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-2434930922382269",
enable_page_level_ads: true
});
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#c5c5c5">
<meta name="msapplication-navbutton-color" content="#FAFAFA">
<meta name="apple-mobile-web-app-status-bar-style" content="#FAFAFA">
<meta name="description" content="At Fosstack we provide tutorials, news, security tips about FOSS world with focus on Linux & Python" />
<meta name="keywords" content="Linux, Python, FOSS, python 3, python, linux, unix, django" />
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="3 days">
<!-- python,linux,FOSS -->
<!-- For Facebook -->
<meta property="og:title" content="Fosstack Blog" />
<meta property="og:type" content="article" />
<meta property="og:image" content="" />
<meta property="og:url" content="https://fosstack.com" />
<meta property="og:description" content="At Fosstack we provide tutorials, news, security tips about FOSS world with focus on Linux & Python" />
<!-- For Twitter -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Fosstack Blog" />
<meta name="twitter:description" content="At Fosstack we provide tutorials, news, security tips about FOSS world with focus on Linux & Python" />
<title>
Fosstack
</title>
<!-- favicon -->
<link rel="shortcut icon" type="image/x-icon" href="static/images/favicon.ico" />
<!-- Bootstrap core CSS -->
<link href="static/core_blog/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="static/core_blog/css/clean-blog.min.css" rel="stylesheet">
<link href="static/app.min.css" rel="stylesheet">
<link href="static/core_blog/css/github.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="static/core_blog/vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
</head>
<body>
<!-- Navigation -->
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand" href="index.html">Fosstack</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fa fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="category/python/index.html">Python</a>
</li>
<li class="nav-item">
<a class="nav-link" href="category/linux/index.html">Linux</a>
</li>
<li class="nav-item">
<a class="nav-link" href="tips/index.html">Tips</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about/index.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact/index.html">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html%3Fpage=2.html#" data-toggle="modal" data-target="#mkdocs_search_modal">
<i class="fa fa-search" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="Search Modal" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span></button>
</div>
<div class="modal-body">
<form role="form" method="get" action="index.html" accept-charset="utf-8">
<div class="form-group">
<input autofocus type="text" name="q" class="form-control" placeholder="Search..." id="mkdocs-search-query">
</div>
</form>
<div id="mkdocs-search-results"></div>
</div>
<div class="modal-footer">
</div>
</div>
</div>
</div>
<!-- Page Header -->
<header class="masthead" style="background-image: url(static/core_blog/img/home-bg1.jpg )">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-10 mx-auto">
<div class="site-heading">
<h1>Fosstack</h1>
<span class="subheading">A Blog for Pythonista and Djangonaut.</span>
</div>
</div>
</div>
</div>
</header>
<!-- Main Content -->
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-10 mx-auto">
<div class="post-preview">
<a href="tips/resume-supported-download-with-wget/index.html">
<h2 class="post-title">
Resume Supported Download with WGET
</h2>
<h6 class="post-subtitle">
</h6>
<h3 class="post-subtitle">
GNU WGET is a simple but powerful tool for downloading content from the web. Wget is non-interactive, meaning that it can work in the background, while the user is not logged on.
</h3>
</a>
<p class="post-meta">Posted by
<a href="index.html%3Fpage=2.html#">Karan</a>
on December 22, 2017
</p>
</div>
<br><hr><br>
<div class="post-preview">
<a href="how-to-add-google-authentication-in-django/index.html">
<h2 class="post-title">
How to add Google and Github OAuth in Django
</h2>
<h6 class="post-subtitle">
</h6>
<h3 class="post-subtitle">
In this post, You will learn how to add Social authentication in your Django web application. We will use 'social-auth-app-django' library which is easy to set up and can be used for various social logins.
</h3>
</a>
<p class="post-meta">Posted by
<a href="index.html%3Fpage=2.html#">Mohit</a>
on November 07, 2017
</p>
</div>
<br><hr><br>
<div class="post-preview">
<a href="how-to-set-up-tinymce-in-django-app/index.html">
<h2 class="post-title">
How to Set up TinyMCE in Django
</h2>
<h6 class="post-subtitle">
</h6>
<h3 class="post-subtitle">
TinyMCE is a WYSIWYG HTML editor. It is used for creating website content.In this tutorial, I will show you how to set up fully working TinyMCE in Django admin and in custom form and how to implement syntax highlighting in frontend with help of it.
</h3>
</a>
<p class="post-meta">Posted by
<a href="index.html%3Fpage=2.html#">Karan</a>
on September 29, 2017
</p>
</div>
<br>
<!-- Pager -->
<div class="d-flex justify-content-between">
<a class="btn btn-primary" href="index.html%3Fpage=1.html">Newer Posts ←</a>
</div>
</div>
</div>
</div>
<hr>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-10 mx-auto mb-3">
<form id="subscription_ajax" class="mb-4" method="post" novalidate>
<input type='hidden' name='csrfmiddlewaretoken' value='ToSEVeX4g1cJMQK4ARAx4Sv0OnexrGCWL40vrZ6F3xfqMUQt71m9s6kG1FZDN4Gm' />
<div class="input-group">
<input type="email" id="sub_email" name="email" placeholder="Enter your email here" class="form-control border border-secondary" required="required">
<span class="input-group-btn">
<button class="btn btn-outline-secondary" type="submit"><i class="fa fa-send"></i></button>
</span>
</div>
</form>
<ul class="list-inline text-center">
<li class="list-inline-item">
<a href="https://twitter.com/Fosstack">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://facebook.com/Fosstack">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://github.com/Fosstack">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
<p class="copyright text-muted">Copyright © Fosstack 2018</p>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="static/core_blog/vendor/jquery/jquery.min.js"></script>
<script src="static/core_blog/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="static/core_blog/js/clean-blog.min.js"></script>
<script src="static/app.min.js"></script>
<script src="static/core_blog/js/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<!-- Custom scripts for this template -->
</body>
</html>