1
0
Fork 0
forked from github/pelican

Commit graph

  • a7baab6a97 Added the manual for pelican-themes Skami18 2011-05-22 18:57:02 +02:00
  • 44c1fe4840 Definitely a bad day for commits. Thanks kmike for reviewing Alexis Metaireau 2011-05-19 18:10:21 +01:00
  • f759491279 Oops. This is it. See #115. Alexis Metaireau 2011-05-19 18:00:17 +01:00
  • 19ed8d5ef1 Merge branch 'master' of github.com:ametaireau/pelican Alexis Metaireau 2011-05-19 17:36:34 +01:00
  • 5277b9dc16 Add the possibility to specify a list of alternatives for locales. Fixes #115 Alexis Metaireau 2011-05-19 17:28:45 +01:00
  • 421a8768d4 Modified setup.py: tools/pelican-themes will now be installed as a script... Skami18 2011-05-18 20:26:02 +02:00
  • bb0b001184 Merge pull request #121 from derdon/master Alexis Metaireau 2011-05-15 11:02:38 -07:00
  • 0bbdc6bc00 check also the theme dir in autoreload mode derdon 2011-05-15 12:14:03 +02:00
  • 34d29e6192 Merge pull request #119 from derdon/master Alexis Metaireau 2011-05-14 08:34:02 -07:00
  • 93d0ad25d1 simplify some code in utils.files_changed derdon 2011-05-14 17:08:04 +02:00
  • 1cd7ac0483 The metadatas are now case insensitive. Removes a tags-related bug. Skami18 2011-05-14 15:31:07 +02:00
  • 37474e5ccb Some corrections on tools/pelican-themes Skami18 2011-05-14 12:57:57 +02:00
  • f6870f4a01 Merge branch 'master' of github.com:ametaireau/pelican Alexis Metaireau 2011-05-11 11:10:44 +01:00
  • 278038ee87 Add information about TAG_FEED. Fixes #117 Alexis Metaireau 2011-05-11 11:10:14 +01:00
  • 4aa829d45d Merge pull request #116 from kmike/better_metadata2 Alexis Metaireau 2011-05-11 03:02:44 -07:00
  • 0a041c2509 python -m doesnt work for python < 2.7 Alexis Metaireau 2011-05-11 10:48:39 +01:00
  • 6cd425e408 Basic test for the new rst reader. Locale is also converted to fr_FR.utf-8 (I wasn't able to run tests without this) Mikhail Korobov 2011-05-11 09:42:37 +06:00
  • cacc6db9a4 ReST metadata parsing using docutils. Mikhail Korobov 2011-05-10 07:55:30 +06:00
  • eb988ab763 Update the "how to contribute" document. Alexis Metaireau 2011-05-10 23:59:21 +01:00
  • 0d1edc6450 Add some informations about how to contribute. Alexis Metaireau 2011-05-10 23:41:27 +01:00
  • e7eecb03e0 Add features to the readme Alexis Metaireau 2011-05-10 23:40:19 +01:00
  • 371892ceaa Merge branch tests into main. (See #44) Alexis Metaireau 2011-05-10 23:18:11 +01:00
  • aab3ee78dc Split the settings into different sections. Fixes #112 Alexis Metaireau 2011-05-08 16:15:43 +01:00
  • 6b44d93780 Add the possibility to publish drafts. Fixes #111 Alexis Metaireau 2011-05-08 14:58:57 +01:00
  • 1171d24f3f Remove logger infos Alexis Metaireau 2011-05-08 14:53:10 +01:00
  • 4909877fc0 Merge branch 'master' of github.com:ametaireau/pelican Alexis Metaireau 2011-05-08 14:33:54 +01:00
  • ec5196e5f0 Don't replace dicts with lists when iterating. Alexis Metaireau 2011-05-08 14:33:05 +01:00
  • bf38517a91 Merge branch 'master' of github.com:ametaireau/pelican Skami18 2011-05-08 13:33:52 +02:00
  • ddad637bb3 Added a theme manager. Will be useful to create triggers in Debian packages. Skami18 2011-05-08 13:30:09 +02:00
  • 3641703a49 Merge branch 'master' of github.com:ametaireau/pelican Alexis Metaireau 2011-05-07 22:53:06 +01:00
  • 04da794b6b Add a feature to copy files from src to dest. Alexis Metaireau 2011-05-07 22:46:56 +01:00
  • 52f2a8383a Metadata, not metadatas. Alexis Metaireau 2011-05-07 20:00:30 +01:00
  • 56effc24cb Add a DEFAULT_METADATA setting. Alexis Metaireau 2011-05-07 19:56:55 +01:00
  • 1baca77f3a Merge pull request #110 from kmike/master Alexis Metaireau 2011-05-07 11:35:19 -07:00
  • e09444fa89 Don't delete the output dir as a default behaviour. Alexis Metaireau 2011-05-07 19:27:33 +01:00
  • b7daed2ce3 Merge branch 'hacks' of https://github.com/RonnyPfannschmidt/pelican Alexis Metaireau 2011-05-07 19:12:30 +01:00
  • 252ba7d53a pelican.log.warning added to pelican.log.__all__ Skami18 2011-05-07 18:53:10 +02:00
  • ffe8e00046 move the sleep so we correctly handle keyboard interupts Ronny Pfannschmidt 2011-05-06 22:09:49 +02:00
  • d03a412e5b add a sleep to the autoreload loop since we dont need too high cpu load Ronny Pfannschmidt 2011-05-06 22:05:13 +02:00
  • 24c3447d6c make file-times directly use walk, also skip dot-dirs Ronny Pfannschmidt 2011-05-06 21:04:29 +02:00
  • b270c1bac4 stupidly replace rmtree by a pass, since we dont want to rmtree the output dir Ronny Pfannschmidt 2011-05-06 19:29:01 +02:00
  • e7c75147d2 pass along the source filename of the rst files for better errors Ronny Pfannschmidt 2011-05-06 19:28:14 +02:00
  • 3c37704b3b use unicode.strip instead of string.strip of the string module for metadata processors Ronny Pfannschmidt 2011-05-06 19:26:25 +02:00
  • e69b55dbcd use absolute import for the rstdirectives Ronny Pfannschmidt 2011-05-06 19:25:11 +02:00
  • 9c99db7119 better log info for doubls slug/empty slug Ronny Pfannschmidt 2011-05-06 19:24:25 +02:00
  • 0441127c41 logging star import cleanups Ronny Pfannschmidt 2011-05-06 19:23:37 +02:00
  • 70ea12aec3 os.walk does not support followlinks kwargs in python 2.5 Mikhail Korobov 2011-05-06 17:01:34 +06:00
  • f3a8f45de4 One more python 2.5 fix Mikhail Korobov 2011-05-06 16:56:02 +06:00
  • 3a301b1859 Python 2.5 compatibility Mikhail Korobov 2011-05-06 16:45:27 +06:00
  • 06246557c5 A couple of docstrings are fixed (they were refering obsolete params) Mikhail Korobov 2011-05-06 16:44:12 +06:00
  • 1264b81bb6 Make setup.py executable Mikhail Korobov 2011-05-06 16:29:15 +06:00
  • 18c827653d Merge pull request #106 from derdon/master Alexis Metaireau 2011-05-04 16:53:29 -07:00
  • 20b0d1d4ae Fix little bug when declaring plugins path in config file Nicolas Duhamel 2011-04-27 18:09:55 +02:00
  • 1085e0b2f1 plugins initial support Nicolas Duhamel 2011-04-27 13:08:36 +02:00
  • b4d7628b86 Merged pull request #105 from nduhamel/fixtoc. Alexis Metaireau 2011-04-27 03:20:05 -07:00
  • 4a5f4fe6e4 Fix internal linkref for allow TOC Nicolas Duhamel 2011-04-27 11:45:59 +02:00
  • 07edd96088 add blinker to requires Nicolas Duhamel 2011-04-26 23:13:28 +02:00
  • f4b2b62874 fix mistake Nicolas Duhamel 2011-04-26 20:04:44 +02:00
  • 09567fa99e add global license capabability as a plugin Nicolas Duhamel 2011-04-26 20:02:05 +02:00
  • 91831eb525 add doc Nicolas Duhamel 2011-04-26 19:44:55 +02:00
  • eef5fc8f99 rename signal Nicolas Duhamel 2011-04-26 19:44:40 +02:00
  • dfe4d4e132 add gravatar plugin and pelican_generate_context signal Nicolas Duhamel 2011-04-26 13:16:09 +02:00
  • 4fb5d2b31e add plugin sample Nicolas Duhamel 2011-04-26 12:26:56 +02:00
  • 91cb42d7d8 add a KISS plugin system Nicolas Duhamel 2011-04-26 12:23:45 +02:00
  • 3d2ae33799 update the theme (logo) Alexis Metaireau 2011-04-26 00:40:16 +01:00
  • ca2030f62c theme switch Alexis Metaireau 2011-04-26 00:34:03 +01:00
  • 15de7d45c9 Little doc fix Alexis Metaireau 2011-04-25 23:33:13 +01:00
  • d2bb85ab6c Thanks Simon Liedtke Alexis Metaireau 2011-04-25 23:29:45 +01:00
  • deb5b8a98f typos, grammar mistakes, minor whitespace issues derdon 2011-04-26 02:49:00 +02:00
  • f9819e0c71 another whitespace mistake in the CLI help derdon 2011-04-26 02:39:57 +02:00
  • bb24c05b90 added missing whitespace in the CLI help derdon 2011-04-26 02:37:56 +02:00
  • 51f760edc2 move a default value to the table cell it belongs to derdon 2011-04-26 00:39:31 +02:00
  • 60807d1958 removed a confusing question mark derdon 2011-04-25 00:40:42 +02:00
  • 6b62ed8673 removed a useless comma derdon 2011-04-25 00:39:21 +02:00
  • 1ef913cb64 various grammar fixes derdon 2011-04-25 00:38:15 +02:00
  • c8d20a7064 fixed the writings of two variable names in the settings table derdon 2011-04-25 00:36:15 +02:00
  • ec9525a3e8 include the default values of the settings in the 1st column in parens derdon 2011-04-25 00:33:55 +02:00
  • b6b7238519 removed unused import Simon Liedtke 2011-04-24 09:24:05 -07:00
  • 764a135bb3 Pelican is an "it", not a "he" Simon Liedtke 2011-04-24 09:05:38 -07:00
  • 8de525fa28 Removed a bug (debug messages was not showed) and improved readability Skami18 2011-04-25 12:13:44 +02:00
  • bb0d4bcc2f Add documentation about the RELATIVE_URLS setting. Thanks to Günter Kolousek. Alexis Metaireau 2011-04-24 13:05:40 +02:00
  • 98ed7338e6 add a test metadata for #98 Alexis Metaireau 2011-04-21 19:26:12 +02:00
  • afda2fcbbd Merge branch 'master' of github.com:ametaireau/pelican Alexis Metaireau 2011-04-26 13:47:45 +01:00
  • 8febf10651 Include the complete license rather than the short version. See #103 Alexis Metaireau 2011-04-26 13:45:42 +01:00
  • ac391479f2 fixed link to pelican homepage in the simple theme derdon 2011-04-26 13:44:26 +02:00
  • dcc9a5596e Merged pull request #102 from derdon/master. Alexis Metaireau 2011-04-26 01:25:11 -07:00
  • 52ae61fe24 Merge git://github.com/ametaireau/pelican derdon 2011-04-26 02:55:19 +02:00
  • befd7098ce typos, grammar mistakes, minor whitespace issues derdon 2011-04-26 02:49:00 +02:00
  • 77457ed800 another whitespace mistake in the CLI help derdon 2011-04-26 02:39:57 +02:00
  • dd62f293d6 added missing whitespace in the CLI help derdon 2011-04-26 02:37:56 +02:00
  • f9f01320ca update the theme (logo) Alexis Metaireau 2011-04-26 00:40:16 +01:00
  • 62c08f66fb Merge branch 'master' of github.com:ametaireau/pelican Alexis Metaireau 2011-04-26 00:34:38 +01:00
  • 1013ae5eb3 theme switch Alexis Metaireau 2011-04-26 00:34:03 +01:00
  • c21d7a1233 Merged pull request #101 from derdon/master. Alexis Metaireau 2011-04-25 15:42:10 -07:00
  • 6b10d86407 move a default value to the table cell it belongs to derdon 2011-04-26 00:39:31 +02:00
  • 36cc74b224 Little doc fix Alexis Metaireau 2011-04-25 23:33:13 +01:00
  • 26b756d7d8 Thanks Simon Liedtke Alexis Metaireau 2011-04-25 23:29:45 +01:00
  • a92394eac2 Merged pull request #99 from derdon/master. Alexis Metaireau 2011-04-25 15:27:52 -07:00
  • 8732569a01 Removed a bug (debug messages was not showed) and improved readability Skami18 2011-04-25 12:13:44 +02:00
  • e9364df4ed removed a confusing question mark derdon 2011-04-25 00:40:42 +02:00