1
0
Fork 0
forked from github/pelican
Commit graph

629 commits

Author SHA1 Message Date
Stéphane Raimbault
9cced6be83 Sort imports and remove trailing whitespaces 2012-02-28 17:40:13 +01:00
Stéphane Raimbault
821fa5460b Removed execution mode of default_conf.py 2012-02-28 17:37:17 +01:00
Stéphane Raimbault
c699172fd6 Removed useless imports 2012-02-28 17:37:17 +01:00
Stéphane Raimbault
90dab85e13 Removed execution mode of generators.py 2012-02-28 17:37:17 +01:00
Alexis Metaireau
02b9b964b8 restore the use of python rather than pypy in the batfiles (windows) 2012-02-27 21:06:33 +01:00
Alexis Metaireau
7a7fc781a0 Merge branch 'localedate' of https://github.com/farseerfc/pelican 2012-02-27 19:46:55 +01:00
Jiachen Yang
3ccbe19c8a typo in docs/settings.rst#date format and locales 2012-02-28 03:37:58 +09:00
Alexis Metaireau
278d1105cf Merge pull request #215 from farseerfc/d1d82db4f7096793feee4e56ff510b0846762b04
Changing LOCALE according to lang of current page in DATE_FORMAT
2012-02-27 10:22:56 -08:00
Jiachen Yang
76ee6c2149 Added document and test case for #215 2012-02-28 03:08:39 +09:00
Jiachen Yang
189d72e989 Merge remote-tracking branch 'ametaireau/master' into localedate 2012-02-28 01:43:50 +09:00
Jiachen Yang
e78372f338 import unittest if cannot found unittest2 2012-02-28 01:43:36 +09:00
Alexis Metaireau
ab245726ed Merge pull request #212 from mbrochh/fix_tests
Added some fixes to the test suite so that it doesn't fail any more.
2012-02-26 03:47:15 -08:00
Jiachen Yang
d1d82db4f7 Change date_format to support (locale,format) 2012-02-26 16:35:04 +09:00
Martin Brochhaus
67472298ca Added changes as per codereview. 2012-02-20 17:58:23 +01:00
Martin Brochhaus
52fb81a441 Added some fixes to the test suite so that it doesn't fail any more. 2012-02-20 17:39:47 +01:00
Alexis Metaireau
bf314fde6b Remove an useless css background image. Fix #209 2012-02-20 13:36:41 +01:00
Alexis Metaireau
3e96908786 Merge pull request #210 from mbrochh/doc_update
Missing documentation for MENUITEMS setting.
2012-02-20 04:32:55 -08:00
Martin Brochhaus
1ceb2745b1 Added missing documentation for MENUITEMS setting. 2012-02-20 13:18:18 +01:00
Simon Liedtke
6e73edd81f Merge pull request #206 from tobeplugged/patch-1
DOC: fixed typo in 'CLEAN_URLS'
2012-02-12 12:50:19 -08:00
Tobias
1f4bb6a2e4 DOC: fixed typo in 'CLEAN_URLS'
was singular in docs but only works as plural
2012-02-12 18:25:51 +01:00
Alexis Metaireau
3e8226da15 minor changes to MANIFEST.in 2012-01-12 11:50:08 +01:00
Alexis Metaireau
9543ce049f update the documentation to make timezone configuration clearer 2011-12-29 16:04:46 +01:00
Alexis Metaireau
501e1b8524 Merge pull request #200 from kylef/except
Fix a bug in the exception handler for a page reader
2011-12-24 04:29:47 -08:00
Kyle Fuller
6ca3fd423b Fix a bug in the exception handler for a page reader 2011-12-24 00:57:12 +00:00
Alexis Metaireau
b3b0af5a45 Merge pull request #198 from kylef/page
Remove WITH_PAGINATION, only have a DEFAULT_PAGINATION setting
2011-12-22 09:09:35 -08:00
Kyle Fuller
2be58aa51a Remove WITH_PAGINATION, only have a DEFAULT_PAGINATION setting
DEFAULT_PAGINATION can be set to False instead of using WITH_PAGINATION
2011-12-22 14:02:31 +00:00
Alexis Metaireau
522ac12dc9 Merge pull request #194 from kylef/clean_urls
Fix CLEAN_URLS and place articles in <slug>/index.html
2011-12-17 10:01:07 -08:00
Alexis Metaireau
c4fec61d08 Add the dev_requirements.txt file. Fix #195 2011-12-14 14:34:38 +01:00
Kyle Fuller
256b92e5c4 Fix CLEAN_URLS and place articles in <slug>/index.html 2011-12-13 23:30:27 +00:00
Jökull Sólberg Auðunsson
651249a6c5 Bad logic in delete output booleans. Pretty sure this is just a check to make sure the posts directory is not inside the output. 2011-12-06 01:42:14 +01:00
Alexis Metaireau
4a8b3ddb75 oops, broken link 2011-11-30 21:19:42 +01:00
Alexis Metaireau
889cdd4dbd typo 2011-11-30 21:16:26 +01:00
Alexis Metaireau
df4e88ff15 add some docs written a long time ago 2011-11-30 21:11:50 +01:00
Alexis Metaireau
b0dcce01cb Don't install the venv in the sources root, this can cause troubles with the bin folder 2011-11-29 16:06:08 +01:00
Alexis Metaireau
4de99619c3 Merge pull request #190 from brianhsu/master
Add <guid> to RSS xml.
2011-11-29 01:19:10 -08:00
Brian Hsu
b2919e9051 Add unique_id to RSS/ATOM feeds.
Reason:

    Without <guid> tag in RSS XML, some RSS reader will show all
    items in RSS as unread item.
