Commit Graph

99 Commits

Author SHA1 Message Date
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
lambda 41116326c5 +static/img/
Add logo (clyagLogo.png) and favicon (clyagFav.ico).
	The logo and both images got created by me (lambda) to be a part of cl-yag.
	I put both in the Public Domain (2017-11-21).
	https://creativecommons.org/share-your-work/public-domain/

~templates/layout.tpl
	Make favicon part of default template.
	Change stylesheet-link to 'static/css/style.css'

+static/
	Add subdirectories 'css/', 'img/', 'js/' to static/

Status of this commit: Recommendation.
2017-11-22 15:29:37 +01:00
lambda 375431f30c ~templates/article.tpl
~templates/layout.tpl
~templates/one-tag.tpl

Make HTML templates HTML5 compliant.
  +Add generator metatag for 'cl-yag'.
  +Add link-alternate metatags for proper linking of rss and atom feeds.
  +Add viewport metatag for responsive stylesheets.

Status of this commit: Recommendation.
2017-11-22 15:10:17 +01:00
lambda d126c1f37a ~ LICENSE:
Renew date for 2017;
		Switch to OpenBSD's ISC License

Source of ISC License Template
https://cvsweb.openbsd.org/cgi-bin/cvsweb/src/share/misc/license.template?rev=HEAD)

Status of this commit:	Recommendation.
2017-11-22 15:00:35 +01:00
Solene Rapenne c50345cdbd rename template to templates 2017-11-17 14:51:35 +00:00
Solene Rapenne 3343e6ee5c fix formatting 2 2017-11-03 13:09:14 +00:00
Solene Rapenne d5537d3094 fix formatting 2017-11-03 13:08:48 +00:00
Solène Rapenne a651b50488 gopher-path support 2017-03-24 13:12:55 +01:00
Solène Rapenne 0beb1a03cf fixing gopher title 2017-03-24 13:07:52 +01:00
Solene Rapenne b0fb013bac Abort if a file is non-existent 2017-01-23 15:00:40 +01:00
Solene Rapenne 994f2224eb Index of articles page 2017-01-21 16:53:27 +01:00
solene rapenne 93abe73f50 bmake warning 2016-09-21 13:45:34 +02:00
solene rapenne b107516c1e Remove LANG= when invoking lisp software. It's only needed when using make from a ssh connection, that should be done in the ssh script.
Change the sbcl command line parameter to increase memory
2016-09-21 13:43:04 +02:00
solene rapenne 10812b6e84 output of tag list in gopher export is now nicer 2016-08-11 15:57:26 +02: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 5224dea43a demo link 2016-05-23 10:24:52 +02:00
solene rapenne d69df0f848 Better readme 2016-05-20 11:12:14 +02:00
solene rapenne 2266a8168f rss atom w3c compliant 2016-05-19 17:02:32 +02:00
solene rapenne e37816fdab fix rss description, using whole text now 2016-05-19 16:47:49 +02:00
solene rapenne 7682a4620e fixed error if no tag supplied, customize title of page with article's name 2016-05-19 11:07:31 +02:00
solene rapenne 94f67f2901 Merge branch 'master' of https://github.com/rapenne-s/cl-yag 2016-05-14 23:33:30 +02:00
solene rapenne f5378fcab8 fixing a crash when no tag for an article and better Makefile 2016-05-14 23:33:04 +02:00
Solene Rapenne 31803a8ff8 Using clisp by default, fixing locale problem 2016-05-13 15:24:05 +02:00
solene rapenne f837cf5d08 Makefile can use multiple interpreter and we are ecl compliant now 2016-05-13 15:16:31 +02:00
Solene Rapenne b0cd4f6279 use when instead of if because there is no else 2016-05-06 16:36:06 +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 ce03712ffa fix issues with W3C validator 2016-05-04 11:20:51 +02:00
Solene Rapenne 90c0b08565 fixing newline return for source, precisely for <pre> tag 2016-05-03 22:08:30 +02:00
Solene Rapenne da8e0af550 fixing clisp compatibility 2016-05-03 15:54:02 +02:00
solene rapenne e94fc554f9 add support for tags in articles + improve code 2016-05-03 14:58:53 +02:00
solene rapenne 2031387fa4 adding exit at the end of the script so it doesn't stay in interactive mode + fix declaration order 2016-05-03 14:11:44 +02:00
Solene Rapenne 0ff2a8a9d8 documentation update 2016-05-03 14:10:43 +02:00
solene rapenne b6217bd196 tag support 2016-05-03 14:03:25 +02:00
solene rapenne 304d6befcc aspect change 2016-05-03 09:39:36 +02:00
Solene Rapenne 0daf877b6b revert a little mistake 2016-05-01 01:05:07 +02:00
Solene Rapenne a6f07ecaad - Add RSS generation
- Code enhancement
- Escaping ~ which were problematic
2016-05-01 00:43:31 +02:00
Solene Rapenne e0a4614444 comments 2016-04-30 18:21:48 +02:00
Solene Rapenne 91e116792c adding recommendation note 2016-04-30 18:14:33 +02:00
Solene Rapenne c31fd9ad38 add documentation about hacking 2016-04-30 18:12:55 +02:00
Solene Rapenne 2c4804f372 code simplification 2016-04-30 18:12:28 +02:00
Solene Rapenne 550197c3e9 moving readme for markdown format 2016-04-30 17:38:45 +02:00
Solene Rapenne 0fe2cf4300 Fixing github markdown README 2016-04-30 17:37:34 +02:00
Solene Rapenne 4df8123e33 Adding readme 2016-04-30 17:28:12 +02:00
Solene Rapenne 66a2b83f5b Initialization of the repository 2016-04-30 17:21:31 +02:00
Rapenne Solène 33a711b470 Initial commit 2016-04-30 17:12:02 +02:00