1
0
Fork 0
forked from github/pelican

Commit graph

  • 0548b62441 fix for issue #761: handle unicode correctly in summary for Markdown Deniz Turgut 2013-04-03 19:17:50 -04:00
  • ea6f0d8bef Merge pull request #824 from avaris/markdown-css Justin Mayer 2013-04-02 16:14:48 -07:00
  • 9936538d8b unify css class for pygments Deniz Turgut 2013-04-02 18:09:21 -04:00
  • 6726e5f139 Merge pull request #578 from davidjb/display-categories-option Justin Mayer 2013-04-01 07:32:45 -07:00
  • e042e11c23 Add new option for controlling whether to display categories on menu or not David Beitey 2013-04-01 21:52:30 +10:00
  • f35206660b Merge pull request #811 from cdunklau/clean_up_tests Justin Mayer 2013-03-30 10:17:09 -07:00
  • 58faf9462e Implement Posterous import - fixes #608 Irfan Ahmad 2013-03-24 19:19:26 +05:00
  • 999980c07c Added WordPress content decoding to importer James King 2013-03-25 15:28:53 -04:00
  • 433ab37eb8 Merge pull request #807 from saimn/fix_webassets_tests Justin Mayer 2013-03-28 06:39:44 -07:00
  • 4cdd515f5b Merge pull request #819 from avaris/test-warning Justin Mayer 2013-03-28 06:27:05 -07:00
  • ba200c30af Fix for issue #392 Deniz Turgut 2013-03-27 18:17:11 -04:00
  • 024ecb301e Merge pull request #813 from avaris/fix_related_posts Justin Mayer 2013-03-27 09:28:56 -07:00
  • 8710982d2a fixed related_posts plugin Deniz Turgut 2013-03-26 23:17:59 -04:00
  • edbac49f2b Nitpicking - tempdir naming, also backslashes are bad Colin Dunklau 2013-03-26 00:38:07 -05:00
  • 54ffdf8ae5 Merge pull request #809 from cdunklau/clean_up_images Justin Mayer 2013-03-26 09:39:45 -07:00
  • 9d25710300 Merge pull request #810 from avaris/translations_in_tags Justin Mayer 2013-03-26 09:35:30 -07:00
  • fad824ef5a Fix webassets tests when running on a system with a different locale. Simon Conseil 2013-03-01 12:40:19 +01:00
  • e6f3126ba6 Fix for issue #219: tags should list only main articles, not translations Deniz Turgut 2013-03-26 01:28:42 -04:00
  • 58f77012dd Nuked spurious ./tests directory Colin Dunklau 2013-03-26 00:12:59 -05:00
  • de69739774 Fixing help text Will Dowling 2013-03-26 02:42:11 +00:00
  • 0d43017704 Adding information to argparse help Will Dowling 2013-03-26 10:37:37 +08:00
  • 3dcfe1846c Remove multi_part plugin Justin Mayer 2013-03-25 10:03:41 -07:00
  • 608e398386 Removing utils.file_exists and replacing with os.path.isfile Will Dowling 2013-03-25 10:45:43 +00:00
  • b06fbd78cc Load a default-named configuration file if present Will Dowling 2013-03-25 10:39:22 +00:00
  • 385a18563c Fixes #630 Irfan Ahmad 2012-12-10 03:03:48 +05:00
  • cb5f66ffe0 Check all lists are not strings. Alexis Métaireau 2013-03-23 19:56:45 -07:00
  • bd54cb1b88 Prevent people from setting STATIC_PATHS to a str Dave King 2013-01-12 19:08:24 +00:00
  • 5e4622b229 make pelican-quickstart and the Makefile it generates support py3k. Chenguang Wang 2013-02-01 15:35:48 -08:00
  • 5dbb8c3041 Merge pull request #775 from lexual/s3_support_for_quickstart Alexis Metaireau 2013-03-23 19:16:39 -07:00
  • 1b2e59756e Merge pull request #784 from idyedov/master Alexis Metaireau 2013-03-23 19:15:05 -07:00
  • 4bdb8a5d34 Merge pull request #799 from saimn/webassets_py3k Justin Mayer 2013-03-23 08:18:12 -07:00
  • b69046f98d Install webassets & cssmin only for Python 2. Simon 2013-03-23 16:07:43 +01:00
  • 932407f153 Merge pull request #780 from georgevreilly/master Alexis Metaireau 2013-03-22 00:40:03 -07:00
  • c1272bc69d Merge pull request #781 from fe-lix-/master Alexis Metaireau 2013-03-22 00:38:20 -07:00
  • ff571967cf Merge pull request #790 from davidjb/raise-exceptions Alexis Metaireau 2013-03-22 00:34:10 -07:00
  • 5894624e2e Merge pull request #792 from cdelston/master Alexis Metaireau 2013-03-22 00:32:44 -07:00
  • 167128b1f2 Merge pull request #794 from wking/static-reader Justin Mayer 2013-03-21 11:26:22 -07:00
  • 29cdb37af3 generators: Use the static format to read Static metadata W. Trevor King 2013-01-04 16:12:34 -05:00
  • f147d9ec4a readers: Add 'static' to the base Reader's extensions W. Trevor King 2013-01-04 15:57:58 -05:00
  • 90822de962 Merge pull request #768 from wking/path-handling-cleanup Justin Mayer 2013-03-21 09:58:12 -07:00
  • ae4fc5a25e utils: Add path_to_url() and generalize get_relative_path() W. Trevor King 2013-03-11 08:38:33 -04:00
  • b59da89e80 Convert '.' and '..' to the less magical os.curdir and os.pardir W. Trevor King 2013-03-11 08:25:47 -04:00
  • a5c1fdac58 settings: Use splitext to remove extensions, not rpartition W. Trevor King 2013-01-04 15:09:47 -05:00
  • e5e455e0e5 Replace os.sep.join with the more robust os.path.join W. Trevor King 2013-01-04 14:46:17 -05:00
  • 4e5454912f Merge pull request #791 from wraithan/add_some_help Justin Mayer 2013-03-21 05:09:02 -07:00
  • 173e17d992 Simple theme article permalink missing SITEURL Chris Elston 2013-03-21 11:28:06 +00:00
  • 5fcb18ea60 Add help directly to publishconf.py Wraithan (Chris McDonald) 2013-03-21 03:33:32 -07:00
  • 1ff16f248b Raise exceptions from the autoreload loop if debug is enabled David Beitey 2013-03-21 15:44:52 +10:00
  • c7f06b9af6 Merge pull request #786 from noirbizarre/more-documentation Justin Mayer 2013-03-20 13:29:13 -07:00
  • e235cadda4 Fix typos Axel Haustant 2013-03-20 21:21:47 +01:00
  • 439b783a72 Merge pull request #785 from wraithan/docs_for_ignore_files Justin Mayer 2013-03-20 09:07:58 -07:00
  • 043b9a52d6 Merge pull request #779 from johnmastro/add-period-archives Justin Mayer 2013-03-20 08:09:39 -07:00
  • 7fb51e94bb Fix typos Axel Haustant 2013-03-20 16:08:54 +01:00
  • c36fce8b6a Added missing SITESUBTITLE documentation Axel Haustant 2013-03-19 13:16:56 +01:00
  • c6b943bfe9 Added missing JINJA_FILTERS documentation Axel Haustant 2013-03-19 13:05:03 +01:00
  • 66aae01493 Adding a message for gracefully shutting down dev server Félix Delval 2013-03-19 12:15:58 +01:00
  • e73f7e9f84 documentation for IGNORE_FILES Wraithan (Chris McDonald) 2013-03-18 17:51:17 -07:00
  • 9eda0f79bd External resources should be scheme-independent Justin Mayer 2013-03-18 17:36:35 -07:00
  • a3206dbe9e fix for #783 - AttributeError: 'NoneType' object has no attribute 'find' when using summary plugin with static files Ivan Dyedov 2013-03-17 23:09:49 -04:00
  • 7fa0d3063d Creating a more explicit error message at server creation Félix Delval 2013-03-16 19:29:10 +01:00
  • d4b41bd11d Multiple Social icons George V. Reilly 2013-01-15 00:06:21 -08:00
  • f92c800216 Add a period archives feature and brief docs. John Mastro 2013-03-09 21:01:47 -08:00
  • 62ab60d0b1 Added S3 support for pelican quickstart. lexual 2013-03-15 15:04:33 +11:00
  • c3e9d0e96e Merge pull request #771 from wking/urlwrapper-repr Alexis Metaireau 2013-03-14 10:55:45 -07:00
  • 9a62b5ec62 contents: Add URLWrapper.__repr__ W. Trevor King 2013-01-04 20:52:04 -05:00
  • bfa8851af0 Add the PATH_METADATA setting W. Trevor King 2013-01-04 14:30:40 -05:00
  • c46ca5d5d1 readers: Split parse_path_metadata from read_file W. Trevor King 2013-01-04 14:25:12 -05:00
  • 12c43b7d4d Make METADATA_PROCESSORS and EXTENSIONS public. Alexis Métaireau 2013-03-12 12:19:53 -07:00
  • fc45d8d791 update the docs regarding all_articles Alexis Métaireau 2013-03-11 23:11:21 -07:00
  • 14d548fc44 Introduce all_articles where articles is shadowed. Alexis Métaireau 2013-03-11 23:07:54 -07:00
  • e045515b91 add "output_file" Jinja context variable William Light 2013-01-11 01:01:31 +01:00
  • 37f6190c69 URLWrapper moved! Alexis Métaireau 2013-03-10 23:42:08 -07:00
  • ab035795bc fix slug for feed urls tehkonst 2012-11-27 16:06:55 +04:00
  • 33c60a78cd pelican/utils: Add split_all() and rework static URL generation W. Trevor King 2013-03-06 10:06:42 -05:00
  • 49bf80ec39 contents: Convert StaticContent to Static, a Page subclass W. Trevor King 2013-01-04 13:54:08 -05:00
  • 9cbf5c0cbe deactivate travis for now Alexis Métaireau 2013-03-10 23:11:41 -07:00
  • c6856dec44 Replace \ with / when replacing the URLs. See #763 Alexis Métaireau 2013-03-10 23:09:43 -07:00
  • 14cf5f014c Some doc + various enhancements Alexis Métaireau 2013-03-10 20:11:36 -07:00
  • 5aeca4826c Use comments in tests, not docstrings. Alexis Métaireau 2013-03-10 22:42:46 -07:00
  • fa77c3d66a This should be a warning, not an error :) Alexis Métaireau 2013-03-10 22:30:36 -07:00
  • b9e2825da6 Put ASCII-art tree into a code-block element. Alexis Métaireau 2013-03-10 20:15:37 -07:00
  • 14f11f8561 Merge pull request #753 from wking/contribute-docs-rename Alexis Metaireau 2013-03-10 12:27:45 -07:00
  • 61dc53a7e0 Merge pull request #765 from jeredboxman/master Alexis Metaireau 2013-03-10 12:23:06 -07:00
  • bfaa5f9d5c Added clearification in docs for PAGE_SAVE_AS Jered Boxman 2013-03-10 14:34:17 +01:00
  • 71d437df62 Merge pull request #762 from tthurman/master Alexis Metaireau 2013-03-10 01:08:55 -08:00
  • 3c5d819736 Merge pull request #764 from talha131/master Alexis Metaireau 2013-03-10 01:08:14 -08:00
  • a76bca9b0d Fixes the reST syntax of an example in the docs Talha Mansoor 2013-03-10 11:28:54 +05:00
  • 372e8c07cf Fixed the stopserver command to use the correct Makefile syntax Thomas Thurman 2013-03-09 21:27:19 +00:00
  • 964f7d96d6 endswith can take a list as an argument ;) Alexis Métaireau 2013-03-06 11:46:17 -08:00
  • 2cb89ce528 docs/contribute.rst: Update tests/output generation for moved tests W. Trevor King 2013-03-06 09:20:35 -05:00
  • 3f26f9af5b generators: Teach Generator.get_files to handle non-directory input W. Trevor King 2013-01-04 09:20:40 -05:00
  • 547f8d2e83 Move the tests into pelican. Fix #500 Alexis Métaireau 2013-03-06 00:41:27 -08:00
  • 2692586abe Fixes #645 - Making cross-content linking windows compatible Irfan Ahmad 2012-12-19 17:06:44 +05:00
  • a2d585084e update the output files Alexis Métaireau 2013-03-06 00:04:26 -08:00
  • 4f6467ce08 add disqus_url to comment js block Leroy Jiang 2013-01-05 16:22:32 +08:00
  • 7cafcf6c24 Fix the tag cloud example Eric 2013-01-14 19:33:03 -06:00
  • d0e9c52410 Merge pull request #623 from bbinet/url-save_as-override Justin Mayer 2013-03-04 10:11:45 -08:00
  • 168d713df8 ul/li have no top/bottom margins, but list do Joseph Reagle 2013-01-23 12:46:41 -05:00
  • 9ed4e77049 improve spacing of p and nested lists Joseph Reagle 2013-01-23 12:34:12 -05:00
  • 92e9f3b313 bom detection and removal Joseph Reagle 2013-01-23 12:38:29 -05:00