test
[openjpeg.git] / _config.yml
1 # This is the default format. 
2 # For more see: http://jekyllrb.com/docs/permalinks/
3 permalink: /:categories/:year/:month/:day/:title 
4
5 exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"]
6 highlighter: rouge
7 paginate: 3
8
9 # Themes are encouraged to use these universal variables 
10 # so be sure to set them if your theme uses them.
11 #
12 title : OpenJPEG
13 tagline: An open-source JPEG 2000 codec written in C.
14 author :
15   name : Université de Louvain (UCL), Belgium
16   email : info@openjpeg.org
17   github : uclouvain/openjpeg
18   twitter : openjpeg
19   #feedburner : feedname
20
21 #  Version of binary release (update this for each new release!)
22 binVersion: 2.1.1
23
24 # Remaining URLs
25 gitURL: https://github.com/uclouvain/openjpeg
26 issuesURL: https://github.com/uclouvain/openjpeg/issues
27 testDataURL: https://github.com/uclouvain/openjpeg/openjpeg-data
28 uclURL: http://www.uclouvain.be/en-index.html
29 icteamURL: https://www.uclouvain.be/en-icteam.html
30 intopixURL: http://www.intopix.com/
31 latestReleaseURL: https://github.com/uclouvain/openjpeg/releases/latest
32 allReleasesURL: https://github.com/uclouvain/openjpeg/releases/
33 docInstallURL: https://github.com/uclouvain/openjpeg/wiki/Installation
34 docUsageURL: https://github.com/uclouvain/openjpeg/wiki/DocJ2KCodec
35 docAPIURL: http://www.openjpeg.org/libdoc/index.html
36 ciURL: http://my.cdash.org/index.php?project=OPENJPEG
37 dataURL: https://github.com/uclouvain/openjpeg-data
38 newIssueURL: https://github.com/uclouvain/openjpeg/issues/new
39 mlURL: 'https://groups.google.com/forum/#!forum/openjpeg'
40 mlsubURL: 'https://groups.google.com/forum/#!forum/openjpeg/join'
41 refSoftURL: http://www.jpeg.org/jpeg2000/software.html
42
43 # The production_url is only used when full-domain names are needed
44 # such as sitemap.txt 
45 # Most places will/should use BASE_PATH to make the urls
46 #
47 # If you have set a CNAME (pages.github.com) set your custom domain here.
48 # Else if you are pushing to username.github.io, replace with your username.
49 # Finally if you are pushing to a GitHub project page, include the project name at the end.
50 #
51 production_url : http://uclouvain.github.io/openjpeg
52
53 # All Jekyll-Bootstrap specific configurations are namespaced into this hash
54 #
55 JB :
56   version : 0.3.0
57
58   # All links will be namespaced by BASE_PATH if defined.
59   # Links in your website should always be prefixed with {{BASE_PATH}}
60   # however this value will be dynamically changed depending on your deployment situation.
61   #
62   # CNAME (http://yourcustomdomain.com)
63   #   DO NOT SET BASE_PATH 
64   #   (urls will be prefixed with "/" and work relatively)
65   #
66   # GitHub Pages (http://username.github.io)
67   #   DO NOT SET BASE_PATH 
68   #   (urls will be prefixed with "/" and work relatively)
69   #
70   # GitHub Project Pages (http://username.github.io/project-name)
71   #
72   #   A GitHub Project site exists in the `gh-pages` branch of one of your repositories.
73   #  REQUIRED! Set BASE_PATH to: http://username.github.io/project-name
74   #
75   # CAUTION:
76   #   - When in Localhost, your site will run from root "/" regardless of BASE_PATH
77   #   - Only the following values are falsy: ["", null, false]
78   #   - When setting BASE_PATH it must be a valid url.
79   #     This means always setting the protocol (http|https) or prefixing with "/"
80   #BASE_PATH : false
81   BASE_PATH : http://www.openjpeg.org
82
83   # By default, the asset_path is automatically defined relative to BASE_PATH plus the enabled theme.
84   # ex: [BASE_PATH]/assets/themes/[THEME-NAME]
85   #
86   # Override this by defining an absolute path to assets here.
87   # ex: 
88   #   http://s3.amazonaws.com/yoursite/themes/watermelon
89   #   /assets
90   #
91   ASSET_PATH : false
92
93   # These paths are to the main pages Jekyll-Bootstrap ships with.
94   # Some JB helpers refer to these paths; change them here if needed.
95   #
96   archive_path: /archive.html
97   categories_path : /categories.html
98   tags_path : /tags.html
99   atom_path : /atom.xml
100   rss_path : /rss.xml
101
102   # Settings for comments helper
103   # Set 'provider' to the comment provider you want to use.
104   # Set 'provider' to false to turn commenting off globally.
105   #
106   comments :
107     provider : false
108     disqus :
109       short_name : jekyllbootstrap
110     livefyre :
111       site_id : 123
112     intensedebate :
113       account : 123abc
114     facebook :
115       appid : 123
116       num_posts: 5
117       width: 580
118       colorscheme: light
119     duoshuo :
120       short_name : jekyllbootstrap
121    
122   # Settings for analytics helper
123   # Set 'provider' to the analytics provider you want to use.
124   # Set 'provider' to false to turn analytics off globally.
125   #        
126   analytics :
127     provider : google
128     #gauges :
129     #    site_id : 'SITE ID'
130     google : 
131         tracking_id : 'UA-119953-1'
132     #getclicky :
133     #  site_id : 
134     #mixpanel :
135     #    token : '_MIXPANEL_TOKEN_'
136     #piwik :
137     #    baseURL : 'myserver.tld/piwik' # Piwik installation address (without protocol)
138     #    idsite : '1'                   # the id of the site on Piwik
139
140   # Settings for sharing helper. 
141   # Sharing is for things like tweet, plusone, like, reddit buttons etc.
142   # Set 'provider' to the sharing provider you want to use.
143   # Set 'provider' to false to turn sharing off globally.
144   #
145   sharing :
146     provider : false
147     
148   # Settings for all other include helpers can be defined by creating 
149   # a hash with key named for the given helper. ex:
150   #
151   #   pages_list :
152   #     provider : "custom"   
153   #
154   # Setting any helper's provider to 'custom' will bypass the helper code
155   # and include your custom code. Your custom file must be defined at:
156   #   ./_includes/custom/[HELPER]
157   # where [HELPER] is the name of the helper you are overriding.
158