Coder Social home page Coder Social logo

staticcms's Introduction

Quoha

Quoha is a scripting language inspired by ferite and written in Go.

It started life as a templating system for static web sites. It didn't take long to realize that Hugo did an excellent job of that.

If you love it and think that it will work for you, then welcome to the Quoha community!

If not, there are thousands of other applications for you to choose from. Keep searching until you find the perfect match for you. It is out there, somewhere.

LICENSE

Quoha - a quaint scripting language

Copyright (C) 2016 Michael D Henderson

This file is part of Quoha (http://quoha.org).

staticcms's People

Contributors

quoha avatar

Watchers

 avatar  avatar

staticcms's Issues

relative path for include files

the include function should be able to locate files relative to the current template instead of having to specify the complete path to the file

better parser

create a recursive descent parser to use in tutorials

Chunk class is obsolete

the Template class executes code, so the Chunk class is not needed. remove to prevent confusion.

remove View class

the View class was replaced by the Template class. remove View to prevent confusion.

Number class is obsolete

changes to the Variable class have made the Number class obsolete. remove to prevent confusion.

add conditional template inclusion

there are four parr requirements:
// 1. attribute reference
// 2. conditional template inclusion
// 3. recursive template references
// 4. "map" operator

add support for conditional template inclusion

add the map function

there are four parr requirements:
// 1. attribute reference
// 2. conditional template inclusion
// 3. recursive template references
// 4. "map" operator

add support for a map operator

add feature to push text as a stack from the template

most functions operate on the top item on the stack. it would be helpful if the template writer could push many items as a single stack. this would make it easier to work with some functions.

an example might be
{ 'text1' 'text2' 'text3' } bold

then the bold function would bold that stack

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.