The NetBSD Project

CVS log for htdocs/makeindex.sh

[BACK] Up to [cvs.NetBSD.org] / htdocs

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.21 / (download) - annotate - [select for diffs], Sun Apr 9 07:09:32 2023 UTC (12 months, 1 week ago) by rillig
Branch: MAIN
CVS Tags: HEAD
Changes since 1.20: +5 -28 lines
Diff to previous 1.20 (colored)

makeindex.sh: remove obsolete code for handling LANGUAGES

Revision 1.20 / (download) - annotate - [select for diffs], Mon Oct 10 09:31:55 2016 UTC (7 years, 6 months ago) by leot
Branch: MAIN
Changes since 1.19: +22 -5 lines
Diff to previous 1.19 (colored)

Instruct makeindex.sh to generate the `Upcoming Events' section only if there is
at least one upcoming events.

Discussed with the www@ team. Thanks to <reed> for the feedback!

Revision 1.19 / (download) - annotate - [select for diffs], Tue Jun 12 10:54:47 2007 UTC (16 years, 10 months ago) by dsieger
Branch: MAIN
Changes since 1.18: +32 -36 lines
Diff to previous 1.18 (colored)

Apply the new visual layout. Some other minor bugfixes included,
e.g. make docs/index.html valid html. Also added a news item
announcing the new website.

Some details:

- The header common to all pages is generated through
  share/xsl/webpage.xsl
- The event items on index.html are now generated by the same
  mechanism as the news items
- The CSS stylesheet that dictates the look and feel is global.css

Revision 1.18 / (download) - annotate - [select for diffs], Thu Aug 3 07:00:50 2006 UTC (17 years, 8 months ago) by rillig
Branch: MAIN
CVS Tags: hrs-xmlcleanup-base, hrs-xmlcleanup
Changes since 1.17: +42 -5 lines
Diff to previous 1.17 (colored)

Automated the generation of the links to the translated pages. Regenerated
the language index pages.

Revision 1.17 / (download) - annotate - [select for diffs], Tue Aug 1 08:55:00 2006 UTC (17 years, 8 months ago) by rillig
Branch: MAIN
Changes since 1.16: +80 -74 lines
Diff to previous 1.16 (colored)

Changed the way the changes and events are passed between the
Changes/*.xml files and the index.html file in the language directories.
All the code is now in share/mk/language.mk, which is included by all
the language Makefiles.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Jul 30 23:05:47 2006 UTC (17 years, 8 months ago) by rillig
Branch: MAIN
Changes since 1.15: +7 -2 lines
Diff to previous 1.15 (colored)

If the file changes.dat exists in the Changes directory, take the
changes items from there.

Revision 1.15 / (download) - annotate - [select for diffs], Sat Jun 17 13:45:19 2006 UTC (17 years, 10 months ago) by kano
Branch: MAIN
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

avoid duplicate UL tags which are generated when "Upcoming Events" contains only one entry.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Jul 19 22:07:23 2005 UTC (18 years, 9 months ago) by heinz
Branch: MAIN
Changes since 1.13: +7 -1 lines
Diff to previous 1.13 (colored)

The script now skips language subdirectories without an index page.

Revision 1.13 / (download) - annotate - [select for diffs], Wed Mar 2 20:15:38 2005 UTC (19 years, 1 month ago) by hrs
Branch: MAIN
Changes since 1.12: +5 -1 lines
Diff to previous 1.12 (colored)

Build index.html recursively for each language again.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Mar 2 17:01:29 2005 UTC (19 years, 1 month ago) by hrs
Branch: MAIN
Changes since 1.11: +2 -5 lines
Diff to previous 1.11 (colored)

Use absolute path in $DIR.  This fixes an error when makeindex.sh
is invoked from the language-dependent directories.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Feb 14 20:34:33 2005 UTC (19 years, 2 months ago) by heinz
Branch: MAIN
Changes since 1.10: +5 -2 lines
Diff to previous 1.10 (colored)

Changed makeindex.sh to correctly close a <font> tag (patch by Mike M.
Volokhov).

Revision 1.10 / (download) - annotate - [select for diffs], Sun Nov 21 21:01:18 2004 UTC (19 years, 5 months ago) by jschauma
Branch: MAIN
Changes since 1.9: +11 -4 lines
Diff to previous 1.9 (colored)

Hack this so it will generate a proper index if Changes/index.xml exists
as well as if Changes/index.list exists.  (The latter is to be removed
once translations' changes pages have been converted to xml.)

Revision 1.9 / (download) - annotate - [select for diffs], Wed Nov 3 17:41:26 2004 UTC (19 years, 5 months ago) by jschauma
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

adjust to use events.xml

Revision 1.8 / (download) - annotate - [select for diffs], Sun Jul 18 20:46:10 2004 UTC (19 years, 9 months ago) by jschauma
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Don't duplicate the same logic to generate LANG dependent news in each
Makefile - abstract the logic in the top-level Makefile.inc, which is
pulled in.  Add lang-dependent Makefile.inc where necessary.

Regen.

Revision 1.7 / (download) - annotate - [select for diffs], Tue May 18 17:33:22 2004 UTC (19 years, 11 months ago) by minskim
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

Add sans-serif as an alternative to helvetica and arial, so that pages
can be rendered similarly when those fonts are not available.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Dec 7 17:44:11 2003 UTC (20 years, 4 months ago) by jschauma
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

When generating news headlines, prefix them with a date in the format
YYYY-MM-DD, so that one can more easily spot new news.  This required
a small change to all translations list2html.pl's and thusly a regenration
of all index pages as well as Changes/index pages.

While here, apply patch from Min Sik Kim to translate latest news items
into Korean.

Revision 1.5 / (download) - annotate - [select for diffs], Fri May 23 01:40:00 2003 UTC (20 years, 11 months ago) by jschauma
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

For consistency, gallery/events.list uses 'Past Events' (not 'Past events'),
so use that in here, too.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Dec 11 16:37:47 2002 UTC (21 years, 4 months ago) by jschauma
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

When regenerating NEWS and EVENTS, don't forget the <li> tags

Revision 1.3 / (download) - annotate - [select for diffs], Sun Dec 8 23:19:30 2002 UTC (21 years, 4 months ago) by jschauma
Branch: MAIN
Changes since 1.2: +20 -10 lines
Diff to previous 1.2 (colored)

Make makeindex.sh no longer overwrite language dependent NEWS:
instead, assume that if <lang>/Changes/index.html exists, the maintainers
of that language will catch up with the news by themselves.  Note that this
may lead to slightly outdated news in non-english pages (depending on how fast
the translators work ;-).  Still better than having to manually re-instate
translated news each time.  Some sed-cleanup, too.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Jun 29 19:26:14 2002 UTC (21 years, 9 months ago) by jschauma
Branch: MAIN
Changes since 1.1: +13 -3 lines
Diff to previous 1.1 (colored)

Let makeindex.sh generate other languages idnex files, so we don't need to
keep duplicates in each subdir.  Modify makefiles accordingly.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Feb 14 03:22:23 2002 UTC (22 years, 2 months ago) by jschauma
Branch: MAIN


makeindex.sh allows you to re-generate index.html automatically from
Changes/index.list and gallery/events.list.  Forthermore, it also updates
index.html for other languages (currently "de" only).

See my posting on the www-ML for details.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>