tBunnyMan
4a9d2e86cf
Moved all rss headers from FAQ into base
2012-07-16 14:52:19 -07:00
tBunnyMan
e626f771c4
Add Themes and FAQ documentation on the new FEED_ATOM
...
Added all the FEED_ATOM variables to _handle_deprecation
Put FEED_ATOM around `if` in notmyidea
2012-07-16 13:47:39 -07:00
tBunnyMan
5f958ae84d
Refactor atom feed names for clarity
...
FEED -> FEED_ATOM
TAG_FEED -> TAG_FEED_ATOM
CATEGORY_FEED -> CATEGORY_FEED_ATOM
2012-07-16 09:35:05 -07:00
tBunnyMan
1e8b05984a
Add reference to FAQ statement about feeds
2012-07-14 18:26:33 -07:00
tBunnyMan
6393df3bfe
Fix Spelling
2012-07-14 18:08:11 -07:00
tBunnyMan
d9817f9a96
Test for FEED & FEED_RSS before generation.
...
Then we bypass all feed generation of both are set to None or throw a warning if SITEURL is unset.
Updated all documentation, to make sure the usage and warning is clear.
2012-07-14 17:05:04 -07:00
Alexis Metaireau
f4ab1b2cd0
Merge pull request #407 from tbunnyman/fix_publisconf
...
Small change to fix #406
2012-07-13 09:12:27 -07:00
Alexis Metaireau
1e7c939953
pep8-ify
2012-07-12 15:29:08 +02:00
Samrat Man Singh
e92937eea0
Merge remote-tracking branch 'upstream/master'
2012-07-12 14:29:56 +05:45
Alexis Metaireau
e196fb95e1
Merge branch 'master' of github.com:ametaireau/pelican into fix-functional-tests
2012-07-12 10:39:13 +02:00
Alexis Metaireau
76a176f647
Merge pull request #416 from tbunnyman/autoreloadFix#399
...
Catch and report exceptions in Auto-reload
2012-07-12 01:33:16 -07:00
Alexis Metaireau
0fdd2654f0
Merge pull request #417 from tbunnyman/InconsistentWarning#397
...
Inconsistent warning/error, pages failing switched to warning.
2012-07-12 01:27:59 -07:00
tBunnyMan
3c5f6e1887
Inconsistent warning/error, pages failing switched to warning.
...
Fixes #397
2012-07-11 21:04:01 -07:00
tBunnyMan
70ed05625f
Catch and report exceptions in Auto-reload
...
Fixes #399
Also updated the keyboard interrupt to report before quit.
2012-07-11 20:30:56 -07:00
Samrat Man Singh
9ef8df9a19
Remove else: return
2012-07-11 14:53:45 +05:45
Samrat Man Singh
2b933faaf2
Add usage and intallation instructions
2012-07-11 08:52:00 +05:45
Samrat Man Singh
d2a28350ff
don't reverse ranked_posts
2012-07-11 01:34:01 +05:45
Samrat Man Singh
d9b5ee10de
moved related_posts to plugin
2012-07-11 01:16:19 +05:45
Samrat Man Singh
875734f963
Pull from ametaireau / pelican
2012-07-10 20:56:00 +05:45
Samrat Man Singh
53a1c21a98
More changes to related_posts
2012-07-10 20:43:43 +05:45
Samrat Man Singh
a0812eeb17
Several changes to related_posts.
2012-07-10 19:52:59 +05:45
Alexis Metaireau
4ce5adb2a0
Merge branch 'master' of github.com:ametaireau/pelican into fix-functional-tests
2012-07-10 13:51:34 +02:00
Alexis Metaireau
d726e5e81c
Merge pull request #404 from tbunnyman/PerPageTemplates#376
...
Add per page/article templates. Closes #376
2012-07-10 04:51:17 -07:00
Alexis Metaireau
4d23ffc112
Updated the functional tests to match latest changes.
2012-07-10 13:42:43 +02:00
Samrat Man Singh
ddc0aa0e82
Related posts is now working, but needs some actual logic.
2012-07-10 11:06:07 +05:45
tBunnyMan
a1f27d9189
Small change to fix #406
2012-07-07 16:59:58 -07:00
tBunnyMan
dff5b3589b
Add per page templates. Closes #376
...
Also set up helper classes in test_generators.py for cleaner tests
2012-07-07 14:15:43 -07:00
Justin Mayer
dc21efbe10
Improved quickstart config formatting. Fixes #401 .
2012-07-07 10:33:47 -07:00
justinmayer
4c060030ae
Merge pull request #403 from justinmayer/quickstart
...
Add dual dev/publish modes to quickstart script
2012-07-07 09:10:19 -07:00
Justin Mayer
18b4d65c4e
Clarify quickstart docs and remove spurious line
2012-07-07 08:45:50 -07:00
Justin Mayer
764a2cfa51
Add dual dev/publish modes to quickstart script
...
Certain configuration options are more useful in production than they
are in development. Some examples might be absolute URLs, external
analytics service identifiers, Disqus comments, etc. This version of the
quickstart script creates two configuration files: one for development
and the other for use when publishing. In addition, the related docs
have been expanded considerably. Last but not least, the quickstart
script will now detect whether there is a project folder associated with
the currently active virtualenv (if any) and use it by default.
2012-07-07 07:41:12 -07:00
Justin Mayer
d8b85580dc
Minor syntactical improvements to quickstart
2012-07-05 12:15:55 -07:00
Justin Mayer
72421d4438
Support arbitrary SSH ports in pelican-quickstart
...
Some folks choose non-standard SSH ports for security reasons, so it
makes sense to try to support that in the pelican-quickstart script.
2012-07-05 11:34:45 -07:00
Alexis Metaireau
6521af5a13
Merge pull request #394 from tbunnyman/issue#380
...
Small fix for nose tests
2012-07-05 02:19:51 -07:00
tBunnyMan
886a1d94b9
Changed name of the page helper method to prevent nose from running it as a test
2012-07-04 17:09:42 -07:00
Bruno Binet
2b47429c4a
update generated output for 'custom' functional test
...
LC_ALL="C" pelican -o tests/output/custom/ -s samples/pelican.conf.py samples/content/
2012-07-05 01:52:17 +02:00
Bruno Binet
fe9388a7a4
Merge remote-tracking branch 'origin/master' into fix-functional-tests
...
Conflicts:
tests/support.py
2012-07-05 01:22:31 +02:00
Alexis Metaireau
236dbb2842
Merge pull request #393 from tbunnyman/DeleteContentsNotDirectory
...
Change behavior of DELETE_OUTPUT_DIRECTORY to purge contents of the directory…
2012-07-04 15:24:43 -07:00
tBunnyMan
4427424db3
Changed debugging reporting to post file deletion instead of pre file deletion per request.
2012-07-04 15:20:15 -07:00
tBunnyMan
cb3c40256a
Merge branch 'master' of github.com:ametaireau/pelican into DeleteContentsNotDirectory
2012-07-04 15:12:39 -07:00
Bruno Binet
7abb2a7a7c
temporary skip failing test_basic_generation_works functional test
2012-07-05 00:12:10 +02:00
Bruno Binet
3a2df479da
fix test_custom_generation_works functional test
2012-07-05 00:12:05 +02:00
Bruno Binet
775b236c93
update doc for replacing FALLBACK_ON_FS_DATE by DEFAULT_DATE
2012-07-05 00:12:05 +02:00
Bruno Binet
36be150f20
replace FALLBACK_ON_FS_DATE by DEFAULT_DATE
...
DEFAULT_DATE allows to specify any default date as a tuple in addition to the
fallback on filesystem mtime check
2012-07-05 00:12:05 +02:00
Bruno Binet
b44ea53741
update command to generate functional tests output
...
we need to force LC_ALL="C" to avoid generating articles/pages in other
languages
2012-07-05 00:11:57 +02:00
tBunnyMan
c07821e8a2
Too many empty lines at end of file
2012-07-04 14:56:52 -07:00
tBunnyMan
2b062ce384
Documentation typo
2012-07-04 14:55:39 -07:00
Alexis Metaireau
ea0a964365
Merge pull request #389 from tbunnyman/issue#380
...
Add support for `status: hidden` in pages
2012-07-04 14:51:50 -07:00
tBunnyMan
d589450200
Change behavior of DELETE_OUTPUT_DIRECTORY to purge contents of the directory, not the directory itself.
...
Added Debug level logging for each deletion
Added error level logging when a delete has an exception
Built a test case for clean_output_directory in tests.utils.py
Updated `settings` in documentation to reflect new behavior
Removed the tip from the bottom of getting started since this setting should no longer break web servers pointing to the output directory.
2012-07-04 12:32:20 -07:00
tBunnyMan
cf696939f8
Added tests for page generation.
...
Currently tests rst & markdown generation, ignoring pages w/ bad status, and status hidden vs published
2012-07-04 10:06:53 -07:00