aboutsummaryrefslogtreecommitdiff
path: root/static
AgeCommit message (Collapse)Author
2013-10-22use the gitweb link to browse the sourceGerfried Fuchs
2012-10-22fix git URLGerfried Fuchs
2011-10-27Add robots.txt file.Bart Martens
2011-08-17Update git url of packages: moved to aliothSimon Paillard
2010-09-07Import data from squeeze-backportsSimon Paillard
2010-08-20apply nomeata's screenshot patch (closes: #262617)Gerfried Fuchs
2009-07-04Make static pages translatable via templates.pot and convert homepage to use itFrank Lichtenheld
This is currently only for the benefit of every site except packages.d.o since that uses a page on www.d.o instead which is translated there.
2009-06-07Add AVR32 from debian-ports.orgFrank Lichtenheld
Requested by Bradley Smith in Bug#528099
2009-02-13The Lenny Release CommitFrank Lichtenheld
2008-11-03static/index.tmpl: Some small fixesFrank Lichtenheld
2008-10-28packages-site.css: Add lenny-*Frank Lichtenheld
2008-10-28Add lenny-volatileFrank Lichtenheld
2008-10-28Remove sargeFrank Lichtenheld
Moved to archive.d.o
2008-08-05packages.css: Actually commit the defines for the new footerFrank Lichtenheld
2008-02-21config.tmpl: Rename homepage to project_homepageFrank Lichtenheld
This avoids accidentially clashing with the homepage field, like I did on the download pages.
2008-02-17[UBUNTU] static/index.tmpl: Add version numbers to release namesFrank Lichtenheld
Merged from CVS (cherry-picked from df06c83004cc5dc74e969a8b2f99beb67d7849ac and adapted to Debian)
2008-02-17static/index.tmpl: Fix wrong link to newpkg siteFrank Lichtenheld
2008-01-18Fix l10n support for javascript generated textFrank Lichtenheld
The text contained hardcoded English string (which was concealed by the fact that Javascript was broken anyway and so the text was never displayed). Now that I fixed the Javascript, fix the l10n support, too.
2007-11-26packages.css: Avoid uneccessary scrollbarJordà Polo
remove width: 100% from #pnavbar, it causes the bar to be slightly larger than the width of the window in most browsers, causing them to display a uneccessary scrollbar.
2007-11-20static/index.tmpl: Remove Ubuntu specific stuffFrank Lichtenheld
This is a partial revert of 5e5d476639e6628be78ed580196a967521eff0bd
2007-11-20[UBUNTU] Import index page content from old siteFrank Lichtenheld
We need a somewhat dirty hack here: since we don't use gettext and can't define a g() function from Perl we define it in a PERL block in gettext_stub.tmpl. (cherry picked from commit 279a6f381f6d78ec056e5d2a0ec3487b61c8c6c3)
2007-10-22debian.css: Add a visible margin before #footerFrank Lichtenheld
Just looks better to me.
2007-10-07packages-site.css: Remove some remaining occourences of (old)stableFrank Lichtenheld
2007-10-07Packages::CGI: Remove support for msgs and notesFrank Lichtenheld
Unused code.
2007-09-12html/show.tmpl: Improve the dependency legendFrank Lichtenheld
Suggested by MJ Ray <mjr -at- phonecoop coop> Directly imitate the dependency listing in the legend by using <ul><li> inside the table cells. This makes the legend autoadjust to any changes in the CSS for the dependency listing and mirrors the appearance completly.
2007-09-12html/show.tmpl: Improve dependency list readability for blind peopleFrank Lichtenheld
Suggested by Richard Atterer <richard -at- 2007 atterer net> Use @media to define .visual/.nonvisual to be used instead of the slightly broken hidecss. Replace <img> by <span> since we don't intend to show images here most of the time anyway. Also let the list-style-type differ so that people can see the difference even without images.
2007-09-11html/show.tmpl: Improve display of VCS-* informationFrank Lichtenheld
Suggested by Joey Hess <joeyh@debian.org> Move the detailed VCS-* links below the download table as these can get very long, and since the URIs can't be broken, this may make the sidebar very huge and ugly. Still leave the links available in the sidebar but don't display the URIs themselves.
2007-06-09templates/html/show.tmpl: Make "Version" column of download table more readableFrank Lichtenheld
Previously it was sometimes difficult to spot differences in the versions, especially if the are only in the Debian revision. Color code the background so that one can spot differences easier. All up-to-date versions are indicated with a green background. If the version differs from the latest version only in the Debian revision, use yellow. If they differ in the upstream revision, use red. Inspired by discussion with Neil Williams <codehelp debian org>
2007-06-09html/head.tmpl: Compactify the headerFrank Lichtenheld
Make search for more compact by changing radio buttons to dropwdown select list. Use smaller images for the logo.
2007-06-09templates/html/search.tmpl: Add suite as class for search resultsFrank Lichtenheld
And use this to display "unofficial" suites a bit smaller than the others. Move the CSS information to a new css file packages-site.css since this information will probably very site specific.
2007-06-09templates/html/show.tmpl: Add experimental tabbing for contentFrank Lichtenheld
Since the content tends to get very long and confusing, let the user switch between "Description" (which includes the list of binaries for source packages and the list of tags), "Dependencies", and "Download".
2007-06-09static/debian.css: Move horizontal rule at bottom of content to #footerFrank Lichtenheld
This works way better than the #outer > #inner construct, especially if content has floating elements.
2007-06-09static/debian.css: Use sans-serif as default fontFrank Lichtenheld
Suggested by Neil Williams <codehelp debian org>
2007-04-14Add general about page and improve footer for static pages.Frank Lichtenheld
The about/index page explains how to get the code and lists all the copyright statements and the license.
2007-04-14Add some .gitignore filesFrank Lichtenheld
Mainly for files generated from *.in by setup-site and for the generated output directories.
2007-04-13static: Add a simple index page and use ttree to build and installFrank Lichtenheld
Add a simple index page to static that we can use as homepage if we don't want to redirect to an external search form like we do on the official packages.debian.org. Also use ttree to build and install the contents of static. This allows to use TT for preprocessing. The first example of such a file is the added index file.
2006-11-28Try another layout for the "moreinfo" partFrank Lichtenheld
2006-11-23experiment a little with the use of JavaScript. Right now I useFrank Lichtenheld
it to make the display of some potentially very long lists (binary packages in source package search results and providers of virtual packages in dependency listings) optional for the user
2006-11-21The Big, the Fat and the Ugly commit ;)Frank Lichtenheld
- Make output via Template Toolkit (libtemplate-perl) and not "manual". This should seperate the logic of data retrieval and data display and make adding new output formats and styles easier. Lets see how this turns out :) - While doing this I also reworked most of the site designs and added a lot of new information and hopefully structure to the output Currently broken: - Most of the l10n stuff since I need to find a good way to feed the templates to gettext first. (this is not "RC" for an use on p.d.o) - RSS feed of new packages. Didn't came around yet to convert this one. (this one is "RC") - probably a lot of minor things
2006-11-21Do some often needed adjustments when setting up a site withFrank Lichtenheld
a central script
2006-11-21Add these two images so that we don't have to link toFrank Lichtenheld
the versions on www.debian.org
2006-03-24Show debtags if availableJeroen van Wolffelaar
2006-03-03Small adjustmentsFrank Lichtenheld
2006-03-03Hilight the keyword in contents searchesJeroen van Wolffelaar
2006-02-21Big CSS cleanup, move all style definitions to CSS files.Frank Lichtenheld
Split CSS files in debian.css and packages.css.
2006-02-21Make result display of DoSearchContents actually usableFrank Lichtenheld
2006-02-01Include some stuff from the old pages we will need anywayFrank Lichtenheld