1.4.1 • Published 3 years ago

sited_js v1.4.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

sited_js

SiteD Engine for Node JavaScript version.

[ 中文说明]


Features

  • Support schema0/1/2
  • Support running buildUrl, parseUrl(CALL::), parse(get/post/@null), require(include online js library)
  • Support header(cookie/referer), ua configurations
  • Support hots, updates, tags, tag(subtag), search, book[12345678](sections), section[123] nodes

[ Features|Configuration|Dependencies|Todo|SpecialThanks|Links|CHANGELOG.md]

Configuration

  • npm run clean: Within the project directory on CLI, run this code, will delete the log files and cache directory which made after running the project, only you had installed rimraf with npm i rimraf -g firstly.
  • Configuration which controls making of sited_log.txt/sited_error.txt/sited_print.txt and sited (cache directory) under the 'files' dir beside this README file, see in index.js file.

Dependencies

  • Nodejs 12 or above, must support ES2018+

Todo

  • Support login node

SpecialThanks

The 'lib' library(excludes main_res_raw_xx.js) is totally translated from big parts of Noear's open source SiteD Engine v35 APP JAVA code to JavaScript language by me. Thank you!

Links