Justin Mayer
05f392c6bc
Merge pull request #1249 from smartass101/split_articles_generate_context
...
Add article_generator_pretaxonomy signal
2014-02-08 12:13:23 -08:00
Justin Mayer
45e1aa112f
Clarify docs re: settings file
2014-02-07 17:05:15 -08:00
Ondrej Grover
22762f2c16
add signal article_generator_pretaxonomy
...
invoked before categories and tags lists are created
useful when e.g. modifying the list of articles to be generated
so that removed articles are not leaked in categories or tags
2014-02-07 08:34:27 +01:00
Justin Mayer
9dd8e3954c
Merge pull request #1202 from tomtung/patch-2
...
Update settings.rst to match tag cloud code
2014-02-05 07:43:51 -08:00
Alistair Magee
45bc018672
add the new signal to the docs
2014-01-25 20:44:15 +00:00
Simon Conseil
6264cf8916
Clarify docs about the DIRECT_TEMPLATES _SAVE_AS and _URL settings.
2014-01-05 23:37:44 +01:00
Iuri de Silvio
fb1cfc35bf
Change CATEGORIES_URL and CATEGORIES_SAVE_AS docs to
...
make it consistent with TAGS_URL and TAGS_SAVE_AS.
Add default values to CATEGORIES_URL and CATEGORIES_SAVE_AS.
2014-01-05 18:34:23 -02:00
Justin Mayer
b25001333d
Merge pull request #1214 from hrbonz/article_generator_write_article
...
Add a signal on article writing
2014-01-05 09:03:09 -08:00
Justin Mayer
505852c04c
Use the actively maintained typogrify-web package
...
The Typogrify library is no longer actively maintained by the
original author. These changes switch Pelican over to a new fork that
will receive more consistent updates going forward.
2014-01-03 08:51:52 -08:00
Stefan hr Berder
f750f38d60
add a signal on article writing
2014-01-03 05:03:25 +01:00
Tom Yubing Dong
d935af3229
Update settings.rst to match tag cloud code
...
According to the implementation, the value of `tag.1` should be between 1 and `TAG_CLOUD_STEPS`, inclusive.
See:
https://github.com/getpelican/pelican/blob/master/pelican/generators.py#L457
2013-12-27 15:36:34 +08:00
Michael Hrivnak
1976eac1bf
Fixing a typo in documentation
2013-12-15 21:13:03 -05:00
Kevin Deldycke
83e4d35b44
Produce inline links instead of references.
2013-11-26 10:04:15 +01:00
Mitchell Tannenbaum
add9a0790d
Added ARCHIVES_URL to settings.rst
2013-11-22 19:31:09 -05:00
Justin Mayer
4e3779ae1d
Merge pull request #1159 from jcramb/patch-1
...
Add CATEGORIES_URL and CATEGORIES_SAVE_AS to docs
2013-11-21 15:45:47 -08:00
Salil Panikkaveettil
97766ba1f4
For creating a CNAME, directory name should be extra
...
The name of the directory do not match subsequent commands. hence renaming extras to extra. A one character change
2013-11-19 16:49:37 +05:30
John Cramb
da66245729
Update settings.rst
...
Added missing CATEGORIES_URL and CATEGORIES_SAVE_AS settings to the table.
2013-11-13 14:15:08 +11:00
Florian Jacob
4b2fcb09a4
Added a new ''modified:' metadata tag to be able to specify the
...
publication time and date and the last modified time and date
independently.
This makes it possible to access the last updated date with {{ article.locale_modified }} in templates.
Additionally, an already delivered feed entry can be corrected by changing the modified date and time, as it is used for atom:update
/ rss pubDate field now.
2013-11-10 00:14:55 +01:00
Justin Mayer
455c159b48
Various fixes to theme documentation
2013-11-07 11:05:22 -08:00
Martin De Wulf
dc0edb2b2b
Add doc about use of metadata per article in custom templates
2013-11-07 13:41:19 +01:00
Justin Mayer
4a940da1a2
Merge pull request #1129 from kdeldycke/markdown-youtube-tip
...
Document video support in reST & Markdown.
2013-10-25 19:41:46 -07:00
Kevin Deldycke
6c808e426f
Document video support in Markdown and reST.
2013-10-25 10:52:13 +02:00
Justin Mayer
ae2afa27fc
Clarify FAQ entry re: need to install Markdown
...
Folks keep running into this error, which probably signals a need to
change this behavior. After all, it wouldn't be hard for us to detect
what's going on and provide a better error message, such as: "It looks
like you're trying to process Markdown, but the Markdown library is not
currently installed. Please install the Python-Markdown library via 'pip
install markdown'."
Until we implement something akin to the above, this should serve as a
slightly-improved FAQ entry in the interim.
2013-10-19 17:20:13 +02:00
Jed Brown
2b5db0321b
docs/plugins.rst: fix signal name "page_generator_context"
...
The old "pages_generate_context" dates from before pelican-3.2
standardization, but AFAIK, "page_generate_context" was never correct.
2013-10-11 22:30:27 -05:00
Justin Mayer
cb82e48636
None, not False, in *_SAVE_AS docs. Fixes #1106 .
2013-10-04 16:23:19 +02:00
Justin Mayer
2c468f091a
Prepare version 3.3.1.dev for next development cycle
2013-09-24 21:57:28 +02:00
Justin Mayer
b35ce43b7f
Bump version 3.3.0
2013-09-24 21:57:07 +02:00
Justin Mayer
f6c9237a01
Enhance and correct documentation
2013-09-23 19:30:51 +02:00
Justin Mayer
07f87969ea
Update changelog
2013-09-23 19:28:06 +02:00
Alexis Métaireau
3857fd72b5
Merge branch 'master' of github.com:getpelican/pelican
2013-09-17 17:32:15 +02:00
Alexis Métaireau
22da74211d
Fix a broken link
2013-09-17 17:32:08 +02:00
SDGSDG
3580233b38
Support for pygment defaults and relevant documentation
2013-09-15 23:13:17 -07:00
Alexis Metaireau
9935286e19
Merge pull request #1056 from bmcorser/fix-utils-copy
...
Fix for THEME_STATIC_PATHS by copying sensitively
2013-09-09 15:01:13 -07:00
Talha Mansoor
3d419bf55d
Update changelog.rst
...
1. Escape `|tag|` and `|category|` with double ticks otherwise reST converts them to links that are invalid.
2. Updated syntax for relative links use braces instead of bars.
2013-09-09 10:28:47 +05:00
Talha Mansoor
13199792a7
Add tip on how to add videos to your blog.
2013-09-08 23:05:52 +02:00
Talha Mansoor
bc26cde436
Add details on how to use Pelican for non-blog static sites
...
This question comes up on IRC quite frequently.
2013-09-08 23:05:52 +02:00
Talha Mansoor
e2236d50d6
Update settings documentation to explain INTRASITE_LINK_REGEX
...
I have added reference to "Linking to internal content" section because
without it, it is difficult to explain the usage.
I have also updated changelog.
Closes getpelican/pelican#1061
2013-09-09 00:08:39 +05:00
Talha Mansoor
bddf0faa9c
Update documentation to reflect change in intrasite link syntax
...
Updates getpelican/pelican#1061
2013-09-09 00:06:13 +05:00
bmcorser
ef16c915d4
Clarification of THEME_STATIC_PATHS behaviour
2013-08-31 21:49:41 +01:00
Axel Haustant
c61f6f402a
Prepare for bumpr
2013-08-24 20:17:05 +02:00
Axel Haustant
e6e99ffbb9
Change current release section with a constant title
2013-08-21 06:21:02 +02:00
Axel Haustant
469c531ae4
Include version in doc and warn if it's a dev version.
2013-08-21 06:18:43 +02:00
Alexis Metaireau
2e845feb02
Merge pull request #1050 from getpelican/content-written-signal
...
Add a content_written signal
2013-08-17 11:07:55 -07:00
Alexis Métaireau
56371aaf0f
update the changelog
2013-08-17 17:42:54 +02:00
Alexis Métaireau
e2ca6d7608
Add categories and tags to the replacement mechanism.
2013-08-17 17:36:13 +02:00
Alexis Métaireau
339955376e
Add a content_written signal
2013-08-17 12:48:34 +02:00
Alexis Metaireau
1fdda30c9b
Merge pull request #1014 from dbrgn/test_output_locale
...
Explicitly set locale when generating test output
2013-08-16 15:09:07 -07:00
Daniel Goldsmith
d9816be5de
Tag Cloud made functional
2013-08-13 10:46:41 +01:00
Talha Mansoor
b0a13a851c
Fix a typo in the docs
...
getpelican/pelican@f2d6f77462 changed
`article_generate_context` to `article_generator_context`. This commit
updates the docs to reflect the change.
2013-08-11 02:20:25 +05:00
Justin Mayer
24e2ad5b3f
Improve AsciiDoc parts of Getting Started docs
2013-08-07 12:45:26 -07:00