1
0
Fork 0
forked from github/pelican

Commit graph

  • bbaa618726 Merge branch 'master' of https://github.com/Lothiraldan/pelican Alexis Metaireau 2011-01-24 23:09:47 +00:00
  • a5203ae363 Refactor building of header part. FELD Boris 2011-01-25 00:02:00 +01:00
  • 246753c6d4 Remove temporary html files after their utilisation. FELD Boris 2011-01-24 23:59:15 +01:00
  • f4450b0091 Add extraction of categories and tags, put rst files in category subdir. FELD Boris 2011-01-24 23:57:53 +01:00
  • 1cc5017fb4 Correct bug in date format importation. FELD Boris 2011-01-24 23:50:29 +01:00
  • 4d0e18db23 Avoid rewriting protocol related links. Alexis Metaireau 2011-01-24 01:59:09 +00:00
  • 282730e635 Merge branch 'master' of https://github.com/Lothiraldan/pelican Alexis Metaireau 2011-01-24 00:07:34 +00:00
  • 3566bb6f5f Update wp2pelican script to extract date and author taken from wordpress xml file. FELD Boris 2011-01-23 22:53:45 +01:00
  • 2954098004 Update an anchor. Alexis Metaireau 2011-01-20 01:04:54 +01:00
  • f081c3b41b Merge branch 'master' of github.com:ametaireau/pelican Alexis Metaireau 2011-01-19 16:23:37 +01:00
  • 6b1434f7a7 Add a FAQ. Alexis Metaireau 2011-01-19 16:22:15 +01:00
  • 8454b0d1b8 Tests for settings. Alexis Metaireau 2011-01-13 00:46:10 +01:00
  • c13c707a62 Tests for contents.py Alexis Metaireau 2011-01-13 00:32:37 +01:00
  • 39b761c056 Merge branch 'master' of github.com:ametaireau/pelican into tests Alexis Metaireau 2011-01-12 23:50:47 +01:00
  • a64ecf24be Merge branches 'autoreload' and 'master' Alexis Metaireau 2011-01-12 23:47:19 +01:00
  • b8fb45de9e Add the autoreload feature. This fixes #45. I've choosen to not serve the content via HTTP, because it's really simple to do "firefox output/index.html". Alexis Metaireau 2011-01-12 23:45:06 +01:00
  • 55da03ad2f Fix notmyidea layout. This fixes #54 Alexis Metaireau 2011-01-12 19:08:29 +01:00
  • e53eea6ecc Merge branch 'master' of github.com:ametaireau/pelican into tests Alexis Metaireau 2011-01-12 00:49:19 +01:00
  • 30c2a0b681 Update doc version. Alexis Metaireau 2011-01-06 02:37:37 +01:00
  • 6e4a826dc1 Update the translation documentation. Alexis Metaireau 2011-01-06 02:33:14 +01:00
  • 2f915caff2 branch merge Alexis Metaireau 2011-01-05 18:25:14 +01:00
  • b03598b168 Merge branch 'master' into tests Alexis Metaireau 2011-01-05 16:29:32 +01:00
  • bb96e253c9 Start working on the testsuite. Alexis Metaireau 2011-01-05 16:24:44 +01:00
  • 6b4b5fce13 update sphinx configuration Alexis Metaireau 2011-01-05 16:23:44 +01:00
  • 79576f25b6 Fix translation feature. Add translation support to the notmyidea theme. Alexis Metaireau 2011-01-05 16:22:52 +01:00
  • 2f6300af46 Do not create a general function for "update_object_content". Alexis Metaireau 2011-01-05 14:27:46 +01:00
  • b3ca36a8b0 Add references to the simple theme in the documentation. Alexis Metaireau 2011-01-05 14:04:11 +01:00
  • f495cb41d9 Add TWITTER_USERNAME settings in the docs. Alexis Metaireau 2011-01-05 13:51:04 +01:00
  • 3ee595f927 Images support and add built files to gitignore Arnaud BOS 2010-12-30 14:11:37 +00:00
  • fd47a74b9e Template loading on demand get_templates was transformed into get_template. Alexander Artemenko 2011-01-02 02:50:08 +03:00
  • b3256f0ecd Added tag cloud generation. Result stored in the context.tag_cloud as list of tuples (tag, weight). Weight is from 1 to TAG_CLOUD_STEPS, lesser weight corresponds to bigger font size. Alexander Artemenko 2011-01-01 23:08:29 +03:00
  • 5af56793eb Add generated docs to gitignore. Alexis Metaireau 2010-12-29 15:37:25 +01:00
  • 35ca78f642 Typo Allan Whatmough 2010-12-29 13:23:09 +00:00
  • 164c703861 Add a default for JINJA_EXTENSIONS (default is no extensions) Allan Whatmough 2010-12-29 13:21:21 +00:00
  • 426ee1f76e Add JINJA_EXTENSIONS to the settings docs Allan Whatmough 2010-12-29 13:20:53 +00:00
  • 3c0649d89f Use JINJA_EXTENSIONS setting if available when creating the Environment object. Allan Whatmough 2010-12-27 23:27:40 +00:00
  • 01b4c06916 Custom bicycle 'update_dict' was replaced with 'collections.defaultdict'. Alexander Artemenko 2010-12-26 23:59:30 +03:00
  • 03104bfbc3 Feed writer was refactored to allow more granular overriding of functionality. Alexander Artemenko 2010-12-25 17:58:47 +03:00
  • a937424faa Base routines were transformed into the class Pelican. This class could be overridden using PELICAN_CLASS option. Alexander Artemenko 2010-12-25 17:26:24 +03:00
  • 7873370583 Merge branch 'master' of https://github.com/svetlyak40wt/pelican Alexis Metaireau 2010-12-22 19:07:30 +00:00
  • 31cee95b6f Fixed the PDF generation Guillaume B 2010-12-22 04:46:11 +08:00
  • c64ccc4fcd Added setting option RELATIVE_URLS to change default behaviour of file writer. Alexander Artemenko 2010-12-22 03:19:35 +03:00
  • 52459768f2 Fixed feed generator for translations. Alexander Artemenko 2010-12-22 02:35:29 +03:00
  • 558038be32 Fixed tags parsing, now it can parse tags like this "blah,minor, foo , bar". Also, code for metadata parsing was slightly refactored. Alexander Artemenko 2010-12-22 01:08:23 +03:00
  • 750e211649 Update the documentations and fix some little things about the translation feature. Alexis Metaireau 2010-12-20 22:50:54 +00:00
  • 8f59649eb6 Merge branch 'master' of https://github.com/svetlyak40wt/pelican Alexis Metaireau 2010-12-20 22:42:29 +00:00
  • a45f705bda Typo was fixed. Alexander Artemenko 2010-12-21 00:22:15 +03:00
  • 1d74de2559 Added another option CLEAN_URLS, to use generated files with mod_rewrite and to show nice urls to the end user. Alexander Artemenko 2010-12-21 00:21:29 +03:00
  • 3afdb8fcff Articles translations are enabled. To use this feature, you need to add a Lang meta into the each article and set DEFAULT_LANG setting which is 'en' by default. Alexander Artemenko 2010-12-19 00:32:43 +03:00
  • a71d93c63c Add comment number support. Alexis Metaireau 2010-12-19 03:34:19 +00:00
  • 67b43c6079 Added tag 2.5.3 for changeset 1f9dd44b5464 Alexis Metaireau 2010-12-19 01:30:18 +00:00
  • 4aacf4f7c7 Version bump 2.5.3 Alexis Metaireau 2010-12-19 01:30:08 +00:00
  • 1c29609f08 Temporary circular dependency fix about getting the right version. Alexis Metaireau 2010-12-19 01:29:02 +00:00
  • 9c485a7561 Branch merge with Freeculture. Alexis Metaireau 2010-12-18 22:12:56 +00:00
  • 472c6871da Added tag 2.5.2 for changeset 6d368a1739a4 Alexis Metaireau 2010-12-18 21:14:14 +00:00
  • a948b6a1c0 Version bump. 2.5.2 Alexis Metaireau 2010-12-18 21:13:20 +00:00
  • 6470e54285 Added tag 2.5.2 for changeset 7d728f8e771c Alexis Metaireau 2010-12-18 21:08:53 +00:00
  • c61a207699 Do not make the output with absolute urls by default. Alexis Metaireau 2010-12-18 21:06:51 +00:00
  • ccf53ceb04 Add a version option. Alexis Metaireau 2010-12-18 20:36:16 +00:00
  • 7570728289 Fix The wrong population of the list in case any markup language is given. Only split the option if there is something to parse, otherwise default to None. Alexis Metaireau 2010-12-18 20:18:48 +00:00
  • 60873654db Better format for the -k -keep-output-directory option. Alexis Metaireau 2010-12-18 20:17:32 +00:00
  • f0651b2b68 Remove trailing slashes. Alexis Metaireau 2010-12-18 20:16:48 +00:00
  • 9e2e73d39c Fixed a mistake for tag feed generator Freeculture 2010-12-18 20:42:15 +01:00
  • 44bdcb9c92 Put RSS Feed as optional in brownstone template Freeculture 2010-12-18 10:11:31 +01:00
  • c9626d7916 Add of brownstone template Freeculture 2010-12-17 09:42:04 +01:00
  • 01af09fd23 Add RSS feed if exists in the template Freeculture 2010-12-17 09:34:20 +01:00
  • 7a9bbc4491 Add the category name in the title page Freeculture 2010-12-17 09:31:20 +01:00
  • 8352b61367 Creation of tag template page Freeculture 2010-12-17 09:29:01 +01:00
  • d61b108a0e Creation of tag feeds (atom & rss) Freeculture 2010-12-17 09:25:19 +01:00
  • 1a31c74d5c .gitignore updated. Alexander Artemenko 2010-12-17 00:32:27 +03:00
  • bc5a19a37b Slugify is broken for non-ascii titles. Now slug could be redefined, using the metadata. Alexander Artemenko 2010-12-17 00:32:12 +03:00
  • 658e1203b2 Simplier metadata processing, using dict's 'get' method with default value. Alexander Artemenko 2010-12-17 00:07:55 +03:00
  • 3decf7f519 Added .gitignore file. Alexander Artemenko 2010-12-17 00:05:39 +03:00
  • a322d6c4e8 Lowercase meta field's name before looking the processor. Alexander Artemenko 2010-12-17 00:04:45 +03:00
  • 99de8224bb Change default for markup solsTiCe d'Hiver 2010-12-16 20:44:42 +01:00
  • 05f90fec8e Add missing word in settings.rst docs solsTiCe d'Hiver 2010-12-16 11:06:30 +01:00
  • 07393cf3b8 sort notmyidea template settings Florian Preinstorfer 2010-12-15 21:50:55 +01:00
  • 2bccc298fb Settings have to be in caps. Alexis Metaireau 2010-12-15 18:14:54 +00:00
  • 3a16dcec8c Add explanations about each template. Alexis Metaireau 2010-12-15 18:13:59 +00:00
  • 6b25943a3a Update THANKS Alexis Metaireau 2010-12-15 18:09:43 +00:00
  • 2f38fab3e0 Add some explanations about the theme templates. Alexis Metaireau 2010-12-15 18:08:25 +00:00
  • c347e3be42 Switch back the theme. Order the settings. Alexis Metaireau 2010-12-15 18:01:29 +00:00
  • 62bd20a844 fixed a ValueError with -k option Florian Preinstorfer 2010-12-15 15:56:38 +01:00
  • 3c8cafdc0d Make the long option a bit more verbose for --keep-output-directory Alexis Metaireau 2010-12-15 12:45:21 +00:00
  • 1d2af7aa01 added a keep commandline switch (-k, --keep) Florian Preinstorfer 2010-12-14 23:45:45 +01:00
  • 3e9b80e993 Fix #21: Add a setting for the archive order (REVERSE_ARCHIVE_ORDER) Alexis Metaireau 2010-12-14 15:55:26 +00:00
  • 5748a91ad7 Add PAGES to the context Alexis Metaireau 2010-12-14 15:48:35 +00:00
  • e0e62d8b8e Update the documentation. Alexis Metaireau 2010-12-14 15:31:11 +00:00
  • dd97b35029 Add the tag list to the articles, if any. Alexis Metaireau 2010-12-14 15:05:43 +00:00
  • d93557fe35 Added tag 2.5.1 for changeset 92b31e41134c Alexis Metaireau 2010-12-13 22:47:32 +00:00
  • a0817db16e Added tag 2.5.1 for changeset 294a2830a393 2.5.1 Alexis Metaireau 2010-12-13 22:46:58 +00:00
  • 7c82f5e037 2.5.1 Alexis Metaireau 2010-12-13 22:46:53 +00:00
  • 3a3ef92fae Merge with nblock. Alexis Metaireau 2010-12-12 19:51:47 +00:00
  • 69762295c8 Add a quick note about pages. Alexis Metaireau 2010-12-12 19:47:36 +00:00
  • bdbba6bc68 fixed generation of archive.html (template simple) Florian Preinstorfer 2010-12-10 20:28:45 +01:00
  • 497b725dab fixed a spelling error Florian Preinstorfer 2010-12-10 19:37:32 +01:00
  • 0c0c6af2dd Merge with freeculture Alexis Metaireau 2010-12-06 14:17:06 +00:00
  • 8cca3d8f01 Original theme force image alignment on the right. Removed it to choose it with a markup langage. Freeculture 2010-12-06 06:09:19 -08:00
  • f352d16971 Put the real version of the conf file, not the symbolic link ;) Alexis Metaireau 2010-12-05 23:11:45 +00:00
  • 44d2968976 Update the sample config with the one I use. Alexis Metaireau 2010-12-05 22:54:42 +00:00