Skip to content

Commit 22eeb5d

Browse files
committed
reset the disqus page identifiers
1 parent 3514422 commit 22eeb5d

25 files changed

+149
-149
lines changed

Diff for: book/appendix_csvs.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -516,15 +516,15 @@ <h3 id="_implementing_a_repository_and_unit_of_work_for_csvs">Implementing a Rep
516516
<script>
517517

518518
var disqus_config = function () {
519-
this.page.url = 'https://www.cosmicpython.com/book/appendix_csvs.html';
520-
this.page.identifier = 'appendix_csvs';
519+
this.page.url = 'https://www.cosmicpython.com/book/appendix_csvs.html';
520+
this.page.identifier = 'cosmic-python-appendix_csvs';
521521
};
522522

523523
(function() { // DON'T EDIT BELOW THIS LINE
524-
var d = document, s = d.createElement('script');
525-
s.src = 'https://cosmic-python.disqus.com/embed.js';
526-
s.setAttribute('data-timestamp', +new Date());
527-
(d.head || d.body).appendChild(s);
524+
var d = document, s = d.createElement('script');
525+
s.src = 'https://cosmic-python.disqus.com/embed.js';
526+
s.setAttribute('data-timestamp', +new Date());
527+
(d.head || d.body).appendChild(s);
528528
})();
529529
</script>
530530
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>

Diff for: book/appendix_django.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -758,15 +758,15 @@ <h3 id="_steps_along_the_way">Steps Along the Way</h3>
758758
<script>
759759

760760
var disqus_config = function () {
761-
this.page.url = 'https://www.cosmicpython.com/book/appendix_django.html';
762-
this.page.identifier = 'appendix_django';
761+
this.page.url = 'https://www.cosmicpython.com/book/appendix_django.html';
762+
this.page.identifier = 'cosmic-python-appendix_django';
763763
};
764764

765765
(function() { // DON'T EDIT BELOW THIS LINE
766-
var d = document, s = d.createElement('script');
767-
s.src = 'https://cosmic-python.disqus.com/embed.js';
768-
s.setAttribute('data-timestamp', +new Date());
769-
(d.head || d.body).appendChild(s);
766+
var d = document, s = d.createElement('script');
767+
s.src = 'https://cosmic-python.disqus.com/embed.js';
768+
s.setAttribute('data-timestamp', +new Date());
769+
(d.head || d.body).appendChild(s);
770770
})();
771771
</script>
772772
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>

Diff for: book/appendix_ds1_table.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -253,15 +253,15 @@ <h2 id="appendix_ds1_table">Appendix A: Summary Diagram and Table</h2>
253253
<script>
254254

255255
var disqus_config = function () {
256-
this.page.url = 'https://www.cosmicpython.com/book/appendix_ds1_table.html';
257-
this.page.identifier = 'appendix_ds1_table';
256+
this.page.url = 'https://www.cosmicpython.com/book/appendix_ds1_table.html';
257+
this.page.identifier = 'cosmic-python-appendix_ds1_table';
258258
};
259259

260260
(function() { // DON'T EDIT BELOW THIS LINE
261-
var d = document, s = d.createElement('script');
262-
s.src = 'https://cosmic-python.disqus.com/embed.js';
263-
s.setAttribute('data-timestamp', +new Date());
264-
(d.head || d.body).appendChild(s);
261+
var d = document, s = d.createElement('script');
262+
s.src = 'https://cosmic-python.disqus.com/embed.js';
263+
s.setAttribute('data-timestamp', +new Date());
264+
(d.head || d.body).appendChild(s);
265265
})();
266266
</script>
267267
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>

Diff for: book/appendix_project_structure.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -746,15 +746,15 @@ <h3 id="_wrap_up">Wrap-Up</h3>
746746
<script>
747747

748748
var disqus_config = function () {
749-
this.page.url = 'https://www.cosmicpython.com/book/appendix_project_structure.html';
750-
this.page.identifier = 'appendix_project_structure';
749+
this.page.url = 'https://www.cosmicpython.com/book/appendix_project_structure.html';
750+
this.page.identifier = 'cosmic-python-appendix_project_structure';
751751
};
752752

