Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.3 KB

README.md

File metadata and controls

37 lines (30 loc) · 1.3 KB

Substyle -- subversion repositories browsed with style

DESCRIPTION

Substyle is a theme for Repostyle http://www.reposstyle.com that uses Jquerymobile to make browsing more smooth and useful. For example, directories and files list can be filtered. Is specally suited for browsing Redmine managed repositories by showing a button to Redmine repository history. Fork this project to remove this in file substyle/view/repos.xsl, line 141.

INSTALLATION

You have to follow instructions in http://www.reposstyle.com/. When everything is working with default theme, clone or drop substyle folder inside reposstyle directory. Also, set the following in you Apache virtualhost file:

<VirtualHost>
.... your settings ...
   <Directory /var/www-tools/reposstyle/>
         Order deny,allow
      allow from all
   </Directory>
   <Location /svn>
     DAV svn
     SVNListParentPath on
     SVNParentPath "/your/path/to/svn/repositories"
     ModMimeUsePathInfo on
     SVNIndexXSLT "/reposstyle/substyle/view/repos.xsl"
  </Location>
</VirtualHost>

SCREENSHOT

[[docs/screenshot.png]]

TODO

Everything we needed is there, and Reposstyle is not being updated, but there is a problem when using latest jQuery library 1.7.2 and if you solve it please pull us :)