Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Killed sllides (#2854)
* Killed sllides

* removed slides from the demo

* updated changelog
  • Loading branch information
ralsina committed Jun 28, 2017
1 parent 2cd6e02 commit c94951d
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 126 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Expand Up @@ -22,6 +22,7 @@ Bugfixes
Removed features
----------------

* Removed the slides directive for docutils, it will now be a separate plugin.
* Drop Python 2 support
* Remove ``nikola install_theme`` — use ``nikola theme`` instead
* Drop insecure post encryption feature
Expand Down
18 changes: 1 addition & 17 deletions docs/manual.txt
Expand Up @@ -80,7 +80,7 @@ Nikola can't do:
* An Issue tracker
* Anything with forms, really (except for `comments`_!)

Keep in mind that "static" doesn't mean **boring**. You can have animations, slides
Keep in mind that "static" doesn't mean **boring**. You can have animations
or whatever fancy CSS3/HTML5 thingie you like. It only means all that HTML is
generated already before being uploaded. On the other hand, Nikola sites will
tend to be content-heavy. What Nikola is good at is at putting what you write
Expand Down Expand Up @@ -189,7 +189,6 @@ Nikola provides the following features:
* Easy-to-create image galleries
* Image thumbnail generation
* Support for displaying source code listings
* Image slideshows
* Custom search
* Asset (CSS/JS) bundling
* gzip compression (for sending via your web server)
Expand Down Expand Up @@ -2481,21 +2480,6 @@ least this basic HTML:

<a class="image-reference" href="images/tesla.jpg"><img src="images/tesla.thumbnail.jpg"></a>

Slideshows
~~~~~~~~~~

To create an image slideshow, you can use the ``slides`` directive. For example:

.. code:: restructuredtext

.. slides::

/galleries/demo/tesla_conducts_lg.jpg
/galleries/demo/tesla_lightning2_lg.jpg
/galleries/demo/tesla4_lg.jpg
/galleries/demo/tesla_lightning1_lg.jpg
/galleries/demo/tesla_tower1_lg.jpg

Chart
~~~~~

Expand Down
17 changes: 0 additions & 17 deletions nikola/data/samplesite/pages/slides-demo.rst

This file was deleted.

1 change: 0 additions & 1 deletion nikola/data/samplesite/posts/1.rst
Expand Up @@ -21,7 +21,6 @@ Next steps:
* `Visit the Nikola website to learn more <https://getnikola.com>`__
* `See a demo photo gallery <link://gallery/demo>`__
* :doc:`See a demo listing <listings-demo>`
* :doc:`See a demo slideshow <slides-demo>`
* :doc:`See a demo of a longer text <dr-nikolas-vendetta>`

Send feedback to info@getnikola.com!
14 changes: 0 additions & 14 deletions nikola/plugins/compile/rest/slides.plugin

This file was deleted.

77 changes: 0 additions & 77 deletions nikola/plugins/compile/rest/slides.py

This file was deleted.

0 comments on commit c94951d

Please sign in to comment.