X-Git-Url: https://git.korewanetadesu.com/?p=pelican-mode.git;a=blobdiff_plain;f=README.md;h=8b365cb8e7042e9ea5eec08aa9c1c8a150158b4c;hp=f3fce87e8a0323cbde25eb7f403f34b6ee8033eb;hb=f292b498bf735f01375e68add5539e3bf3cd729d;hpb=f1fb8573ced9aaa3fe6b5ffb798435edf47a0b34 diff --git a/README.md b/README.md index f3fce87..8b365cb 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ pelican-mode is an Emacs minor mode for editing pages and posts in -[Pelican] sites. +[Pelican][] sites. -It's intended to be used alongside [markdown-mode] or [rst-mode]. It -also assumes you've set up Pelican with `pelican-quickstart` or +It's intended to be used alongside [markdown-mode][] or [rst-mode][]. +It also assumes you've set up Pelican with `pelican-quickstart` or something like it. In particular it assumes: * The existence of `pelicanconf.py` and `Makefile` in some ancestor @@ -21,25 +21,26 @@ It also enforces some parts of my preferred Pelican configuration: ## Quick Guide -* `C-x P n` - Insert a post or page header -* `C-x P p` - Remove draft status from a post (i.e. publish it) -* `C-x P t` - Update the date field in a post/page header -* `C-x P h` - Generate HTML output for a site (equivalent to `make html`) -* `C-x P u` - Upload a site using rsync (equivalent to `make rsync_upload`) +* `C-c P n` - Insert a post or page header +* `C-c P p` - Remove draft status from a post (i.e. publish it) +* `C-c P t` - Update the date field in a post/page header +* `C-c P h` - Generate HTML output for a site (equivalent to `make html`) +* `C-c P u` - Upload a site using rsync (equivalent to `make rsync_upload`) ## Troubleshooting If the commands which invoke `make` can find the Makefile but can't find `pelican`, your `exec-path` may not be set right. Try out -[exec-path-from-shell]. +[exec-path-from-shell][]. ## License -This code is released into the public domain via the -[CC0 Public Domain Dedication][0]. +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or (at +your option) any later version. [Pelican]: http://getpelican.com/ [markdown-mode]: http://jblevins.org/projects/markdown-mode/ [rst-mode]: http://docutils.sourceforge.net/docs/user/emacs.html [exec-path-from-shell]: https://github.com/purcell/exec-path-from-shell - [0]: http://creativecommons.org/publicdomain/zero/1.0/legalcode