SiteD Engine for Node JavaScript version.
npm install sited_jsSiteD Engine for Node JavaScript version.
---
- 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, book12345678, section[123] nodes
---
- 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.
---
- Nodejs 12 or above, must support ES2018+
---
- Support login node
---
- SiteD plugin center: Official SiteD plugin center.
- ddcat_plugin_develop: Knowledge about sited plugin development.
- DDCat SiteD: Syntax extension for VS Code, enabled .sited and .sided.xml files in sited language, support syntax highlight.
- generators-sited-plugin: Yeoman generator for sited plugin.
- sited_py SiteD Engine for Python version.