Commit Graph

22 Commits

Author SHA1 Message Date
luca0N! 46bd5333a8
Fix crash on rebuild
Fixed a bug which caused SWG to crash when rebuilding a website which
has been build before (a website with an existing "output" directory).
2022-03-22 17:27:40 -03:00
luca0N! d424e85466
Ignore .swg_ignore directory
SWG now ignores everything inside the .swg_ignore directory.
2022-03-22 17:03:49 -03:00
luca0N! 5ae637a52d
Compile non-blog Markdown files
SWG now compiles Markdown files that aren't meant to be interpreted as
blog articles, such as index pages.
2022-03-21 23:55:36 -03:00
luca0N! b8b1228720
Copy website files to output
SWG now copies non-special files (files that aren't used by SWG and
Markdown files) to the output directory (such as CSS files).
2022-03-21 23:08:23 -03:00
luca0N! c4d83a9eef
Add hyperlink support to MarkdownParser
MarkdownParser now supports hyperlinks.
2022-03-08 18:00:41 -03:00
luca0N! 99e2f412cd
Fix generated blog page contents
SWG now creates a proper HTML file with the .html extension set
correctly and puts the article contents inside of the main HTML
template.
2022-03-04 18:20:08 -03:00
luca0N! ba706016b9
Fix blog directory structure
Blog contents are now saved on a new subdirectory of "output" called
"blog".
2022-03-04 17:47:33 -03:00
luca0N! 7eb540099e
Fix output directory structure builds
Fixed a bug which created multiple subdirectories with blogs containing
more than one article.
2022-03-03 18:39:30 -03:00
luca0N! 5ecf95a4bf
Finished unordered list implementation
Finished the unordered list implementation in MarkdownParser.
2022-03-03 18:00:52 -03:00
luca0N! 58710d07c5
Add initial <ul> list support
Added initial support for unordered lists.  This update adds <li> tags,
but doesn't add <ul> tags.
2022-03-02 18:51:36 -03:00
luca0N! 81b523d312
Added documentation information 2022-03-02 18:41:21 -03:00
luca0N! b0f1b66956
Added example configuration file
Added an example .ini-like configuration file, required by SWG.
2022-03-02 18:39:37 -03:00
luca0N! 4c47a02f61
Fix MarkdownParser paragraph interpretation
Fixed a bug that added multiple paragraph HTML tags on non-paragraph new
lines.
2022-03-02 18:08:37 -03:00
luca0N! 9f94172050
Added paragraph support to MarkdownParser
MarkdownParser will now recognize and insert paragraphs.
2022-03-02 17:44:07 -03:00
luca0N! 3cc372de97
Fix COPYING files
The LGPL license should be in the COPYING.LESSER file.
2022-02-25 18:56:20 -03:00
luca0N! d0c30d4ea7
Use MarkdownParser on WebsiteBuilder 2022-02-25 18:53:11 -03:00
luca0N! 333f59131a
Add Markdown parser
Added initial C++ Markdown support.
2022-02-25 18:52:16 -03:00
luca0N! 5ca4519ad2
Update README 2022-02-24 22:59:16 -03:00
luca0N! 98b74941db
Add original source files 2022-02-24 22:40:14 -03:00
luca0N! 6e1bdc8870
Removed duplicate license file 2022-02-24 22:39:07 -03:00
luca0N! 0525b0d288
Fix copyright files
Added missing GPL license and moved LGPL license to "COPYING.LESSER".
2022-02-24 22:30:25 -03:00
luca0N! 4c6d176167
Add info files 2022-02-24 22:18:14 -03:00