753753
(function() { // DON'T EDIT BELOW THIS LINE
754-
var d = document, s = d.createElement('script');
755-
s.src = 'https://cosmic-python.disqus.com/embed.js';
756-
s.setAttribute('data-timestamp', +new Date());
757-
(d.head || d.body).appendChild(s);
754+
var d = document, s = d.createElement('script');
755+
s.src = 'https://cosmic-python.disqus.com/embed.js';
756+
s.setAttribute('data-timestamp', +new Date());
757+
(d.head || d.body).appendChild(s);
758758
})();
759759
</script>
760760
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>

Diff for: book/appendix_validation.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -824,15 +824,15 @@ <h3 id="_validating_pragmatics">Validating Pragmatics</h3>
824824
<script>
825825

826826
var disqus_config = function () {
827-
this.page.url = 'https://www.cosmicpython.com/book/appendix_validation.html';
828-
this.page.identifier = 'appendix_validation';
827+
this.page.url = 'https://www.cosmicpython.com/book/appendix_validation.html';
828+
this.page.identifier = 'cosmic-python-appendix_validation';
829829
};
830830

831831
(function() { // DON'T EDIT BELOW THIS LINE
832-
var d = document, s = d.createElement('script');
833-
s.src = 'https://cosmic-python.disqus.com/embed.js';
834-
s.setAttribute('data-timestamp', +new Date());
835-
(d.head || d.body).appendChild(s);
832+
var d = document, s = d.createElement('script');
833+
s.src = 'https://cosmic-python.disqus.com/embed.js';
834+
s.setAttribute('data-timestamp', +new Date());
835+
(d.head || d.body).appendChild(s);
836836
})();
837837
</script>
838838
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>

Diff for: book/chapter_01_domain_model.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ <h3 id="_exploring_the_domain_language">Exploring the Domain Language</h3>
335335
so that the examples are easier to talk about.</p>
336336
</div>
337337
<div class="paragraph">
338-
<p>The sidebar called <a href="#allocation_notes">Some Notes on Allocation</a> shows some notes we might have taken while having a
338+
<p><a href="#allocation_notes">The following sidebar</a> shows some notes we might have taken while having a
339339
conversation with our domain experts about allocation.</p>
340340
</div>
341341
<div id="allocation_notes" class="sidebarblock">
@@ -1247,7 +1247,7 @@ <h4 id="_exceptions_can_express_domain_concepts_too">Exceptions Can Express Doma
12471247
</div>
12481248
<div id="footer">
12491249
<div id="footer-text">
1250-
Last updated 2020-03-17 17:41:45 UTC
1250+
Last updated 2020-03-17 17:52:53 UTC
12511251
</div>
12521252
</div>
12531253
<style>
@@ -1325,15 +1325,15 @@ <h4 id="_exceptions_can_express_domain_concepts_too">Exceptions Can Express Doma
13251325
<script>
13261326

13271327
var disqus_config = function () {
1328-
this.page.url = 'https://www.cosmicpython.com/book/chapter_01_domain_model.html';
1329-
this.page.identifier = 'chapter_01_domain_model';
1328+
this.page.url = 'https://www.cosmicpython.com/book/chapter_01_domain_model.html';
1329+
this.page.identifier = 'cosmic-python-chapter_01_domain_model';
13301330
};
13311331

13321332
(function() { // DON'T EDIT BELOW THIS LINE
1333-
var d = document, s = d.createElement('script');
1334-
s.src = 'https://cosmic-python.disqus.com/embed.js';
1335-
s.setAttribute('data-timestamp', +new Date());
1336-
(d.head || d.body).appendChild(s);
1333+
var d = document, s = d.createElement('script');
1334+
s.src = 'https://cosmic-python.disqus.com/embed.js';
1335+
s.setAttribute('data-timestamp', +new Date());
1336+
(d.head || d.body).appendChild(s);
13371337
})();
13381338
</script>
13391339
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>

Diff for: book/chapter_02_repository.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -1324,15 +1324,15 @@ <h3 id="_wrap_up">Wrap-Up</h3>
13241324
<script>
13251325

