mirror of
https://github.com/jlengrand/IvolutionWebsite.git
synced 2026-03-10 08:31:18 +00:00
Updates list of links
This commit is contained in:
@@ -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'),)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user