Commit graph

1,224 commits

Author SHA1 Message Date
Alexis Metaireau
48625964f1 Merge pull request #510 from nrocco/sourcegen
New source file .text generator
2012-10-12 13:57:18 -07:00
Alexis Metaireau
c7fa7b6467 Merge pull request #520 from perry/master
Output author details in pelican_import
2012-10-12 13:39:32 -07:00
Alexis Metaireau
848fdedec7 Merge pull request #523 from StephaneBunel/master
New config parameter to enable Markdown extensions
2012-10-12 13:32:30 -07:00
Alexis Metaireau
cf40006b58 Merge pull request #529 from bstpierre/delete-output-dir
Fix DELETE_OUTPUT_DIRECTORY crash when no output dir
2012-10-12 13:29:34 -07:00
Alexis Metaireau
1d14b19f15 Merge pull request #536 from bstpierre/pagination-no-extension
Fix #535: pagination on files without an extension
2012-10-12 13:24:21 -07:00
Alexis Metaireau
38dac13ee3 Merge pull request #538 from bstpierre/sitemap-pages-dont-exist
Fix #537: sitemap.xml contains pages that don't exist
2012-10-12 13:22:16 -07:00
Brian St. Pierre
3606debb15 Fix #537: sitemap.xml contains pages that don't exist 2012-10-07 20:31:20 -04:00
Brian St. Pierre
b1f65f6c9f Fix #535: pagination on files without an extension 2012-10-06 22:35:47 -04:00
Stéphane Bunel
5e895317f6 FIX: Standardizing "extentions" to "extensions" 2012-10-03 22:42:07 +02:00
Stéphane Bunel
e0674aad87 FIX: Standardizing "extentions" to "extensions" 2012-10-03 22:37:18 +02:00
Stéphane Bunel
ee46becaf9 FIX: Standardizing "extentions" to "extensions" 2012-10-03 22:29:59 +02:00
Stéphane Bunel
d9d58b0510 FIX: "extentions" -> "extensions" 2012-10-03 22:28:00 +02:00
Nico Di Rocco
c53a06a5d5 Simplified configuration option to be more flexible
As @ametaireau suggested: instead of having logic that prepends the
OUTPUT_SOURCES_EXTENSION with a '.' we allow the user more
flexibility to control the extension that can be used.
2012-10-03 22:06:45 +02:00
Alexis Metaireau
1580f7fea7 Merge pull request #527 from justinmayer/quickstart
Add Typogrify to docs as optional dependency
2012-10-02 07:12:55 -07:00
Brian St. Pierre
15875b8bd1 Fix DELETE_OUTPUT_DIRECTORY crash when no output dir 2012-10-02 08:51:31 -04:00
Alexis Metaireau
52ce7983e4 Merge pull request #525 from alefteris/settings-doc
Monospace default values of settings
2012-10-01 08:44:22 -07:00
Thanos Lefteris
0bb323f63c Monospace default values of settings 2012-10-01 18:32:53 +03:00
Stéphane Bunel
1beff31bd8 FIX test_generate_context() to include new file content/article_with_markdown_markup_extentions.md 2012-09-28 23:29:10 +02:00
Stéphane Bunel
45c836fdf5 Update docs and tests for MARKDOWN_EXTENTIONS 2012-09-28 23:09:57 +02:00
Stéphane Bunel
226aa2d8f3 Update docs and tests for MARKDOWN_EXTENTIONS 2012-09-28 22:54:01 +02:00
Alexis Metaireau
74e9c12695 Merge pull request #524 from tbunnyman/loopCPUfix
Add sleep to no files exception to avoid CPU load
2012-09-28 10:03:13 -07:00
tBunnyMan
55783fc3a1 Add sleep to no files exception to avoid CPU load 2012-09-28 08:53:59 -07:00
Nico Di Rocco
a7dd21ffaf Added a new setting OUTPUT_SOURCES_EXTENSION
Using this configurable setting users can control what extension will be
appended to filenames by the SourcesGenerator.

