Browse Source

Added my new figure-ref, pdf-img, and pelican-cite plugins as submodules. Updated README accordingly.

Chris MacMackin 9 years ago
parent
commit
d4b9afec27
5 changed files with 18 additions and 0 deletions
  1. 9 0
      .gitmodules
  2. 6 0
      Readme.rst
  3. 1 0
      figure-ref
  4. 1 0
      pdf-img
  5. 1 0
      pelican-cite

+ 9 - 0
.gitmodules

@@ -85,3 +85,12 @@
 [submodule "org_pandoc_reader"]
 [submodule "org_pandoc_reader"]
 	path = org_pandoc_reader
 	path = org_pandoc_reader
 	url = https://github.com/jo-tham/org_pandoc_reader.git
 	url = https://github.com/jo-tham/org_pandoc_reader.git
+[submodule "pdf-img"]
+	path = pdf-img
+	url = https://github.com/cmacmackin/pdf-img.git
+[submodule "pelican-cite"]
+	path = pelican-cite
+	url = https://github.com/cmacmackin/pelican-cite.git
+[submodule "figure-ref"]
+	path = figure-ref
+	url = https://github.com/cmacmackin/figure-ref

+ 6 - 0
Readme.rst

@@ -70,6 +70,8 @@ Feed Summary              Allows article summaries to be used in ATOM and RSS fe
 
 
 Filetime from git         Uses git commit to determine page date
 Filetime from git         Uses git commit to determine page date
 
 
+Figure References         Provides a system to number and references figures
+
 Gallery                   Allows an article to contain an album of pictures
 Gallery                   Allows an article to contain an album of pictures
 
 
 Gist directive            This plugin adds a ``gist`` reStructuredText directive.
 Gist directive            This plugin adds a ``gist`` reStructuredText directive.
@@ -118,12 +120,16 @@ Optimize images           Applies lossless compression on JPEG and PNG images
 
 
 PDF generator             Automatically exports RST articles and pages as PDF files
 PDF generator             Automatically exports RST articles and pages as PDF files
 
 
+PDF Images                If an img tag contains a PDF, EPS or PS file as a source, this plugin generates a PNG preview which will then act as a link to the original file.
+
 Pelican-flickr            Brings your Flickr photos & sets into your static website
 Pelican-flickr            Brings your Flickr photos & sets into your static website
 
 
 pelican_javascript        Allows you to embed Javascript and CSS files into individual articles
 pelican_javascript        Allows you to embed Javascript and CSS files into individual articles
 
 
 pelican-toc               Generates a Table of Contents and make it available to the theme via article.toc
 pelican-toc               Generates a Table of Contents and make it available to the theme via article.toc
 
 
+Pelican Cite              Produces inline citations and a bibliography in articles and pages, using a BibTeX file.
+
 Pelican Gist tag          Easily embed GitHub Gists in your Pelican articles
 Pelican Gist tag          Easily embed GitHub Gists in your Pelican articles
 
 
 Pelican Page Order        Adds a ``page_order`` attribute to all pages if one is not defined.
 Pelican Page Order        Adds a ``page_order`` attribute to all pages if one is not defined.

+ 1 - 0
figure-ref

@@ -0,0 +1 @@
+Subproject commit adbb4fc00c8a7e313549bcf5ec0dd7162aed8ddc

+ 1 - 0
pdf-img

@@ -0,0 +1 @@
+Subproject commit 4cb4ed8da3902976fcf9e09d961a2373364eacdc

+ 1 - 0
pelican-cite

@@ -0,0 +1 @@
+Subproject commit b2f7e2c9e54f33ebfc8a93b9ecdb5a177345ab92