Displaying 3 results from an estimated 3 matches for "navi_bar".
2015 Oct 04
4
Main menu, CentOS Wiki
Sorry about second post about that, but we need language sensitive menu
links on wiki.centos.org. For example, if users pick any language and wants
to see HowTo section, they need open "Learn" section and find there "HowTo"
section, or add language code into every link from menu bar. We should
solve this. Can someone help?
-------------- next part --------------
An HTML
2015 Oct 05
0
Main menu, CentOS Wiki
...e and wants to see HowTo section,
> they need open "Learn" section and find there "HowTo" section, or
> add language code into every link from menu bar. We should solve
> this. Can someone help?
Well, it seems you just voluteered ;-)
Actually the top bar (called 'navi_bar' in moin) is "static" and
defined in the wikiconfig.py file. So I don't think that actually it
can support multiple languages dynamically. If someone can have a
deeper look at moin and how it can (or not) be done, I guess we're all
for it.
IIRC someone mentioned in the past a...
2007 Oct 11
2
How to put always visible links on a multi-language wiki
...unt.
- en/Documentation will turn into just Documentation
- es/Documentation will turn into just Documentaci?n (The related
translation to the English Documentation page name).
- We can add the pages Documentation, Download, Promote, Contribute,
About as the following in wikiconfig.py file:
navi_bar = [
# If you want to show your page_front_page here:
#u'%(page_front_page)s',
u'RecentChanges',
u'FindPage',
u'SiteNavigation',
u'HelpContents',
u'Documentation',
u'Download',...