www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Simple Page Generator in D

reply Zoda <zoda vuhuv.com> writes:
I wrote a little tool for creating mainly HTML page generation, I 
initially started with the idea of automating the addition of 
simple navigation sections to HTML pages. However, I later 
decided to expand the project and added more features, turning it 
into a more comprehensive tool.

Currently supports:
* A Web Server
* Generating output for HTML,Markdown,TXT

To visit the project: https://github.com/kerem3338/spg

I would like to hear your feedback!
Mar 24
parent reply Sergey <kornburn yandex.ru> writes:
On Monday, 24 March 2025 at 23:03:22 UTC, Zoda wrote:
 I wrote a little tool for creating mainly HTML page generation, 
 I initially started with the idea of automating the addition of 
 simple navigation sections to HTML pages. However, I later 
 decided to expand the project and added more features, turning 
 it into a more comprehensive tool.

 Currently supports:
 * A Web Server
 * Generating output for HTML,Markdown,TXT

 To visit the project: https://github.com/kerem3338/spg

 I would like to hear your feedback!
Nice. There is a similar project maybe it will be interesting for you https://code.dlang.org/packages/dssg
Mar 24
parent Zoda <zoda vuhuv.com> writes:
On Monday, 24 March 2025 at 23:54:36 UTC, Sergey wrote:
 On Monday, 24 March 2025 at 23:03:22 UTC, Zoda wrote:
 I wrote a little tool for creating mainly HTML page 
 generation, I initially started with the idea of automating 
 the addition of simple navigation sections to HTML pages. 
 However, I later decided to expand the project and added more 
 features, turning it into a more comprehensive tool.

 Currently supports:
 * A Web Server
 * Generating output for HTML,Markdown,TXT

 To visit the project: https://github.com/kerem3338/spg

 I would like to hear your feedback!
Nice. There is a similar project maybe it will be interesting for you https://code.dlang.org/packages/dssg
I would like to see other projects as well, thank you.
Mar 25