Florian Jacob
39db9ddcfd
Get HtmlReader to work again
...
wrote unit tests and documentation, improved regular expression.
The HtmlReader is enabled by default now and parses metadata in html
files of the form:
<!-- key:value -->
2012-09-02 10:29:09 +02: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
Justin Mayer
532001c851
Add FAQ entry re: arbitrary metadata in templates
2012-08-08 10:21:29 -07:00
Justin Mayer
3bf377fd5f
Minor doc fixes
2012-08-08 09:29:04 -07:00
Justin Mayer
68cf8d5c3d
Update Pelican 3.0 release date in changelog
2012-08-08 08:45:04 -07:00
Alexis Metaireau
237dedfae0
Merge changes to the README
2012-08-06 20:09:36 +02:00
Feth AREZKI
e18a63e992
make image clickable. also fix url :)
2012-08-06 18:32:20 +02:00
Feth AREZKI
1eaaf4d8d8
add travis-ci url -> see why build breaks
...
that deleted some trailing spaces
2012-08-06 18:12:54 +02:00
Justin Mayer
c0e3926b0d
Prepare for 3.0 release, make README more readable
...
Since PyPI doesn't seem to handle anything but the most basic of reST
formatting, moving the inline links to the end of the file should
improve readability when the file is viewed in its raw form. Also
updated changelog with the 3.0 release date.
2012-08-06 07:40:10 -07:00
Justin Mayer
a3e24949af
Provide specific links to virtualenvwrapper docs
...
Rather than detail how to install and configure virtualenvwrapper, it
seems best to instead link to the appropriate external docs.
2012-08-06 06:11:54 -07:00
Feth Arezki
8f7a3044ec
Update docs/getting_started.rst
...
virtualenvwrapper requires a shell restart
2012-08-06 14:24:38 +02:00
Justin Mayer
0c02536605
Give devserver its own make target
...
Restore "make serve" to a non-backgrounded SimpleHTTPServer process and
give the develop_server.sh its own make target at "make devserver".
Add a few missing make targets to the help list and re-order targets for
consistency. Add note to docs regarding how to stop the devserver.
2012-08-05 17:25:39 -07:00
Justin Mayer
beb4dccc8c
Doc links changed to new domain. Other doc fixes.
2012-08-04 11:15:44 -07:00
Kyle Fuller
b72692baaf
README: The build status should point to new repo
2012-08-04 17:13:57 +02:00
Kyle Fuller
7732482738
Merge pull request #452 from clinthowarth/patch-1
...
Update README to new project home
2012-08-04 08:11:51 -07:00
Clint Howarth
aeb6a4842f
Update README to new project home
2012-08-03 23:34:46 -03:00
Justin Mayer
7ee6fdd9e6
Make develop_server.sh executable. Refs #443 .
...
The pelican-quickstart command generates a develop_server.sh file that
must have executable permissions in order to run.
2012-08-03 08:26:19 -07:00
Justin Mayer
24d5a6053e
Various fixes and improvements to the docs
2012-08-01 18:20:12 -07:00
Julian Berman
7cb18a088e
Reimplement settings loading to preserve __file__
2012-08-01 13:36:47 -04:00
Julian Berman
baeec62e07
Ignore coverage.py
2012-08-01 13:02:15 -04:00