Commit graph

681 commits

Author SHA1 Message Date
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
Brit Butler
8e464ed762 Merge pull request #63 from cmstrickland/wp-import-since
optional 'since' handling in WP import plugin
2014-10-26 19:16:00 -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
Brit Butler
7cd51a1334 Merge pull request #62 from cmstrickland/ccl-fixes
A couple of tiny ccl fixes, external-format and gitgnore for ccl fsl files.
2014-10-26 09:51:25 -04:00
Colin M. Strickland
b38b07e83a gitignore 32 and 64 bit ccl fasl files
they have different file extensions
2014-10-26 09:25:22 +00:00
Colin M. Strickland
bcd9051b14 use :utf8 symbol directly in external-format
sbcl can use :utf8 as a direct symbol also
2014-10-25 22:16:53 +01:00
Colin M. Strickland
c6cf6ee943 exclude x64fsl files 2014-10-25 22:15:30 +01:00
Brit Butler
1c587f8616 Merge pull request #61 from redline6561/basic-deploy
Release: 0.9.6!
2014-09-26 10:30:00 -04:00
Brit Butler
62cc5e91f4 Release: 0.9.6! 2014-09-23 17:39:40 -04:00
Brit Butler
1b3acd107e Fix feed handling bug backwards compatibly. No name changes. 2014-09-23 17:39:40 -04:00
Brit Butler
1289706b46 Quick bugfix to add-injection. 2014-09-23 17:33:55 -04:00
Brit Butler
f27172a1f7 Last minute backwards compatibility fix for people on very old SBCLs. 2014-09-23 17:28:11 -04:00
Brit Butler
c7fc38b73c Some last tweaks for Summary Cards before 0.9.6. 2014-09-23 11:52:52 -04:00
Javier Olaechea
c286fc1e33 Add tests as a PoC. Do not for merge. 2014-09-23 11:52:50 -04: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
0640ebc5cb Some more NEWS updates. 2014-09-22 15:50:48 -04:00
Brit Butler
8bea5f1927 TODO tweaks for 0.9.7. 2014-09-22 14:32:27 -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
f474db77b2 Factor parse-initarg out of parse-metadata. 2014-09-22 12:56:00 -04:00
Brit Butler
33e81104b8 Tweaks to NEWS, README. 2014-09-16 11:30:14 -04:00
Brit Butler
3ae3c208f7 Remove the unused fiveam dependency, get started with stefil! 2014-09-12 16:36:59 -04:00
Brit Butler
81cfcc469e New release target. 2014-09-12 16:22:34 -04:00
Brit Butler
b2082175e3 Little more doc work, fix versioned plugin thinko. 2014-09-12 16:21:50 -04:00
Brit Butler
60302d5f47 Fix blogroll link. 2014-09-05 17:11:33 -04:00
Brit Butler
bb2b6e49a4 README markdown tweaks. 2014-09-05 17:10:51 -04:00
Brit Butler
41186fb41c Fixes to theming docs. 2014-09-05 17:08:13 -04:00
Brit Butler
439f3f35f7 Push closer to 0.9.6. Just tests and a merge left now... 2014-09-05 17:08:13 -04:00
Brit Butler
46e6915ba2 Make parse-metadata suck a little less. Many docs updates. 2014-09-05 17:08:12 -04:00
Brit Butler
78e0f9ecea Split out some 0.9.7 items. 2014-09-05 17:07:22 -04:00
Brit Butler
2ed12c5bce Factor out parse-metadata in preparation for real error-handling. 2014-09-05 17:07:22 -04:00
Brit Butler
2bd647207a Some 0.9.6 preparations. 2014-09-05 17:07:22 -04:00
Brit Butler
7b516ccc9c A few notes tweaks. 2014-09-05 17:07:22 -04:00
Brit Butler
148c1a0c52 Switch back to using rsync --delete -avz in deploy. 2014-09-05 17:07:22 -04:00
Brit Butler
b23a398dd5 Assorted bugfixes and cleanups. 2014-09-05 17:07:22 -04:00
Brit Butler
b3acf878e1 Update TODO notes in Hacking. 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
702aaf5b4b Closure Template/Esrap's error reporting leaves something to be desired. 2014-09-05 17:07:22 -04:00
Brit Butler
ef378b9b56 Finish the routing/slugs overhaul. 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
ed886b57e7 Set blog repo in "the right place". 2014-09-05 17:07:22 -04:00
Brit Butler
f512ab7a48 More TODO notes. 2014-09-05 17:07:22 -04:00
Brit Butler
ab03544600 Tracking TODOs in the Hacking file now. 2014-09-05 17:07:22 -04:00
Brit Butler
ae96c069c4 Half-way commit to getting hardcoded paths out of templates. 2014-09-05 17:07:21 -04:00
Brit Butler
04c1ed9aee Bugfixes. 2014-09-05 17:06:41 -04:00
Brit Butler
ab12f8ed6d Some TODO notes. 2014-09-05 17:06:41 -04:00
Brit Butler
c2920901fa More notes. 2014-09-05 17:06:41 -04:00
Brit Butler
99e87c061f Add some error-handling notes. 2014-09-05 17:06:41 -04:00
Brit Butler
c82fe20382 Incremental compilation is done, note some new goals. 2014-09-05 17:06:41 -04:00