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
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
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
Joshua Adelman
597dba1391
Added signals to plugin for pages generation
2012-07-19 20:59:48 -04:00
tBunnyMan
625c1d167d
Documentation Fix
2012-07-18 11:30:02 -07:00
tBunnyMan
fe91caf325
Changed wording of the setting to NEWEST_FIRST_ARCHIVES
...
Also updated documentation and tested to make sure behavior matches expected wording
2012-07-18 11:18:48 -07:00
Alexis Metaireau
809ba7f04e
Merge pull request #427 from djco/master
...
Documentation for abbr, move changelog into docs
2012-07-18 10:04:31 -07:00
Dirkjan Ochtman
73351e1eab
Add dates to changelog
2012-07-18 18:59:23 +02:00
Dirkjan Ochtman
3277a219fd
Add some reST markup to changelog, tweak language
2012-07-18 18:51:15 +02:00
Dirkjan Ochtman
d6f358182a
Move changelog into docs
2012-07-18 18:41:09 +02:00
Dirkjan Ochtman
a84d0bf5c5
Add CHANGELOG note about abbr
2012-07-18 18:28:34 +02:00
Dirkjan Ochtman
da5db5aac9
Add documentation for abbr in reST.
2012-07-18 18:22:31 +02:00
Dirkjan Ochtman
636fd6cc38
Add support for abbreviations to reST translator ( fixes #395 ).
2012-07-17 13:30:06 +02:00
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
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