13261326
var disqus_config = function () {
1327-
this.page.url = 'https://www.cosmicpython.com/book/chapter_02_repository.html';
1328-
this.page.identifier = 'chapter_02_repository';
1327+
this.page.url = 'https://www.cosmicpython.com/book/chapter_02_repository.html';
1328+
this.page.identifier = 'cosmic-python-chapter_02_repository';
13291329
};
13301330

13311331
(function() { // DON'T EDIT BELOW THIS LINE
1332-
var d = document, s = d.createElement('script');
1333-
s.src = 'https://cosmic-python.disqus.com/embed.js';
1334-
s.setAttribute('data-timestamp', +new Date());
1335-
(d.head || d.body).appendChild(s);
1332+
var d = document, s = d.createElement('script');
1333+
s.src = 'https://cosmic-python.disqus.com/embed.js';
1334+
s.setAttribute('data-timestamp', +new Date());
1335+
(d.head || d.body).appendChild(s);
13361336
})();
13371337
</script>
13381338
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>

Diff for: book/chapter_03_abstractions.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -1103,15 +1103,15 @@ <h3 id="_wrap_up">Wrap-Up</h3>
11031103
<script>
11041104

11051105
var disqus_config = function () {
1106-
this.page.url = 'https://www.cosmicpython.com/book/chapter_03_abstractions.html';
1107-
this.page.identifier = 'chapter_03_abstractions';
1106+
this.page.url = 'https://www.cosmicpython.com/book/chapter_03_abstractions.html';
1107+
this.page.identifier = 'cosmic-python-chapter_03_abstractions';
11081108
};
11091109

11101110
(function() { // DON'T EDIT BELOW THIS LINE
1111-
var d = document, s = d.createElement('script');
1112-
s.src = 'https://cosmic-python.disqus.com/embed.js';
1113-
s.setAttribute('data-timestamp', +new Date());
1114-
(d.head || d.body).appendChild(s);
1111+
var d = document, s = d.createElement('script');
1112+
s.src = 'https://cosmic-python.disqus.com/embed.js';
1113+
s.setAttribute('data-timestamp', +new Date());
1114+
(d.head || d.body).appendChild(s);
11151115
})();
11161116
</script>
11171117
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>

Diff for: book/chapter_04_service_layer.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,7 @@ <h4 id="_the_dip_in_action">The DIP in Action</h4>
11751175
</div>
11761176
<div id="footer">
11771177
<div id="footer-text">
1178-
Last updated 2020-03-17 17:37:09 UTC
1178+
Last updated 2020-03-17 17:52:53 UTC
11791179
</div>
11801180
</div>
11811181
<style>
@@ -1253,15 +1253,15 @@ <h4 id="_the_dip_in_action">The DIP in Action</h4>
12531253
<script>
12541254

12551255
var disqus_config = function () {
1256-
this.page.url = 'https://www.cosmicpython.com/book/chapter_04_service_layer.html';
1257-
this.page.identifier = 'chapter_04_service_layer';
1256+
this.page.url = 'https://www.cosmicpython.com/book/chapter_04_service_layer.html';
1257+
this.page.identifier = 'cosmic-python-chapter_04_service_layer';
12581258
};
12591259

12601260
(function() { // DON'T EDIT BELOW THIS LINE
1261-
var d = document, s = d.createElement('script');
1262-
s.src = 'https://cosmic-python.disqus.com/embed.js';
1263-
s.setAttribute('data-timestamp', +new Date());
1264-
(d.head || d.body).appendChild(s);
1261+
var d = document, s = d.createElement('script');
1262+
s.src = 'https://cosmic-python.disqus.com/embed.js';
1263+
s.setAttribute('data-timestamp', +new Date());
1264+
(d.head || d.body).appendChild(s);
12651265
})();
12661266
</script>
12671267
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>

Diff for: book/chapter_05_high_gear_low_gear.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -818,15 +818,15 @@ <h3 id="_wrap_up">Wrap-Up</h3>
818818
<script>
819819

