Now into http://nicolas-brousse.github.io/ubuntu-install-and-tips
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>jQuery simple accordion</title> | |
| <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> | |
| <script type="text/javascript" src="jquery.simpleAccordion.js"></script> | |
| <script type="text/javascript"> | |
| $('.accordion').simpleAccordion(); | |
| </script> | |
| </head> | |
| <body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /bin/sh | |
| # | |
| # Convert svn repository to Git repository | |
| # Author: Nicolas Brousse <nicolas@opsone.net> | |
| # Date: 2013-10-02 17:28:01 UTC | |
| # | |
| # Thanks to: http://www.mabishu.com/blog/2011/01/13/migrate-subversion-repository-to-git-without-loosing-data/ | |
| # | |
| set -e |
NewerOlder