Adjusted README.md
This commit is contained in:
parent
c25fa2202f
commit
909ec4394b
|
@ -24,14 +24,14 @@ The Python 3.8 code downloads the RSS feed into the [`src/ef/feed.xml`](src/ef/f
|
||||||
|
|
||||||
___
|
___
|
||||||
## UX Configuration
|
## UX Configuration
|
||||||
The best place to look for customizing this template to your liking is in [`news_scroll.css`][nsc]. Width, text decoration, and font sizes can be adjust from there. If fonts or colors are what you're looking to adjust, check the `terminal` theme in [`palette.css`][pc].
|
The best place to look for customizing this template to your liking is in [`news_scroll.css`][nsc]. Width, text decoration, and font sizes can be adjust from there. If fonts or colors are what you're looking to adjust, check the `terminal` theme in [`palette.css`][pc]. It can be copied and pasted within the file, and then adjusted to your liking. In order to apply it to the widget, change the `color_theme` variable in [`news_scroll.js`](src/ef/news_scroll.js) to the name of your theme. Alternatively, try some of the default themes, such as `hornetfighter-red` and `hornetfighter-blue`, based on the color palette from [my website](https://hornetfighter.com/).
|
||||||
___
|
___
|
||||||
## Samples
|
## Samples
|
||||||
* [Sample Configuration on template for my website](src/sample_1.html)
|
* [Sample Configuration on template for my website](src/sample_1.html)
|
||||||
* [Minimum viable configuration](src/sample_2.html)
|
* [Minimum viable configuration](src/sample_2.html)
|
||||||
___
|
___
|
||||||
## Dependencies
|
## Dependencies
|
||||||
* [`cron`][cron]
|
* [`cron`][cron] (or a similar job scheduler)
|
||||||
* [`requests`](https://pypi.org/project/requests/)
|
* [`requests`](https://pypi.org/project/requests/)
|
||||||
___
|
___
|
||||||
NOTICE: Heavily modified from the [Allwebco Design Corporation IFrame news scroller](/IFrame-ScrollingNews-HTML5/help-ScrollingNews.html)
|
NOTICE: Heavily modified from the [Allwebco Design Corporation IFrame news scroller](/IFrame-ScrollingNews-HTML5/help-ScrollingNews.html)
|
||||||
|
@ -39,4 +39,4 @@ NOTICE: Heavily modified from the [Allwebco Design Corporation IFrame news scrol
|
||||||
[hn]: (https://thehackernews.com/)
|
[hn]: (https://thehackernews.com/)
|
||||||
[nsc]:(src/ef/news_scroll.css)
|
[nsc]:(src/ef/news_scroll.css)
|
||||||
[pc]:(src/ef/palette.css)
|
[pc]:(src/ef/palette.css)
|
||||||
[cron]:(https://wiki.debian.org/cron)
|
[cron]:(https://wiki.debian.org/cron)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user