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
Louis Tiao
f7a5d06c6d
Removed PDF_GENERATOR=False
...
It might give the impression that the PDF generation is still part of the core.
2015-01-27 18:42:34 +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
Kyle Fuller
173beecd17
Merge pull request #1478 from areyoutoo/new-twitter-icon
...
Update notmyidea's embedded Twitter icon
2015-01-26 21:49:32 +00:00
Kyle Fuller
5332ea4142
Merge pull request #1578 from iKevinY/shields-badges
...
Use Shields.io as source for Travis badge
2015-01-26 21:48:54 +00:00
George V. Reilly
4c25610cd8
Fix Pelican rendering and unit tests on Windows.
...
* Fix {filename} links on Windows.
Otherwise '{filename}/foo/bar.jpg' doesn't work
* Clean up relative Posix path handling in contents.
* Use Posix paths in readers
* Environment for Popen must be strs, not unicodes.
* Ignore Git CRLF warnings.
* Replace CRLFs with LFs in inputs on Windows.
* Fix importer tests
* Fix test_contents
* Fix one last backslash in paginated output
* Skip the remaining failing locale tests on Windows.
* Document the use of forward slashes on Windows.
* Add some Fabric and ghp-import notes
2015-01-25 17:42:53 -08:00
Justin Mayer
8d7d379a61
Merge pull request #1444 from pquentin/master
...
Unify bottom margins of lists and paragraphs
2015-01-25 11:08:08 -08:00
Deniz Turgut
737db1d641
Fix static path watchers
...
There was an issue with static path watchers, where they were watching wrong paths.
They need to be prefixed with the 'content' path. So, they were not working at all.
It was also possible to overwrite default watchers like 'content', 'settings' and
'theme' by mistake if any of them were present in `STATIC_PATHS`. This is fixed
by adding a prefix to static watchers.
And static watchers were "too static", meaning, they stayed the same even if
`STATIC_PATHS` was changed in the settings during autoreload. Now static watchers
reflect those changes (i.e. new paths are added to watch list, and removed ones
are no longer watched).
2015-01-21 18:20:06 -05:00
Kevin Yap
88ad46fd4d
Change documented type of various settings
...
- DEFUALT_METADATA, tuple -> dictionary
- OUTPUT_RETENTION, tuple -> list
- JINJA_FILTERS, list -> dictionary
- DIRECT_TEMPLATES, tuple -> list
2015-01-17 18:15:24 -08:00
Kevin Yap
8aa9a9329e
Clarify that 'fs' date setting is a string
2015-01-17 18:15:20 -08:00
winlu
a62f9ab23c
add argparse argument for relative urls
2015-01-17 17:09:32 +01:00
Justin Mayer
3c514266dd
Merge pull request #1561 from iKevinY/server-patch
...
Minor changes to server.py
2015-01-15 10:17:16 -08:00
Kevin Yap
79548c3bf9
Minor changes to server.py
...
- Log original path name rather than last path name
- Use for-else construct to avoid use of flag variable
- Make log messages consistent
2015-01-14 20:20:36 -08:00
Justin Mayer
6616ed8816
Merge pull request #1589 from shrayasr/happy-new-year
...
Change date in copyright information
2015-01-11 20:00:59 -08:00
Shrayas
bf7966183a
Changing dates in copyright information
2015-01-12 09:14:09 +05:30
Shrayas
38c307eefd
Add link to GitHub docs on custom 404 pages
2015-01-11 19:18:34 -08:00
Justin Mayer
cff5f3e774
Add custom 404 page to Tips section of docs
2015-01-11 18:54:15 -08:00
Justin Mayer
3b22dd4f2d
Merge pull request #1588 from dhermes/allow-bind-to-local-network
...
Add ability to listen on 0.0.0.0 (instead of localhost)
2015-01-10 15:59:31 -08:00
Danny Hermes
3d8ceb1c67
Adding ability to listen on addresses other than localhost.
...
This is helpful for mobile testing of Pelican sites by allowing
broadcasting on the local network. Using port 80 requires
running as root on most machines.
2015-01-10 15:40:54 -08:00
Justin Mayer
b72961f12d
Merge pull request #1583 from ingwinlu/fix_doc_errors
...
Documentation fixes
2015-01-08 09:36:26 -08:00
winlu
49481f60a5
fix headers, this fixes issues with docs/contributing.rst throwing errors because of the different content structure
2015-01-05 12:36:35 +01:00
winlu
30c4d0eaf3
fix whitespace
2015-01-05 12:22:00 +01:00
winlu
5432dc04a6
fix double definition of simple theme link to different targets
2015-01-05 12:07:01 +01:00
winlu
3763f96011
add comment to 'preview your site' section mentioning the http server module for python3 is different then python
2015-01-05 11:50:48 +01:00
Kevin Yap
0360ce1865
Use Shields.io as source for Travis badge
...
Using Shields.io as the source for both the Travis and Coveralls badges
keeps styling consistent between the two.
2015-01-02 01:11:51 -08:00
Ondrej Grover
a740f8aa88
Merge pull request #1577 from ehashman/issue1513
...
Fix for #1513 ({tag}, {category} link on pages) with some new tests
2015-01-02 09:41:57 +01:00
Elana Hashman
49668f711a
Generate {tag}-style links on pages correctly. Fixes #1513
2015-01-02 01:20:57 -07:00
Justin Mayer
5a8efcd526
Merge pull request #1567 from webglider/quickstart-timezone
...
Add timezone prompt to quickstart
2014-12-28 15:10:52 -08:00
Midhul Varma
bbbb3247ea
Add timezone prompt to quickstart. Refs 1337.
2014-12-29 04:26:51 +05:30
Justin Mayer
7e961061e1
Merge pull request #1525 from tonyseek/fixup-timezone-comparison
...
Fix a datetime comparison error related to time zones
2014-12-11 08:19:33 -08:00
Justin Mayer
7b852ffe9d
Merge pull request #1507 from dairiki/bug.rst-newlines-in-abbr
...
Fix for #949 bug with custom reST :abbr: role
2014-12-06 08:35:43 -08:00
Justin Mayer
2c8300e76f
Merge pull request #1537 from omasanori/themes-doc
...
Add missing feed variables to theme docs
2014-12-06 08:28:28 -08:00
Justin Mayer
3e058dd69c
Merge pull request #1539 from rndmh3ro/patch-1
...
Added documentation for default draft-status of articles
2014-12-06 08:26:50 -08:00
Justin Mayer
f46d86d632
Merge pull request #1550 from georgevreilly/fabfile-cleanup
...
Fabfile improvements
2014-12-06 08:25:19 -08:00
George V. Reilly
8cc2f99ec4
Fabfile improvements
...
- Remove gratuitous Unixisms so that fabfile will work on Windows
- Docstrings for tasks so `fab --list` is more useful.
- Add `gh_pages` task for publishing to GitHub Pages
using [ghp-import](https://github.com/davisp/ghp-import )
2014-12-04 19:26:59 -08:00
Justin Mayer
4add2d344b
Merge pull request #1546 from lathan/doc-syntax-fix
...
Fix table formating in importer.rst docs
2014-11-25 07:56:42 -08:00
George Angelopoulos
5006dc95d2
docs: fix table formating in importer.rst
2014-11-25 17:38:37 +02:00