Justin Mayer
df70fa8596
Merge pull request #1663 from avaris/fix_relative_urls
...
Use `--relative-urls` only if it is specified
2015-03-15 09:44:55 -07:00
Deniz Turgut
ef737c2239
Use --relative-urls only if it is specified
...
Otherwise, `RELATIVE_URLS` in the config file is ignored and
`RELATIVE_URLS` is set to `False` if `--relative-urls` is not
specified.
Fixes an issue introduced in #1592
2015-03-14 13:36:51 -04:00
Justin Mayer
e0d40c17a0
Merge pull request #1662 from iKevinY/unused-imports
...
Remove a couple of unused imports
2015-03-14 09:19:20 -07:00
Kevin Yap
0f7f328206
Remove a couple of unused imports
...
As reported by Pyflakes.
2015-03-13 23:01:31 -07:00
Ondrej Grover
3d5f01ba3f
Merge pull request #1661 from robertlagrant/master
...
Change docs wording on cache regeneration on pickle errors.
Fixes #1630
2015-03-13 15:23:07 +01:00
robertlagrant
ffe71d324d
Change docs wording on cache regen for #1630
2015-03-13 13:42:56 +02:00
Justin Mayer
822fb134e0
Merge pull request #1653 from avaris/check_urlwrappers
...
Make sure Content uses URLWrappers
2015-03-11 11:56:32 -07:00
Justin Mayer
ddd637b870
Merge pull request #1658 from iKevinY/travis-formatting
...
Standardize formatting of .travis.yml
2015-03-10 07:04:31 -07:00
Kevin Yap
4e896c427d
Standardize formatting of .travis.yml
...
Use 2 spaces for indentation.
2015-03-07 01:03:25 -08:00
Deniz Turgut
3ea4542015
Make sure Content uses URLWrappers
2015-03-06 16:06:20 -05:00
Justin Mayer
e35ca1d6ff
Minor improvements to README
2015-03-05 12:04:39 -08:00
Kevin Yap
87d86d724c
Change phrasing and formatting of README
...
Made a few changes to the README to emphasize Pelican's position as a
general-purpose static site generator, and not just a blogging tool.
See #1645 for more details.
2015-03-05 11:58:14 -08:00
Justin Mayer
63602c4a9e
Merge pull request #1632 from foresto/consistent-blog-var
...
ArticlesGenerator: Set blog=True consistently. Fixes #1631 .
2015-02-27 05:33:58 -08:00
Justin Mayer
62e7a41797
Merge pull request #1642 from iKevinY/remove-pdf-links
...
Remove PDF-related elements from notmyidea
2015-02-26 17:20:11 -08:00
Kevin Yap
555c553992
Remove PDF-related elements from notmyidea
...
PDF generation was removed from Pelican's core in #1010 .
2015-02-25 21:42:25 -08:00
Justin Mayer
d53c166f95
Clarify docs for FORMATTED_FIELDS setting
2015-02-25 09:42:33 -08:00
Justin Mayer
2bcabb5497
Merge pull request #1622 from whiskyechobravo/formatted_fields
...
Support reStructuredText or Markdown content in metadata fields other than "summary"
2015-02-25 09:35:06 -08:00
Patrick Fournier
d0afaa5fbe
Format custom metadata fields listed in the FORMATTED_FIELDS setting.
...
Adding FORMATTED_FIELDS to the default settings with ['summary'] as the default value.
2015-02-24 16:57:05 -05:00
Justin Mayer
39f5762ae4
Merge pull request #1637 from pkirk/patch-1
...
Doc fix: rsync -avc, not --avc
2015-02-24 07:45:04 -08:00
pkirk
79aaedc681
rsync -avc, not --avc
2015-02-23 20:13:33 +01:00
Forest
784d07e940
ArticlesGenerator: set blog=True consistently.
...
Fixes #1631 .
2015-02-19 12:25:48 -08:00
Justin Mayer
d4ba7b7291
Correct Dotclear sample file link in importer docs
...
Fixes #1570
2015-02-18 09:41:27 -08:00
Justin Mayer
88ec7026ea
Merge pull request #1533 from kernc/underscore_dates
...
Replace underscores in dates with spaces before parsing
2015-02-18 09:14:37 -08:00
Justin Mayer
053d198f22
Merge pull request #1521 from iKevinY/update-tests
...
Added tests for generators, settings, and pelican_import
2015-02-17 18:59:04 -08:00
Kevin Yap
6549f51591
Add tests for Pelican and pelican_import tool
...
Added tests to ensure that:
- THEME and deprecated *_DIR settings result in the expected configurations
- Post headers are formatted correctly in both Markdown and reStructuredText
- Files specified in IGNORE_FILES setting are properly ignored
- Generator.get_files()'s `paths` argument is backwards-compatible with strings
2015-02-17 18:26:41 -08:00
Kevin Yap
95860c6b1b
Remove unused modules/variables from tests
2015-02-17 18:25:44 -08:00
Justin Mayer
838478d65d
Merge pull request #1629 from avaris/fix_windows_tests
...
Fix tests that were skipped in #1581
2015-02-17 18:03:57 -08:00
Deniz Turgut
fa269d7c6f
Fix tests that were skipped in #1581
2015-02-17 20:50:27 -05:00
Justin Mayer
bfbb7d4bb5
Merge pull request #1581 from georgevreilly/win-fixes
...
Fix Pelican rendering and unit tests on Windows.
2015-02-17 17:06:19 -08:00
Justin Mayer
6a69a2c943
Merge pull request #1608 from abackstrom/patch-1
...
Docs: Note how posts are published when 'draft' is default
2015-02-17 11:21:51 -08:00
Justin Mayer
1301343d1d
Merge pull request #1582 from ingwinlu/quickstart_python_python2
...
DOCS: http server module for python3 is different then python2
2015-02-17 11:11:14 -08:00
Justin Mayer
5912608b04
Merge pull request #1592 from ingwinlu/add_argparse_relative
...
Add argparse argument for relative URLs
2015-02-17 10:49:57 -08:00
Justin Mayer
ca0477c62f
Merge pull request #1593 from iKevinY/clarify-setting-types
...
Change the documented type of various settings
2015-02-17 10:41:07 -08:00
Justin Mayer
6c4f0d7894
Merge pull request #1621 from iKevinY/pages-status-fix
...
Make page status check case-insensitive. Fixes #1620
2015-02-16 09:11:11 -08:00
Justin Mayer
c139221dbc
Merge pull request #1627 from johnmastro/smartypants-html-entities
...
Tell smartypants to also process " entities
2015-02-13 07:31:48 -08:00
John Mastro
0949fa62ec
Tell smartypants to also process " entities
...
This is necessary because Docutils has already replaced double quotes
with " HTML entities by the time the typogrify filter is applied.
2015-02-12 16:27:30 -08:00
Justin Mayer
9152e021e2
Merge pull request #1616 from kernc/all_generators_finalized
...
Add signal: all_generators_finalized (see getpelican/pelican-plugins#314 )
2015-02-11 10:48:51 -08:00
Justin Mayer
efc5e6f2ca
Merge pull request #1623 from avaris/fix_test_importer
...
Fix for tests that were broken in #1607
2015-02-10 19:31:58 -08:00
Deniz Turgut
7fc6aab99a
Fix for tests that were broken in #1607
2015-02-10 21:08:26 -05:00
Kevin Yap
954c85a593
Make PagesGenerator status check case-insensitive
...
Fixes #1620 .
2015-02-09 17:11:45 -08:00
Justin Mayer
8218923625
Add pandoc package to Travis CI configuration
2015-02-09 08:22:30 -08:00
Justin Mayer
08f73d7d91
Merge pull request #1614 from Carreau/patch-1
...
Fix quotes in FAQ
2015-02-08 16:50:37 -08:00
Kernc
265f68a879
Add signal: all_generators_finalized ( getpelican/pelican-plugins#314 )
...
Some plugins have used `content_object_init` signal and read `summary`
or `content` properties of the content object. This resulted in
internal (`{filename}`) links being unresolved. When used, this signal
should hopefully mitigate that.
See also:
* https://github.com/getpelican/pelican-plugins/issues/314
* https://github.com/getpelican/pelican-plugins/pull/410
2015-02-07 16:13:12 +01:00
Justin Mayer
82c629b9c0
Merge pull request #1607 from arulrajnet/fixes
...
Import drafts from WordPress XML
2015-02-07 06:55:48 -08:00
Matthias Bussonnier
f56b699d5b
Fix quotes in faq
2015-02-06 14:30:02 -08:00
Arul
77231e97c0
wordpress importer support for draft article
2015-02-04 16:57:40 +05:30
Annika Backstrom
4e2e00b450
Docs: Note how posts are published when 'draft' is default
2015-02-01 16:45:26 -05:00
Justin Mayer
2fc442fe2d
Merge pull request #1603 from ltiao/patch-2
...
Remove PDF generation settings
2015-01-27 14:44:12 -08:00
Louis Tiao
ca2a426a83
Removed PDF Generation settings
...
Since PDF Generation is no longer a core feature, these settings are irrelevant. If the `pdf` plugin from pelican-plugins is used, it disregards the `PDF_GENERATOR` setting anyways.
2015-01-27 18:45:10 +08:00
Justin Mayer
e3139db712
Merge pull request #1597 from avaris/fix_static_watcher
...
Fix static path watchers
2015-01-26 17:48:45 -08:00