Simon Conseil
7057d3742b
Drop python 3.2 support and move to python 3.3.
...
Jinja 2.7 (released 2013-05-20) supports only Python3 >=3.3 so it is time to
drop Python 3.2 and move to 3.3
2013-06-02 16:23:36 +02:00
Justin Mayer
8c47ab21ec
Merge pull request #881 from ben2367/patch-1
...
Update importer documentation
2013-05-14 11:36:14 -07:00
Alexis Metaireau
55382dd184
Merge pull request #858 from jmurty/feature/import_wp_pages
...
Import wordpress pages to pages/ subdir with --dir-page option
2013-05-13 00:18:01 -07:00
ben2367
fa1550ceaa
Update importer documentation
...
Dependencies were not the good one, wordpress importer needs BeautifulSoup4 and lxml
2013-05-09 04:07:17 +02:00
Justin Mayer
e9ca508e8e
Add more detail to Pygments FAQ entry. Fixes #821
2013-05-06 07:28:25 -07:00
Justin Mayer
43f4d0df7a
Add reST example to arbitrary metadata FAQ entry
2013-05-06 06:51:54 -07:00
Justin Mayer
34f05d4ba6
Add warning to docs re: DELETE_OUTPUT_DIRECTORY
2013-05-02 17:18:19 -07:00
Justin Mayer
0397274fed
Prepare for next version
2013-04-24 13:21:28 -07:00
Justin Mayer
ba84658503
Add 3.2 release date to changelog
2013-04-24 09:39:36 -07:00
Justin Mayer
4fa2c30d3f
Add new changelog items and link to Tutorials wiki
2013-04-23 11:17:45 -07:00
Justin Mayer
30c2490f88
Merge pull request #862 from avaris/emacs-autoreload
...
ignore emacs lock files and exception handling for watchers
2013-04-22 20:04:24 -07:00
Deniz Turgut
be8837963a
ignore emacs lock files and exception handling for watchers
2013-04-22 20:50:11 -04:00
Deniz Turgut
2790446906
adds a 'strftime' jinja fiter that uses LOCALE
2013-04-21 18:00:12 -04:00
Justin Mayer
70a72545ce
Add content_object_init to list of signals
2013-04-20 09:08:46 -07:00
James Murty
8c7ea8df98
Import wordpress pages to pages/ subdir with --dir-page option
...
When importing from Wordpress, the --dir-page directive (disabled by
default) automatically adds files to the pages/ when they are recognised
as pages, as opposed to posts.
2013-04-19 23:06:59 +01:00
Emily Strickland
08f27e0134
Accept mdown file extension for Markdown files.
...
This extension is sometimes used for Markdown files and is the default
for a few editors, such as Sublime Text.
2013-04-17 21:14:52 -07:00
Vlad Niculae
cdcfdf4605
DOC: fix the Markdown example for static index page URL override
2013-04-17 17:28:36 +09:00
Justin Mayer
bef5e4479e
Getting Started documentation overhaul
2013-04-16 19:45:46 -07:00
Justin Mayer
8be7c0dbae
Minor documentation improvements
2013-04-16 10:13:47 -07:00
Justin Mayer
7b0165696e
Clarify docs regarding pages. Fixes #847 .
2013-04-14 15:08:32 -07:00
Justin Mayer
ebee8e9b43
Update FAQ and changelog
2013-04-14 09:41:27 -07:00
Justin Mayer
a6167f64f1
Add CONTRIBUTING file; include in contribute.rst
...
GitHub recently added a feature that looks for a CONTRIBUTING file in
repo root and displays it whenever a user creates an issue or submits a
pull request. I took this opportunity to put some contribution
submission guidelines into that file, including it dynamically inside
our existing docs/contribute.rst file to eliminate unnecessary
redundancy.
2013-04-13 16:55:13 -07:00
Simon Conseil
40643ce554
Cleanup tox and remove mentions of webassets.
...
Nose and unittest2 have been removed from pelican's dependencies, and webassets
moved to pelican-plugins.
2013-04-14 00:36:29 +02:00
Deniz Turgut
c4b3ad58e8
remove plugins, update docs and update dependecies
2013-04-12 23:39:39 -04:00
Justin Mayer
4687ae7f30
Merge pull request #837 from justinmayer/relativeoff
...
Change RELATIVE_URLS default to False - Fixes #829
2013-04-12 07:09:23 -07:00
Justin Mayer
0d7c3e1b0a
Remove allusion to Python versions less than 2.7
2013-04-11 19:27:20 -07:00
Justin Mayer
7364f77c0c
Document supported Python versions
2013-04-11 19:23:34 -07:00
Justin Mayer
0a8678a8ae
Change RELATIVE_URLS default to False - Fixes #829
2013-04-11 16:12:55 -07:00
Rogdham
eb640b09e6
Add translation metadata support.
...
Allows user to control which posts are the translations independently of the
DEFAULT_LANG setting.
2013-04-06 18:36:37 +01:00
Deniz Turgut
c2924402ad
Fix for issue #428 : Use PLUGIN_PATH properly
2013-04-05 02:39:12 -04:00
Deniz Turgut
9936538d8b
unify css class for pygments
2013-04-02 18:39:52 -04:00
David Beitey
e042e11c23
Add new option for controlling whether to display categories on menu or not
...
Conflicts:
docs/changelog.rst
pelican/tests/output/basic/tag/bar.html
pelican/tests/output/basic/tag/baz.html
pelican/tests/output/basic/tag/foo.html
pelican/tests/output/custom/tag/bar.html
pelican/tests/output/custom/tag/baz.html
pelican/tests/output/custom/tag/foo.html
2013-04-01 22:08:13 +10:00
Irfan Ahmad
58faf9462e
Implement Posterous import - fixes #608
2013-03-29 09:10:27 -07:00
Deniz Turgut
8710982d2a
fixed related_posts plugin
2013-03-26 23:17:59 -04:00
Alexis Metaireau
ff571967cf
Merge pull request #790 from davidjb/raise-exceptions
...
Raise exceptions from the autoreload loop if debug is enabled
2013-03-22 00:34:10 -07:00
W. Trevor King
b59da89e80
Convert '.' and '..' to the less magical os.curdir and os.pardir
...
While I'm cleaning up path manipulation, I might as well make things
more semantic.
2013-03-21 12:44:44 -04:00
David Beitey
1ff16f248b
Raise exceptions from the autoreload loop if debug is enabled
2013-03-21 15:52:42 +10:00
Justin Mayer
c7f06b9af6
Merge pull request #786 from noirbizarre/more-documentation
...
Add missing documentation for JINJA_FILTERS and SITESUBTITLE
2013-03-20 13:29:13 -07:00
Axel Haustant
e235cadda4
Fix typos
2013-03-20 21:21:47 +01:00
Justin Mayer
439b783a72
Merge pull request #785 from wraithan/docs_for_ignore_files
...
documentation for IGNORE_FILES
2013-03-20 09:07:58 -07:00
Axel Haustant
7fb51e94bb
Fix typos
2013-03-20 16:08:54 +01:00
Axel Haustant
c36fce8b6a
Added missing SITESUBTITLE documentation
2013-03-19 14:58:35 +01:00
Axel Haustant
c6b943bfe9
Added missing JINJA_FILTERS documentation
2013-03-19 14:58:35 +01:00
Wraithan (Chris McDonald)
e73f7e9f84
documentation for IGNORE_FILES
2013-03-18 17:51:17 -07:00
John Mastro
f92c800216
Add a period archives feature and brief docs.
...
Allows users to have per-year, per-month, and per-day archives of posts
automatically generated. The feature is disabled by default; to enable
it a user must supply format strings for a period's respective
`_SAVE_AS` setting.
2013-03-15 17:22:42 -07:00
W. Trevor King
bfa8851af0
Add the PATH_METADATA setting
...
Sometimes the base filename doesn't have everything you need.
Remember that os.sep is platform dependent, so using it in a regular
expression for this setting may not be portable (boo MS Windows!).
2013-03-12 15:16:25 -07:00
Alexis Métaireau
fc45d8d791
update the docs regarding all_articles
2013-03-11 23:11:21 -07:00
William Light
e045515b91
add "output_file" Jinja context variable
...
"output_file" contains the name of the HTML file that pelican is
currently rendering.
2013-03-10 23:53:41 -07:00
Alexis Métaireau
b9e2825da6
Put ASCII-art tree into a code-block element.
...
Fix #766
2013-03-10 20:15:37 -07:00
Alexis Metaireau
14f11f8561
Merge pull request #753 from wking/contribute-docs-rename
...
docs/contribute.rst: Update tests/output generation for moved tests
2013-03-10 12:27:45 -07:00