⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tracnavigation

📁 一款基于web的项目管理、bug跟踪系统。提供了与svn集成的操作界面、问题跟踪
💻
字号:
= Trac Navigation =Starting with Trac 0.11, it is now possible to customize the main and meta navigation entries in some basic ways.The new `[mainnav]` and `[metanav]` configuration sections can now be used to customize the text and link used for the navigation items, or even to disable them.`[mainnav]` corresponds to the '''main navigation bar''', the one containing entries such as ''Wiki'', ''Timeline'', ''Roadmap'', ''Browse Source'' and so on. This navigation bar is meant to access the default page of the main modules enabled in Trac and accessible for the current user.`[metanav]` corresponds to the '''meta navigation bar''', by default positioned above the main navigation bar and below the ''Search'' box. It contains the ''Log in'', ''Logout'', ''Help/Guide'' etc. entries. This navigation bar is meant to access some global information about the Trac project and the current user.Note that it is still not possible to customize the '''contextual navigation bar''', i.e. the one usually placed below the main navigation bar.=== Example ===In the following example, we rename the link to the Wiki start "Home", and hide the "Help/Guide" link. We also make the "View Tickets" entry link to a specific report.Relevant excerpt from the TracIni:{{{[mainnav]wiki.label = Hometickets.href = /report/24[metanav]help = disabled}}}----See also: TracInterfaceCustomization, the TracHacks:NavAddPlugin (still needed for adding entries)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -