1
0
Fork 0
forked from github/pelican

Commit graph

  • 10fc8a733d fix warnings and errors from settings.rst Andrea Crotti 2012-03-15 00:17:01 +00:00
  • d01606e86d remove unused class _dict Andrea Crotti 2012-03-14 20:06:13 +00:00
  • ec31832c5c - reorganize imports and remove unused import - remove trailing spaces at the end of the generated files Andrea Crotti 2012-03-14 20:04:58 +00:00
  • 4bac1ee745 - remove default=None with argparse is redundant since it's the default value already. - use the argparse.ArgumentDefaultsHelpFormatter as the formatter_class, to print out automatically the default values Andrea Crotti 2012-03-14 19:54:28 +00:00
  • 39bdbcfd86 files_changed: cleanup and add a test Simon 2012-03-14 12:36:55 +01:00
  • 4f95b9f05c remove useless .keys() for key in dict expressions Simon 2012-03-14 09:38:36 +01:00
  • c441855522 add a test for the summary metadata Simon 2012-03-13 17:15:25 +01:00
  • ff2426c4ad Fix for #245: return the summary of an article based on the :summary: metadata if it is set, else troncate the content. Simon 2012-03-13 17:10:20 +01:00
  • 2f79d5f052 Improve error handling when pandoc is missing Stéphane Raimbault 2012-03-13 16:52:28 +01:00
  • d7f0b1637e Cleanup awful line with TODO in pelican-import Stéphane Raimbault 2012-03-13 02:20:33 +01:00
  • fec605b577 Fix way to handle OSError (error doesn't exist) Stéphane Raimbault 2012-03-13 02:17:06 +01:00
  • c4f96b108f Don't set unused fields of Dotclear post Stéphane Raimbault 2012-03-13 02:16:11 +01:00
  • e097175a77 Import not used of BeautifulSoup Stéphane Raimbault 2012-03-13 02:14:38 +01:00
  • 71a5ba3283 Merge pull request #241 from draftcode/metadata_lowercase Alexis Metaireau 2012-03-12 04:15:34 -07:00
  • 0951831c64 Merge pull request #243 from alefteris/patch-1 Alexis Metaireau 2012-03-12 04:14:32 -07:00
  • f08aad6b14 Merge pull request #244 from alefteris/master Alexis Metaireau 2012-03-12 04:13:56 -07:00
  • acad3e864d Double-quote HTML attribute Thanos Lefteris 2012-03-11 21:08:18 +02:00
  • 89a481f8e7 Match closing tag Thanos Lefteris 2012-03-11 21:00:38 +02:00
  • a4ce10d88e Add a test for readers. draftcode 2012-03-12 02:24:26 +09:00
  • e95b26bf20 Add travis-ci build-image support on the README Alexis Metaireau 2012-03-11 18:07:08 +01:00
  • 9cc7efbe12 add requirements to travis-ci Alexis Metaireau 2012-03-11 18:02:57 +01:00
  • 991a49084a Merge pull request #242 from draftcode/housekeeping Alexis Metaireau 2012-03-11 09:53:55 -07:00
  • c05b743fa6 Add mock to dev_requirements. draftcode 2012-03-12 01:40:27 +09:00
  • 08b40c7967 Make names of metadata lower. draftcode 2012-03-12 01:33:30 +09:00
  • 3cb18303f6 fix python 2.6 support Alexis Metaireau 2012-03-11 17:26:59 +01:00
  • 2827a6df47 Fixed some typos. draftcode 2012-03-12 01:22:54 +09:00
  • d42b6d9ad7 fix nose Alexis Metaireau 2012-03-11 17:20:04 +01:00
  • 912b1dbc1a test travis-ci Alexis Metaireau 2012-03-11 17:05:59 +01:00
  • 48b318d29e skip typogrify if not installed Alexis Metaireau 2012-03-11 17:05:46 +01:00
  • 32355f5463 add some more tests for the utils module Alexis Metaireau 2012-03-11 15:51:48 +01:00
  • c393b011c4 cleaning Alexis Metaireau 2012-03-11 15:50:53 +01:00
  • 3c983d62c9 change the tests to use the mock library instead of a custom mocking system Alexis Metaireau 2012-03-11 11:25:30 +01:00
  • 78091bfa80 Merge pull request #238 from draftcode/feed_issue Alexis Metaireau 2012-03-11 01:46:58 -08:00
  • cfd050b0f2 Add a CSS file for typogrify on the notmyidea theme Alexis Metaireau 2012-03-11 03:02:12 +01:00
  • 6a4f4a55b4 updated the changelog Alexis Metaireau 2012-03-11 02:52:40 +01:00
  • 189da25c5b Merge branch 'master' of github.com:ametaireau/pelican Alexis Metaireau 2012-03-11 02:50:37 +01:00
  • d43bd1dcb8 Add a way to use Typogrify to enhance the generated HTML. Alexis Metaireau 2012-03-11 02:48:36 +01:00
  • fbf89687cc start functional testing Alexis Metaireau 2012-03-11 01:59:58 +01:00
  • d6be2fb44c Put deprecation code in a separate place Alexis Metaireau 2012-03-11 01:59:04 +01:00
  • f076f64404 Merge pull request #240 from bbinet/parametrable-dirs Alexis Metaireau 2012-03-10 16:32:28 -08:00
  • aef7418bdf add docs for new page/article paths settings Bruno Binet 2012-03-06 00:45:22 +01:00
  • 0ca9997e10 paths for finding articles and pages are now parametrable Bruno Binet 2012-03-06 00:29:56 +01:00
  • 1c219d14bb Use the slug as default URL for tags and authors. Alexis Metaireau 2012-03-11 01:16:32 +01:00
  • 1ec2779f5e Make the readers tests a bit more verbose. Alexis Metaireau 2012-03-11 01:16:02 +01:00
  • 3bdc769134 Factorize some code about URL wrapping. Alexis Metaireau 2012-03-11 01:14:22 +01:00
  • 1194764ed1 Do not create feeds when their filenames are set to None. draftcode 2012-03-10 21:18:01 +09:00
  • 012caed1dc Merge pull request #237 from draftcode/226 Alexis Metaireau 2012-03-10 05:18:02 -08:00
  • 1c2f631723 Avoid #226. draftcode 2012-03-10 20:04:09 +09:00
  • 38668785e4 Merge pull request #236 from m-r-r/pelican-qickstart Alexis Metaireau 2012-03-10 04:24:57 -08:00
  • 8499ce3340 add some url and saveas settings that weren't present in the default settings dict Alexis Metaireau 2012-03-10 13:23:50 +01:00
  • fd1fbca520 Removed small errors in pelican-quickstart m-r-r 2012-03-10 12:25:05 +01:00
  • a7ea166fd2 fix #233 Alexis Metaireau 2012-03-10 12:21:54 +01:00
  • 0cf820f07b Merge pull request #234 from saghul/issue-233 Alexis Metaireau 2012-03-10 03:20:54 -08:00
  • 5e26062fd0 Fix for issue #233 saghul 2012-03-10 11:32:22 +01:00
  • 174f1b50c8 Merge pull request #231 from AndreaCrotti/master Alexis Metaireau 2012-03-09 09:04:16 -08:00
  • 542b8b8705 add a 'coding standards' section in the contributors' guide Alexis Metaireau 2012-03-09 16:27:23 +01:00
  • 8a442e726a Don't specify the default when accessing settings. Alexis Metaireau 2012-03-09 16:22:28 +01:00
  • 6cde7fd27a PEP8-ify. Alexis Metaireau 2012-03-09 16:21:38 +01:00
  • df25dec30a Use the with statement when opening files. Alexis Metaireau 2012-03-09 16:17:09 +01:00
  • 0298d412dc updated CHANGELOG Alexis Metaireau 2012-03-09 15:36:29 +01:00
  • 7240460688 Update the CHANGELOG for 2.8 Alexis Metaireau 2012-03-09 15:33:34 +01:00
  • a7cea63db6 Merge branch 'urls' of https://github.com/kylef/pelican Alexis Metaireau 2012-03-09 11:42:21 +01:00
  • 019382220a Merge pull request #232 from MeirKriheli/master Alexis Metaireau 2012-03-09 02:36:04 -08:00
  • dd07ddb0b0 Make sure test passes for dates formatted as utf-8 Meir Kriheli 2012-03-09 02:03:15 +02:00
  • 20af8fd378 refactoring of the ANSI dictionary, removing all the repeated code Andrea Crotti 2012-03-07 12:17:39 +00:00
  • 2e0e893a9b fix three print statement Andrea Crotti 2012-03-07 12:14:13 +00:00
  • 4eb20c5d82 global declaration is only needed if it's necessary to modify a module level variable, to declare it and use it read only it's not necessary Andrea Crotti 2012-03-07 12:00:32 +00:00
  • 1405667692 Merge pull request #230 from AndreaCrotti/master Alexis Metaireau 2012-03-07 03:59:15 -08:00
  • 8f7b08a01c remove now useless if __name__ == '__main__' checks and clean up the old pelican script in bin Andrea Crotti 2012-03-07 10:38:08 +00:00
  • 7c78f232b4 remove unused imports Andrea Crotti 2012-03-07 10:34:14 +00:00
  • 8009324a3b restructure the whole way scripts are created, using setuptools magic to take care of creating .exe wrappers for windows. Andrea Crotti 2012-03-07 10:33:46 +00:00
  • 1f32624e8b use a try / except to check if argparse is a needed dependency Andrea Crotti 2012-03-07 10:14:47 +00:00
  • 352d2047b4 MOAR TYPOGRAPHY Alexis Metaireau 2012-03-06 17:57:29 +01:00
  • 8f8933d991 fix test test_save_as Bruno Binet 2012-03-05 23:48:18 +01:00
  • c2b8caed3f fix test test_article_with_metadata Bruno Binet 2012-03-05 23:33:25 +01:00
  • bfd0e63e3d fix pages urls Bruno Binet 2012-03-02 23:19:03 +01:00
  • 8bf0a22eb0 fix encoding errors Bruno Binet 2012-03-02 16:32:05 +01:00
  • c5816c9c5a Make these patches compatible with upstream master Kyle Fuller 2012-03-01 14:19:46 +00:00
  • 9ba55c28b4 Support CLEAN_URLS and ARTICLE_PERMALINK_STRUCTURE for backwards compatibility Kyle Fuller 2011-12-24 00:37:18 +00:00
  • 44cf2ad400 Support configurable URL's & SAVE_AS path for Author, Category and Tag Kyle Fuller 2011-12-23 23:43:32 +00:00
  • a39787c1a2 Add settings to change the URL's and SAVE_AS paths Kyle Fuller 2011-12-23 22:01:32 +00:00
  • ff9c786149 Create a Author class which has a url property Kyle Fuller 2011-12-22 16:22:34 +00:00
  • f9ed01bb64 Create a Tag class which has a url property Kyle Fuller 2011-12-22 15:43:44 +00:00
  • 6754099730 Create a Category class which has a url property Kyle Fuller 2011-12-22 15:13:12 +00:00
  • 2de789325f Merge pull request #229 from justinmayer/master Alexis Metaireau 2012-03-06 08:29:18 -08:00
  • 4861a15774 Update outdated links to documentation and add Contribute link to README for issue #227 Justin Mayer 2012-03-06 08:12:15 -08:00
  • 8997a08cd7 Merge pull request #228 from justinmayer/master Alexis Metaireau 2012-03-06 06:38:02 -08:00
  • bde06c4011 Improve English documentation with enhanced clarity, grammar, and spelling Justin Mayer 2012-03-06 06:13:17 -08:00
  • ddac40e9cb Include .bat files in the distribution. Fix #221 Alexis Metaireau 2012-03-03 18:26:07 +01:00
  • 917633628a add some more articles for the tests Alexis Metaireau 2012-02-29 18:15:38 +01:00
  • 6c5fe3b0cf prepare next release Alexis Metaireau 2012-02-28 19:09:41 +01:00
  • f31d588839 Merge branch 'master' of github.com:ametaireau/pelican 2.8 Alexis Metaireau 2012-02-28 19:00:15 +01:00
  • e0308e3528 bump version Alexis Metaireau 2012-02-28 18:59:46 +01:00
  • 097a781e0e Merge pull request #218 from stephane/cleanup Alexis Metaireau 2012-02-28 08:48:53 -08:00
  • a4e620680c Add pytz in requirements Stéphane Raimbault 2012-02-28 17:10:51 +01:00
  • 483bed74b8 Removed extra whitespace before /usr/bin/env Stéphane Raimbault 2012-02-21 17:55:44 +01:00
  • 9cced6be83 Sort imports and remove trailing whitespaces Stéphane Raimbault 2012-02-21 17:53:53 +01:00
  • 821fa5460b Removed execution mode of default_conf.py Stéphane Raimbault 2011-10-19 07:42:12 +02:00
  • c699172fd6 Removed useless imports Stéphane Raimbault 2011-10-19 07:27:22 +02:00
  • 90dab85e13 Removed execution mode of generators.py Stéphane Raimbault 2011-10-19 07:15:16 +02:00