Commit Graph

15 Commits

Author SHA1 Message Date
Solene Rapenne 52bd9a828b Cleaner code using structure for storing articles metadata
Posts are declared individually with a function instead of modifying a global variable, this is much cleaner.
Gopher index format and index file name can be customized in the config file, no need to tweak generator.lisp anymore
Tell multimarkdown to export to html, specifying the output format is now mandatory in multimarkdown
Examples of the future way to handle multiple markup language by declaring converters
2017-12-13 12:08:57 +01:00
Solene Rapenne 4d6a22dcec Revert "merge"
This reverts commit 20254fa11b.
2017-12-05 21:00:15 +01:00
Solene Rapenne 20254fa11b merge 2017-12-05 19:22:27 +00:00
lambda 07b437d4dc ~data/css.md Reworked Documentation
~clym.css			del. responsive rule in clym.css
~layout.tpl			Add media attribute to link tag in layout.tpl
-static/css/LICENSE
~README.md, data/README.md	Minor corrections

Status of this commit: Suggestion.
2017-12-04 16:17:15 +01:00
lambda 15ebe730f3 ~README.md, data/README.md Swap :short for :tiny 2017-12-03 02:17:06 +01:00
lambda 6b77098cb1 Refurbish README 2017-12-02 11:28:38 +01:00
lambda 707f5e747a ~README.md and data/README.md Remove bmake and CLISP references.
Correct spelling errors.
					Add links to websites of sbcl, ecl, multimarkdown in section 'Requirements'.
					Add :title to data/articles.lisp section.
					Use *bar* for *vars* and *functions* (exception: Beginning of list-item).
					Use ``bar`` for ``:keywords``, booleans, inline-examples.
					Use **bar** for **foo/path/** and **foo/path/file.name**.

Status of this commit: Suggestion.
2017-11-29 12:37:30 +01:00
lambda 2a146ce064 Merge branch 'cl-yag' from Solene's master 2017-11-29 11:16:10 +01:00
lambda 5024296da2 Minor adjustments or README
Checked for ambiguous usage of 'should' and 'could'.
	Deleted _ in :id
	Corrections of minor spelling errors.

Status of this commit: PENDING.
2017-11-29 11:13:05 +01:00
lambda bff6ca9e3a Merge branch 'master' of git://bitreich.org/cl-yag 2017-11-29 11:11:29 +01:00
lambda f586103e1a ~README.md, data/README.md Extensive Rework of README. ~data/articles.lisp Corresponding change in var *articles*
Status of this commit: Suggestion.
2017-11-28 08:21:20 +00:00
lambda 1c586b79e8 ~data/articles.lisp Improve readability.
+data/README.md
	Cover the old lisp-application tradition and make cl-yag
	self-documenting in another way: By displaying it's own README as a post. :-)

-data/2.md
	Remove data/2.md
	Use README as another example-entry:

Status of this commit: Suggestion
2017-11-28 08:21:20 +00:00
lambda ec61ee60dc Minor adjustments or README
Checked for ambiguous usage of 'should' and 'could'.
	Deleted _ in :id
	Corrections of minor spelling errors.

Status of this commit: PENDING
2017-11-24 18:09:59 +01:00
lambda 561ae0469c ~README.md, data/README.md Extensive Rework of README.
~data/articles.lisp		Corresponding change in var *articles*

Status of this commit: Suggestion.
2017-11-23 17:23:54 +01:00
lambda 9f06b3331d ~data/articles.lisp
Improve readability.

+data/README.md
	Cover the old lisp-application tradition and make cl-yag
	self-documenting in another way: By displaying it's own README as a post. :-)

-data/2.md
	Remove data/2.md
	Use README as another example-entry:

Status of this commit: Suggestion
2017-11-22 17:15:26 +01:00