the site now has an RSS feed !
https://nilten.neocities.org/feed.xml
also i moved the footer to a seperate html file which is included at load time, which should make it a bit more easier to do changes to the content and layout of the footer and whatnot lmao (and i broke the scrolling buttons in the process ^^')
probably should do the same with the navdiv soon !
btw if u are doing this by hand, here is 3 tips: 1. at the start of the text (in tag) add "< ! [ CDATA [" (without spaces) and "] ] >" at the end of a text. this will allow u to paste html content in rss, such as cat images! 2. add "< b r >" to the text to make new line in it! 3. if u made a mistake in rss article, do NOT change it, some readers can count changed article as second article!!!
That's really convenient, bro! (^^)b
You can use either HTML encoding (make sure to escape special characters) and CDATA for text formatting and image embedding. Try both and choose what you like the most!
There's also some interesting things in the RSS Specification like guid tag (for identifying unique items) and optional channel elements. You can look up other RSS feeds for reference as well!
cool! definitely adding this rss feed
btw if u are doing this by hand, here is 3 tips: 1. at the start of the text (in tag) add "< ! [ CDATA [" (without spaces) and "] ] >" at the end of a text. this will allow u to paste html content in rss, such as cat images! 2. add "< b r >" to the text to make new line in it! 3. if u made a mistake in rss article, do NOT change it, some readers can count changed article as second article!!!
That's really convenient, bro! (^^)b You can use either HTML encoding (make sure to escape special characters) and CDATA for text formatting and image embedding. Try both and choose what you like the most! There's also some interesting things in the RSS Specification like guid tag (for identifying unique items) and optional channel elements. You can look up other RSS feeds for reference as well!