Justin Mayer
e11c18bf48
Merge pull request #27 from fbs/etoc_doc
...
Update the extract_toc documentation with a md/rst toc example
2013-05-20 03:46:02 -07:00
Justin Mayer
312f7df476
Merge pull request #26 from fbs/extract_toc_fix
...
extract_toc: skip static content
2013-05-19 19:35:03 -07:00
bas smit
f920f0ec9e
Update the extract_toc documentation with a md/rst toc example
2013-05-19 14:59:36 +02:00
bas smit
e07dac8799
Skip static content for toc extraction
2013-05-19 13:37:15 +02:00
Alexis Métaireau
749f499206
Move disqus_static out of pelicanext
2013-05-17 15:39:25 +10:00
Alexis Metaireau
4d91239324
Merge pull request #12 from idyedov/master
...
disqus_static plugin
2013-05-16 22:30:53 -07:00
Alexis Metaireau
21a1478d9c
Merge pull request #22 from barrysteyn/master
...
Ability for latex in page
2013-05-16 22:13:35 -07:00
Alexis Metaireau
facb4a6c45
Merge pull request #11 from cdunklau/add_code_include
...
Adding new plugin Code Include
2013-05-16 22:12:38 -07:00
Colin Dunklau
95600f17b7
Removed docstrings to avoid doc duplication.
2013-05-16 22:41:13 -05:00
Colin Dunklau
4ba1c5fd6b
Restructured to account for repo layout change
2013-05-16 20:59:44 -05:00
Colin Dunklau
84c8867f29
Merge remote-tracking branch 'upstream/master' into add_code_include
2013-05-16 20:56:16 -05:00
Alexis Métaireau
b83ce37a2a
Also update the LICENSE file
2013-05-17 11:33:16 +10:00
Alexis Métaireau
850db33263
Don't enforce the licence to be AGPL.
2013-05-17 11:30:22 +10:00
Barry Steyn
457604623f
Correct error in documentation
2013-05-09 21:24:54 -04:00
Barry Steyn
86c0725f24
Ability to add latex to pages
2013-05-09 21:20:21 -04:00
Justin Mayer
a4df915490
Minor improvements to W3C Validator plugin README
2013-04-17 16:38:46 -07:00
Justin Mayer
41732db062
Merge pull request #19 from zemanel/w3c-validator-plugin
...
add w3c validator plugin
2013-04-17 16:34:42 -07:00
José Moreira
e5de6be179
add w3c validator plugin
2013-04-16 22:22:58 +01:00
Talha Mansoor
45b3094247
Adds Extract table of contents plugin
2013-04-16 10:29:57 -07:00
Justin Mayer
60e316e42d
Merge pull request #18 from avaris/import-plugins
...
Import plugins and restructure repository
2013-04-12 16:02:56 -07:00
Deniz Turgut
31ccbde072
teach plugins with dependencies to behave
2013-04-12 18:36:42 -04:00
Deniz Turgut
c694cb404d
move tests to plugin folder
2013-04-12 17:48:52 -04:00
Deniz Turgut
9e70c17839
import plugins from core and restructure repo
2013-04-12 13:39:47 -04:00
Justin Mayer
4892bf0ad1
Merge pull request #15 from abackstrom/affero-gpl
...
Adding LICENSE file for Affero GPL
2013-04-04 22:15:10 -07:00
Adam Backstrom
66e83158ba
Adding LICENSE file for Affero GPL
2013-04-04 22:37:06 -04:00
Talha Mansoor
1958343053
Adds GoodReads activity plugin
2013-03-31 09:17:55 -07:00
Justin Mayer
5ec7de70e2
Merge pull request #13 from abackstrom/import-sitemap
...
Import the sitemap plugin from getpelican/pelican@024ecb30
2013-03-29 09:58:45 -07:00
Ivan Dyedov
77c7de21c5
add support for child posts
2013-03-28 18:25:11 -04:00
m-r-r
164247d2e3
Import the sitemap plugin from getpelican/pelican@024ecb30
2013-03-27 23:18:54 -04:00
FELD Boris
d5b5b4f545
Add a multi_part plugin
...
It list all parts of a blog post, helping to create a navigation menu between all the parts
2013-03-25 09:46:29 -07:00
Colin Dunklau
1dc73cda43
Whitespace fixes
2013-03-24 16:34:03 -05:00
Ivan Dyedov
4e7a4bd592
make the disqus_static plugin work for sites with over 25 comments
2013-03-24 16:13:47 -04:00
Ivan Dyedov
c29e082093
fix README markdown display
2013-03-24 15:47:27 -04:00
Ivan Dyedov
5b8ffde2a5
initial commit of disqus_static plugin, a plugin for allowing you to fetch disqus comments from their API and embed them into your templates at HTML generation time.
2013-03-24 15:39:44 -04:00
Alexis Metaireau
3f69ea4af3
Merge pull request #9 from talha131/fix_latex
...
Adds __init__.py to latex plugin so that it can be imported as module
2013-03-23 18:24:03 -07:00
Colin Dunklau
23d426aed7
PEP 8 fixes
2013-03-23 17:12:22 -05:00
Colin Dunklau
ccef5de59d
Some minor tweaks: documentation, py3 compliance
...
Pulled most documentation out of code to avoid desync
Fixed unicode literals
Fixed except syntax for py3 compliance
2013-03-23 16:57:10 -05:00
Colin Dunklau
e4f8a604cb
Adding new plugin Code Include
...
This plugin allows you to include other files as a code block with
syntax highlighting in ReST articles. You'll need docutils>0.10, as
there was a circular import bug in the 0.10 release.
2013-03-23 16:05:56 -05:00
Justin Mayer
3a3a92183d
Update README with current plugin repo status
2013-03-23 09:10:26 -07:00
Justin Mayer
f3b37b27de
Merge pull request #4 from avaris/master
...
Add Neighbor Articles plugin
2013-03-23 08:59:39 -07:00
Mauricio Bustamante
477ee86b73
Added random article plugin
2013-03-23 08:48:24 -07:00
Talha Mansoor
44b506edb2
Adds __init__.py to latex plugin so that it can be imported as module
2013-03-21 03:42:00 +05:00
Deniz Turgut
69a83d3e8f
Neighbor Articles plugin
2013-03-13 14:39:43 -04:00
Alexis Métaireau
ff5a87bf35
move the latex plugin into the right namespace
2013-03-04 18:42:36 -08:00
Alexis Metaireau
15de582c31
Merge pull request #1 from barrysteyn/latex
...
The pelican latex plugin
2013-03-04 18:41:08 -08:00
Barry Steyn
5f96a2c0eb
The pelican latex plugin
2013-03-04 21:26:51 -05:00
Alexis Métaireau
9665b10a8d
kickstart
2013-03-03 21:55:56 -08:00