Commit Graph

34 Commits

Author SHA1 Message Date
Solene Rapenne e9fb727d69 sort tags list per articles in it 2018-10-12 11:50:16 +02:00
Solene Rapenne 142b84ab78 Add per-tag browsing on gopher 2018-10-12 11:22:34 +02:00
Solene Rapenne 5c6b061bb6 More verbose configuration 2017-12-31 16:54:23 +01:00
solene rapenne 1e46417916 add org example 2017-12-15 00:53:09 +01:00
solene rapenne 4ef4f5a4e8 Add choice of html conveter 2017-12-15 00:49:21 +01:00
Solene Rapenne 013ada82f3 - Date now computed from a format YYYYMMDD
- id attribute on <article>
2017-12-13 20:35:33 +01:00
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 bd44af1d08 Refurbish README 2017-12-03 16:10:31 +01:00
lambda aa1264695d Remove unneccessary pure.css style sheets.
Leave sane set of pure.css. Who needs more can easily download it.
Change style.css accordingly.
Add OpenBSD license to clym.css.
Provide documentation via data/css.md.

Status of this commit: Interim & Experimental.
Requires Testing.
2017-12-03 15:59:54 +01:00
lambda 15ebe730f3 ~README.md, data/README.md Swap :short for :tiny 2017-12-03 02:17:06 +01:00
lambda cbb8889699 +static/css/clym.css
+templates/layout-pure.tpl
+static/css/pure_r1.0.0/

Status of this commit: Interim & Experimental.
2017-12-03 01:19:14 +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
Solene Rapenne a6018524bb Fix date in example 2017-11-28 08:21:20 +00: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 6d422b4090 ~data/articles.lisp Remove typo in :title 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 7ec0da9492 ~data/articles.lisp
Remove typo in :title
2017-11-22 17:32:29 +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
Solène Rapenne a651b50488 gopher-path support 2017-03-24 13:12:55 +01:00
solene rapenne b70cc28e57 Gopher export available 2016-08-11 14:51:05 +02:00
solene rapenne 76baf068a5 adding a way to choose the number of rss items 2016-06-08 12:25:02 +02:00
Solene Rapenne fb05dcdf99 Warn about the trailing slash in the url so RSS links are valids 2016-05-06 12:01:47 +02:00
solene rapenne b6217bd196 tag support 2016-05-03 14:03:25 +02:00
Solene Rapenne a6f07ecaad - Add RSS generation
- Code enhancement
- Escaping ~ which were problematic
2016-05-01 00:43:31 +02:00
Solene Rapenne 66a2b83f5b Initialization of the repository 2016-04-30 17:21:31 +02:00