2011-11-29 09:53:48 +08:00
Alexis Metaireau
fb9a622ca7 add CLEAN_URLS to the documentation 2011-11-27 18:08:28 +01:00
Alexis Metaireau
92b232972e add information about mardown in the FAQ 2011-11-27 18:00:29 +01:00
Alexis Metaireau
53f7811a89 Merge pull request #188 from jokull/master
Please review these updates I've made after some experience with Calepin
2011-11-26 16:47:10 -08:00
Jökull Sólberg Auðunsson
dc22d2b131 Added WITH_FUTURE_DATES settings, which if true treats future dated content as drafts. 2011-11-26 23:23:19 +00:00
Jökull Sólberg Auðunsson
082cc2a401 Warning string formatting needs unicode if filename is utf-8 2011-11-26 22:31:43 +00:00
Skami18
c63eb85070 exit replaced by sys.exit to avoid crashes on cx_Freeze & py2exe (useful for Windows installer) 2011-11-25 18:39:19 +01:00
Jökull Sólberg Auðunsson
499a67912f Never fail on generating posts, just skip and log exception. 2011-11-23 20:35:45 +00:00
Jökull Sólberg Auðunsson
4144c8d76f More forgiving date strings. 2011-11-23 20:35:18 +00:00
Alexis Metaireau
aee3f661f4 Merge pull request #183 from ranjhith/master
Remove intermediate .html file generated during import
2011-11-14 07:53:21 -08:00
Alexis Metaireau
c588342cfc Merge pull request #182 from kryskool/master
Fix issue 181, with tags not recognize as unicode
2011-11-14 07:52:31 -08:00
Christophe Chauvet
2911a38f40 Issue #181, when parse tags 2011-11-06 13:16:47 +01:00
Ranjhith Kalisamy
5b7cd45668 The intermediate .html file has to be removed during the import process. 2011-10-30 23:04:24 +05:30
Skami18
b9157df1a3 Fixes the bug re-introduced in 0b6896a. Thank to @mapio for noticing the problem :-) 2011-10-29 12:57:15 +02:00
Alexis Metaireau
4da387127e Merge pull request #179 from ranjhith/master
Changes to import script
2011-10-27 07:24:31 -07:00