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

openSUSE/old-landing-page

Repository files navigation

This are the sources for the www.opensuse.org startpage.

The page is hosted at Novell: 130.57.4.24 (mehle@novell, scweber@novell.com) The sources are hosted at: git@github.com:openSUSE/landing-page.git

The page uses SSI includes and a cronjob that creates the news part.

It also used to have a wysiwyg editor for the hot_stuff part which required to run fix_permissions.sh after deployment in order to make the files writeable for te editor. Most likely, the wysiwyg editor is not used anymore, so this can be skipped.

note about translations: (reverse engineered by lnussel)

# install the tools
$ zypper in po4a
# add your stuff
$ vi en/en/whats_hot.html
# generate pot file
$ ./make_POT.sh
# remove old translations
$ echo */po/*.po|xargs rm
# merge new translations
$ ./make_PO_to_HTML.sh
# check what happened
$ git status
# remove the languages that vanished from languages.html
$ vi languages.html