aboutsummaryrefslogtreecommitdiff
path: root/posts/patch-2.txt
blob: f0c8165530ef12f9e4a2e0e08cd9517361a2aabe (plain)
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
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