Commit graph

1,139 commits

Author SHA1 Message Date
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
Justin Mayer
9df639b403 Settings docs: some values need quotes, some don't
Some folks have run into trouble when configuring settings because
they wrap integer values in quotes or forget quotes for string-based
values. Added clarification to docs that will hopefully reduce confusion
in the future.
2012-07-31 11:51:38 -07:00
Justin Mayer
f4eea743db Update Pelican project domain in a few more places 2012-07-31 09:41:45 -07:00
Alexis Metaireau
0e4d493d93 typogrify also does some changes on the abbr 2012-07-27 00:34:47 +02:00
Alexis Metaireau
f3280071c1 change the link to pelican in the default theme 2012-07-27 00:31:02 +02:00
Alexis Metaireau
cf71ed75a4 the repositories are now hosted under 'getpelican' 2012-07-27 00:27:08 +02:00
Alexis Metaireau
22c88e4de3 update typogrify support 2012-07-26 22:02:06 +02:00
Alexis Metaireau
d5f1747993 we don't need to have a max size for the title on the default theme 2012-07-23 18:56:47 +02:00
Alexis Metaireau
0494cd1406 remove the selection color in the default theme 2012-07-23 18:56:21 +02:00
Alexis Metaireau
5cb009d782 if not virtualenv is defined, fallback on '.' 2012-07-23 18:37:12 +02:00
Alexis Metaireau
1c5f9e6103 Merge pull request #436 from tbunnyman/FixPR429
Fixed bad signal placement for pages
2012-07-23 02:11:06 -07:00
tBunnyMan
b0d860b7e0 Fixed bad signal placement for pages
The signal needs to be in the loop that iterates through the pages since it runs on each page and uses the page metadata.
Also fixed for pep8
Fix #432
2012-07-22 09:08:47 -07:00
Iuri de Silvio
172555bbce Use async Google Analytics code. 2012-07-20 21:23:27 -03:00
Alexis Metaireau
98f74a9094 Merge pull request #431 from synapticarbors/path_init
Modify system path to ensure current directory is included
2012-07-20 05:01:10 -07:00
Joshua Adelman
6075024469 Modify system path to ensure current directory is included 2012-07-20 07:38:16 -04:00
Alexis Metaireau
20d5c1ab13 update the desired output so the tests pass 2012-07-20 12:57:48 +02:00
Alexis Metaireau
46c19e3cb0 Merge pull request #411 from solsticedhiver/master
Fix issue #175
2012-07-20 03:55:05 -07:00
Alexis Metaireau
8007c20c79 Merge pull request #418 from tbunnyman/WarnOnFeedGeneration#383
Update: De-appreciate FEED for FEED_RSS & FEED_ATOM
2012-07-20 03:53:18 -07:00
Alexis Metaireau
db79abdc13 Merge pull request #419 from tbunnyman/ReverseArchiveOrder#304
Change default REVERSE_ARCHIVE_ORDER to true
2012-07-20 03:51:59 -07:00
Alexis Metaireau
1ba712bea9 Merge pull request #423 from lueo/asian_slug
Add unidecode for translating slugs in asian languages
2012-07-20 03:50:55 -07:00
Alexis Metaireau
65948c8137 Merge pull request #429 from synapticarbors/page_signal
Added signals to plugin for pages generation
2012-07-20 03:50:30 -07:00
Alexis Metaireau
50b02340d0 Merge pull request #430 from djco/inclusive-tarball
Inclusive tarball
2012-07-20 02:39:57 -07:00
Dirkjan Ochtman
bfd3f37bf4 Include test assets in distribution 2012-07-20 11:13:35 +02:00
Dirkjan Ochtman
d48dd63755 Include THANKS in distribution 2012-07-20 10:50:31 +02:00