820820
var disqus_config = function () {
821-
this.page.url = 'https://www.cosmicpython.com/book/chapter_05_high_gear_low_gear.html';
822-
this.page.identifier = 'chapter_05_high_gear_low_gear';
821+
this.page.url = 'https://www.cosmicpython.com/book/chapter_05_high_gear_low_gear.html';
822+
this.page.identifier = 'cosmic-python-chapter_05_high_gear_low_gear';
823823
};
824824

825825
(function() { // DON'T EDIT BELOW THIS LINE
826-
var d = document, s = d.createElement('script');
827-
s.src = 'https://cosmic-python.disqus.com/embed.js';
828-
s.setAttribute('data-timestamp', +new Date());
829-
(d.head || d.body).appendChild(s);
826+
var d = document, s = d.createElement('script');
827+
s.src = 'https://cosmic-python.disqus.com/embed.js';
828+
s.setAttribute('data-timestamp', +new Date());
829+
(d.head || d.body).appendChild(s);
830830
})();
831831
</script>
832832
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>

Diff for: book/chapter_06_uow.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -1083,15 +1083,15 @@ <h3 id="_wrap_up">Wrap-Up</h3>
10831083
<script>
10841084

10851085
var disqus_config = function () {
1086-
this.page.url = 'https://www.cosmicpython.com/book/chapter_06_uow.html';
1087-
this.page.identifier = 'chapter_06_uow';
1086+
this.page.url = 'https://www.cosmicpython.com/book/chapter_06_uow.html';
1087+
this.page.identifier = 'cosmic-python-chapter_06_uow';
10881088
};
10891089

10901090
(function() { // DON'T EDIT BELOW THIS LINE
1091-
var d = document, s = d.createElement('script');
1092-
s.src = 'https://cosmic-python.disqus.com/embed.js';
1093-
s.setAttribute('data-timestamp', +new Date());
1094-
(d.head || d.body).appendChild(s);
1091+
var d = document, s = d.createElement('script');
1092+
s.src = 'https://cosmic-python.disqus.com/embed.js';
1093+
s.setAttribute('data-timestamp', +new Date());
1094+
(d.head || d.body).appendChild(s);
10951095
})();
10961096
</script>
10971097
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>

Diff for: book/chapter_07_aggregate.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -1458,15 +1458,15 @@ <h3 id="_part_i_recap">Part I Recap</h3>
14581458
<script>
14591459

14601460
var disqus_config = function () {
1461-
this.page.url = 'https://www.cosmicpython.com/book/chapter_07_aggregate.html';
1462-
this.page.identifier = 'chapter_07_aggregate';
1461+
this.page.url = 'https://www.cosmicpython.com/book/chapter_07_aggregate.html';
1462+
this.page.identifier = 'cosmic-python-chapter_07_aggregate';
14631463
};
14641464

14651465
(function() { // DON'T EDIT BELOW THIS LINE
1466-
var d = document, s = d.createElement('script');
1467-
s.src = 'https://cosmic-python.disqus.com/embed.js';
1468-
s.setAttribute('data-timestamp', +new Date());
1469-
(d.head || d.body).appendChild(s);
1466+
var d = document, s = d.createElement('script');
1467+
s.src = 'https://cosmic-python.disqus.com/embed.js';
1468+
s.setAttribute('data-timestamp', +new Date());
1469+
(d.head || d.body).appendChild(s);
14701470
})();
14711471
</script>
14721472
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>

Diff for: book/chapter_08_events_and_message_bus.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -1207,15 +1207,15 @@ <h3 id="_wrap_up">Wrap-Up</h3>
12071207
<script>
12081208

12091209
var disqus_config = function () {
1210-
this.page.url = 'https://www.cosmicpython.com/book/chapter_08_events_and_message_bus.html';
1211-
this.page.identifier = 'chapter_08_events_and_message_bus';
1210+
this.page.url = 'https://www.cosmicpython.com/book/chapter_08_events_and_message_bus.html';
1211+
this.page.identifier = 'cosmic-python-chapter_08_events_and_message_bus';
12121212
};
12131213

