Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

bensternthal/theopenstandard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Open Standard

The Open Standard Website https://wiki.mozilla.org/Websites/The_Open_Standard

Docs

The Open Standard runs on wordpress. Documentation can be found at http://theopenstandard.rtfd.org/.

Building Documentation Locally

The instructions below assume you have Python and pip installed. It is also strongly recommended that you create and activate a virtualenv first.

If you'd like to build the documentation locally:

   cd docs
   pip install -r requirements.txt
   make html

The resulting docs can be located under the _build/html directory.

You can also run make livehtml to launch a webserver on http://127.0.0.1:8000 that auto-rebuild the documentation when any files are changed.

Releases

No releases published

Packages

No packages published

Languages

  • PHP 77.7%
  • JavaScript 17.5%
  • CSS 4.2%
  • Other 0.6%