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

Commit

Permalink
Clarified the README files to indicate incubation status.
Browse files Browse the repository at this point in the history
  • Loading branch information
marquezgab committed Dec 20, 2011
1 parent cb4186e commit b9c0a2c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions AMD_server_V2/README.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is the AMD_server_V2 Incubation project.
2 changes: 1 addition & 1 deletion LICENSE.markdown
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Unless specified within a file, see [Licensing](http://opencompute.org/licensing/) for more information.
Unless specified within a file, see [Licensing](http://opencompute.org/licensing) for more information.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Open Compute Projects

Welcome to our beta Git repository. In it you will find specs in multimarkdown for our Intel and AMD V2 motherboards. Mechanical CAD files will be forthcoming. We also have a small project, called alpha, for converting multimarkdown specs into multi-page pdfs. It is non-functional until the instructions for installing all the latex tools are documented.
Welcome to our beta Git repository. In it you will find specs in multimarkdown for our Intel and AMD V2 motherboard Incubation Projects, as well as a preliminary spec for the Open Rack Incubation Project and a charter for the Open Hardware Management Incubation Project. Mechanical CAD files will be forthcoming. We also have a small project, called Alpha, for converting multimarkdown specs into multi-page pdfs. It is non-functional until the instructions for installing all the latex tools are documented.

One thing to note: the OCP logos for html and PDF generation are in /alpha/images. You will need to manually symlink the images in there to a particular project's images folder. the gitmmd2pdf.py script will do this for you, but this script won't generate nice output or compile unless you have all the latex tools installed.
One thing to note: the OCP logos for html and PDF generation are in /alpha/images. You will need to manually symlink the images in there to a particular project's images folder. The gitmmd2pdf.py script will do this for you, but this script won't generate nice output or compile unless you have all the latex tools installed.
2 changes: 1 addition & 1 deletion alpha/README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Within the <project>/spec directory:

../../alpha/gitmg2pdf.py -f <spec file>

## Requirements
## Requirements [INCOMPLETE]

You need [xelatex](http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=xetex) installed on your system, with all the latex extras.

Expand Down
4 changes: 2 additions & 2 deletions alpha/gitmmd2pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""
This script processes an opencompute multimarkdown file and converts it into a multipage pdf
yael@fb.com
(c) Copyright Facebook, Inc. 2011. All rights reserved.
"""

Expand All @@ -23,7 +23,7 @@ def sync(path, url, repo_name):
sys.exit(2)

mmdcmd='mmd2tex '
pdfcmd='xelatex -interaction=batchmode '
pdfcmd='xelatex ' #-interaction=batchmode '

for o, a in opts:
if o in ("-f","--file"):
Expand Down

0 comments on commit b9c0a2c

Please sign in to comment.