{ "#title": "STGNET", "name": "STGNET", "subtitle": "Scott's Travato Gear", "menu": "[Home](/) [About](/about.html) ", "Welcome": { "title" : "Welcome to STGNET", "description": [ "We provide products and services especially for the Winnebago Travato and similar small RVs and Vans.", "To receive infrequent updates on new products and services, please sign up below.", "This website is a valid **[JSON](//www.json.org/)**!", "
", "Check the source code. Instead of the habitual HTML and CSS, you will see just a plain JSON with the website's information.", "WDR is a format to separate the website's **information** and **design**.", "The website is readily available to be consumed outside the browser via JSON, but also still presentable to users accessing through the web browser." ] }, "subscribe": "I'm creating a **blog platform** using this concept. Follow me on [Twitter](//twitter.com/gpiresnt) to be notified when is ready! ✨", "how": { "title": "How it works", "description": [ "It works by embedding a small initiator at the end of the JSON file.", "For example, this is a valid JSON and web page:", "```{\n \"title\": \"Example Page\",\n \"description\": \"This is an example.\",\n \"#render\": \"<html hidden><script src=/render.js></script></html>\"\n}```", "The script `render.js` receives the JSON as input and is responsible to render the page." ] }, "usage": { "title": "Usage", "description": [ "Follow the [tutorial](/tutorial.html) to learn how to use WDR." ] }, "examples": { "title": "Some examples", "description": [ "This very website!", "[Evaluatly](https://evaluatly.com)" ] }, "updates": { "title": "Updates", "items": [ { "#id": "2", "description": "Basic render v.1.0.4 released and [documentation](/basic-render.html) updated.", "date": "10 Dec 2020", "#url": "https://webdatarender.com/basic-render.html" }, { "#id": "1", "description": "Introducing WDR - Web Data Render at [webdatarender.com](https://webdatarender.com)", "date": "09 Dec 2020", "#url": "https://webdatarender.com" } ] }, "support": { "title": "Need Help? 👋", "description": "If you need help, have any feedback, or just want to say hi, send me an [email](mailto:gpiresnt@gmail.com)." }, "about": { "creator": "Created by [@gpiresnt](//twitter.com/gpiresnt)", "logo": "![logo](/img/logo.png)" }, "#render": { "_": "", "css": "/css/main.css" } }