You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ka...@apache.org on 2016/02/02 22:05:01 UTC

svn commit: r1728211 - in /mesos/site: Gemfile Gemfile.lock README.md Rakefile config.rb doap.rdf

Author: kapil
Date: Tue Feb  2 21:05:01 2016
New Revision: 1728211

URL: http://svn.apache.org/viewvc?rev=1728211&view=rev
Log:
Removed files related to site-generation.

- Updated README.md to point to <mesos-git-repo>/site/README.md.

- The publish directory should be updated by copying it over from
  <mesos-git-repo>/site/publish after generating it there.

Removed:
    mesos/site/Gemfile
    mesos/site/Gemfile.lock
    mesos/site/Rakefile
    mesos/site/config.rb
    mesos/site/doap.rdf
Modified:
    mesos/site/README.md

Modified: mesos/site/README.md
URL: http://svn.apache.org/viewvc/mesos/site/README.md?rev=1728211&r1=1728210&r2=1728211&view=diff
==============================================================================
--- mesos/site/README.md (original)
+++ mesos/site/README.md Tue Feb  2 21:05:01 2016
@@ -1,42 +1,8 @@
-# Apache Mesos website generator
-This will generate the site available at http://mesos.apache.org. The content
-within the publish folder will be the actual deployed site.
+# Apache Mesos website
 
-
-## Setup
-
-		gem install bundler
-		bundle install
-
-
-## Generating the site
-To generate the site one only needs to run `rake` after performing the setup
-tasks mentioned above. This will download the latest Apache Mesos documentation
-contained in the `docs` folder, integrate them into the site, and generate all
-other files within the source folder.
-
-		rake
-
-
-## Development
-To live edit the site run `rake dev` and then open a browser window to
-http://localhost:4567/ . Any change you make to the sources dir will
-be shown on the local dev site immediately. Errors will be shown in the
-console you launched `rake dev` within.
-
-
-## Publishing the Site
-The website uses svnpubsub. The publish folder contains the websites content
-and when committed to the svn repository it will be automatically deployed to
-the live site.
-
-
-## Other available tasks
-
-		rake build        # Build the website from source
-		rake clean        # Remove any temporary products
-		rake clobber      # Remove any generated file
-		rake dev          # Run the site in development mode
-		rake update_docs  # Update the latest docs from the Apache Mesos codebase
-		rake doxygen			# Update doxygen from C++ source files
-		rake javadoc			# Update javadocs from java source files
+The `publish` directory contains the actual files that are deployed for the site
+available at http://mesos.apache.org.
+ 
+Please do not manually edit any files in the publish directory. See
+[mesos-git-repo/site/README.md](https://github.com/apache/mesos/blob/master/site/README.md)
+for instructions on how to update the `publish` directory.