Alexander Artemenko
a856f0284d
rst.lisp: Generate the BODY of the HTML document
2016-10-16 17:02:57 -05:00
Alexander Artemenko
678ea7fe4a
RST.lisp: Remove call to VISIT-NODE
...
WRITE-DOCUMENT method for all writers already calls VISIT-NODE.
2016-10-16 12:28:00 -05:00
Alexander Artemenko
9e8bf5e4c9
rst.lisp: Fix conflicting symbol imports
...
WRITE-PART should be imported from docutils where it is defined.
2016-10-16 12:20:01 -05:00
Bruno Cichon
a5c6e365d9
Add CL-WHO plugin
2016-09-23 14:22:06 -05:00
Daniel Kochmański
843bbb652c
plugins: static-pages: use keyword instead of string
...
As suggested by a project maintainer.
2016-04-21 20:10:21 +02:00
Daniel Kochmański
1c585326ab
plugin: static-pages: allow specifying format
...
`format' in class `page' defaults to markdown to ensure backward
compatibility.
2016-03-20 23:21:29 +01:00
Cthulhux
b94267a6f6
added support for isso: http://posativ.org/isso/
2015-09-09 16:15:31 -04:00
digiorgi
c625aa1de6
coleslaw-s3::*credentials* was useless and not setting the important variable zs3:*credentials*. Now seting correctly in the correct package zs3.
2015-06-07 18:12:04 -04:00
Brit Butler
3490af0287
Add gfycat plugin.
2014-11-22 23:06:53 -05:00
Brit Butler
8273efe00e
Fix symbols in static pages plugin some more.
2014-11-09 20:30:52 -05:00
Brit Butler
558e2d1e0d
Fix a symbol-scoping bug in the static pages plugin.
2014-11-09 20:16:16 -05:00
Brit Butler
762ad5e44d
Handle trailing slashes more gracefully. Kick off 0.9.7-dev.
2014-11-02 23:04:45 -05:00
Colin M. Strickland
3a37b8339b
utf-8 output when writing wordpress imported files
...
the file writer in wordpress import did not set external-format
2014-11-01 11:20:14 +00:00
Brit Butler
81fcf3a47a
Cleanup wordpress since handling a little more.
2014-10-26 19:23:31 -04:00
Colin M. Strickland
054621ab13
fix import-posts pass through 'since' as nil
...
adds a conditional to the invocation of import-post in import-posts loop
there needs to be a guard around 'since' in the loop:
if import posts tries to pass it's optional 'since' parameter through to
import-post it will prevent any posts from being output , because every
post will be compared against a timestamp of nil
2014-10-26 21:52:44 +00:00
Javier Olaechea
a9d73e3b26
Bind content-text & add quotes to HTML attributes
2014-09-23 11:52:33 -04:00
Javier Olaechea
47a17508e8
Add twitter meta-data to posts
...
This depends on a pending change to add-injection
2014-09-23 11:52:33 -04:00
Brit Butler
e44d0bde9e
Make add-injection support more complex injections. Thanks @PuercoPop.
...
In short, an injection is now a FUNCTION that takes a
document and returns either a STRING to insert in the
page (possibly with data from the document) or NIL.
2014-09-22 14:31:08 -04:00
Brit Butler
b2082175e3
Little more doc work, fix versioned plugin thinko.
2014-09-12 16:21:50 -04:00
Brit Butler
2bd647207a
Some 0.9.6 preparations.
2014-09-05 17:07:22 -04:00
Brit Butler
78f1fc9fa0
Fix sitemap plugin breaking in INDEX :after method. It's a one off.
2014-09-05 17:07:22 -04:00
Brit Butler
ab34400307
Use with-slots for initializers, readers only please!
2014-09-05 17:07:22 -04:00
Brit Butler
567c4473bb
Tentatively factor deploy method into git-hook plugin. TODO follows...
...
* Deploy :after plugins probably need revision now, and coleslaw-heroku.
* README, HACKING need updates. Plugin-api.md too.
* NEWS needs a carefully worded entry.
Is that what we want?
2014-09-05 17:06:41 -04:00
Brit Butler
4630a7a224
Remove scaffolded parallel plugin.
2014-09-05 17:06:41 -04:00
Brit Butler
37a1d7ad6a
Comment tweaks.
2014-06-03 18:13:12 -04:00
Brit Butler
6daa930366
Fix some bugs in the incremental plugin.
2014-06-03 17:18:24 -04:00
Brit Butler
3109a988c4
Tiny tweak to incremental plugin.
2014-06-03 16:41:12 -04:00
Brit Butler
bed63d2156
New pass at "incremental" compilation. See now, isn't that better?
2014-06-03 16:37:56 -04:00
Brit Butler
62c940bde9
Finish addition, push modification uphill a bit.
2014-06-03 14:51:24 -04:00
Brit Butler
8e8e3231ec
Finish deletion, push addition uphill a bit.
2014-06-03 11:15:13 -04:00
Brit Butler
7d9b0aa011
Flesh out the sketch a bit more and add some constraints.
2014-05-26 16:27:02 -04:00
Brit Butler
75c30c5844
Push sketch slightly further up hill.
2014-05-26 16:27:02 -04:00
Brit Butler
7c12a9670b
Sketch out incremental plugin.
2014-05-26 16:27:02 -04:00
Brit Butler
70427b81d0
Ensure that sitemap includes all content.
...
I had introduced a bug by depending on sitemap being the last subclass
in the ALL-SUBCLASSES list. Since there's only one instance of sitemap,
it's not *too* hackish to do everything in the publish step.
2014-05-26 16:19:42 -04:00
Brit Butler
f58c265fb7
Bugfixes to sitemaps, mathjax, and posts.
2014-05-16 10:42:08 -04:00
Brit Butler
947ad9023b
Cleanup Twitter plugin and update docs a bit.
2014-05-09 11:54:22 -04:00
Brit Butler
7326e31479
Export title-of, author-of, and find-content-by-path. Cleanup twitter plugin.
2014-05-08 11:47:59 -04:00
Brit Butler
3264848cde
Cleanup sitemap plugin a bit.
2014-05-08 11:37:10 -04:00
Brit Butler
57f9aeb696
Keep plugin-conf-error condition with near the plugin handling code.
2014-05-08 11:02:51 -04:00
PuercoPop
03b1cb9a0b
Use *tweet-format-fn* in render-tweet
2014-05-08 04:48:14 -05:00
PuercoPop
3b59ca1321
*tweet-format* DSL
2014-05-08 04:45:51 -05:00
PuercoPop
d4ffbe0c5c
bugfix
2014-05-07 21:19:08 -05:00
PuercoPop
0192fb648d
Hook to deploy instead of publish.
2014-05-07 21:02:10 -05:00
PuercoPop
ed60a94be8
typo
2014-05-07 20:05:57 -05:00
PuercoPop
f95a3c27a2
Hook to publish instead of render
2014-05-07 20:05:56 -05:00
PuercoPop
7cb6461cb2
post url should include domain
2014-05-07 20:05:56 -05:00
PuercoPop
d7ef24664d
Fix render-tweet
2014-05-07 20:05:56 -05:00
PuercoPop
0be9a17cfa
Implementation sans test
2014-05-07 20:05:56 -05:00
Brit Butler
975be4236e
Fix style-warnings for static-pages plugin.
2014-05-06 15:25:28 -04:00
Brit Butler
16d7656421
Import content-text for the static pages plugin.
2014-05-03 13:53:13 -04:00