Mentions légales du service

Skip to content
Snippets Groups Projects
Name Last commit Last update
biblio
contents
dev
.gitignore
Makefile
README
Main contents
=============

StarPU website is stored on scm.gforge.inria.fr:/home/groups/starpu/htdocs

When modifying files in the directory contents, one needs to connect
to gforge and do a git pull from the above directory.

You can also call make from the current directory.


Bibliography
============

All the bibliography entries of StarPU are stored in
biblio/starpu.bib, when adding one, you need to update both
publications pages on the starpu website.

- to update http://starpu.gforge.inria.fr/publications/, stored
  locally under contents/publications,

  make -C biblio publish
  this will copy the files from biblio/out to contents/publications

  git commit + git push the modifications

  make all
  will then do a git pull on the gforge machine

- publications are also listed by keyword under
  http://starpu.gforge.inria.fr/#publications, stored locally under
  contents/index.html

  (you need to make sure the entry in starpu.bib has the correct
  keywords)

  make -C biblio website
  will create the file biblio/out/starpu.html

  make diff
  will show the differences between biblio/out/starpu.html and
  contents/index.html, and thus what needs to be copied in
  contents/index.html