Skip to content

Commit 178d3e6

Browse files
committed
reordering pages to add new content
1 parent fd880c3 commit 178d3e6

21 files changed

+65
-53
lines changed

all.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4544,8 +4544,8 @@ <h2>CSS learning checklist</h2>
45444544
</li>
45454545
</ol>
45464546
<h1>JavaScript</h1>
4547-
<p>JavaScript is a small scripting programming language embedded in web browsers
4548-
to enable dynamic content and interaction. </p>
4547+
<p>JavaScript is a scripting programming language interpretted by web
4548+
browsers that enables dynamic content and interactions in web applications. </p>
45494549
<h2>Why is JavaScript necessary?</h2>
45504550
<p>JavaScript executes in the client and enables dynamic content and interaction
45514551
that is not possible with HTML and CSS alone. Every modern Python web

javascript.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
</div><div class="row">
4545
<div class="col-md-8">
4646
<h1>JavaScript</h1>
47-
<p>JavaScript is a small scripting programming language embedded in web browsers
48-
to enable dynamic content and interaction. </p>
47+
<p>JavaScript is a scripting programming language interpretted by web
48+
browsers that enables dynamic content and interactions in web applications. </p>
4949
<h2>Why is JavaScript necessary?</h2>
5050
<p>JavaScript executes in the client and enables dynamic content and interaction
5151
that is not possible with HTML and CSS alone. Every modern Python web

sitemap.xml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,6 @@
231231
<loc>https://www.fullstackpython.com/api-creation.html</loc>
232232
<priority>1.0</priority>
233233
</url>
234-
<url>
235-
<loc>https://www.fullstackpython.com/morepath.html</loc>
236-
<priority>1.0</priority>
237-
</url>
238234
<url>
239235
<loc>https://www.fullstackpython.com/source-control.html</loc>
240236
<priority>1.0</priority>
@@ -256,7 +252,7 @@
256252
<priority>1.0</priority>
257253
</url>
258254
<url>
259-
<loc>https://www.fullstackpython.com/other-web-frameworks.html</loc>
255+
<loc>https://www.fullstackpython.com/morepath.html</loc>
260256
<priority>1.0</priority>
261257
</url>
262258
<url>
@@ -275,10 +271,6 @@
275271
<loc>https://www.fullstackpython.com/comprehensions.html</loc>
276272
<priority>1.0</priority>
277273
</url>
278-
<url>
279-
<loc>https://www.fullstackpython.com/template-engines.html</loc>
280-
<priority>1.0</priority>
281-
</url>
282274
<url>
283275
<loc>https://www.fullstackpython.com/web-application-security.html</loc>
284276
<priority>1.0</priority>
@@ -287,10 +279,6 @@
287279
<loc>https://www.fullstackpython.com/best-python-podcasts.html</loc>
288280
<priority>1.0</priority>
289281
</url>
290-
<url>
291-
<loc>https://www.fullstackpython.com/jinja2.html</loc>
292-
<priority>1.0</priority>
293-
</url>
294282
<url>
295283
<loc>https://www.fullstackpython.com/operating-systems.html</loc>
296284
<priority>1.0</priority>
@@ -300,7 +288,7 @@
300288
<priority>1.0</priority>
301289
</url>
302290
<url>
303-
<loc>https://www.fullstackpython.com/mako.html</loc>
291+
<loc>https://www.fullstackpython.com/other-web-frameworks.html</loc>
304292
<priority>1.0</priority>
305293
</url>
306294
<url>
@@ -316,31 +304,31 @@
316304
<priority>1.0</priority>
317305
</url>
318306
<url>
319-
<loc>https://www.fullstackpython.com/django-templates.html</loc>
307+
<loc>https://www.fullstackpython.com/no-sql-datastore.html</loc>
320308
<priority>1.0</priority>
321309
</url>
322310
<url>
323-
<loc>https://www.fullstackpython.com/no-sql-datastore.html</loc>
311+
<loc>https://www.fullstackpython.com/template-engines.html</loc>
324312
<priority>1.0</priority>
325313
</url>
326314
<url>
327315
<loc>https://www.fullstackpython.com/application-dependencies.html</loc>
328316
<priority>1.0</priority>
329317
</url>
330318
<url>
331-
<loc>https://www.fullstackpython.com/redis.html</loc>
319+
<loc>https://www.fullstackpython.com/jinja2.html</loc>
332320
<priority>1.0</priority>
333321
</url>
334322
<url>
335-
<loc>https://www.fullstackpython.com/twilio.html</loc>
323+
<loc>https://www.fullstackpython.com/redis.html</loc>
336324
<priority>1.0</priority>
337325
</url>
338326
<url>
339-
<loc>https://www.fullstackpython.com/web-design.html</loc>
327+
<loc>https://www.fullstackpython.com/twilio.html</loc>
340328
<priority>1.0</priority>
341329
</url>
342330
<url>
343-
<loc>https://www.fullstackpython.com/cascading-style-sheets.html</loc>
331+
<loc>https://www.fullstackpython.com/mako.html</loc>
344332
<priority>1.0</priority>
345333
</url>
346334
<url>
@@ -351,10 +339,18 @@
351339
<loc>https://www.fullstackpython.com/apache-cassandra.html</loc>
352340
<priority>1.0</priority>
353341
</url>
342+
<url>
343+
<loc>https://www.fullstackpython.com/django-templates.html</loc>
344+
<priority>1.0</priority>
345+
</url>
354346
<url>
355347
<loc>https://www.fullstackpython.com/logging.html</loc>
356348
<priority>1.0</priority>
357349
</url>
350+
<url>
351+
<loc>https://www.fullstackpython.com/web-design.html</loc>
352+
<priority>1.0</priority>
353+
</url>
358354
<url>
359355
<loc>https://www.fullstackpython.com/web-servers.html</loc>
360356
<priority>1.0</priority>
@@ -364,7 +360,7 @@
364360
<priority>1.0</priority>
365361
</url>
366362
<url>
367-
<loc>https://www.fullstackpython.com/javascript.html</loc>
363+
<loc>https://www.fullstackpython.com/cascading-style-sheets.html</loc>
368364
<priority>1.0</priority>
369365
</url>
370366
<url>
@@ -384,7 +380,7 @@
384380
<priority>1.0</priority>
385381
</url>
386382
<url>
387-
<loc>https://www.fullstackpython.com/task-queues.html</loc>
383+
<loc>https://www.fullstackpython.com/javascript.html</loc>
388384
<priority>1.0</priority>
389385
</url>
390386
<url>
@@ -396,17 +392,25 @@
396392
<priority>1.0</priority>
397393
</url>
398394
<url>
399-
<loc>https://www.fullstackpython.com/microservices.html</loc>
395+
<loc>https://www.fullstackpython.com/task-queues.html</loc>
400396
<priority>1.0</priority>
401397
</url>
402398
<url>
403399
<loc>https://www.fullstackpython.com/configuration-management.html</loc>
404400
<priority>1.0</priority>
405401
</url>
402+
<url>
403+
<loc>https://www.fullstackpython.com/microservices.html</loc>
404+
<priority>1.0</priority>
405+
</url>
406406
<url>
407407
<loc>https://www.fullstackpython.com/static-site-generator.html</loc>
408408
<priority>1.0</priority>
409409
</url>
410+
<url>
411+
<loc>https://www.fullstackpython.com/docker.html</loc>
412+
<priority>1.0</priority>
413+
</url>
410414
<url>
411415
<loc>https://www.fullstackpython.com/pelican.html</loc>
412416
<priority>1.0</priority>
@@ -423,9 +427,5 @@
423427
<loc>https://www.fullstackpython.com/websockets.html</loc>
424428
<priority>1.0</priority>
425429
</url>
426-
<url>
427-
<loc>https://www.fullstackpython.com/docker.html</loc>
428-
<priority>1.0</priority>
429-
</url>
430430

