You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2015/07/30 17:52:44 UTC

allura-site git commit: Don't use system locale

Repository: allura-site
Updated Branches:
  refs/heads/asf-site c35db2788 -> 30f2c324c


Don't use system locale


Project: http://git-wip-us.apache.org/repos/asf/allura-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura-site/commit/30f2c324
Tree: http://git-wip-us.apache.org/repos/asf/allura-site/tree/30f2c324
Diff: http://git-wip-us.apache.org/repos/asf/allura-site/diff/30f2c324

Branch: refs/heads/asf-site
Commit: 30f2c324c6e1239225e187284575ec6314385d89
Parents: c35db27
Author: Dave Brondsema <da...@brondsema.net>
Authored: Thu Jul 30 11:52:37 2015 -0400
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Thu Jul 30 11:52:37 2015 -0400

----------------------------------------------------------------------
 _src/pelicanconf.py             | 1 +
 posts/2015-cors.html            | 2 +-
 posts/2015-markdown-editor.html | 2 +-
 tag/feature.html                | 4 ++--
 4 files changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura-site/blob/30f2c324/_src/pelicanconf.py
----------------------------------------------------------------------
diff --git a/_src/pelicanconf.py b/_src/pelicanconf.py
index 7ef21cf..bbe8d43 100644
--- a/_src/pelicanconf.py
+++ b/_src/pelicanconf.py
@@ -9,6 +9,7 @@ AUTHOR = ''
 DESCRIPTION = 'Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.'
 KEYWORDS = []
 DEFAULT_LANG = 'en'
+LOCALE = 'POSIX'
 
 PATH = 'content'
 OUTPUT_PATH = '../'

http://git-wip-us.apache.org/repos/asf/allura-site/blob/30f2c324/posts/2015-cors.html
----------------------------------------------------------------------
diff --git a/posts/2015-cors.html b/posts/2015-cors.html
index 2235141..617cba3 100644
--- a/posts/2015-cors.html
+++ b/posts/2015-cors.html
@@ -56,7 +56,7 @@
   <div class="post-info text-center">
     Published:
     <abbr class="published" title="2015-07-24T00:00:00+00:00">
-      пт 24 липень 2015
+      Fri 24 July 2015
     </abbr>
     <br>
     Tagged:

http://git-wip-us.apache.org/repos/asf/allura-site/blob/30f2c324/posts/2015-markdown-editor.html
----------------------------------------------------------------------
diff --git a/posts/2015-markdown-editor.html b/posts/2015-markdown-editor.html
index 5c3d2a4..82ed971 100644
--- a/posts/2015-markdown-editor.html
+++ b/posts/2015-markdown-editor.html
@@ -56,7 +56,7 @@
   <div class="post-info text-center">
     Published:
     <abbr class="published" title="2015-07-29T00:00:00+00:00">
-      ср 29 липень 2015
+      Wed 29 July 2015
     </abbr>
     <br>
     Tagged:

http://git-wip-us.apache.org/repos/asf/allura-site/blob/30f2c324/tag/feature.html
----------------------------------------------------------------------
diff --git a/tag/feature.html b/tag/feature.html
index 3766e1e..0344b63 100644
--- a/tag/feature.html
+++ b/tag/feature.html
@@ -59,7 +59,7 @@
   <div class="post-info">
     Published:
     <abbr class="published" title="2015-07-29T00:00:00+00:00">
-      ср 29 липень 2015
+      Wed 29 July 2015
     </abbr>
   </div>
   <div class="entry-content"> <p>New markdown editor provides live syntax highlighting and a helpful toolbar.</p> </div>
@@ -70,7 +70,7 @@
   <div class="post-info">
     Published:
     <abbr class="published" title="2015-07-24T00:00:00+00:00">
-      пт 24 липень 2015
+      Fri 24 July 2015
     </abbr>
   </div>
   <div class="entry-content"> <p>Latest revision of Allura now supports CORS http headers.</p> </div>