The default is to use the ``.text`` extension.
2012-09-28 14:59:05 +02:00
stephane
4f5253bcb3 Add MARKDOWN_EXTENTIONS configuration parameter to enable Markdown extentions of your choice.
Ex: MARKDOWN_EXTENTIONS = [ 'toc', ] enable TOC markup to generate Table of Contents.
2012-09-27 19:49:42 +02:00
Perry Roper
6afc9f7902 Add missing colon 2012-09-26 19:59:47 +01:00
Perry Roper
cf3697199a Output author details in pelican_import 2012-09-26 19:58:15 +01:00
Alexis Metaireau
7828614459 Merge pull request #471 from nrocco/master
New signal called 'finalized'
2012-09-25 15:03:38 -07:00
Alexis Metaireau
32429d3091 Merge pull request #488 from dmdm/relative_urls_for_webassets
Patch to allow relative ASSET_URL
2012-09-25 15:03:00 -07:00
Alexis Metaireau
ea97e9a9a8 Merge pull request #508 from infinitylx/CyrilicPdf
Cyrilic pdf
2012-09-25 14:54:55 -07:00
Alexis Metaireau
8473a72ee5 Merge pull request #515 from remram44/master
Escaping values from quickstart
2012-09-25 14:51:54 -07:00
Alexis Metaireau
fc8696bf20 Merge pull request #518 from streeter/feed_string_formatting
Apply the string formatting to {TAG,CATEGORY}_FEED urls.
2012-09-25 14:50:28 -07:00
Chris Streeter
36e86a5854 Apply the string formatting to {TAG,CATEGORY}_FEED urls. 2012-09-23 13:55:22 -07:00
Justin Mayer
a9d370f7be Merge pull request #514 from streeter/asset_url_doc_fix
Correctly use the right variable for webassets
2012-09-19 10:36:29 -07:00
Chris Streeter
e096fb66fb Correctly use the right variable for webassets
According to [the webasset docs](http://webassets.readthedocs.org/en/latest/integration/jinja2.html#using-the-tag)
the variable should be `ASSET_URL` instead of `ASSETS_URL`.
2012-09-19 10:24:51 -07:00
Remi Rampin
b1099477f9 Fixed escaping in files generated from quickstart
Variables are properly escaped before they are replaced in the
templates.
2012-09-17 22:48:11 -04:00
Rémy HUBSCHER
6466bb4384 fix-pelican-rsync_upload-makefile 2012-09-17 14:47:05 +02:00
Nico Di Rocco
0a1a868b37 Added sourcefile generator that generates .text files 2012-09-15 23:11:09 +02:00
Justin Mayer
56e2c67f7f Add Typogrify to docs as optional dependency 2012-09-14 10:06:42 -07:00
Justin Mayer
b8279e1c9c Merge pull request #504 from tbunnyman/update-tox
Clean up tox testing configuration
2012-09-14 08:17:03 -07:00
Nico Di Rocco
81d6d85461 Merge branch 'master' of git://github.com/getpelican/pelican 2012-09-11 22:11:59 +02:00
Justin Mayer
3af7e2251d Clarify specifying paths in settings. Closes #477. 2012-09-11 09:27:26 -07:00
Justin Mayer
728d6076e5 Clarify docs for specifying theme. Closes #475. 2012-09-11 07:29:34 -07:00
Justin Mayer
161f60e569 Add a list of plugins to the docs. Closes #493. 2012-09-11 06:50:33 -07:00
Justin Mayer
20daa28452 Eliminate extraneous whitespace 2012-09-10 20:50:45 -07:00
Justin Mayer
3054e71f5b Minor doc changes, including those for webassets 2012-09-10 20:48:13 -07:00
Alexis Metaireau
389bf3298c Merge pull request #509 from epatters/fix-typogrify
BUG: Typogrify not applied to pages.
2012-09-10 15:55:41 -07:00
epatters
1da88a647a BUG: Typogrify not applied to pages. 2012-09-08 21:39:10 -07:00
Wladislaw Merezhko
8b44fa6a2d Add two new parameters for creating pdf
* PDF_STYLE - name of custom style to use when generating pdf
* PDF_STYLE_PATH - path where custom style is located
2012-09-08 18:24:15 +03:00
Wladislaw Merezhko
0c2625e59d Change name of utils.open function to pelican_open and refactor this change across project. 2012-09-08 13:07:51 +03:00
Nico Di Rocco
ff3c12fd71 Added possible uses for the finalized signal to the docs 2012-09-07 08:56:33 +02:00