Skip to content

brianstclair/osgi.enroute.site

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSGi enRoute Web Site

This repository holds the OSGi enRoute website hosted at http://enroute.osgi.org. This web site is maintained as markdown and turned into HTML by Jekyll under guidance of Travis. We have the following layout in the _site folder:

  • _book – Is the main set of chapters. The entries are listed in the nav bar
  • _qs – Quick Start Tutorial
  • _services – The Services Catalog
  • _tutorial_base – The base tutorial
  • ... – miscellaneous stuff, should be clear for someone with some web experience

Editing

You can clone this repository and then run jekyll (2.0.3+) in the root directory:

$ bundle exec jekyll server -w -s _source -d _site

Then go to http://localhost:4000. The pages are automatically updated when you edit a markdown file, though you do have to refresh the browser to see these changes. Eclipse later revisions have a decent markdown editor build in.

License

The contents of this repository are made available to the public under the terms of the Apache License, Version 2.0

Contributing

Want to hack on osgi.enroute.site? There are instructions to get you started.

They are probably not perfect, please let us know if anything feels wrong or incomplete.

About

GitHub Pages site for OSGi enRoute

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 86.5%
  • Shell 7.2%
  • Ruby 6.3%