2.5.2 post: fix full changelog
[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.5.2
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 openjpipURL: https://github.com/uclouvain/openjpeg/wiki/OpenJPIP
43
44 # The production_url is only used when full-domain names are needed
45 # such as sitemap.txt 
46 # Most places will/should use BASE_PATH to make the urls
47 #
48 # If you have set a CNAME (pages.github.com) set your custom domain here.
49 # Else if you are pushing to username.github.io, replace with your username.
50 # Finally if you are pushing to a GitHub project page, include the project name at the end.
51 #
52 production_url : http://uclouvain.github.io/openjpeg
53
54 # All Jekyll-Bootstrap specific configurations are namespaced into this hash
55 #
56 JB :
57   version : 0.3.0
58
59   # All links will be namespaced by BASE_PATH if defined.
60   # Links in your website should always be prefixed with {{BASE_PATH}}
61   # however this value will be dynamically changed depending on your deployment situation.
62   #
63   # CNAME (http://yourcustomdomain.com)
64   #   DO NOT SET BASE_PATH 
65   #   (urls will be prefixed with "/" and work relatively)
66   #
67   # GitHub Pages (http://username.github.io)
68   #   DO NOT SET BASE_PATH 
69   #   (urls will be prefixed with "/" and work relatively)
70   #
71   # GitHub Project Pages (http://username.github.io/project-name)
72   #
73   #   A GitHub Project site exists in the `gh-pages` branch of one of your repositories.
74   #  REQUIRED! Set BASE_PATH to: http://username.github.io/project-name
75   #
76   # CAUTION:
77   #   - When in Localhost, your site will run from root "/" regardless of BASE_PATH
78   #   - Only the following values are falsy: ["", null, false]
79   #   - When setting BASE_PATH it must be a valid url.
80   #     This means always setting the protocol (http|https) or prefixing with "/"
81   #BASE_PATH : false
82   BASE_PATH : http://www.openjpeg.org
83
84   # By default, the asset_path is automatically defined relative to BASE_PATH plus the enabled theme.
85   # ex: [BASE_PATH]/assets/themes/[THEME-NAME]
86   #
87   # Override this by defining an absolute path to assets here.
88   # ex: 
89   #   http://s3.amazonaws.com/yoursite/themes/watermelon
90   #   /assets
91   #
92   ASSET_PATH : false
93
94   # These paths are to the main pages Jekyll-Bootstrap ships with.
95   # Some JB helpers refer to these paths; change them here if needed.
96   #
97   archive_path: /archive.html
98   categories_path : /categories.html
99   tags_path : /tags.html
100   atom_path : /atom.xml
101   rss_path : /rss.xml
102
103   # Settings for comments helper
104   # Set 'provider' to the comment provider you want to use.
105   # Set 'provider' to false to turn commenting off globally.
106   #
107   comments :
108     provider : false
109     disqus :
110       short_name : jekyllbootstrap
111     livefyre :
112       site_id : 123
113     intensedebate :
114       account : 123abc
115     facebook :
116       appid : 123
117       num_posts: 5
118       width: 580
119       colorscheme: light
120     duoshuo :
121       short_name : jekyllbootstrap
122    
123   # Settings for analytics helper
124   # Set 'provider' to the analytics provider you want to use.
125   # Set 'provider' to false to turn analytics off globally.
126   #        
127   analytics :
128     provider : google
129     #gauges :
130     #    site_id : 'SITE ID'
131     google : 
132         tracking_id : 'UA-119953-1'
133     #getclicky :
134     #  site_id : 
135     #mixpanel :
136     #    token : '_MIXPANEL_TOKEN_'
137     #piwik :
138     #    baseURL : 'myserver.tld/piwik' # Piwik installation address (without protocol)
139     #    idsite : '1'                   # the id of the site on Piwik
140
141   # Settings for sharing helper. 
142   # Sharing is for things like tweet, plusone, like, reddit buttons etc.
143   # Set 'provider' to the sharing provider you want to use.
144   # Set 'provider' to false to turn sharing off globally.
145   #
146   sharing :
147     provider : false
148     
149   # Settings for all other include helpers can be defined by creating 
150   # a hash with key named for the given helper. ex:
151   #
152   #   pages_list :
153   #     provider : "custom"   
154   #
155   # Setting any helper's provider to 'custom' will bypass the helper code
156   # and include your custom code. Your custom file must be defined at:
157   #   ./_includes/custom/[HELPER]
158   # where [HELPER] is the name of the helper you are overriding.
159