= Creating Views in Trac is now even easier! = TracViewScript, which is a pastescript template, to enable the creation of a skeleton view of a view in Trac. This view * provides mainnav navigation (INavigationContributor) * handles requests (IRequestHandler) * provides templates (ITemplateProvider) You can download TracViewScript here: http://trac-hacks.org/wiki/TracViewScript For more general purpose Trac plugin creation, see http://trac-hacks.org/wiki/CreatePluginScript == Usage == Once you have installed the software, `tracview` should be listed by paster: `paster create --list-templates` To invoke the template, run `paster create -t tracview FooBar` where `FooBar` is the name of the view you want to create. == Download == Download the zipped source from [download:tracviewscript here]. You can check out TracViewScript from [http://trac-hacks.org/svn/tracviewscript here] using Subversion, or [source:tracviewscript browse the source] with Trac. == Bugs/Feature Requests == Existing bugs and feature requests for TracViewScript are [report:9?COMPONENT=TracViewScript here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TracViewScript&owner=k0s new ticket]. == Recent Changes == [[ChangeLog(tracviewscript, 3)]] == Author/Contributors == '''Author:''' [wiki:k0s] [[BR]] '''Contributors:'''