diff options
Diffstat (limited to 'posts/patch-2.txt')
-rw-r--r-- | posts/patch-2.txt | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/posts/patch-2.txt b/posts/patch-2.txt new file mode 100644 index 0000000..f0c8165 --- /dev/null +++ b/posts/patch-2.txt @@ -0,0 +1,39 @@ +Tue, 31 May 2022 +CUSTOMIZED RSS FEED WITH XSLT + +I've finally merged in the latest changes from the `patch-2` branch +into `master`. This patch includes a fairly decent update to the +shinobi structure as a whole: + +- Set all configuration options as variables for easier editing and +updating +- Customized XML feed to match "plain text" style (in supported +browsers) +- Option to wrap all posts at a 72 character limit for improved +readability in the browser (commented out by default) + + +THE NEW RSS FEED "LOOK" +----------------------- + +For demo purposes, simply visit the following link in any supported +browser to see the XSLT in action: + +https://shinobi.website/feed.xml + + +WRAPPING PLAIN TEXT +------------------- + +You now have the ability to have shinobi automatically wrap your plain +text files at a 72 character limit. Since this is _slightly_ more +advanced, you will need to perform some minor edits to the `script.sh` +file itself. Don't worry - I've updated the main README file with +detailed instructions on how to set this up under the section "ADVANCED +SETTING: WRAPPING PLAIN TEXT": + +https://git.sr.ht/~tdarb/shinobi-script + + +That's all for now. Enjoy the rest of your week! +- Brad |