431431
</urlset>

source/content/pages/07-web-development/07-morepath.markdown renamed to source/content/pages/07-web-development/08-morepath.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Morepath
22
category: page
33
slug: morepath
4-
sortorder: 0707
4+
sortorder: 0708
55
toc: False
66
sidebartitle: Morepath
77
meta: Morepath is a Python web framework with a model-driven design approach. Learn more about Morepath on Full Stack Python.

source/content/pages/07-web-development/08-other-web-frameworks.markdown renamed to source/content/pages/07-web-development/11-other-web-frameworks.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Other Web Frameworks
22
category: page
33
slug: other-web-frameworks
4-
sortorder: 0708
4+
sortorder: 0711
55
toc: False
66
sidebartitle: Other Web Frameworks
77
meta: Python has dozens of web frameworks with differing philosophies. Learn more about frameworks on Full Stack Python.

source/content/pages/07-web-development/09-template-engines.markdown renamed to source/content/pages/07-web-development/12-template-engines.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Template Engines
22
category: page
33
slug: template-engines
4-
sortorder: 0709
4+
sortorder: 0712
55
toc: False
66
sidebartitle: Template Engines
77
meta: Template engines provide programmatic output of formatted string content such as HTML, XML or PDF.

source/content/pages/07-web-development/10-jinja2.markdown renamed to source/content/pages/07-web-development/13-jinja2.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Jinja2
22
category: page
33
slug: jinja2
4-
sortorder: 0710
4+
sortorder: 0713
55
toc: False
66
sidebartitle: Jinja2
77
meta: Jinja2 is a template engine written in Python for outputting formats such as HTML and XML.

source/content/pages/07-web-development/11-mako.markdown renamed to source/content/pages/07-web-development/14-mako.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Mako
22
category: page
33
slug: mako
4-
sortorder: 0711
4+
sortorder: 0714
55
toc: False
66
sidebartitle: Mako
77
meta: Mako is a Python template engine used to generate HTML, XML or other output formats.

source/content/pages/07-web-development/12-django-templates.markdown renamed to source/content/pages/07-web-development/15-django-templates.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Django Templates
22
category: page
33
slug: django-templates
4-
sortorder: 0712
4+
sortorder: 0715
55
toc: False
66
sidebartitle: Django Templates
77
meta: Django has its own template engine referred to as Django templates and is similar to Jinja with some minor differences.

source/content/pages/07-web-development/13-web-design.markdown renamed to source/content/pages/07-web-development/16-web-design.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Web Design
22
category: page
33
slug: web-design
4-
sortorder: 0713
4+
sortorder: 0716
55
toc: False
66
sidebartitle: Web Design
77
meta: Web design creates a compelling user experience for your Python web app. Learn more about web design on Full Stack Python.

0 commit comments

Comments
 (0)