-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrss.xml
executable file
·9 lines (9 loc) · 1.86 KB
/
rss.xml
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Some stuff</title><link>https://goriy.github.io/</link><description>I don't really know what is it</description><atom:link href="https://goriy.github.io/rss.xml" rel="self" type="application/rss+xml"></atom:link><language>ru</language><copyright>Contents © 2021 <a href="mailto:[email protected]">None</a>
<br/>
Все материалы доступны как <a rel="license" href="http://creativecommons.org/publicdomain/zero/1.0/">
общественное достояние CC0 1.0 Universal (CC0 1.0) Public Domain Dedication</a>.
</copyright><lastBuildDate>Tue, 12 Jan 2021 11:32:01 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Запуск http-сервера на python</title><link>https://goriy.github.io/posts/python-http/</link><dc:creator>None</dc:creator><description><div><p>Чтобы просто расшарить папку можно запустить в ней простой http-server. По умолчанию сервер запускается на порту 8000.</p>
<p>Если python имеет исполняемый файл python3, то его и надо вписать в скрипт ниже.</p>
<pre class="code literal-block">python -m http.server <span class="o">[</span>port<span class="o">]</span>
</pre></div></description><category>http</category><category>python</category><category>webserver</category><guid>https://goriy.github.io/posts/python-http/</guid><pubDate>Fri, 08 Jan 2021 12:47:23 GMT</pubDate></item></channel></rss>