You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2015/05/08 08:30:36 UTC

[1/2] struts-site git commit: Defines minimal Gemfile

Repository: struts-site
Updated Branches:
  refs/heads/master 7d2b030f3 -> 3b86b5d6b


Defines minimal  Gemfile


Project: http://git-wip-us.apache.org/repos/asf/struts-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-site/commit/67b2312c
Tree: http://git-wip-us.apache.org/repos/asf/struts-site/tree/67b2312c
Diff: http://git-wip-us.apache.org/repos/asf/struts-site/diff/67b2312c

Branch: refs/heads/master
Commit: 67b2312c4e3612252e4be3bac2a0870e50579745
Parents: 7d2b030
Author: Lukasz Lenart <lu...@gmail.com>
Authored: Fri May 8 08:24:31 2015 +0200
Committer: Lukasz Lenart <lu...@gmail.com>
Committed: Fri May 8 08:24:31 2015 +0200

----------------------------------------------------------------------
 Gemfile      |  5 ++++
 Gemfile.lock | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 75 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-site/blob/67b2312c/Gemfile
----------------------------------------------------------------------
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..389e5e0
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,5 @@
+source 'https://rubygems.org'
+
+ruby '2.0.0'
+
+gem 'jekyll', '~> 2'

http://git-wip-us.apache.org/repos/asf/struts-site/blob/67b2312c/Gemfile.lock
----------------------------------------------------------------------
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000..757f503
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,70 @@
+GEM
+  remote: https://rubygems.org/
+  specs:
+    blankslate (2.1.2.4)
+    celluloid (0.16.0)
+      timers (~> 4.0.0)
+    classifier-reborn (2.0.3)
+      fast-stemmer (~> 1.0)
+    coffee-script (2.3.0)
+      coffee-script-source
+      execjs
+    coffee-script-source (1.9.1)
+    colorator (0.1)
+    execjs (2.3.0)
+    fast-stemmer (1.0.2)
+    ffi (1.9.6)
+    hitimes (1.2.2)
+    jekyll (2.5.3)
+      classifier-reborn (~> 2.0)
+      colorator (~> 0.1)
+      jekyll-coffeescript (~> 1.0)
+      jekyll-gist (~> 1.0)
+      jekyll-paginate (~> 1.0)
+      jekyll-sass-converter (~> 1.0)
+      jekyll-watch (~> 1.1)
+      kramdown (~> 1.3)
+      liquid (~> 2.6.1)
+      mercenary (~> 0.3.3)
+      pygments.rb (~> 0.6.0)
+      redcarpet (~> 3.1)
+      safe_yaml (~> 1.0)
+      toml (~> 0.1.0)
+    jekyll-coffeescript (1.0.1)
+      coffee-script (~> 2.2)
+    jekyll-gist (1.1.0)
+    jekyll-paginate (1.1.0)
+    jekyll-sass-converter (1.3.0)
+      sass (~> 3.2)
+    jekyll-watch (1.2.1)
+      listen (~> 2.7)
+    kramdown (1.5.0)
+    liquid (2.6.2)
+    listen (2.8.5)
+      celluloid (>= 0.15.2)
+      rb-fsevent (>= 0.9.3)
+      rb-inotify (>= 0.9)
+    mercenary (0.3.5)
+    parslet (1.5.0)
+      blankslate (~> 2.0)
+    posix-spawn (0.3.10)
+    pygments.rb (0.6.2)
+      posix-spawn (~> 0.3.6)
+      yajl-ruby (~> 1.2.0)
+    rb-fsevent (0.9.4)
+    rb-inotify (0.9.5)
+      ffi (>= 0.5.0)
+    redcarpet (3.2.2)
+    safe_yaml (1.0.4)
+    sass (3.4.12)
+    timers (4.0.1)
+      hitimes
+    toml (0.1.2)
+      parslet (~> 1.5.0)
+    yajl-ruby (1.2.1)
+
+PLATFORMS
+  ruby
+
+DEPENDENCIES
+  jekyll (~> 2)


[2/2] struts-site git commit: Converts to Markdown and updates jekyll start command

Posted by lu...@apache.org.
Converts to Markdown and updates jekyll start command


Project: http://git-wip-us.apache.org/repos/asf/struts-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-site/commit/3b86b5d6
Tree: http://git-wip-us.apache.org/repos/asf/struts-site/tree/3b86b5d6
Diff: http://git-wip-us.apache.org/repos/asf/struts-site/diff/3b86b5d6

Branch: refs/heads/master
Commit: 3b86b5d6bc7521ef33ef82780d3779869c09ced2
Parents: 67b2312
Author: Lukasz Lenart <lu...@gmail.com>
Authored: Fri May 8 08:30:21 2015 +0200
Committer: Lukasz Lenart <lu...@gmail.com>
Committed: Fri May 8 08:30:21 2015 +0200

----------------------------------------------------------------------
 README    | 10 ----------
 README.md |  9 +++++++++
 2 files changed, 9 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-site/blob/3b86b5d6/README
----------------------------------------------------------------------
diff --git a/README b/README
deleted file mode 100644
index 63c2dea..0000000
--- a/README
+++ /dev/null
@@ -1,10 +0,0 @@
-This project is used to update main Apache Struts website http://struts.apache.org/
-On each commit site is rebuild and available at http://struts.staging.apache.org/
-You must manually push changes to production via CMS.
-
-Site is generated by Jekyll and uses pure html either markdown format.
-To test website locally:
-
- > jekyll serve -w
-
-All pages are generated into 'content' folder.

http://git-wip-us.apache.org/repos/asf/struts-site/blob/3b86b5d6/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..81a2044
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+This project is used to update main Apache Struts website http://struts.apache.org/
+You must manually push changes to production via SVN.
+
+Site is generated by Jekyll and uses pure html either markdown format.
+To test website locally:
+
+ > bundle exec jekyll serve -w --trace --host 0.0.0.0
+
+All pages are generated into 'content' folder.