Menu

Source Commit Log


Commit Date  
[r2158] by maxb

Switch away from using 'install -m 644' as an install command, because it
is useful for the nightly builds to respect umask. Instead, use 'cp -r'.
Switch from 'install -d' to 'mkdir -p' rather than use install in one
isolated situation.

* src/tools/Makefile.base-vars:
(INSTALL_DATA): 'install -m 644' -> 'cp -r'.
(MKDIR): 'install -d' -> 'mkdir -p'.

2006-05-14 14:27:09 Tree
[r2157] by maxb

Improve nightly index HTML page.
- Make valid XHTML 1.0 Strict.
- Display build duration.

* src/tools/build-nightlies (format_duration): New helper function.
(build_begin_time, build_end_time): Timestamp the build.
(output stage): Add DOCTYPE declaration.
Clarify title wording.
Add mandatory type attribute to <style> element.
Add duration to page.
Remove bogus <ul> used for indentation, and use CSS instead.
Add a few blank lines to ease human inspection of the generated XHTML.

2006-05-14 13:56:40 Tree
[r2156] by maxb

Ignore pattern maintenance.

* ./: Delete the ineffective 'amazon-ranking.*' pattern.
* www/: Add 'amazon-ranking.png' and 'amazon-ranking.txt'.

2006-05-14 13:27:02 Tree
[r2155] by maxb

Ignore pattern maintenance:
- Add 'svn-book-*.tar.bz2'
- Sort the common portion of the ignore lists (leaving translation-specific
additions untouched at the bottom).

* src/en/book
* src/es/book
* src/it/book
* src/nb/book
* src/pt_BR/book
* src/ru/book
* src/zh/book

2006-05-14 13:24:26 Tree
[r2154] by dmitriy

* ru/sync.py
Few tweaks

* ru/book/ch07.xml
Warning: Inconsistent synchronization, merge with r2120:r2121 of
en/book/ch07.xml has been performed, but the range r1943:r2120 has been
omitted. It needs to be considered on future syncs.

* ru/book/appa.xml
ru/book/appb.xml
ru/book/appc.xml
ru/book/ch00.xml
ru/book/ch01.xml
ru/book/ch02.xml
ru/book/ch03.xml
ru/book/ch04.xml
ru/book/ch05.xml
ru/book/ch06.xml
ru/book/ch08.xml
ru/book/copyright.xml
ru/book/foreword.xml
ru/book/styles.css
Update to mirror a current state of en/book/* (up to r2152)

2006-05-14 11:20:48 Tree
[r2153] by dmitriy

* www/index.ru.html
Update page to mirror a current state of index.en.html (up to r2152)

2006-05-14 10:35:03 Tree
[r2152] by gradha

Book Spanish. Formalised a few translation terms.

2006-05-13 20:25:20 Tree
[r2151] by gradha

Book Spanish. Corrected Python name.

2006-05-13 20:21:21 Tree
[r2150] by gradha

* www/index.es.html: Updated web page to match English revision 2149.

2006-05-13 20:17:40 Tree
[r2149] by maxb

Import updated readme-dblite.html from doc/dblite.html in the O'Reilly
DocBook Lite version 0.5 tarball.

* src/tools/readme-dblite.html: Import latest version from upstream, bringing
with it the following changes:
Rewrapped some lines.
README is used in example instead of README.txt.
O'Reilly production comments are now wanted in <remark>-s not <comment>-s.
See Also section referring to a page on the O'Reilly intranet is removed.

2006-05-13 19:57:56 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.