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