Commit Graph

54 Commits

Author SHA1 Message Date
Solene Rapenne
e763198dd9 add newlines previously removed, they were added by remove-quotes 2017-11-28 08:21:20 +00:00
Solene Rapenne
a6018524bb Fix date in example 2017-11-28 08:21:20 +00:00
Solene Rapenne
25c83f1ce1 Fix spaces at end of line 2017-11-28 08:21:20 +00:00
Solene Rapenne
8f68de9add - drop clisp - Makefile is now compatible with GNU Make 2017-11-28 08:21:20 +00:00
Solene Rapenne
28c93e93f7 remove strip-quote function, useless 2017-11-28 08:21:20 +00:00
Solene Rapenne
25582ad800 replace split function 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
e2d4f830fa +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-28 08:21:20 +00:00
lambda
13d46e0dee ~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-28 08:21:20 +00:00
lambda
42cb7c35c6 ~ 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-28 08:21:20 +00: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