OpenStack Infra Team conference presentations and papers
Go to file
Clark Boylan b90c8d8cd5 Make make-index ignore template branch.
The template branch is used to create new publications. It is not a
publication on its own. Ignore this branch when making the root
publications index.

Change-Id: I90098c120b958025568b942c9f4132faa2a10079
2013-09-12 14:08:59 -07:00
.gitignore Add simple script to make an index page. 2013-06-18 15:44:22 -07:00
.gitreview Remove everything. 2013-06-18 15:44:09 -07:00
README.rst Add simple script to make an index page. 2013-06-18 15:44:22 -07:00
index.html Add simple script to make an index page. 2013-06-18 15:44:22 -07:00
make-index Make make-index ignore template branch. 2013-09-12 14:08:59 -07:00

README.rst

Publications Repository

Each publication should get its own branch and is a living document. Each branch should have a README.rst file where the first line is the title of the presentation.

Each time a publication is presented or published, the branch should be tagged (with a signed, annotated tag). The first line of the tag message should be the title of the event or publication. For example, if the presentation "overview" was given at LCA 2013, you might tag it with:

git tag -s -m "linux.conf.au, 2013" overview

The 'make-index' script will create an index page based on index.html, and all current branches and tags in the repo and their README.rst files.