-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathap-help.html
executable file
·742 lines (610 loc) · 36 KB
/
ap-help.html
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
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Denver Post AUTO🤖PRODUCER™ and AUTO🤖SEARCHER™ Help</title>
<meta charset="utf-8">
<link rel="stylesheet" href="//extras.denverpost.com/transgender/css/normalize.css" />
<link rel="stylesheet" href="//extras.denverpost.com/transgender/css/foundation.min.css" />
<link rel="stylesheet" href="styles.css" />
<link href='http://fonts.googleapis.com/css?family=Noticia+Text:400,700,400italic,700italic|PT+Sans:400,700,400italic,700italic|PT+Sans+Narrow:400,700' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="http://extras.mnginteractive.com/live/media/favIcon/dpo/favicon.ico" type="image/x-icon" />
</head>
<body style="margin:0;">
<section id="main" style="margin:0;">
<div style="background:#e1e1e1;border-bottom:10px solid #b1b1b1;padding:2em 0;margin:0 0 2em;text-align:center;">
<h1>Denver Post AUTO🤖PRODUCER™ and AUTO🤖SEARCHER™ Help</h1>
</div>
<div class="row">
<div class="large-9 large-centered columns">
<ul class="inline-list">
<li><strong>SECTIONS:</strong></li>
<li><a href="#intro">Introduction</a></li>
<li><a href="#articles">Articles</a></li>
<li><a href="#photos">Photos</a></li>
<li><a href="#articlesearch">Article Search</a></li>
<li><a href="#wirehub">Wire Hub</a></li>
<li><a href="#contenthub">Content Hub</a></li>
<li><a href="#changelog">Changelog</a></li>
</ul>
</div>
</div>
<div class="row" id="intro">
<div class="large-9 large-centered columns">
<h2 style="border-bottom:5px solid #b1b1b1;margin:2em 0 1em;">Introduction</h2>
</div>
</div>
<div class="row">
<div class="large-7 large-centered columns">
<p>The goal of the AUTO🤖PRODUCER™ and AUTO🤖SEARCHER™ is to make repetitive production tasks for Denver Post Online producers and editors a lot faster. Here's how:</p>
<p>Filling out the date-range dropdown menus on a Wire Hub search required a minimum of 13 clicks with your mouse — or as many as 119 keystrokes (yes, I counted). With AUTO🤖SEARCHER™ you can search within date ranges of the last 24, 48 or 168 hours (seven days) in two clicks — or just a few keystrokes.</p>
<p>Limiting your search with a date range not only saves the seconds it would take to click (and the carpal tunnel!), but exponentially improves the speed with which the database can find and return your results. For every Wire Hub story you produce, AUTO🤖SEARCHER™ could save several minutes, which adds up to <em>hours</em> of productivity across the team each week.</p>
<p>Similarly, with AUTO🤖PRODUCER™ for Articles, you can execute in a couple of keystrokes and clicks what would take several dozen clicks — not to mention the inevitible lag on some drop-down menus — and reduce the repetitive part of your job by as much as several minutes per story. Yet another savings of <em>hours</em> of productivity, team-wide, each week.</p>
<p>We'd like to spend our time and talents getting good stories in front of readers' eyes, through excellent SEO, inviting social media promotion, and by including interactive tools and sources, such as documents, charts and graphs, slideshows, and more — not checking boxes.</p>
<p>AUTO🤖PRODUCER™ lets us do that.</p>
</div>
</div>
<div class="row">
<div class="large-9 large-centered columns">
<h2 style="border-bottom:5px solid #b1b1b1;margin:2em 0 1em;">Get AUTO🤖PRODUCER™</h2>
</div>
</div>
<div class="row">
<div class="large-7 large-centered columns">
<p>You can get AUTO🤖PRODUCER™ from <a href="http://extras.denverpost.com/app/bookmarklet/">The Denver Post Bookmarklets page</a> — just visit the page and drag the bookmarklet icon to your web browser's Bookmarks bar.</p>
<p>Contribut to AUTO🤖PRODUCER™: Fork the <a href="https://github.com/denverpost/bookmarklets/">repo on Github</a>.
<p>Problems or suggestions? File and issue <a href="https://github.com/denverpost/bookmarklets/issues">on Github</a> and assign it to <a href="https://github.com/schneidan">Daniel J. Schneider</a>.</p>
</div>
</div>
<div class="row" id="articles">
<div class="large-9 large-centered columns">
<h2 style="border-bottom:5px solid #b1b1b1;margin:2em 0 1em;">AUTO🤖PRODUCER™ for Articles</h2>
</div>
</div>
<div class="row">
<div class="large-7 large-centered columns">
<p>Start AUTO🤖PRODUCER™ by clicking your bookmarklet. If you have an article open, <strong>AUTO🤖PRODUCER™ for Articles</strong> will start automatically.</p>
<p>You'll see something that looks like this:</p>
</div>
</div>
<div class="row">
<div class="large-9 large-centered columns">
<p><img src="./img/AP-articles.png" style="width:100%;" /></p>
</div>
</div>
<div class="row">
<div class="large-7 large-centered columns">
<p>AUTO🤖PRODUCER™ for Articles has a raft of features, most of which are somewhat self-explanatory. Just in case, here's a little guide.</p>
<h4>Story types</h4>
<p>The numbered list represents sets of Section and Tag selections that can be applied automatically. Enter the number in the input box and hit ENTER (or click AUTO🤖PRODUCE™) to apply the choices. Hover over the (?) to see what the selections will be.</p>
</div>
</div>
<div class="row">
<div class="large-6 large-centered columns">
<ul>
<li>AUTO🤖PRODUCER™ can set, depending on your selection:
<ul>
<li>Sections</li>
<li>Tags</li>
<li>Primary Section</li>
<li>Primary Tag</li>
<li>Apple News Section</li>
</ul>
</li>
<li>Story types with a red star automatically insert the Primary Tag Related shortcode.</li>
<li>The Crime Story story type automatically inserts the Crime Map widget, and will prompt you for a type of crime or neighborhood name.</li>
<li>The Weather Story story type automatically inserts the Weather widget.</li>
</ul>
</div>
</div>
<div class="row">
<div class="large-7 large-centered columns">
<h4>Additional Options</h4>
<p>Checkboxes allow you to perform additinal actions, like:</p>
</div>
</div>
<div class="row">
<div class="large-6 large-centered columns">
<ul>
<li><strong>Insert Related:</strong> Story Types with a red star will do this automatically, but you can add the Primary Tag Related shortcode to any story by checking this box.
<ul>
<li>The shortcode will be inserted <strong>four</strong> paragraphs fom the end of the story, <em>if</em> the story is at least <strong>six</strong> paragraphs long.</li>
</ul>
</li>
<li><strong>Support Message:</strong> Inserts text at the end of a story imploring readers to enjoy a deal if they subscribe now.</li>
<li><strong>Insert Promos:</strong> Check this box to include In-Article Promos. The normal prompts associated with that bookmarklet will appear.</li>
<li><strong>Newsletter Widget:</strong> Check this box to include a footer widget inviting readers to subscribe to an email newsletter related to the current story type. <em>CURRENTLY DISABLED</em></li>
<li><strong>App Promo Widget:</strong> Check this box to include a footer widget promoting our mobile apps on iOS and Android (sports apps will be promo'd for sports stories). <em>CURRENTLY DISABLED</em></li>
<li><strong>YouTube Video:</strong> Check this box to insert a YouTube video embed. You will need the URL or ID (just the part after <code>?v=</code>) and will be asked whether to autoplay. This is different from the normal OEmbed style of just pasting the URL on a line, which cannot autoplay videos.</li>
<li><strong>Homicide Report:</strong> Check this box to include the Documenting Hate aside widget. This should only be used on stories that directly relate to the Documenting Hate project.</li>
<li><strong>Homicide Report:</strong> Check this box to include the Homicide Report. This will override the Crime Map widget if you select it.</li>
<li><strong>Crime Map widget:</strong> Check this box to include the Crime Map widget. This will be overridden by the Homicede Report insert if you have selected both.</li>
<li><strong>Change Author:</strong> When you create an AP or WaPo story, the author may appear to be you. Check one of these boxes to quickly change the author to "The Associated Press" or "The Washington Post."
<ul>
<li>If you select both, you'll get an AP byline.</li>
<li>You can't see this change immediately in the article editor, but after you save you'll see the new author.</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="large-7 large-centered columns">
<h4>Content Processing</h4>
<p>Every story is massaged gently while applying the options described above.</p>
</div>
</div>
<div class="row">
<div class="large-6 large-centered columns">
<ul>
<li><strong>Bylines</strong> AUTO🤖PRODUCER™ attempts to clean up and format AP and WaPo bylines, and deletes the byline graf if it's just the organizatio name (after checking that the story's author is that organization).</li>
<li><strong>Excerpts</strong> AUTO🤖PRODUCER™ will format AP excerpts to remove the <code>(AP)</code>, and will generate an excerpt as best it can if none is present.</li>
<li><strong>Funked-Up The Know</strong> Converts those <code>&#8212;</code> characters that appear in The Know stories via Content Hub back into normal spaces.</li>
<li id="suggested"><img src="./img/ap-click-add-tags.png" style="width:60%;margin:.5em -20% .5em .5em;" class="right" /><strong>Suggested Tags</strong> Now AUTO🤖PRODUCER™ examines the content to look for possible tags you may have missed. It's not perfect, but it might help you.
<ul>
<li>Automatically compares content to a list of known tags</li>
<li>Adds a box to the Tags widget in WP, after it runs, with its suggestions -- and scrolls you down to your tags widget, no matter where you've placed it.</li>
<li>All you have to do is click the suggested tags to add them</li>
<li>Click "Close" to dismiss the suggestions</li>
</ul>
It's worth noting that tags list AUTO🤖PRODUCER™ uses is necessarily divorced from the live content in Wordpress. You can <a href="http://denverpostplus.com/app/autoproducer/ap-edit-tags.php">edit the list of suggested tags here</a>. Remove tags that are constantly suggested when they don't apply, because that's not helpful.</li>
</ul>
</div>
</div>
<div class="row">
<div class="large-7 large-centered columns">
<h4>Help</h4>
<p>Click the link to get to this page.</p>
<h4>Handy buttons</h4>
<p>Instead of keeping a ton of bookmarklets in your browser bar, a selection of buttons at the bottom of the window will load additional article-production bookmarklets and run them, without altering anything else. Available:</p>
</div>
</div>
<div class="row">
<div class="large-6 large-centered columns">
<ul>
<li>School Closures widget</li>
<li>Corrections</li>
</ul>
</div>
</div>
<div class="row">
<div class="large-7 large-centered columns">
<h4>Capture New</h4>
<p>Don't click this button frivolously! Capture New is a way to request a new story type with ease. Here's what you do:</p>
</div>
</div>
<div class="row">
<div class="large-7 large-centered columns">
<ul>
<li>On an article of the type you want to add to AUTO🤖PRODUCER™, set the Sections, Tags, Primary Section and Tag, and Apple News Sections, the way you would set them for every other story of that type. Don't do anything specific to that story yet.</li>
<li>Click <strong>CAPTURE</strong>.</li>
<li>Give the story type a name. Be specific, but concise — use the names of the existing story types as a guide. In most instances, the names are the same as the Primary Section (or strongly descriptive of it). Very short names have "Story" appended to them. Note: You'll get a snarky error if you try to skip this step.</li>
<li>Select whether the Primary Tag Related shortcode should be automatically appended on this story type (best for stories that will always be related to earlier ones by a tag, such as Ask Amy or movie reviews). (Click <strong>OK</strong> to add them by default; <strong>Cancel</strong> to not do that.)</li>
<li>You'll be offered one last chance to confirm that the name is right and you really want to submit. This is to protect Dan from spam! Thanks for understanding.</li>
<li><del>PROFIT!</del> The selections you've made will be captured, formatted for insertion into the bookmarklet, and sent to Dan.</li>
</ul>
</div>
</div>
<div class="row" id="photos">
<div class="large-9 large-centered columns">
<h2 style="border-bottom:5px solid #b1b1b1;margin:2em 0 1em;">AUTO🤖PRODUCER™ for Photos</h2>
</div>
</div>
<div class="row">
<div class="large-7 large-centered columns">
<p>With a Media Library Modal open (the pop-up window that appears when you click to set a Featured Image or Add Media) <strong>and an image selected</strong>, start AUTO🤖PRODUCER™ by clicking your bookmarklet.</p>
<p>AUTO🤖PRODUCER™ will copy the raw Caption to the Description field, attempt to extract the Photo Credit and set it in the correct field, and attempt to trim the Getty Dateline and Credit from the Caption field. It will also set basic Alt Text for you and remove "APTOPIX" from the Title, if it's there.</p>
<p>Note: Some instances of month names may be abbreviated when they should not be.</p>
<p>This feature is still considered <em>experimental</em>.</p>
</div>
</div>
<div class="row" id="articlesearch">
<div class="large-9 large-centered columns">
<h2 style="border-bottom:5px solid #b1b1b1;margin:2em 0 1em;">AUTO🤖SEARCHER™ for Article Search</h2>
</div>
</div>
<div class="row">
<div class="large-7 large-centered columns">
<p>Start AUTO🤖PRODUCER™ by clicking your bookmarklet. If you have an article open, <strong>AUTO🤖SEARCHER™ for Article Search</strong> will start automatically.</p>
<p>You'll see something that looks like this:</p>
</div>
</div>
<div class="row">
<div class="large-9 large-centered columns">
<p><img src="./img/AP-search-articles.png" style="width:100%;" /></p>
</div>
</div>
<div class="row">
<div class="large-7 large-centered columns">
<p>Simple in its elegance, AUTO🤖SEARCHER™ sets a date range in the past few days and includes a search term so you don't have to click around as much. To use:</p>
</div>
</div>
<div class="row">
<div class="large-6 large-centered columns">
<ul>
<li>Select 1, 2 or 7 days for the date range.</li>
<li>Enter any search term you'd enter into the normal search field (optional).</li>
<li>Hit ENTER (or click AUTO🤖SEARCH™).</li>
<li>For sake of ease, the 1-day option is automatically selected and focused; use up/down arrow keys to change the range, then hit TAB to jump to the Search Term field.</li>
</ul>
</div>
</div>
<div class="row" id="wirehub">
<div class="large-9 large-centered columns">
<h2 style="border-bottom:5px solid #b1b1b1;margin:2em 0 1em;">AUTO🤖SEARCHER™ for Wire Hub</h2>
</div>
</div>
<div class="row">
<div class="large-7 large-centered columns">
<p>Start AUTO🤖PRODUCER™ by clicking your bookmarklet. If you have an article open, <strong>AUTO🤖SEARCHER™ for Wire Hub</strong> will start automatically.</p>
<p>You'll see something that looks like this:</p>
</div>
</div>
<div class="row">
<div class="large-9 large-centered columns">
<p><img src="./img/AP-search-wire.png" style="width:100%;" /></p>
</div>
</div>
<div class="row">
<div class="large-7 large-centered columns">
<p>AUTO🤖SEARCHER™ allows you to limit a search to one of three major wire services. Select one of the three, select a date range and enter any additional search terms. Then hit ENTER (or click AUTO🤖SEARCH™).</p>
<p>As with <strong>AUTO🤖SEARCHER™ for Articles Search</strong>, you can quickly tab between fields.</p>
</div>
</div>
<div class="row" id="contenthub">
<div class="large-9 large-centered columns">
<h2 style="border-bottom:5px solid #b1b1b1;margin:2em 0 1em;">AUTO🤖SEARCHER™ for Content Hub</h2>
</div>
</div>
<div class="row">
<div class="large-7 large-centered columns">
<p>Start AUTO🤖PRODUCER™ by clicking your bookmarklet. If you have an article open, <strong>AUTO🤖SEARCHER™ for Content Hub</strong> will start automatically.</p>
<p>You'll see something that looks like this:</p>
</div>
</div>
<div class="row">
<div class="large-9 large-centered columns">
<p><img src="./img/AP-search-content.png" style="width:100%;" /></p>
</div>
</div>
<div class="row">
<div class="large-7 large-centered columns">
<p>AUTO🤖SEARCHER™ allows you to limit a Content Hub search to a specific source paper, and sets a date range automatically as with <a href="#articlesearch">AUTO🤖SEARCHER™ for Wire Hub</a>. Select one of the papers and enter any additional search terms. Then hit ENTER (or click AUTO🤖SEARCH™).</p>
<p>As with <strong>AUTO🤖SEARCHER™ for Articles Search</strong>, you can quickly tab between fields.</p>
</div>
</div>
<div class="row" id="changelog">
<div class="large-9 large-centered columns">
<h2 style="border-bottom:5px solid #b1b1b1;margin:2em 0 1em;">Changelog</h2>
</div>
</div>
<div class="row">
<div class="large-7 large-centered columns">
<h3>1.2.4</h3>
<ul>
<li>Better string processing should now fix most <code>&#xxx;</code> entities!</li>
</ul>
<h3>1.2.3</h3>
<ul>
<li>Added more support messages</li>
<li>Added randomizer on function to insert support messages</li>
<li>Added pseudo-tracker links to support messages</li>
</ul>
<h3>1.2.2</h3>
<ul>
<li>Olympics story types added</li>
<li>Olympics Facebook group promos added to Olympics story types</li>
<li>Denver Politics story types added</li>
<li>Weather widget and Related articles placement adjusted</li>
<li>Newsletter promo insertion disabled</li>
<li>App Promo insertion disabled</li>
<li>Support Message option added</li>
</ul>
<h3>1.2.1</h3>
<ul>
<li>SendToNews player on Rockies stories now also on MLB Wire Stories</li>
<li>Opinion Columnists no longer get related by default</li>
<li>Added weather closures widget insert option</li>
<li>Related articles shortcodes inserted in Sports stories no longer display dates</li>
</ul>
<h3>1.2.0</h3>
<ul>
<li>Added new sports video players, which move related down a bit and add Outstream</li>
<li>Added Preps and Rockies newsletter options, with defaults for appropriate story types</li>
<li>New Preps Story sidebar insertion (also drops related a bit)</li>
</ul>
<h3>1.1.9</h3>
<ul>
<li>Added logic that will auto-select the best newsletter promo for many story types</li>
<li>Added a sports mobile app promo widget</li>
<li>Said widget now automatically is used for any story type that includes the section "Sports"</li>
<li>Added the "Outstream" feature to Rockies stories to avoid conflicts with their new highlights player</li>
</ul>
<h3>1.1.8</h3>
<ul>
<li>Added option to include a Mobile Apps promo widget, which appears below the newsletter promo widget</li>
<li>Rockies story type now embeds a video player OEmbed link 4 grafs in</li>
<li>Outdoors story type now adds the Entertainment/Lifestyle section</li>
</ul>
<h3>1.1.7</h3>
<ul>
<li>Uncheck "Latest News" section when producing an Opinion story</li>
<li>Uncheck the Apple News "News" category when producing an Opinion story</li>
<li>Opinion: Columnist story type now adds related-by-primary-tag automatically</li>
</ul>
<h3>1.1.6</h3>
<ul>
<li>"Opinion: Editorial" story type now auto-adds Editorial Board byline</li>
<li>"Opinion: Letter" story type now auto-adds DP Opinion byline</li>
<li>Opinion story types' Letter to the Editor ender now falls above the newsletter widget insert</li>
</ul>
<h3>1.1.5</h3>
<ul>
<li>Newsletter widget is now checked by default</li>
</ul>
<h3>1.1.4</h3>
<ul>
<li>Add newsletter option for The Sound Off (opinion)</li>
<li>Added options for Opinion stories</li>
<li>Added Letter to the Editor note that fires on all OP story options</li>
</ul>
<h3>1.1.3</h3>
<ul>
<li>Add newsletter signup widget option for new Roundup-style Colorado Politics newsletter</li>
<li>New tips when saving</li>
</ul>
<h3>1.1.2</h3>
<ul>
<li>If the meta description is blank, set it to match the excerpt</li>
</ul>
<h3>1.1.1</h3>
<ul>
<li>The Uncategorized section is now unchecked if any other sections are checked</li>
<li>Incorrectly displayed 'Not a valied option' errors should no longer be rampant</li>
</ul>
<h3>1.1.0</h3>
<ul>
<li>Options are now categorized into News and Sports</li>
<li>Select which option set to display with the dropdown, upper right</li>
<li>The option persists via a cookie, and can be swapped at will</li>
</ul>
<h3>1.0.9</h3>
<ul>
<li>Tag suggestions now build from the page and have the list of available tags always up to date</li>
<li>Along with that, there is now and ignore list to prevent suggesting bad tags because they are parts of words, or appear to often in casual writing</li>
<li><a href="http://denverpostplus.com/app/autoproducer/ap-edit-tags.php">Edit the Ignore List here</a></li>
</ul>
<h3>1.0.8</h3>
<ul>
<li>Crime Map widgets are no longer inserted automatically when producing a Crime story</li>
<li>Added checkbox to insert Crime Map if desired</li>
<li>Interface checkbox styles tweaked for readability</li>
<li>"Invalid options" errors should be reduced -- entering nothing now does nothing</li>
</ul>
<h3>1.0.7</h3>
<ul>
<li>Updated to handle the new Content Hub search</li>
</ul>
<h3>1.0.6</h3>
<ul>
<li>Tag suggestions with apostrophes in them work now</li>
<li>FASTER!</li>
<li>The Giphy random gifs are dead, but now we have production tips instead!</li>
</ul>
<h3>1.0.5</h3>
<ul>
<li>Tag suggestions no longer include tags the story already has</li>
</ul>
<h3>1.0.4</h3>
<ul>
<li>Adds YouTube embed functionality per Dan Petty request</li>
</ul>
<h3>1.0.3</h3>
<ul>
<li>Introduced the tag suggestion manager (<a href="#suggested">more above</a>)</li>
<li>Greatly improved the quality of AUTO🤖PRODUCER™ tag suggestions</li>
</ul>
<h3>1.0.2</h3>
<ul>
<li>Squished a bug that was causing some stoy types with no Apple News Sections assigned to hang up, and the bug in Capture New that was causing these. Story types affected include <code>Television</code>, <code>National Politics</code> and <code>YourHub General</code></li>
<li>Added logic to insertion of Related Articles by Primary Tag that will cause them to appear higher in stories with more than 24 paragraphs</li>
<li>Removed automatic insertion of Related Articles from the <code>Weather</code> story type to avoid constant collisions with the weather widget</li>
<li>Removed "Olympics" section from assignments in the <code>Mikaela Shiffrin</code> and <code>Lindsey Vonn</code> story types</li>
</ul>
<h3>1.0.1</h3>
<ul>
<li>Content processing handles multi-name bylines even better (h/t Kourtney Geers!)</li>
<li>Added checkbox and subroutine to insert a Newsletter Signup widget at the end of a story (h/t Eric Lubbers!). You'll select a newsletter from a list.</li>
<li>Tag suggestions are here! The list is static, so if it suggests a tag that should be deleted, or lacks one you've added, let me know.</li>
<li>Now strips HTML and CQ shortcodes from excerpt when processing one</li>
</ul>
<h3>1.0.0</h3>
<ul>
<li>Greatly improved handling of multi-name bylines during content processing</li>
<li>Improved handling of photo credits for WaPo photos during photo processing</li>
<li>Improved Alt text generation slightly, particularly for file photos during photo processing</li>
<li>Improved selection of a valid Excerpt during content processing</li>
<li>Fixed a bug that caused AUTO🤖PRODUCER™ to hang on content processing when option (0) "Do Nothing" was selected</li>
<li>Content processing now replaces <code>&#8212;</code> (inserted in The Know stories in Content Hub) with normal spaces</li>
</ul>
<h3>0.9.9</h3>
<ul>
<li>Fixed more bugs related to Related insertion</li>
<li>Related items are now inserted in YourHub Crime Blotter story type regardless of story length (could mean at the end, so watch out for that!)</li>
<li>Added some new requested story types</li>
<li>Content processing now removes paragraphs with no content other than <code> </code></li>
</ul>
<h3>0.9.8</h3>
<ul>
<li>Fixed several bugs related to Related insertion</li>
<li>Added some new requested story types</li>
<li>Cleanup now hits the Excerpt -- if it's empty, the first full graph will be used instead, without the AP dateline</li>
<li>Photo cleaner improvements</li>
</ul>
<h3>0.9.7</h3>
<ul>
<li>Photo cleanup functions should now more reliably cause the credit to be saved with photos</li>
<li>Photo cleaner works a lot better in the media library now</li>
</ul>
<h3>0.9.6</h3>
<ul>
<li>Major code rebuild allows lots of content-altering stuff to go on at the same time (like inserting promos, related stuff, reprocessing bylines and general cleanup, the crime map, weather junk, etc.) without the things crashing into each other</li>
<li>Weather story type now adds a link to more Denver7 weather per Kourtney</li>
</ul>
<h3>0.9.5</h3>
<ul>
<li>Photo caption cleaner should now handle most AFP/Getty credits well</li>
<li>Byline processing! WaPo and AP stories with a byline in the first paragraph should automatically format that byline.</li>
<li>Wire story processing: Most wire stories should now be split into cleaner paragraphs, with less orphaned and confusing code remains!</li>
</ul>
<h3>0.9.4</h3>
<ul>
<li>Greatly improved photo caption replacements</li>
<li>Fixed erroneous "invalid" error when selecting option 0 (Do Nothing)</li>
</ul>
<h3>0.9.3</h3>
<ul>
<li>Added ability to capture and auto-add the "Outstream" feature</li>
<li>Improved visibility of Tooltip info</li>
<li>Greatly improved photo caption/credit processing</li>
</ul>
<h3>0.9.2</h3>
<ul>
<li>Photo credit and caption cleanup now works in Media Library proper</li>
</ul>
<h3>0.9.1</h3>
<ul>
<li>Photo captions not convert all complete month names with spaces on either side of them to abbreviations in line with AP Style.</li>
<li>State name removed from all Colorado towns and cities at the end of captions (", Colorado." becomes ".").</li>
</ul>
<h3>0.9.0</h3>
<ul>
<li>Photo credit and caption cleanup basic mode enabled</li>
<li>AP datelines will now be removed from the excerpt field and the "(AP) &mdash" in the dateline converted to a double-hyphen ("--").</li>
</ul>
<h3>0.8.7</h3>
<ul>
<li>Automatically hide featured images on YourHub Crime Blotter stories</li>
</ul>
<h3>0.8.6</h3>
<ul>
<li>Improved frivolity detection on CAPTURE function</li>
</ul>
<h3>0.8.5</h3>
<ul>
<li>Obamacare story type added</li>
<li>"No dates" and 30-day search options added to AUTO🤖SEARCHER™</li>
<li>Visual improvements for AUTO🤖SEARCHER™</li>
</ul>
<h3>0.8.4</h3>
<ul>
<li>New story types for Sports: Broncos, Rockies, Nuggets, Avs and Rapids</li>
<li>Added lots of other sports-related things</li>
<li>Added college sports-related things</li>
</ul>
<h3>0.8.3</h3>
<ul>
<li>Help (this document) now fleshed out!</li>
</ul>
<h3>0.8.2</h3>
<ul>
<li>Improved Related insert script to handle messier copy</li>
</ul>
<h3>0.8.1</h3>
<ul>
<li>Visual improvements</li>
<li>Hide this page (and others) from Google</li>
<li>Added this page</li>
</ul>
<h3>0.8.0</h3>
<ul>
<li>Added options to run Inform, Homicide and Promos when AUTO🤖PRODUCER™ runs</li>
<li>Added buttons for other bookmarklets</li>
<li>Improved AP search in AUTO🤖SEARCHER™ for Wire Hub</li>
</ul>
<h3>0.7.1</h3>
<ul>
<li>Add crime map automatically on Crime Stories</li>
</ul>
<h3>0.6.0</h3>
<ul>
<li>Added AUTO🤖SEARCHER™ for Article Search</li>
<li>AUTO🤖SEARCHER™ for Wire Hub improvements</li>
</ul>
<h3>0.5.1</h3>
<ul>
<li>AUTO🤖SEARCHER™ now shows random GIFs while you wait</li>
<li>Added Book Review option (from Capture tool!)</li>
</ul>
<h3>0.5.0</h3>
<ul>
<li>Added AUTO🤖SEARCHER™ for Wire Hub</li>
<li>AUTO🤖SEARCHER™ for Content Hub improvements</li>
<li>Fixed non-working Primary Tag and Primary Section selections</li>
</ul>
<h3>0.4.0</h3>
<ul>
<li>Added AUTO🤖SEARCHER™ for Content Hub</li>
<li>Visual improvements</li>
<li>Transpiled <code>es6</code> code to <code>es5</code> to return to minified scripts</li>
</ul>
<h3>0.3.0</h3>
<ul>
<li>Capture New tool enabled</li>
<li>Visual improvements</li>
<li>Slight change to name formatting</li>
<li>Minifying script is broken...</li>
</ul>
<h3>0.2.7</h3>
<ul>
<li>Capture New tool enabled</li>
<li>Visual improvements</li>
<li>Slight change to name formatting</li>
</ul>
<h3>0.2.6</h3>
<ul>
<li>Tab Indexes improved for better keyboard control</li>
<li>Option numbering refactored to group related story types</li>
<li>Options to automatically change author to AP/WaPo added</li>
</ul>
<h3>0.2.5</h3>
<ul>
<li>Help icons added — hover over the (?)</li>
<li>Scripts are minified now</li>
</ul>
<h3>0.2.4</h3>
<ul>
<li>Added option to insert Related by Primary Tag shortcodes</li>
<li>Insert Related by Primary Tag shortcodes automatically for some story types</li>
</ul>
<h3>0.2.3</h3>
<ul>
<li>Added Colorado News and Colorado Wildfires story types</li>
</ul>
<h3>0.2.2</h3>
<ul>
<li>Added YourHub Crime Blotter and YourHub Biz Profile story types</li>
</ul>
<h3>0.2.1</h3>
<ul>
<li>Added Colorado Legislature and Nation-World story types</li>
</ul>
<h3>0.2.0</h3>
<ul>
<li>Complete visual overhaul!</li>
</ul>
<h3>0.1.1</h3>
<ul>
<li>Apple News Section now included in options</li>
</ul>
<h3>0.1.0</h3>
<ul>
<li>AUTO🤖PRODUCER™ released with nine available story types</li>
<li>Can set Primary Tag and Primary Section, and add Sections and Tags</li>
</ul>
</div>
</div>
</section>
</body>
</html>