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
Alexis Metaireau
be2f04f082
Merge pull request #408 from tbunnyman/develop_server
...
Added the delevop_server script
2012-07-16 08:53:31 -07:00
tBunnyMan
18183632dc
Fixed the wording for the quickstart
2012-07-16 08:42:05 -07:00
Leonard Huang
6f40e452e1
Add unidecode for translating slugs in asian languages
2012-07-16 11:36:20 +08:00
Alexis Metaireau
18019efd38
Merge pull request #421 from defnull/patch-1
...
Fixed left and right aligned images in main.css
2012-07-15 16:21:01 -07:00
Marcel Hellkamp
63cff4c9a0
Fixed left and right aligned images in main.css
2012-07-15 23:41:07 +03: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
79e480a894
Change default REVERSE_ARCHIVE_ORDER to true
...
Updated documentation and updated tests to reflect correct default order
Fixes #304
2012-07-14 17:53:10 -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
tBunnyMan
ec23c94645
Made the develop server init script it's own question per req.
...
Cleaned up an improper whitespace found on 207 as well.
2012-07-12 07:32:08 -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
dave mankoff
4ec6cefe1d
fix grammar
2012-07-09 22:45:34 -04:00
dave mankoff
a86d5fda71
add documentation for html reader
2012-07-09 22:43:51 -04:00
dave mankoff
c87cf2d2cf
Merge branch 'master' into htmlparser
2012-07-09 22:15:36 -04:00
dave mankoff
3c30425276
Merge branch 'master' of git://github.com/ametaireau/pelican
2012-07-09 22:15:04 -04:00
solsTiCe d'Hiver
a0d2d34466
shutil.copytree seems to throw OSError exception too
...
So revert to previous Exception handling
2012-07-09 20:08:20 +02:00
solsTiCe d'Hiver
842817f110
Revert "Use logging module instead of err function"
...
This reverts commit 4acbbb8d0f .
I don't know how to use logging/logger
This throws:
No handlers could be found for logger "pelican.tools.pelican_themes"
2012-07-09 20:05:21 +02:00
solsTiCe d'Hiver
4acbbb8d0f
Use logging module instead of err function
2012-07-09 19:48:53 +02:00
solsTiCe d'Hiver
10e668a87c
Fix issue #175
...
Force world-readable permission on files and directory of the
themes installed by pelican-themes.
Only on posix system i.e. mostly non Windows
Rationale:
If the theme's files have only -rw------- permissions, once installed
system wide and owned by root, they will not be accessible to any user but only
root.
2012-07-09 19:39:34 +02:00
tBunnyMan
38ffcfd4c4
Added the delevop_server script
...
This script and the small changes to quick start's makefile make for easily launching and killing of pelican --debug --autoreload and SimpleHTTPServer.
This is extra useful for working on templates.
2012-07-08 17:50:18 -07:00
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