Selaa lähdekoodia

Tweaks to NEWS, README.

Brit Butler 10 vuotta sitten
vanhempi
commit
33e81104b8
2 muutettua tiedostoa jossa 4 lisäystä ja 8 poistoa
  1. 3 4
      NEWS.md
  2. 1 4
      README.md

+ 3 - 4
NEWS.md

@@ -7,10 +7,9 @@
7 7
 * **SITE-BREAKING CHANGE**: Custom themes will be broken by a change
8 8
   to URL handling. Previously, we were hand-constructing URLs in the
9 9
   templates. All site objects now store their URL in an instance slot.
10
-  In general, hrefs should be of the form `href="{$config.domain}/{$obj.url}"> ...</a>`.
11
-  Additionally, `{$month}` should become `{$month.name}`.
12
-  Correspondingly, changes to `:routing` would previously break links in
13
-  the templates but now work seamlessly.
10
+  In general, hrefs should be of the form `<a href="{$config.domain}/{$obj.url}"> ...</a>`.
11
+* Changes to `:routing` would previously break links in the templates
12
+  but now work seamlessly due to the updated URL handling.
14 13
 * **Docs**: Improved README and Theming docs. New Config File docs.
15 14
 * Loading content is more robust when empty lines or metadata are passed.
16 15
   Thanks to @PuercoPop for the bug report and preliminary fix.

+ 1 - 4
README.md

@@ -22,14 +22,12 @@ Coleslaw is Flexible Lisp Blogware similar to [Frog](https://github.com/greghend
22 22
   * Incremental builds
23 23
   * Analytics via Google
24 24
   * Comments via [Disqus](http://disqus.com/)
25
-  * Hosting via [Github Pages](https://pages.github.com/), [Heroku](http://heroku.com/), or [Amazon S3](http://aws.amazon.com/s3/)
25
+  * Hosting via [Github Pages](https://pages.github.com/) or [Amazon S3](http://aws.amazon.com/s3/)
26 26
   * [Tweeting](http://twitter.com/) about new posts
27 27
   * Using LaTeX via [Mathjax](http://mathjax.org/)
28 28
   * Writing posts in ReStructured Text
29 29
   * Importing posts from [Wordpress](http://wordpress.org/)
30 30
 
31
-* There is also a [Heroku buildpack](https://github.com/jsmpereira/coleslaw-heroku) maintained by Jose Pereira.
32
-
33 31
 ## Example Sites
34 32
 
35 33
 See the [wiki](https://github.com/redline6561/coleslaw/wiki/Blogroll) for a list of coleslaw-powered blogs.
@@ -70,7 +68,6 @@ Otherwise, run the commands on your local machine.
70 68
      REPL whenever you're ready to regenerate your blog:
71 69
      ```
72 70
      (ql:quickload :coleslaw)
73
-     ;; Note that the incremental plugin currently requires a "last git revision" argument.
74 71
      (coleslaw:main "/path/to/my/blog/")
75 72
      ```
76 73
 4. Optionally, point the web server of your liking at your config-specified