Updates list of links

This commit is contained in:
2012-09-14 14:10:46 +02:00
parent 479bae96d7
commit 1ed8c503af

View File

@@ -10,17 +10,17 @@ TIMEZONE = 'Europe/Amsterdam'
DEFAULT_LANG = 'en'
# Blogroll
LINKS = (('Pelican', 'http://docs.notmyidea.org/alexis/pelican/'),
('Python.org', 'http://python.org'),
('Jinja2', 'http://jinja.pocoo.org'),
('You can modify those links in your config file', '#'),)
LINKS = (('Python.org', 'http://python.org'),
('OpenCV', 'http://opencv.willowgarage.com/wiki/'),
('WxPython', 'http://wxpython.org/'),
('About me', 'http://www.lengrand.fr'),)
PAGELINKS = (('Ivolution Project', 'Ivolution.html'),
('1 minute kick-off', 'OneMinuteTutorial.html'),
('Downloads', 'Downloads.html'),
('Installation', 'Installation.html'),
('Main Interface', 'MainInterface.html'),
('Settings Interface', 'Settings.html'),
('Settings', 'Settings.html'),
('Future Developments', 'FutureDevelopments.html'),
('About', 'About.html'),)