Recent comments in /f/coolgithubprojects
kalmstron t1_iuh2e4j wrote
Reply to Put calibre ebook library online - a minimalist PHP content server for calibre by casualwriter-hk
can you read the EPUB in the site? is there a reader implemented?
[deleted] t1_iuguzhc wrote
Reply to comment by nashosted in Put calibre ebook library online - a minimalist PHP content server for calibre by casualwriter-hk
[removed]
nashosted t1_iugqy1o wrote
Reply to Put calibre ebook library online - a minimalist PHP content server for calibre by casualwriter-hk
No screenshots?
ivanmoony t1_ittbo56 wrote
Reply to comment by casualwriter-hk in directly use markdown files as web page or web site by casualwriter-hk
I think it could work. Very clever solution. Thank you for the idea.
casualwriter-hk OP t1_itt4y18 wrote
Reply to comment by ivanmoony in directly use markdown files as web page or web site by casualwriter-hk
if the <noscript> tag should appear in html file for SEO purpose, I think another approach will be more suitable.
https://github.com/casualwriter/casual-markdown-doc
It is a html file which body content in markdown/html format. html tag can be added directly in body content. Please check if it fit your use case.
ivanmoony t1_itp7sjl wrote
Reply to comment by casualwriter-hk in directly use markdown files as web page or web site by casualwriter-hk
I'm afraid that will not work. The idea is to assume that google would index html before running any scripts while you are populating the noscript
within your jit-compiler script. The thing works only if you have a separate html
per each md
, and you manually put noscript
tag in each of them. Not very elegant solution, that is why I posed the question in the first place.
Maybe if you push your html rendering scripts to some server-side scripting tech? Something like you call a php
script that constructs html
output based on md
file you pass as a parameter. That way search crawlers would seamlessly index the resulting html. No miss. I like this solution better than noscript
one, but it requires rewriting parts of your code. What you'd finally get is files properly structured for search engines indexing.
casualwriter-hk OP t1_itobeu4 wrote
Reply to comment by ivanmoony in directly use markdown files as web page or web site by casualwriter-hk
thanks. may just add add <noscript> to markdown file, it will be added to main html.
I try to add below at the bottom of index.md
<noscript>casual-markdown, casualwriter, javascript, html, regexp</noscript>
for ulr: https://casualwriter.github.io/casual-markdown/
you may use [alt-s] to see the html code. (still not sure how google read it)
casualwriter-hk OP t1_itnyize wrote
Reply to comment by LasagneEnthusiast in directly use markdown files as web page or web site by casualwriter-hk
Hugo has more features, more sophisticate, which need installation and generation.
this solution is very lightweight by one index.html in vanilla script, no dependence, no installation. It dynamic render markdown content by javascript, no generation is needed.
LasagneEnthusiast t1_itmc87v wrote
What are the advantages of using this over Hugo?
ivanmoony t1_itm1jvi wrote
Reply to comment by casualwriter-hk in directly use markdown files as web page or web site by casualwriter-hk
Meta tags are mostly ignored by search engines due to easy abusing. People had being putting unrelated popular search keywords just to attract visitors, so Google switched some meta tags off in their search algorithms.
My best shot is to include custom searchable text inside noscript
tag in the main html which would search crawler recognize and index. It should do the trick (it does at my site), but I wonder if anyone has a better idea? Anyway, we should be careful with noscript
tag. If the searchable text doesn't match the real content, that may get us on the google black list. After that, the domain will not show on any search attempt. Very dangerous.
Off the record, Google Search is already making efforts in processing scripted HTML, which is the case of Casual Mark Down. Not sure how far they got in this quest, but in the end of the process we won't need the noscript
tag at all. Google would run our scripts on their servers and index the resulting HTML. That will be the day...
casualwriter-hk OP t1_itkhzcx wrote
Reply to comment by ivanmoony in directly use markdown files as web page or web site by casualwriter-hk
sorry, I am not really know SEO. Do you have any suggestion? thanks,
ps: If need to add meta tag, may just add to markdown file. but not sure if work for SEO.
e.g. <meta name="description" content="this is a markdown page">
ivanmoony t1_itkezqi wrote
Any ideas on SEO with this project?
[deleted] t1_ithub0a wrote
Reply to Free IPTV based on Youtube Live Channels by abskmj
[removed]
mosh_java t1_itfrqht wrote
Reply to Free IPTV based on Youtube Live Channels by abskmj
doesn't work on VLC, also tried to use Reproductor M3U8 - HLS + DASH Player
chrome extension and it shows error hls 4
N7KnightOne t1_itcsfwr wrote
Reply to comment by abskmj in Free IPTV based on Youtube Live Channels by abskmj
No, thank you for your work and response!
abskmj OP t1_itclodj wrote
Reply to comment by unclemutt in Free IPTV based on Youtube Live Channels by abskmj
Added to the list
feehley1 t1_itbr1ha wrote
Reply to Free IPTV based on Youtube Live Channels by abskmj
This is great! I love it when people use the CI/CD deploy
abskmj OP t1_itb76lh wrote
Reply to comment by N7KnightOne in Free IPTV based on Youtube Live Channels by abskmj
Not right now, but I'm planning to add these. Thanks for the suggestion.
N7KnightOne t1_itanp86 wrote
Reply to Free IPTV based on Youtube Live Channels by abskmj
Is it possible to separate the feeds based off of type and language?
unclemutt t1_it8bxv4 wrote
Reply to comment by license-bot in Free IPTV based on Youtube Live Channels by abskmj
unclemutt t1_it8ar96 wrote
Reply to comment by abskmj in Free IPTV based on Youtube Live Channels by abskmj
https://www.youtube.com/watch?v=WHflm7R9gbE
This is good stream of trains in Norway though the seasons
[deleted] t1_it7ocu5 wrote
Reply to Free IPTV based on Youtube Live Channels by abskmj
[removed]
abskmj OP t1_it76r7q wrote
Reply to Free IPTV based on Youtube Live Channels by abskmj
Thanks for checking it out.
Options are pretty limited as these are YouTube live video feeds. If you are interested in a specific channel on YouTube, I can add them.
nashosted t1_it716jg wrote
Reply to Free IPTV based on Youtube Live Channels by abskmj
Thanks. Just wish there were channels actually worth using it for. Nothing but news feeds.
casualwriter-hk OP t1_iuh497d wrote
Reply to comment by kalmstron in Put calibre ebook library online - a minimalist PHP content server for calibre by casualwriter-hk
>can you read the EPUB in the site? is there a reader implemented?
sorry, no built-in epub reader.