The cl-djula-svg Reference Manual

This is the cl-djula-svg Reference Manual, version 0.1.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Jul 15 03:49:08 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 cl-djula-svg

Handle SVGs in Djula Templates

Author

Rajasegar Chandran

License

MIT

Version

0.1.0

Dependencies
  • xmls (system).
  • alexandria (system).
Source

cl-djula-svg.asd.

Child Component

src (module).


3 Modules

Modules are listed depth-first from the system components tree.


3.1 cl-djula-svg/src

Source

cl-djula-svg.asd.

Parent Component

cl-djula-svg (system).

Child Component

main.lisp (file).


4 Files

Files are sorted by type and then listed depth-first from the systems components trees.


4.1 Lisp


4.1.1 cl-djula-svg/cl-djula-svg.asd

Source

cl-djula-svg.asd.

Parent Component

cl-djula-svg (system).

ASDF Systems

cl-djula-svg.


4.1.2 cl-djula-svg/src/main.lisp

Source

cl-djula-svg.asd.

Parent Component

src (module).

Packages

cl-djula-svg.

Public Interface

5 Packages

Packages are listed by definition order.


5.1 cl-djula-svg

Source

main.lisp.

Use List

common-lisp.

Public Interface

6 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


6.1 Public Interface


6.1.1 Ordinary functions

Function: copy-svg (from to)

Process and copy svg files from ’from’ folder to ’to’ folder

Package

cl-djula-svg.

Source

main.lisp.

Function: process-svg-attrs (svg-file)

Process attributes in SVG like width, height, class and fill to add Djula tags

Package

cl-djula-svg.

Source

main.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables