Commit Graph

271 Commits

Author SHA1 Message Date
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
Jake Vanderplas
92e448340c properly set language in include_code 2013-05-09 07:38:34 -07:00
Jake Vanderplas
ce11ec8b20 add literal tag for displaying {% ... %} 2013-05-07 21:30:53 -07:00
Jake Vanderplas
5977160bb6 fix notebook cell parsing 2013-05-05 21:00:09 -07:00
Duncan Lock
bd3934a49a Updated readme to reflect current behavior; removed old code 2013-05-05 09:09:40 -07:00
Jake Vanderplas
76d27c2876 fix cell indexing issue 2013-05-05 07:36:27 -07:00
Jake Vanderplas
e0e303adf3 save notebook header only once 2013-05-05 06:49:00 -07:00
Jake Vanderplas
d091f2780b add ability to specify static directory 2013-05-04 21:25:34 -07:00
Jake Vanderplas
d5e4d179e9 add ablility to specify notebook cells 2013-05-04 07:21:10 -07:00
Jake Vanderplas
c0e756209d change to work with new nbconvert 2013-05-04 06:43:19 -07:00
Jake Vanderplas
a6ad0e66e6 update readme 2013-05-03 07:42:22 -07:00
Jake Vanderplas
790fe92e3e make code & notebook directories configurable 2013-05-03 07:36:36 -07:00
Jake Vanderplas
a934cde442 fix notebook formatting 2013-05-03 07:22:41 -07:00
Jake Vanderplas
87f81ab4f5 add ~ files to gitignore 2013-05-03 07:22:31 -07:00
Jake Vanderplas
1ae1833864 add notebook tag 2013-05-02 22:47:52 -07:00
Jake Vanderplas
57d62ce99f initial commit: img, video, include_code tags 2013-05-02 08:36:54 -07:00
Duncan Lock
8718ba3664 Fixed the responsive styles so they work properly with small, as well as large images 2013-05-01 18:42:03 -07:00
Duncan Lock
efa6b8d0c1 Added fixing alt text; updated readme
Signed-off-by: Duncan Lock <duncan.lock@gmail.com>
2013-04-29 15:51:21 -07:00
Duncan Lock
c99a2102f8 Added suuport for responsive images; added initial support for SVG
Signed-off-by: Duncan Lock <duncan.lock@gmail.com>
2013-04-29 15:51:21 -07:00
Duncan Lock
ec7384fb4e Added height: auto
Signed-off-by: Duncan Lock <duncan.lock@gmail.com>
2013-04-29 15:51:21 -07:00
Duncan Lock
33951b40f2 Added TODO
Signed-off-by: Duncan Lock <duncan.lock@gmail.com>
2013-04-29 15:51:21 -07:00
Duncan Lock
dfea2308d4 Added HTML to test_data
Signed-off-by: Duncan Lock <duncan.lock@gmail.com>
2013-04-29 15:51:20 -07:00
Duncan Lock
de83be068a Renamed test/ to test_data/
Signed-off-by: Duncan Lock <duncan.lock@gmail.com>
2013-04-29 15:51:20 -07:00
Duncan Lock
5c806c44d8 Added dummy test images
Signed-off-by: Duncan Lock <duncan.lock@gmail.com>
2013-04-29 15:51:20 -07:00
Duncan Lock
1d61d2278a Added test .rst file and a screenshot of output
Signed-off-by: Duncan Lock <duncan.lock@gmail.com>
2013-04-29 15:51:20 -07:00
Duncan Lock
b823710a93 Added TODO
Signed-off-by: Duncan Lock <duncan.lock@gmail.com>
2013-04-29 15:51:20 -07:00
Duncan Lock
b998ad60e0 Updated to cope with multiple images and figures, and to deal with indivdual images.
Also renamed and updated readme.

Signed-off-by: Duncan Lock <duncan.lock@gmail.com>
2013-04-29 15:51:20 -07:00
Duncan Lock
223e182905 Added initial stab at figures and image widths plugin.
Signed-off-by: Duncan Lock <duncan.lock@gmail.com>
2013-04-29 15:51:20 -07: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
Emmet McPoland
fec36746b3 Initial Gallery Plugin Commit 2013-04-11 12:53:24 +01: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