1
0
Fork 0
forked from github/pelican

Commit graph

  • 7d1c362635 Fixed escaping in files generated from quickstart Remi Rampin 2012-09-17 22:36:35 -04:00
  • 61fe02f411 fix-pelican-rsync_upload-makefile Rémy HUBSCHER 2012-09-17 14:47:05 +02:00
  • cd85151f97 Add Typogrify to docs as optional dependency Justin Mayer 2012-09-14 10:06:42 -07:00
  • c08ab18bff Clarify specifying paths in settings. Closes #477. Justin Mayer 2012-09-11 09:27:26 -07:00
  • f7a28dc661 Clarify docs for specifying theme. Closes #475. Justin Mayer 2012-09-11 07:29:34 -07:00
  • c659695c5d Add a list of plugins to the docs. Closes #493. Justin Mayer 2012-09-11 06:50:33 -07:00
  • 9dcf4e5438 Eliminate extraneous whitespace Justin Mayer 2012-09-10 20:50:45 -07:00
  • 007cd9b8fd Minor doc changes, including those for webassets Justin Mayer 2012-09-10 20:48:13 -07:00
  • ac67587b79 BUG: Typogrify not applied to pages. epatters 2012-09-08 21:39:10 -07:00
  • 3a6196ccd1 Add two new parameters for creating pdf Wladislaw Merezhko 2012-09-08 18:24:15 +03:00
  • 7ffa9e21d8 Change name of utils.open function to pelican_open and refactor this change across project. Wladislaw Merezhko 2012-09-08 13:07:51 +03:00
  • 31afafda0f Added possible uses for the finalized signal to the docs Nico Di Rocco 2012-09-07 08:56:33 +02:00
  • 914653f140 Clean up Dev Requirements and add typogrify & webassets typogrify & webassets are optional packages for usage but should be included for testing by developers and CI dev_requirements also had packages that setup.py covers already. Added comments for redundancy tBunnyMan 2012-09-04 15:17:59 -07:00
  • d0e5c3c151 Add the unit2 tests to tox tBunnyMan 2012-09-02 15:18:46 -07:00
  • 0073c64e21 Sitemap plugin & get_generators signal m-r-r 2012-08-21 13:08:21 +02:00
  • 966065767a Added description for the finalized signal in the docs Nico Di Rocco 2012-08-31 22:17:19 +02:00
  • 5e45aaab78 Patch to allow relative ASSET_URL Previously, webassets' ASSET_URL always was absolute. This patch allows a relative ASSET_URL, depending on Pelican's RELATIVE_URLS setting. Dirk Makowski 2012-08-28 00:38:17 +02:00
  • 519d664a40 Added a new signal finalized that is dispatched when pelican finishes. Nico Di Rocco 2012-08-22 23:05:07 +02:00
  • b9c0f07f57 Fixing pdf generation issue Wladislaw Merezhko 2012-08-18 20:32:43 +03:00
  • 48625964f1 Merge pull request #510 from nrocco/sourcegen Alexis Metaireau 2012-10-12 13:57:18 -07:00
  • c7fa7b6467 Merge pull request #520 from perry/master Alexis Metaireau 2012-10-12 13:39:32 -07:00
  • 848fdedec7 Merge pull request #523 from StephaneBunel/master Alexis Metaireau 2012-10-12 13:32:30 -07:00
  • cf40006b58 Merge pull request #529 from bstpierre/delete-output-dir Alexis Metaireau 2012-10-12 13:29:34 -07:00
  • 1d14b19f15 Merge pull request #536 from bstpierre/pagination-no-extension Alexis Metaireau 2012-10-12 13:24:21 -07:00
  • 38dac13ee3 Merge pull request #538 from bstpierre/sitemap-pages-dont-exist Alexis Metaireau 2012-10-12 13:22:16 -07:00
  • 3606debb15 Fix #537: sitemap.xml contains pages that don't exist Brian St. Pierre 2012-10-07 20:31:20 -04:00
  • b1f65f6c9f Fix #535: pagination on files without an extension Brian St. Pierre 2012-10-06 22:34:49 -04:00
  • 5e895317f6 FIX: Standardizing "extentions" to "extensions" Stéphane Bunel 2012-10-03 22:42:07 +02:00
  • e0674aad87 FIX: Standardizing "extentions" to "extensions" Stéphane Bunel 2012-10-03 22:37:18 +02:00
  • ee46becaf9 FIX: Standardizing "extentions" to "extensions" Stéphane Bunel 2012-10-03 22:29:59 +02:00
  • d9d58b0510 FIX: "extentions" -> "extensions" Stéphane Bunel 2012-10-03 22:28:00 +02:00
  • c53a06a5d5 Simplified configuration option to be more flexible Nico Di Rocco 2012-10-03 22:06:45 +02:00
  • 01293dedaa Fix #530: FILES_TO_COPY error when dest dir missing Brian St. Pierre 2012-10-01 20:32:18 -04:00
  • 1580f7fea7 Merge pull request #527 from justinmayer/quickstart Alexis Metaireau 2012-10-02 07:12:55 -07:00
  • 15875b8bd1 Fix DELETE_OUTPUT_DIRECTORY crash when no output dir Brian St. Pierre 2012-10-01 19:46:02 -04:00
  • 52ce7983e4 Merge pull request #525 from alefteris/settings-doc Alexis Metaireau 2012-10-01 08:44:22 -07:00
  • 0bb323f63c Monospace default values of settings Thanos Lefteris 2012-10-01 17:54:20 +03:00
  • 1beff31bd8 FIX test_generate_context() to include new file content/article_with_markdown_markup_extentions.md Stéphane Bunel 2012-09-28 23:29:10 +02:00
  • 45c836fdf5 Update docs and tests for MARKDOWN_EXTENTIONS Stéphane Bunel 2012-09-28 23:09:57 +02:00
  • 226aa2d8f3 Update docs and tests for MARKDOWN_EXTENTIONS Stéphane Bunel 2012-09-28 22:54:01 +02:00
  • 74e9c12695 Merge pull request #524 from tbunnyman/loopCPUfix Alexis Metaireau 2012-09-28 10:03:13 -07:00
  • 55783fc3a1 Add sleep to no files exception to avoid CPU load tBunnyMan 2012-09-28 08:53:59 -07:00
  • a7dd21ffaf Added a new setting OUTPUT_SOURCES_EXTENSION Nico Di Rocco 2012-09-28 14:59:05 +02:00
  • 4f5253bcb3 Add MARKDOWN_EXTENTIONS configuration parameter to enable Markdown extentions of your choice. Ex: MARKDOWN_EXTENTIONS = [ 'toc', ] enable TOC markup to generate Table of Contents. stephane 2012-09-27 19:49:42 +02:00
  • 6afc9f7902 Add missing colon Perry Roper 2012-09-26 19:59:47 +01:00
  • cf3697199a Output author details in pelican_import Perry Roper 2012-09-26 19:58:15 +01:00
  • 7828614459 Merge pull request #471 from nrocco/master Alexis Metaireau 2012-09-25 15:03:38 -07:00
  • 32429d3091 Merge pull request #488 from dmdm/relative_urls_for_webassets Alexis Metaireau 2012-09-25 15:03:00 -07:00
  • ea97e9a9a8 Merge pull request #508 from infinitylx/CyrilicPdf Alexis Metaireau 2012-09-25 14:54:55 -07:00
  • 8473a72ee5 Merge pull request #515 from remram44/master Alexis Metaireau 2012-09-25 14:51:54 -07:00
  • fc8696bf20 Merge pull request #518 from streeter/feed_string_formatting Alexis Metaireau 2012-09-25 14:50:28 -07:00
  • 36e86a5854 Apply the string formatting to {TAG,CATEGORY}_FEED urls. Chris Streeter 2012-09-23 13:55:22 -07:00
  • a9d370f7be Merge pull request #514 from streeter/asset_url_doc_fix Justin Mayer 2012-09-19 10:36:29 -07:00
  • e096fb66fb Correctly use the right variable for webassets Chris Streeter 2012-09-19 10:24:51 -07:00
  • b1099477f9 Fixed escaping in files generated from quickstart Remi Rampin 2012-09-17 22:36:35 -04:00
  • 6466bb4384 fix-pelican-rsync_upload-makefile Rémy HUBSCHER 2012-09-17 14:47:05 +02:00
  • 0a1a868b37 Added sourcefile generator that generates .text files Nico Di Rocco 2012-09-07 08:46:38 +02:00
  • 56e2c67f7f Add Typogrify to docs as optional dependency Justin Mayer 2012-09-14 10:06:42 -07:00
  • b8279e1c9c Merge pull request #504 from tbunnyman/update-tox Justin Mayer 2012-09-14 08:17:03 -07:00
  • 81d6d85461 Merge branch 'master' of git://github.com/getpelican/pelican Nico Di Rocco 2012-09-11 22:11:59 +02:00
  • 3af7e2251d Clarify specifying paths in settings. Closes #477. Justin Mayer 2012-09-11 09:27:26 -07:00
  • 728d6076e5 Clarify docs for specifying theme. Closes #475. Justin Mayer 2012-09-11 07:29:34 -07:00
  • 161f60e569 Add a list of plugins to the docs. Closes #493. Justin Mayer 2012-09-11 06:50:33 -07:00
  • 20daa28452 Eliminate extraneous whitespace Justin Mayer 2012-09-10 20:50:45 -07:00
  • 3054e71f5b Minor doc changes, including those for webassets Justin Mayer 2012-09-10 20:48:13 -07:00
  • 389bf3298c Merge pull request #509 from epatters/fix-typogrify Alexis Metaireau 2012-09-10 15:55:41 -07:00
  • 1da88a647a BUG: Typogrify not applied to pages. epatters 2012-09-08 21:39:10 -07:00
  • 8b44fa6a2d Add two new parameters for creating pdf Wladislaw Merezhko 2012-09-08 18:24:15 +03:00
  • 0c2625e59d Change name of utils.open function to pelican_open and refactor this change across project. Wladislaw Merezhko 2012-09-08 13:07:51 +03:00
  • ff3c12fd71 Added possible uses for the finalized signal to the docs Nico Di Rocco 2012-09-07 08:56:33 +02:00
  • 75312305b9 Merge branch 'master' of git://github.com/getpelican/pelican Nico Di Rocco 2012-09-07 08:49:00 +02:00
  • 1ca2a77c05 Merge https://github.com/getpelican/pelican Wladislaw Merezhko 2012-09-07 08:01:05 +03:00
  • 2c85fb0d19 Clean up Dev Requirements and add typogrify & webassets typogrify & webassets are optional packages for usage but should be included for testing by developers and CI dev_requirements also had packages that setup.py covers already. Added comments for redundancy tBunnyMan 2012-09-04 15:17:59 -07:00
  • 41fdfa63b1 Fixed page_name call to adapt to the link structure provided by the Settings file. Also updated the documentation accordingly. Trae Blain 2012-06-23 16:39:02 -05:00
  • 77a538e588 always return Unix-like relative paths, even on Windows Guillermo López 2012-09-04 00:29:02 +02:00
  • 566530ca18 Add the unit2 tests to tox tBunnyMan 2012-09-02 15:18:46 -07:00
  • c462237b9d Add new setting EXTRA_TEMPLATES_PATHS This setting allow to use template which are not in the theme. Should help to build more generic themes around the content. Rachid Belaid 2012-09-03 00:57:23 +01:00
  • dcb50a20b2 Add test for the new signal Rachid Belaid 2012-09-02 19:55:31 +01:00
  • 6100773c24 Add a new signal content_object_init It's sent when a new content object is created: Page, Article Rachid Belaid 2012-09-02 19:20:42 +01:00
  • 8dcc503bc0 Merge pull request #468 from m-r-r/master Alexis Metaireau 2012-09-02 09:30:29 -07:00
  • 229b0e4dcc Sitemap plugin & get_generators signal m-r-r 2012-08-21 13:08:21 +02:00
  • c02926e2ad fix encoding issues in Linux guillermooo 2012-09-02 10:59:33 +02:00
  • 39db9ddcfd Get HtmlReader to work again wrote unit tests and documentation, improved regular expression. The HtmlReader is enabled by default now and parses metadata in html files of the form: <!-- key:value --> Florian Jacob 2012-09-02 10:09:08 +02:00
  • fc749755df fix encoding problem in Windows guillermooo 2012-09-02 09:26:58 +02:00
  • dfd3fca92b Merge pull request #496 from sigmavirus24/gittip Alexis Metaireau 2012-09-01 02:25:53 -07:00
  • b911972716 Add Gittip to social icons. Ian Cordasco 2012-08-31 23:12:09 -04:00
  • c1b0e83a44 Added description for the finalized signal in the docs Nico Di Rocco 2012-08-31 22:17:19 +02:00
  • 680e04b4a1 Merge remote-tracking branch 'upstream/master' Nico Di Rocco 2012-08-31 22:04:05 +02:00
  • 88555de28c Merge pull request #490 from tbunnyman/fixDEFAULT_CONFIGoverwrite Alexis Metaireau 2012-08-30 15:08:28 -07:00
  • 663d1e7347 Added extra tests to help prevent regression. tBunnyMan 2012-08-30 14:50:52 -07:00
  • ffe4bf0b71 Merge pull request #484 from saimn/webassets_doc Alexis Metaireau 2012-08-30 14:24:22 -07:00
  • 644fd4ed5f Deep copy _DEFAULT_SETTINGS instead of linking. This caused the defaults to be overwritten and edge case bugs with tests. The test for empty setting needed to be updated to reflect that the method for setting up the local settings sets extra settings. tBunnyMan 2012-08-29 12:17:59 -07:00
  • 9c9963b608 Merge pull request #487 from getpelican/DRY-functional-tests the Bunny Man 2012-08-29 11:25:01 -07:00
  • fb8a069d4a Merge pull request #476 from tbunnyman/fixAutorunInfLoop the Bunny Man 2012-08-29 08:58:19 -07:00
  • 0ec0cf9d0e Patch to allow relative ASSET_URL Previously, webassets' ASSET_URL always was absolute. This patch allows a relative ASSET_URL, depending on Pelican's RELATIVE_URLS setting. Dirk Makowski 2012-08-28 00:38:17 +02:00
  • bba3caa697 avoid repeatition in the functional tests Alexis Metaireau 2012-08-27 18:40:02 +02:00
  • 000210d875 Improve devserver durability. Refs #473. Justin Mayer 2012-08-27 13:09:25 -07:00
  • 2873a09fd0 Merge pull request #479 from tbunnyman/issue#405 the Bunny Man 2012-08-27 09:32:40 -07:00
  • 79745f77c0 Merge pull request #474 from tbunnyman/fix#473 the Bunny Man 2012-08-27 08:12:03 -07:00
  • 472063e98c add some doc for webassets: - usage of the sass compiler as discussed in PR #441 - debug mode and compilers (#481) Simon 2012-08-25 23:16:50 +02:00