nhk-reader-haskell:我的NHK Reader的Haskell实施

时间:2021-05-11 15:11:40
【文件属性】:
文件名称:nhk-reader-haskell:我的NHK Reader的Haskell实施
文件大小:121KB
文件格式:ZIP
更新时间:2021-05-11 15:11:40
haskell yesod Haskell NhkReader 关于 此应用程序旨在作为NHK Easy News的新闻汇总器。 目的是为移动设备提供一种易于阅读的格式,并可能为非母语用户添加其他功能,以更好地学习日语。 搭建开发环境 依存关系 PostgreSQL 雷迪斯 数据库设置 安装Postgres后,运行: createuser yesod --password yesod --superuser createdb nhk_reader_development Haskell设置 如果还没有, 在POSIX系统上,这通常是curl -sSL https://get.haskellstack.org/ | sh curl -sSL https://get.haskellstack.org/ | sh 安装yesod命令行工具: stack install yesod-bin --install-ghc 构建库: st
【文件预览】:
nhk-reader-haskell-master
----package.yaml(2KB)
----src()
--------Settings.hs(8KB)
--------Foundation.hs(7KB)
--------Model.hs(798B)
--------Handler()
--------Application.hs(7KB)
--------Import.hs(125B)
--------Helper()
--------Util()
--------Type()
--------Settings()
--------Import()
--------Model()
----Dockerfile(1KB)
----config()
--------test-settings.yml(440B)
--------models(236B)
--------robots.txt(14B)
--------favicon.ico(1KB)
--------settings.yml(2KB)
--------keter.yml(2KB)
--------routes(124B)
----test()
--------TestImport.hs(3KB)
--------Handler()
--------Spec.hs(44B)
----.dir-locals.el(191B)
----README.md(1KB)
----stack.yaml(2KB)
----templates()
--------stories.lucius(226B)
--------homepage.lucius(0B)
--------default-layout.lucius(2KB)
--------homepage.hamlet(19B)
--------story.lucius(625B)
--------story.julius(675B)
--------default-layout-wrapper.hamlet(926B)
--------default-layout.hamlet(10B)
--------stories.hamlet(369B)
--------homepage.julius(0B)
--------story.hamlet(631B)
----.gitignore(248B)
----app()
--------main.hs(83B)
--------DevelMain.hs(3KB)
--------devel.hs(127B)
----static()
--------fonts()

网友评论