Effective October 27, 2012, online and email support for FuseSource products will move to Red Hat support channels. For more information, please see the JIRA Migration to Red Hat FAQ.
As of October 27th, please open all new issues in the Red Hat Customer Portal .
Issue Details (XML | Word | Printable)

Key: FUSEFORGE-109
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: James Strachan
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Forge: FUSE Forge

for FuseForge project sites created using Webby we need a way to auto-rebuild the static html whenever there is a change to svn

Created: 28/Oct/08 01:10 PM   Updated: 04/Jun/09 03:17 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None


 Description  « Hide
Here is Webby. Its basically Rails for static web sites
http://webby.rubyforge.org/

for example here's a sample site for an experimental project...

http://forge.fusesource.org/beanrules/

which is stored in svn...
http://forge.fusesource.org/beanrules/site.html

am thinking this is a simpler way of making the FuseForge project sites than Confluence!

The only missing thing is for a project who's site is generated from webby we'd need to watch the website directory...
https://projects.fusesource.com/projects/svn/fusesource/fuseforge/beanrules/trunk/webby/

and if there is a change in any of the files in that directory, from a local checkout of this directory run the following

cd webby
svn up
webby deploy

Hopefully we can run this script on the svn box so its quick and fast etc. The deploy could use rsync etc



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Chris Wills added a comment - 30/Jan/09 04:00 PM
For Phase 2.