1
0
Fork 0
forked from github/pelican

Commit graph

  • 7b657032ae added rsync_upload to the generated Makefile Albrecht Mühlenschulte 2012-04-06 21:54:11 +02:00
  • b9973bcf8a Merge pull request #299 from Natim/master Alexis Metaireau 2012-04-06 00:57:49 -07:00
  • b509fe70cd Add rsync_upload Rémy HUBSCHER 2012-04-06 09:55:15 +02:00
  • cfebb37c64 fix command to regenerate the output of basic functional test Bruno Binet 2012-04-05 06:47:15 +02:00
  • 03fdefb158 add instructions to regenerate the output of functional tests Bruno Binet 2012-04-04 23:18:11 +02:00
  • 912ffe4a91 update basic output with $USER="Dummy Author" Bruno Binet 2012-04-04 22:49:12 +02:00
  • c430ab57ba mock getenv to always return the same value for $USER Bruno Binet 2012-04-04 22:48:11 +02:00
  • c4c49678f9 update basic output now that categories are correctly sorted Bruno Binet 2012-04-04 22:40:03 +02:00
  • 7fcaca85dd update custom output now that categories are correctly sorted Bruno Binet 2012-04-04 22:35:53 +02:00
  • f903aaa1a4 remove unittest.skip statements for functional tests Bruno Binet 2012-04-04 22:43:08 +02:00
  • 7f36e0ed20 fix sorting of authors list Bruno Binet 2012-04-04 22:24:53 +02:00
  • 877d454c8f fix sorting of categories list Bruno Binet 2012-04-04 22:24:44 +02:00
  • e5f58c9594 Merge branch 'master' of github.com:ametaireau/pelican Alexis Metaireau 2012-04-03 11:59:30 +02:00
  • b845db30de Add a way to know what metadata exists. Alexis Metaireau 2012-04-03 11:58:31 +02:00
  • c234005f1c Merge pull request #294 from tshepang/master Alexis Metaireau 2012-04-02 07:41:10 -07:00
  • e999e0f6be Merge branch 'master' of https://github.com/ametaireau/pelican Tshepang Lekhonkhobe 2012-04-02 01:23:04 +02:00
  • 2db2b671f2 fix #293: pelican-importer for Wordpress doesn't add tags Tshepang Lekhonkhobe 2012-04-02 01:06:27 +02:00
  • f492f2d14d specify supported python version in the setup.py Alexis Metaireau 2012-04-01 15:55:41 +02:00
  • 9f03a407cb the dep to markdown is optional. rst is not. Alexis Metaireau 2012-04-01 14:46:09 +02:00
  • 6880f3d1e9 make docs more explicit Alexis Metaireau 2012-04-01 13:54:20 +02:00
  • fe9af76e22 default :: doesn't work for syntactic recognition Alexis Metaireau 2012-04-01 13:51:44 +02:00
  • be01e9f3a1 Skip functional tests for now Alexis Metaireau 2012-04-01 13:50:03 +02:00
  • 373ccdebf2 Add style for the note marker. Fix #257 Alexis Metaireau 2012-04-01 13:42:28 +02:00
  • ebe5c0b2bf Enhance warnings. Fix #196 Alexis Metaireau 2012-04-01 13:37:35 +02:00
  • 2d55eacc57 Fix the autogenerated makefile. Alexis Metaireau 2012-04-01 13:21:44 +02:00
  • 68b4b8f2f2 Add markdown as a dev requirement. Alexis Metaireau 2012-04-01 03:22:53 +02:00
  • af2b588ea6 Merge pull request #289 from bbinet/fix_index_template Alexis Metaireau 2012-03-31 18:08:30 -07:00
  • 3e288b9a0f Merge pull request #288 from bbinet/functionnal-test Alexis Metaireau 2012-03-31 18:04:42 -07:00
  • 3cabdb2dbf Merge pull request #285 from yumike/summary_markup Alexis Metaireau 2012-03-31 18:03:26 -07:00
  • d20ea30add Merge pull request #284 from m-r-r/log Alexis Metaireau 2012-03-31 18:01:51 -07:00
  • d3fc327bc9 Merge pull request #282 from draftcode/float_precision Alexis Metaireau 2012-03-31 18:01:04 -07:00
  • 520d9b73c0 Merge pull request #281 from m-r-r/master Alexis Metaireau 2012-03-31 17:59:56 -07:00
  • 0993458a57 Merge pull request #290 from justinmayer/feeddomain Alexis Metaireau 2012-03-31 17:59:05 -07:00
  • 56b8a88b1f Improve uniqueness of feed entry ID Justin Mayer 2012-03-31 10:08:16 -07:00
  • 34310a61f5 Feed link inside feed should use FEED_DOMAIN Justin Mayer 2012-03-31 08:10:40 -07:00
  • abadedffec update output for functionnal testing Bruno Binet 2012-03-30 14:23:12 +02:00
  • 64e12b1809 fix missing </ol> and </section> tags Bruno Binet 2012-03-30 14:20:55 +02:00
  • 2f1f6b5b43 test that the output of the samples pelican project is correct Bruno Binet 2012-03-30 13:44:57 +02:00
  • 5ac3fdec50 add output files for "samples" so that we can make functionnal testing Bruno Binet 2012-03-30 13:40:40 +02:00
  • ed58799f13 don't override globals settings Bruno Binet 2012-03-30 13:33:07 +02:00
  • c71ad2babc Merge pull request #283 from draftcode/default_category Kyle Fuller 2012-03-27 16:00:31 -07:00
  • 4df6179954 Fix markup for single-paragraph summary in reST metadata Mike Yumatov 2012-03-25 21:39:41 +04:00
  • 5aa12b2319 pelican/log.py simplified a bit m-r-r 2012-03-25 18:47:14 +02:00
  • 9df2e79fb9 Fix #276 #269. draftcode 2012-03-24 14:36:47 +09:00
  • cffb44891a Add an test related to articles' category. draftcode 2012-03-24 13:52:03 +09:00
  • 4efca13c33 Fix a bug that ArticlesGenerator doesn't see DEFAULT_CATEGORY. draftcode 2012-03-16 15:04:06 +09:00
  • fc584969c9 patch for bug #271 (Unicode issue in category name) m-r-r 2012-03-23 19:31:44 +01:00
  • 0d9298313f Merge pull request #276 from AndreaCrotti/float_precision Alexis Metaireau 2012-03-23 07:37:09 -07:00
  • bd767a5273 Merge pull request #280 from justinmayer/siteurl Alexis Metaireau 2012-03-23 07:31:46 -07:00
  • 65b93dbfd4 Remove trailing slash from SITEURL if present Justin Mayer 2012-03-23 07:16:23 -07:00
  • 0ed6cf7743 Follow the PATH variable in settings Kyle Fuller 2012-03-23 09:04:57 +00:00
  • dbc4d4786b on my machine leaving the places to 2 or 1 makes this test fail, I suppose because it's too fast, while changing it to 0 makes it pass. Andrea Crotti 2012-03-22 16:30:26 +00:00
  • 38b5b94617 Merge pull request #262 from justinmayer/feeddomain Alexis Metaireau 2012-03-22 08:58:09 -07:00
  • 6e467172e5 Merge branch 'master' into feeddomain Justin Mayer 2012-03-22 08:29:27 -07:00
  • 1623394da8 Add tests for pull request #262 Justin Mayer 2012-03-22 07:58:04 -07:00
  • 352a67d162 Merge pull request #267 from AndreaCrotti/default_argparse Alexis Metaireau 2012-03-22 04:46:46 -07:00
  • bc7c8c14f4 - split main and parse arguments in two function - add '.' as default value for the path Andrea Crotti 2012-03-22 07:02:06 +00:00
  • 97d8d0daa6 Merge pull request #270 from bbinet/plugins Alexis Metaireau 2012-03-21 17:58:24 -07:00
  • 9009ed7e43 Merge pull request #268 from AndreaCrotti/unittest2 Alexis Metaireau 2012-03-21 17:56:48 -07:00
  • a201232843 Merge pull request #273 from AndreaCrotti/logging Alexis Metaireau 2012-03-21 17:56:04 -07:00
  • 50d4901f86 fix whitespace Bruno Binet 2012-03-21 00:11:25 +01:00
  • db3d588f64 fix typos and whitespace Bruno Binet 2012-03-21 00:09:44 +01:00
  • 8510a07a9e isinstance basestring rather than str Bruno Binet 2012-03-20 23:34:53 +01:00
  • 7cd4d28bb2 better plugins doc Bruno Binet 2012-03-20 23:31:04 +01:00
  • 0922efa371 change the way logging is done, using the standard log tree instead of calling the module-level functions on an unitialised logging object. Andrea Crotti 2012-03-20 13:01:21 +00:00
  • 67f7fcba26 remove duplicated pelican-themes entry from the toctree Bruno Binet 2012-03-20 01:39:52 +01:00
  • 229ebbbcbf plugins branch is planned to be merged for 3.0 Bruno Binet 2012-03-20 01:26:26 +01:00
  • 4fe67b8947 Merge remote-tracking branch 'ametaireau/plugins' into plugins Bruno Binet 2012-03-20 01:07:25 +01:00
  • ff5921a469 - move the try/except dance in support.py - use relative . imports in test files - remove the "future with import", since python < 2.6 is not supported Andrea Crotti 2012-03-18 21:08:43 +00:00
  • 7fcfea647f Merge branch 'master' of github.com:ametaireau/pelican Alexis Metaireau 2012-03-18 15:23:09 +01:00
  • 9c4b40fd35 Keep raw metadata text (but for summary) Alexis Metaireau 2012-03-18 15:12:06 +01:00
  • cf7359a915 Merge pull request #265 from mbrochh/mini_typo Alexis Metaireau 2012-03-18 04:21:33 -07:00
  • a9f5fdc47b Always using normal capitalization in headlines. Martin Brochhaus 2012-03-18 14:57:53 +08:00
  • 8819d02600 Allow for serving feeds from a separate domain. Justin Mayer 2012-03-16 20:27:26 -07:00
  • cbc609c8f0 only notify build is okay if it was failing previously Alexis Metaireau 2012-03-16 21:23:34 +01:00
  • 4819a83003 Fix #171. Handle unicode filenames Alexis Metaireau 2012-03-16 21:13:24 +01:00
  • 8b846b9fe2 restore back to hardcoded version in setup.py due to import hell Alexis Metaireau 2012-03-16 21:12:48 +01:00
  • 3dcedb60d8 add irc support to travis-ci Alexis Metaireau 2012-03-16 20:56:00 +01:00
  • e38e3e14e6 Merge branch 'master' of github.com:ametaireau/pelican Alexis Metaireau 2012-03-16 19:59:19 +01:00
  • c75ab513da use 'summary' rather than ':summary:' in comments Alexis Metaireau 2012-03-16 19:59:03 +01:00
  • 8b8b9f59a1 Merge pull request #261 from AndreaCrotti/package Alexis Metaireau 2012-03-16 11:56:45 -07:00
  • ad36beed1f Merge pull request #259 from AndreaCrotti/version Alexis Metaireau 2012-03-16 11:54:51 -07:00
  • d57cd81ca6 Merge pull request #260 from AndreaCrotti/log_refactor Alexis Metaireau 2012-03-16 11:54:10 -07:00
  • 4e4af9d011 move tools in pelican.tools and add the pelican.tools package to setup.py Andrea Crotti 2012-03-16 18:53:08 +00:00
  • 173133dbf3 remove couple of extra spaces Andrea Crotti 2012-03-16 14:53:28 +00:00
  • 26078ecc17 remove unused colors and refactor more how the escaping is done Andrea Crotti 2012-03-16 14:50:26 +00:00
  • df8b71f811 remove unused *bat include Andrea Crotti 2012-03-16 14:27:51 +00:00
  • 74c2449d8f add version information in __init__.py and import them from setup.py and conf.py Andrea Crotti 2012-03-16 14:27:26 +00:00
  • 4714276e2c Merge pull request #247 from saimn/summary Alexis Metaireau 2012-03-15 14:15:01 -07:00
  • 5890ae7bcd Merge pull request #253 from danawoodman/patch-1 Alexis Metaireau 2012-03-15 14:12:23 -07:00
  • a3e6988d87 Merge pull request #254 from AndreaCrotti/reset_term Alexis Metaireau 2012-03-15 14:06:39 -07:00
  • b8377f50c9 Merge pull request #250 from AndreaCrotti/argparse Alexis Metaireau 2012-03-15 14:06:12 -07:00
  • 2ff3db8f51 fix the reset term code to make it work also on OSX Andrea Crotti 2012-03-15 19:37:49 +00:00
  • 99852ebda8 MD_EXTENSIONS should be a list not a tuple. Dana Woodman 2012-03-15 11:59:58 -07:00
  • db91c70ce9 Merge pull request #246 from stephane/cleanup-wp Alexis Metaireau 2012-03-15 07:43:41 -07:00
  • 8cd0939bfe Merge pull request #248 from saimn/cleanup Alexis Metaireau 2012-03-15 07:41:10 -07:00
  • d5c251042f Merge pull request #251 from AndreaCrotti/templates Alexis Metaireau 2012-03-15 07:39:30 -07:00
  • 61d5ba1776 Merge pull request #252 from AndreaCrotti/settings Alexis Metaireau 2012-03-15 07:37:57 -07:00
  • 020c1400e2 add the pelican path to the sys.path, to be able to use autodoc Andrea Crotti 2012-03-15 00:23:07 +00:00
  • 7f8f6e8a7e the sys.path should not contain the _themes directory, which is not a python package Andrea Crotti 2012-03-15 00:17:50 +00:00