Lateral Opinion
Available in: Español • English
2008-02-18 10:06:34

Presentaciones en modo texto

He visto varios posts en planet KDE sobre herramientas de presentación basadas en texto (1 , 2 , 3 ) y mientras sus soluciones son probablemente todas mejores que la mía, tengo que decir que hice algo en esa area hace casi un año.

Ya que me gusta el restructured text y PyQt, está basado en eso, pero se puede usar con vi y una wyse60.

Mi proyecto se llama Tobogan y se puede descargar, y funciona hasta cierto punto.

Tiene una interface gráfica, pero ignorémosla en este mensaje acerca de software en modo texto ;-) y mostremos el texto que tiene atrás.

===============
Why use Tobogan
===============

-------------------
(If you are a nerd)
-------------------

:transitions: from_left,to_left,from_top,to_top,from_right,to_right,to_bottom,fade_out



It's nerd-oriented
------------------

It's trivial to display source code, with
proper syntax highlighting.

.. code-block:: python

    from base64 import *
    def myFirstFunction():
          print b64decode ('YnllIHdvcmxkIQ==')

Even for things like shell sessions.
Dammit, I am a nerd, I will try to add every nerd
feature I deem cool.



It does things simply
---------------------

This is a subtitle?
===================

Wanna show a flickr photo?

.. code-block:: rst

    .. flickr:: myPhotoTitle

How about using openomy.com to share your files?
And whatever else you can think of, it probably
**can**\  be done.

.. footer:: Smart thing goes here

Y aquí está el resultado después de correr el script rst2sl.py.

Pistas:

  • Si el cursor se mueve hasta la parte superior de la ventana, se puede ver flechas de anterior/siguiente.
  • Si se hace click en la ventana, se va a la siguiente página.

hace casi un año que no lo toco, y necesita mucho cariño, pero no es una mala idea, me parece.

# •   •  Listen to this post
Topics: kde, programming, python, tobogan
Available in: Español • English