12141214
(function() { // DON'T EDIT BELOW THIS LINE
1215-
var d = document, s = d.createElement('script');
1216-
s.src = 'https://cosmic-python.disqus.com/embed.js';
1217-
s.setAttribute('data-timestamp', +new Date());
1218-
(d.head || d.body).appendChild(s);
1215+
var d = document, s = d.createElement('script');
1216+
s.src = 'https://cosmic-python.disqus.com/embed.js';
1217+
s.setAttribute('data-timestamp', +new Date());
1218+
(d.head || d.body).appendChild(s);
12191219
})();
12201220
</script>
12211221
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>

Diff for: book/chapter_09_all_messagebus.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -1334,15 +1334,15 @@ <h4 id="_why_have_we_achieved">Why Have We Achieved?</h4>
13341334
<script>
13351335

13361336
var disqus_config = function () {
1337-
this.page.url = 'https://www.cosmicpython.com/book/chapter_09_all_messagebus.html';
1338-
this.page.identifier = 'chapter_09_all_messagebus';
1337+
this.page.url = 'https://www.cosmicpython.com/book/chapter_09_all_messagebus.html';
1338+
this.page.identifier = 'cosmic-python-chapter_09_all_messagebus';
13391339
};
13401340

13411341
(function() { // DON'T EDIT BELOW THIS LINE
1342-
var d = document, s = d.createElement('script');
1343-
s.src = 'https://cosmic-python.disqus.com/embed.js';
1344-
s.setAttribute('data-timestamp', +new Date());
1345-
(d.head || d.body).appendChild(s);
1342+
var d = document, s = d.createElement('script');
1343+
s.src = 'https://cosmic-python.disqus.com/embed.js';
1344+
s.setAttribute('data-timestamp', +new Date());
1345+
(d.head || d.body).appendChild(s);
13461346
})();
13471347
</script>
13481348
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>

Diff for: book/chapter_10_commands.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -887,15 +887,15 @@ <h3 id="_wrap_up">Wrap-Up</h3>
887887
<script>
888888

889889
var disqus_config = function () {
890-
this.page.url = 'https://www.cosmicpython.com/book/chapter_10_commands.html';
891-
this.page.identifier = 'chapter_10_commands';
890+
this.page.url = 'https://www.cosmicpython.com/book/chapter_10_commands.html';
891+
this.page.identifier = 'cosmic-python-chapter_10_commands';
892892
};
893893

894894
(function() { // DON'T EDIT BELOW THIS LINE
895-
var d = document, s = d.createElement('script');
896-
s.src = 'https://cosmic-python.disqus.com/embed.js';
897-
s.setAttribute('data-timestamp', +new Date());
898-
(d.head || d.body).appendChild(s);
895+
var d = document, s = d.createElement('script');
896+
s.src = 'https://cosmic-python.disqus.com/embed.js';
897+
s.setAttribute('data-timestamp', +new Date());
898+
(d.head || d.body).appendChild(s);
899899
})();
900900
</script>
901901
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>

Diff for: book/chapter_11_external_events.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -966,15 +966,15 @@ <h3 id="_wrap_up">Wrap-Up</h3>
966966
<script>
967967

968968
var disqus_config = function () {
969-
this.page.url = 'https://www.cosmicpython.com/book/chapter_11_external_events.html';
970-
this.page.identifier = 'chapter_11_external_events';
969+
this.page.url = 'https://www.cosmicpython.com/book/chapter_11_external_events.html';
970+
this.page.identifier = 'cosmic-python-chapter_11_external_events';
971971
};
972972

973973
(function() { // DON'T EDIT BELOW THIS LINE
974-
var d = document, s = d.createElement('script');
975-
s.src = 'https://cosmic-python.disqus.com/embed.js';
976-
s.setAttribute('data-timestamp', +new Date());
977-
(d.head || d.body).appendChild(s);
974+
var d = document, s = d.createElement('script');
975+
s.src = 'https://cosmic-python.disqus.com/embed.js';
976+
s.setAttribute('data-timestamp', +new Date());
977+
(d.head || d.body).appendChild(s);
978978
})();
979979
</script>
980980
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>

0 commit comments

Comments
 (0)