Alexis Metaireau
fc8696bf20
Merge pull request #518 from streeter/feed_string_formatting
...
Apply the string formatting to {TAG,CATEGORY}_FEED urls.
2012-09-25 14:50:28 -07:00
Chris Streeter
36e86a5854
Apply the string formatting to {TAG,CATEGORY}_FEED urls.
2012-09-23 13:55:22 -07:00
Justin Mayer
a9d370f7be
Merge pull request #514 from streeter/asset_url_doc_fix
...
Correctly use the right variable for webassets
2012-09-19 10:36:29 -07:00
Chris Streeter
e096fb66fb
Correctly use the right variable for webassets
...
According to [the webasset docs](http://webassets.readthedocs.org/en/latest/integration/jinja2.html#using-the-tag )
the variable should be `ASSET_URL` instead of `ASSETS_URL`.
2012-09-19 10:24:51 -07:00
Rémy HUBSCHER
6466bb4384
fix-pelican-rsync_upload-makefile
2012-09-17 14:47:05 +02:00
Justin Mayer
b8279e1c9c
Merge pull request #504 from tbunnyman/update-tox
...
Clean up tox testing configuration
2012-09-14 08:17:03 -07:00
Justin Mayer
3af7e2251d
Clarify specifying paths in settings. Closes #477 .
2012-09-11 09:27:26 -07:00
Justin Mayer
728d6076e5
Clarify docs for specifying theme. Closes #475 .
2012-09-11 07:29:34 -07:00
Justin Mayer
161f60e569
Add a list of plugins to the docs. Closes #493 .
2012-09-11 06:50:33 -07:00
Justin Mayer
20daa28452
Eliminate extraneous whitespace
2012-09-10 20:50:45 -07:00
Justin Mayer
3054e71f5b
Minor doc changes, including those for webassets
2012-09-10 20:48:13 -07:00
Alexis Metaireau
389bf3298c
Merge pull request #509 from epatters/fix-typogrify
...
BUG: Typogrify not applied to pages.
2012-09-10 15:55:41 -07:00
epatters
1da88a647a
BUG: Typogrify not applied to pages.
2012-09-08 21:39:10 -07:00
tBunnyMan
2c85fb0d19
Clean up Dev Requirements and add typogrify & webassets
...
typogrify & webassets are optional packages for usage but should be included for testing by developers and CI
dev_requirements also had packages that setup.py covers already. Added comments for redundancy
2012-09-04 15:17:59 -07:00
tBunnyMan
566530ca18
Add the unit2 tests to tox
...
Remove unnecessary dependencies
These dependencies are installed when tox runs setup.py
2012-09-02 17:15:55 -07:00
Alexis Metaireau
8dcc503bc0
Merge pull request #468 from m-r-r/master
...
New signal and new plugin
2012-09-02 09:30:29 -07:00
m-r-r
229b0e4dcc
Sitemap plugin & get_generators signal
...
This is a combination of 13 commits:
1. New signal for registering custom generators
2. New plugin: pelican.plugins.sitemap
3. pelican.plugins.sitemap: more settings
4. pelican.plugins.sitemap: translations are indexed
5. pelican.plugins.sitemap: added documentation
6. pelican.plugins.sitemap: added XML DTD & W3C dates
7. pelican.plugins.sitemap: removed a <changefreq> bug
8. the `get_generators` can now return a tuple
9. pelican.plugins.sitemap: cleaned the code
10. pelican.plugin.sitemap: settings changes
11. sitemap plugin: improved configuration & documentation
12. sitemap plugin: :set spell
13. sitemap plugin: removed useless whitespaces
2012-09-02 18:17:22 +02:00
Alexis Metaireau
dfd3fca92b
Merge pull request #496 from sigmavirus24/gittip
...
Add Gittip to social icons.
2012-09-01 02:25:53 -07:00
Ian Cordasco
b911972716
Add Gittip to social icons.
...
This allows someone to include their gittip link so people can donate to them.
2012-08-31 23:12:09 -04:00
Alexis Metaireau
88555de28c
Merge pull request #490 from tbunnyman/fixDEFAULT_CONFIGoverwrite
...
Deep copy _DEFAULT_SETTINGS instead of linking.
2012-08-30 15:08:28 -07:00
tBunnyMan
663d1e7347
Added extra tests to help prevent regression.
2012-08-30 14:50:52 -07:00
Alexis Metaireau
ffe4bf0b71
Merge pull request #484 from saimn/webassets_doc
...
Webassets documentation
2012-08-30 14:24:22 -07:00
tBunnyMan
644fd4ed5f
Deep copy _DEFAULT_SETTINGS instead of linking.
...
This caused the defaults to be overwritten and edge case bugs with tests.
The test for empty setting needed to be updated to reflect that the method
for setting up the local settings sets extra settings.
2012-08-29 13:36:15 -07:00
the Bunny Man
9c9963b608
Merge pull request #487 from getpelican/DRY-functional-tests
...
avoid repetition in the functional tests
2012-08-29 11:25:01 -07:00
the Bunny Man
fb8a069d4a
Merge pull request #476 from tbunnyman/fixAutorunInfLoop
...
Fix autorun inf loop
2012-08-29 08:58:19 -07:00
Alexis Metaireau
bba3caa697
avoid repeatition in the functional tests
2012-08-27 22:17:11 +02:00
Justin Mayer
000210d875
Improve devserver durability. Refs #473 .
...
Three changes:
1. Fix inconsistent "pwd" behavior by using make's $(CURDIR) builtin.
2. Change bash shebang to the more-portable form.
3. Tell users when Pelican and SimpleHTTPServer have been backgrounded.
2012-08-27 13:09:25 -07:00
the Bunny Man
2873a09fd0
Merge pull request #479 from tbunnyman/issue#405
...
Cleaned up tests.
2012-08-27 09:32:40 -07:00
the Bunny Man
79745f77c0
Merge pull request #474 from tbunnyman/fix#473
...
use lowercase pwd since only Mac OS X allows uppercase commands
2012-08-27 08:12:03 -07:00
Simon
472063e98c
add some doc for webassets:
...
- usage of the sass compiler as discussed in PR #441
- debug mode and compilers (#481 )
2012-08-25 23:16:50 +02:00
Simon
d1d737777c
fix issue #480
2012-08-25 22:50:19 +02:00
tBunnyMan
9435b381ed
Cleaned up tests.
...
Used assertItemsEqual in article generation to create more precise tests than with an elif chain
Separated out categories out into their own named test for clarity
Closes #405
2012-08-24 13:14:14 -07:00
BunnyMan
63f37eeeda
Merge pull request #478 from davidmarble/fix-docs-start
...
docs: Pelican outputs to output/ not content/. Markdown ::: syntax must be indented
2012-08-23 20:37:47 -07:00
David Marble
831e1d04b9
docs: Pelican outputs to output/ not content/. Markdown ::: syntax must be indented
2012-08-23 18:31:45 -07:00
tBunnyMan
95af2e46ec
Missed a line in commit.
2012-08-23 13:13:41 -07:00
tBunnyMan
a37ba369ef
Implemented better "valid files not found" behavior.
...
Used an exception so show error state.
Used a bool flag to make sure the error is only shown once PER error.
Updated tests to check for the correct Exception raised
2012-08-23 12:44:22 -07:00
tBunnyMan
86da6d1f2e
Check for value error caused by no valid files found with files_changed
...
This causes an infinite loop when in auto-reload
Fix #467
Fix #451
Fix #443
2012-08-23 11:05:07 -07:00
tBunnyMan
62f190d574
use lowercase pwd since only Mac OS X allows uppercase commands
...
Fix #473
2012-08-23 07:58:39 -07:00
Justin Mayer
8ecebc9310
Merge pull request #470 from case/patch-1
...
added a missing space
2012-08-21 14:25:31 -07:00
Eric Case
be5b5e880d
added a missing space
2012-08-21 14:14:10 -07:00
Justin Mayer
b1866c8f92
Change email address in docs to "authors@" alias
2012-08-21 09:04:37 -07:00
Alexis Metaireau
e4df1da252
Merge pull request #449 from Julian/settings
...
A Possible Re-implementation for Issue #445
2012-08-16 04:40:15 -07:00
Alexis Metaireau
7b5b99b04b
Merge pull request #433 from iurisilvio/patch-1
...
Use async Google Analytics code.
2012-08-16 04:31:40 -07:00
Alexis Metaireau
3aca0d8061
Merge pull request #462 from zoresvit/fix-typos
...
Fix typos
2012-08-16 04:29:03 -07:00
Zoresvit
892761f732
Fixed description of copying themes/static content.
...
The content from `static` directory is actually copied into `theme/`, not `theme/static/`.
2012-08-16 14:19:10 +03:00
Zoresvit
515847fdd2
Include index in format() string.
...
Argument index is included in .format() method format string in order to be friendly with various Python versions and consistent with the rest of the code.
2012-08-16 14:17:46 +03:00
Alexis Metaireau
ec14df9fbb
add a way to run setup.py test
2012-08-13 20:58:35 +02:00
Alexis Metaireau
10f75524fc
PEP8-ify
2012-08-13 20:58:35 +02:00
Justin Mayer
cadcfa43c3
Increment version to 3.1 in changelog and setup.py
2012-08-08 12:18:02 -07:00
Justin Mayer
440a68636b
Fix silly mistakes in last doc update
3.0
2012-08-08 10:27:45 -07:00