An open API service indexing awesome lists of open source software.

https://github.com/awkure/webgen

Collection of web generating stuff [unreleased]
https://github.com/awkure/webgen

asdf common-lisp css html javascript js unreleased web

Last synced: about 1 month ago
JSON representation

Collection of web generating stuff [unreleased]

Awesome Lists containing this project

README

          

╦ ╦╔═╗╔╗ ╔═╗╔═╗╔╗╔
║║║║╣ ╠╩╗║ ╦║╣ ║║║
╚╩╝╚═╝╚═╝╚═╝╚═╝╝╚╝ 0.0.1 [unreleased]
-------------------------------------

A collection of simple interpretators for various web stuff. They propose to help with generating code from lisp environment. This project was made straight for my learning and fatously time wasting purposes. I had to do something while I'm learning lisp. There is nothing yet to talk about but you can check my cldoc generated docs inside `docs/` directory. I don't know why people are so obsessed in uploading every deprecated/not working shit to github, but I will not stand out among them.
After all, we're all alike.

Dependencies
============

* lisp

Project Structure
=================

┌──────────────────────┐ ┌──────────────────────┐ ┌──────────────────────┐
│ web.asd │ │ doc/ │ │ suite.cl │
├──────────────────────┤ ├──────────────────────┤ ├──────────────────────┤
│ │ │ │ ┌──┤ │
│ System file needed ├──┐ │ Lot of documentation │ │ │ The source/core of │
│ for ASDF init │ │ │ generated by cldoc │ │ │ the test suite │
│ │ │ │ │ │ │ │
└──────────────────────┘ │ └──────────┬───────────┘ │ └──────────────────────┘
│ │ │
│ │ │
┌──────────────────────┐ │ ┌─────┘ │ ┌──────────────────────┐
│ LICENSE │ │ │ │ │ package.cl │
├──────────────────────┤ │ ┌─┴─┐ ┌───────┐ │ ├──────────────────────┤
│ ├──┼────┤ / ├────┤ test/ ├────┼──┤ │
│ This project won't │ │ └─┬─┘ └───────┘ │ │ Where test package │
│ get better if I │ │ │ │ │ initialization and │
│ license it │ │ │ │ │ it's exports lies │
│ │ │ │ │ │ │
└──────────────────────┘ │ │ │ └──────────────────────┘
│ │ │
│ └──────┐ │
┌──────────────────────┐ │ │ │ ┌──────────────────────┐
│ README │ │ │ │ │ tests.cl │
├──────────────────────┤ │ │ │ ├──────────────────────┤
│ │ │ │ └──┤ │
│ Project description ├──┘ │ │ The actual tests │
│ │ ┌──┴───┐ │ for this library │
└──────────────────────┘ │ lib/ │ │ │
└───┬──┘ └──────────────────────┘


┌────────────────────────────────────────┼──────────────────────────┐
│ │ │
│ │ │
│ ┌──────────────────────┐ ┌──────────┴───────────┐ ┌───────────┴──────────┐
│ │ package.cl │ │ css/ │ │ js/ │
│ ├──────────────────────┤ ├──────────────────────┤ ├──────────────────────┤
├──┤ │ ┌─┤ │ │ ├─────────┐
│ │ Where the project │ │ │ Collection of the │ │ Collection of the │ │
│ │ initialization and │ │ │ implemented css │ │ implemented js │ │
│ │ it's exports lies │ │ │ preprocessors │ │ implementations │ │
│ │ │ │ │ │ │ │ │
│ └──────────────────────┘ │ └──────────────────────┘ └──────────────────────┘ │
│ │ │
│ │ │
│ ┌──────────────────────┐ │ ┌───────────────────────┐ ┌──────────────────────┐ │
│ │ core.cl │ │ │ package.cl │ │ package.cl │ │
│ ├──────────────────────┤ │ ├───────────────────────┤ ├──────────────────────┤ │
├──┤ │ ├────┤ │ │ ├──┤
│ │ Where processor │ │ │ Where the css lib │ │ Where the js lib │ │
│ │ and it's methods │ │ │ initialization and │ │ initialization and │ │
│ │ was implemented │ │ │ it's exports lies │ │ it's exports lies │ │
│ │ │ │ │ │ │ │ │
│ └──────────────────────┘ │ └───────────────────────┘ └──────────────────────┘ │
│ │ │
│ │ │
│ ┌──────────────────────┐ │ ┌───────────────────────┐ ┌──────────────────────┐ │
│ │ macros.cl │ │ │ css.cl │ │ js.cl │ │
│ ├──────────────────────┤ │ ├───────────────────────┤ ├──────────────────────┤ │
└──┤ │ ├────┤ │ │ ├──┘
│ Collection of │ │ │ Where css processor │ │ Not yet implemented │
│ helping macros │ │ │ and it's methods │ │ │
│ and functions │ │ │ was implemented │ └──────────────────────┘
│ │ │ │ │
└──────────────────────┘ │ └───────────────────────┘


│ ┌───────────────────────┐
│ │ sass.cl │
│ ├───────────────────────┤
├────┤ │
│ │ Not yet implemented │
│ │ │
│ └───────────────────────┘


│ ┌───────────────────────┐
│ │ sass.cl │
│ ├───────────────────────┤
├────┤ │
│ │ Not yet implemented │
│ │ │
│ └───────────────────────┘


│ ┌───────────────────────┐
│ │ sass.cl │
│ ├───────────────────────┤
└────┤ │
│ Not yet implemented │
│ │
└───────────────────────┘

Todo
├────
│ ─ js processors
│ ─ css preprocessors
│ + html pretty printer
│ ─ tests
│ ─ concurrency
│ ─ docs

This is the worst readme I've ever made.