<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://www.zynd.net/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.zynd.net/feed.php">
        <title>zhwiki network:webdev</title>
        <description></description>
        <link>http://www.zynd.net/</link>
        <image rdf:resource="http://www.zynd.net/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-04T08:10:49-0400</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.zynd.net/doku.php?id=network:webdev:backend_framework&amp;rev=1695692722&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.zynd.net/doku.php?id=network:webdev:gatsby&amp;rev=1626662308&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.zynd.net/doku.php?id=network:webdev:nodejs&amp;rev=1626617283&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.zynd.net/doku.php?id=network:webdev:staticgen&amp;rev=1628903875&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.zynd.net/lib/tpl/dokuwiki/images/favicon.ico">
        <title>zhwiki</title>
        <link>http://www.zynd.net/</link>
        <url>http://www.zynd.net/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.zynd.net/doku.php?id=network:webdev:backend_framework&amp;rev=1695692722&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-25T21:45:22-0400</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>network:webdev:backend_framework</title>
        <link>http://www.zynd.net/doku.php?id=network:webdev:backend_framework&amp;rev=1695692722&amp;do=diff</link>
        <description>后端开发框架

Python下的后端开发框架：

Flask

Pythonh后端微框架，Flask 的目标是保持核心简单而又可扩展。 Flask 不包含数据库抽象层、表单验证或者其他已有的库可以处理的东西。  Flask 通过扩展为你的应用添加这些功能，就如同这些功能是 Flask 生的一样。</description>
    </item>
    <item rdf:about="http://www.zynd.net/doku.php?id=network:webdev:gatsby&amp;rev=1626662308&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-07-18T22:38:28-0400</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>network:webdev:gatsby</title>
        <link>http://www.zynd.net/doku.php?id=network:webdev:gatsby&amp;rev=1626662308&amp;do=diff</link>
        <description>Gatsby

设置开发环境

Gatsby开发环境需要以下工具：

1. Node.js (v12.13 or newer)，其中包括npm包管理工具。

2. Git

3. Gatsby command line interface (CLI) (v3 or newer)

全局安装gatsby命令行工具：
npm install -g gatsby-cli</description>
    </item>
    <item rdf:about="http://www.zynd.net/doku.php?id=network:webdev:nodejs&amp;rev=1626617283&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-07-18T10:08:03-0400</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>network:webdev:nodejs</title>
        <link>http://www.zynd.net/doku.php?id=network:webdev:nodejs&amp;rev=1626617283&amp;do=diff</link>
        <description>Node.js

Windows 7 环境下可以使用的最高LTS版本为V12,最新版本为V12.22.3，2021-07-05发布。

NPM

npm全称Node Package Manager，是node.js的模块依赖管理工具。由于npm的源在国外，所以国内用户使用起来各种不方便。可以换成国内npm镜像。</description>
    </item>
    <item rdf:about="http://www.zynd.net/doku.php?id=network:webdev:staticgen&amp;rev=1628903875&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-08-13T21:17:55-0400</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>network:webdev:staticgen</title>
        <link>http://www.zynd.net/doku.php?id=network:webdev:staticgen&amp;rev=1628903875&amp;do=diff</link>
        <description>静态网站生成框架

一个很好的静态网站生成框架排名网站：&lt;https://jamstack.org/generators/&gt;

我选择框架的要求：

	*  支持Markdown
	*  支持全文搜索
	*  使用熟悉的开发语言，如Python，JavaScript等

我比较倾向的开发框架：

	*</description>
    </item>
</rdf:RDF>
