Skip to content

Commit e73437f

Browse files
committed
fixing issue with what full stack means page
1 parent f088474 commit e73437f

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
lines changed

all.html

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4552,15 +4552,14 @@ <h1>What "full stack" means</h1>
45524552
<p>The terms "full stack" and "Full Stack Python" are ambiguous but I am using
45534553
a specific definition here on this site. These term can be defined for a
45544554
web stack either to mean</p>
4555-
<ol>
4556-
<li>
4557-
<p>Every layer, from the machine code up to the browser, are written in Python </p>
4558-
</li>
4559-
<li>
4560-
<p>Python code interacts with code written in other languages such as C and
4561-
JavaScript to provide a complete web stack</p>
4562-
</li>
4563-
</ol>
4555+
<ul>
4556+
<li>Python code interacts with code written in other languages such as C and
4557+
JavaScript to provide a complete web stack</li>
4558+
</ul>
4559+
<p>or</p>
4560+
<ul>
4561+
<li>Every layer, from the machine code up to the browser, are written in Python </li>
4562+
</ul>
45644563
<p>I named this site for the first definition. Python is just one language among
45654564
many that allows our computers to execute software and communicate with each
45664565
other. </p>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-12-24T08:47:52Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-12-24T18:09:25Z</updated></feed>

source/content/pages/11-misc/1106-what-full-stack-means.markdown

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ The terms "full stack" and "Full Stack Python" are ambiguous but I am using
2121
a specific definition here on this site. These term can be defined for a
2222
web stack either to mean
2323

24-
1. Every layer, from the machine code up to the browser, are written in Python
25-
26-
1. Python code interacts with code written in other languages such as C and
27-
JavaScript to provide a complete web stack
24+
* Python code interacts with code written in other languages such as C and
25+
JavaScript to provide a complete web stack
26+
27+
or
28+
29+
* Every layer, from the machine code up to the browser, are written in Python
2830

2931
I named this site for the first definition. Python is just one language among
3032
many that allows our computers to execute software and communicate with each

what-full-stack-means.html

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,14 @@ <h1>What "full stack" means</h1>
4242
<p>The terms "full stack" and "Full Stack Python" are ambiguous but I am using
4343
a specific definition here on this site. These term can be defined for a
4444
web stack either to mean</p>
45-
<ol>
46-
<li>
47-
<p>Every layer, from the machine code up to the browser, are written in Python </p>
48-
</li>
49-
<li>
50-
<p>Python code interacts with code written in other languages such as C and
51-
JavaScript to provide a complete web stack</p>
52-
</li>
53-
</ol>
45+
<ul>
46+
<li>Python code interacts with code written in other languages such as C and
47+
JavaScript to provide a complete web stack</li>
48+
</ul>
49+
<p>or</p>
50+
<ul>
51+
<li>Every layer, from the machine code up to the browser, are written in Python </li>
52+
</ul>
5453
<p>I named this site for the first definition. Python is just one language among
5554
many that allows our computers to execute software and communicate with each
5655
other. </p>

0 commit comments

Comments
 (0)