|
19 | 19 | <p> |
20 | 20 | <em>RazorBlade</em> can be installed as a <a href="https://github.com/DNN-Connect/razor-blade/releases" target="_blank">stand-alone DNN module</a> or if you are creating your own module, you can include it in your distribution. If you're viewing this tutorial with 2sxc 9.40+, then it already includes <em>RazorBlade</em> 1.01, but some examples need an even newer version. If you see errors, you probably need to install a newer version of <em>RazorBlade</em> |
21 | 21 | </p> |
22 | | -@rzr.RazorVersionBox(2.0) |
| 22 | +@rzr.RazorVersionBox(2.01) |
23 | 23 | </trim> |
24 | 24 |
|
25 | 25 | <hr> |
|
28 | 28 | <ol> |
29 | 29 | @hlp.TutorialLink("RazorBlade - Text.Crop() and Text.Ellipsis()", "blade110", |
30 | 30 | "Correctly crop text without splitting words or html-characters like &", |
31 | | - "new!", rzr.VersionInfo(version, 1.0)) |
| 31 | + "", rzr.VersionInfo(version, 1.0)) |
32 | 32 |
|
33 | 33 | @hlp.TutorialLink("RazorBlade - Text.Has() tells you if something really has content", "blade120", |
34 | 34 | "Check if strings really have something correctly, incl. spaces or even whitespaces. ", |
35 | | - "new!", rzr.VersionInfo(version, 1.0)) |
| 35 | + "", rzr.VersionInfo(version, 1.0)) |
36 | 36 |
|
37 | 37 | @hlp.TutorialLink("RazorBlade - Text.First() lets you pick a value from many variables", "blade130", |
38 | 38 | "Often you have to check many variables to find the first one to use.", |
39 | | - "new!", rzr.VersionInfo(version, 1.0)) |
| 39 | + "", rzr.VersionInfo(version, 1.0)) |
40 | 40 |
|
41 | 41 | @hlp.TutorialLink("RazorBlade - Text.Zip() lets you shrink all spaces, tabs, enters together", "blade140", |
42 | 42 | "Very often you need to clean up some text before working with it.", |
43 | | - "new!", rzr.VersionInfo(version, 1.0)) |
| 43 | + "", rzr.VersionInfo(version, 1.0)) |
44 | 44 | </ol> |
45 | 45 |
|
46 | 46 | <hr> |
|
49 | 49 | <ol> |
50 | 50 | @hlp.TutorialLink("Tags.Strip() cleans out all HTML tags", "blade210", |
51 | 51 | "Remove all html from a string - important for teaser texts and protecting against cross-site-scripting attacks.", |
52 | | - "new!", rzr.VersionInfo(version, 1.0)) |
| 52 | + "", rzr.VersionInfo(version, 1.0)) |
53 | 53 |
|
54 | 54 | @hlp.TutorialLink("Convert <br> tags to new-lines or spaces and back", "blade220", |
55 | 55 | "A common challenge is showing text as HTML or the other way around", |
56 | | - "new!", rzr.VersionInfo(version, 1.0)) |
| 56 | + "", rzr.VersionInfo(version, 1.0)) |
57 | 57 | </ol> |
58 | 58 |
|
59 | 59 |
|
|
63 | 63 | <ol> |
64 | 64 | @hlp.TutorialLink("Page Title, Keyword, Description", "blade310", |
65 | 65 | "Get/Set Page Title, Keywords, Description and set meta-tags and more.", |
66 | | - "new!", rzr.VersionInfo(version, 1.01)) |
| 66 | + "", rzr.VersionInfo(version, 1.01)) |
67 | 67 |
|
68 | 68 | @hlp.TutorialLink("JSON-LD Headers for SEO", "blade320", |
69 | 69 | "Add JSON-LD (Linked Data) headers for Google", |
70 | | - "new!", rzr.VersionInfo(version, 1.01)) |
| 70 | + "", rzr.VersionInfo(version, 1.01)) |
71 | 71 |
|
72 | 72 | @hlp.TutorialLink("Open-Graph headers for Social Media", "blade330", |
73 | | - "Add various combinations of icons to the page header", |
74 | | - "new!", rzr.VersionInfo(version, 1.01)) |
| 73 | + "Add Open-Graph data headers for Facebook, Twitter and other sharing-systems", |
| 74 | + "", rzr.VersionInfo(version, 1.01)) |
75 | 75 |
|
76 | | - <!-- @hlp.TutorialLink("Page Icons for Favicon, Apple/Android", "blade340", |
| 76 | + @* todo - must enhance, this isn't showing much ATM *@ |
| 77 | + @hlp.TutorialLink("Open-Graph headers for Social Media", "blade330", |
77 | 78 | "Add Open-Graph data headers for Facebook, Twitter and other sharing-systems", |
78 | | - "new!", rzr.VersionInfo(version, 1.03)) --> |
| 79 | + "", rzr.VersionInfo(version, 1.01)) |
| 80 | + |
| 81 | + @hlp.TutorialLink("Page Icons for Favicon, Apple/Android", "blade340/page/mode/set", |
| 82 | + "Add various combinations of icons to the page header", |
| 83 | + "new!", rzr.VersionInfo(version, 2.01)) |
79 | 84 |
|
80 | 85 | </ol> |
81 | 86 |
|
|
0 commit comments