summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)AuthorFilesLines
2021-04-21templates: disable search bar until the results are betternia1-2/+3
2021-04-21templates: add DuckDuckGo search boxnia2-2/+47
2021-04-13templates: match pkgsrc websitenia1-3/+4
- downsize logo to 150px - add slight padding to edges of screen
2021-04-12templates: use <em> on descriptionnia1-1/+3
2021-04-12remove now mostly redundant informationnia1-7/+1
2021-04-12templates: only show scrollbars when needednia1-2/+2
2021-04-08templates: add maximum widthnia1-1/+7
2021-04-06templates: add boilerplate for CSS media queriesnia3-3/+6
2021-04-05templates: remove now mostly redundant <hr>nia3-6/+3
2021-04-05mkreadme: Rename generated files to index.htmlnia4-16/+16
This should make web servers happier, as discusesd on tech-pkg.
2021-04-05templates: Avoid <hr> clipping through logonia1-1/+3
2021-04-05templates: Correct pathsnia2-4/+4
2021-04-05templates: Modernize pkgsrc logo (RIP cute daemon)nia6-17/+26
2021-03-11lil bit more table paddingnia1-1/+5
2021-03-08genreadme: Reorganize information for clarity.nia5-40/+67
Move the navigation to the top and reword it slightly. This makes it more immediately visible. I'm not sure if this justifies a "Skip to content" button yet. Give the binary package table headers.
2021-02-24genreadme: Reduce size of generated README.allnia1-4/+3
2021-02-22templates: More separation.nia1-1/+5
2021-02-22templates: replace <hr noshade> with CSSnia5-13/+18
noshade is deprecated in modern HTML.
2021-02-22templates: Help future readers find the script that generates the outputnia4-4/+8
2021-02-22genreadme: Improve generated HTML markupnia2-12/+11
Don't use tables for everything, it's not 1999 any more. Remove another hack for Solaris 9.
2021-02-22README.pkg: open details by defaultnia1-2/+2
might as well fill the screen with something
2021-02-22templates: normalize font size in CSSnia1-1/+17
My browser (Firefox) renders monospace and non-monospace text at different sizes, which causes problems if they are mixed.
2021-02-22README.pkg: fix spacing in netsurf, etcnia1-3/+2
2021-02-22genreadme: Add DESCR to output. Make history useful for not-CVS-fans.nia1-9/+13
2021-02-22genreadme: Re-order package summary and attempt to present it better.nia3-55/+59
- Add a maintainer field. - Use lists and sections to separate information. - Make license information a hyperlink. - Move available build options and vulnerabilities listings to the bottom, as they tend to use up a lot of space and create reader fatigue. - Correct stylesheet paths.
2021-02-21README.top: less awkward wordingnia1-7/+4
2021-02-21templates: "Modernize" markup. Add some CSS based on the NetBSD CSS.nia5-29/+69
Verified in Netsurf, lynx, Firefox 78.
2021-02-19mkreadme: Do not generate an index of packages with IPv6 supportnia2-39/+2
It is Current Year and most things have IPv6 support, whether there's an "ipv6" PKG_OPTION is no longer a good indicator.
2021-02-18README.top: pkgsrc, not the pkgsrcnia1-3/+2
2021-02-18README.top: modernize text, link to cdn rather than ftpnia1-5/+7
2021-02-18README.pkg: generally don't advise downloading packages by handnia1-8/+5
be more optimistic about package availability
2021-02-18README.pkg: be more realistic about CVEs in the age of fuzzingnia1-5/+4
2017-02-04Point at the HTML pkgsrc guide, not a plain-text human redirect.riastradh1-2/+2
2015-10-03Add a list of options to generated README.html files. Patch frombsiegert1-3/+10
Daniel Loffgren on tech-pkg, slightly modified by me to use dl tags.
2010-03-18Tell users to use "pkg_admin audit" instead of audit-packages.wiz1-5/+4
2008-12-10audit-packages is now in pkg_install on pkgsrc HEAD and stable so updateadrianp1-3/+4
the pointer to audit-packages to point to pkgtools/pkg_install.
2007-10-09Remove trailing spaces.martti4-11/+11
2007-10-07fix obsolete URLs for www.NetBSD.orgkano1-2/+2
close PR pkg/37071 reviewd by xtraeme@
2007-05-07Removed a double redirection. Changed the URL on the FTP server torillig1-4/+3
/pub/pkgsrc.
2006-07-06In URLs, the "NetBSD" should be capitalized as such, i.e. "NetBSD.org",jlam2-5/+5
not "netbsd.org".
2005-06-01Drop some whitespace.wiz1-4/+4
2005-05-07Refer doc/pkgsrc.html instead of Packages.txt.wiz1-2/+2
2003-10-06These pkgs are known to support IPv6.hubertf1-2/+2
Others may do so as well, we just don't tell....
2001-11-03Fix the location of DESCR for the readme filesdamon1-2/+2
2001-03-19Note how to report problems, or send updates or suggestions.wiz1-1/+5
2001-01-24It's pkg_add(1), not pkg_add(8).hubertf1-2/+2
2001-01-18Make it clear the binary pkgs should be installed with pkg_add.hubertf1-3/+3
It seems this was not obvious to everyone...
2001-01-16A small gimp & xpaint session after this image got the "worst in ourhubertf1-0/+0
tree" award: * Make smooth, less jagged * Get rid of blue shadow
2001-01-16 * Turn off browser-scaling of imagehubertf5-22/+22
* While here, put all arguments into quotes
2000-11-09Change substitution of %%PKG%% so it's expanded to ${PKGNAME} directly, nothubertf1-2/+2
via a tmp file. Also, there's no need to excape any possible HTML chars (there won't be any in a PKGNAME). Noted in PR 11462 by Jeremy C. Reed <reed@reedmedia.net>