Gabor Kovesdan
3713f79fce
- Fix build
2013-07-24 09:36:32 +00:00
Gabor Kovesdan
ae0ea3f228
- Fix tables that do not respect the column number specified in the col
...
attribute. These caused rendering issues.
2013-07-24 07:50:36 +00:00
Gabor Kovesdan
71c8436054
- Whitespace adjustments after last commit
2013-07-11 17:11:21 +00:00
Gabor Kovesdan
b0b78fa4e9
- Indexterms should not be embedded directly into a question or answer
...
element but into a deeper paragraph, optimally right after the
referenced word without spaces even [1] but somehow the schema allows
badly nested indexterms. Correct such entires in the whole documentation
set.
- Add constraints to check for invalid indexterm entries.
See also: http://www.sagehill.net/docbookxsl/GenerateIndex.html#Indexterms [1]
2013-07-11 16:34:54 +00:00
Gabor Kovesdan
e819151e45
- Fix the cases when the specified column number does not match the real one
...
- Add a constraint for this
2013-07-03 17:35:46 +00:00
Glen Barber
b648b634f6
Fix syntax from previous commit.
2013-06-18 02:08:55 +00:00
Glen Barber
21dae225c8
Fix build with bmake(1).
...
Approved by: doceng (implicit)
2013-06-18 00:49:02 +00:00
Gabor Kovesdan
a6684b4306
- Reduce the misuse of role attribute; role="directory" should actually be
...
class="directory"
- Add constraint to enforce this
2013-04-04 11:40:58 +00:00
Gabor Kovesdan
e8e2dfdbab
- Do not specify image file extensions in documents; the proper extension
...
is appended during rendering
- For the same reason, do not specify format either
- Add constraints to enforce this
2013-04-02 09:50:10 +00:00
Gabor Kovesdan
c8eadc3369
Always build pdf from ps and remove related nits. This is what was already
...
done with Handbook and building pdf directly does not seem to work
correctly anyway. This change will help simplifying the build process
and spare some image conversions.
2013-03-31 21:11:07 +00:00
Gabor Kovesdan
a1f0eaf271
- Place the footer below the navigation as it used to be
2013-03-15 08:06:33 +00:00
Gabor Kovesdan
f6c79f1bc8
- Change screenco to screen + co since the former is not supported
...
properly with xsltproc and the latter is simpler
- Add a constraint to prevent using screenco, programlistingco and
graphicco in the future
- Note that mediaobjectco is used in the documentation to properly
compose a figure element but the callout bugs are already there
in the source image and not placed there by the stylesheets
2013-03-14 20:51:01 +00:00
Gabor Kovesdan
eb47c46865
- Fix erroneous fileref's that result in missing images
...
- Also fix fdp-primer examples
2013-03-14 09:19:23 +00:00
Gabor Kovesdan
998b28cb3e
- Add more customization layers
...
- Localize footers
2013-02-26 09:43:12 +00:00
Gabor Kovesdan
0701bf45bd
- Add infrastructure for language-specific XSLT customizations
2013-02-25 20:17:26 +00:00
Gabor Kovesdan
06f710c8aa
- Remove more DSSSL leftovers
2013-02-25 20:04:29 +00:00
Gabor Kovesdan
f5b13d3d30
- Clean up more DSSSL leftovers
2013-02-19 17:08:14 +00:00
Gabor Kovesdan
9f052111c6
- Remove a couple of DSSSL leftovers
2013-02-19 16:20:38 +00:00
Gabor Kovesdan
59d4db9584
- Add back SGML catalogs (trimmed to minimally necessary content) since
...
they are still needed for language-specific DSSSL customizations
2013-02-19 16:14:00 +00:00
Gabor Kovesdan
a06603e1e8
- MFH
2013-02-05 09:14:34 +00:00
Gabor Kovesdan
3327cf64d4
- Remove HTML Tidy leftovers
2013-02-01 18:51:52 +00:00
Gabor Kovesdan
a3c89a1805
- Use exclusively the XML catalogs and drop the old SGML format
2013-02-01 09:48:25 +00:00
Gabor Kovesdan
af7381742b
- Move language-independent entities directly to the DTD
2013-02-01 09:03:01 +00:00
Gabor Kovesdan
d891a25dc5
- Make sure all source files are ready before validation
...
- Make sure all source files are ready before building
- Clean up the workarounds from handbook Makefiles
2013-01-31 09:55:07 +00:00
Gabor Kovesdan
5df509eaa2
- Remove standalone="no" statements from XML declarations since it did not
...
always work and is no use anyway
2013-01-30 19:12:36 +00:00
Gabor Kovesdan
36cdb51546
- Migrate the documentation set to DocBook 4.5
2013-01-30 14:00:53 +00:00
Gabor Kovesdan
757d04e9ef
- Make the Simplified Chinese documentation valid XML
2013-01-21 17:44:29 +00:00
Fukang Chen
d3abc3101a
Original Revision: CVS -> Subversion
...
Obtained from: The FreeBSD Simplified Chinese Project
2012-11-30 19:08:45 +00:00
Fukang Chen
8d13ae4fdc
Add the bsdinstall chapter.
...
Translated by: alphachi (alphachi at mediaspirit org)
Obtained from: The FreeBSD Simplified Chinese Project
2012-11-30 18:53:25 +00:00
Xin LI
73b8895aa2
Sync with r39632.
2012-11-05 20:37:20 +00:00
Fukang Chen
944164138b
Update the release dates.
...
Submitted by: pengtu (http://www.newsmth.net/bbsqry.php?userid=pengtu )
Obtained from: The FreeBSD Simplified Chinese Project
2012-11-04 16:26:44 +00:00
Fukang Chen
a07cea97bc
MFen: r36253 -> r38244
...
Merging work done by: delphij
Obtained from: The FreeBSD Simplified Chinese Project
2012-10-31 08:53:02 +00:00
Gabor Kovesdan
5086b7db96
- Fix the make lint (validate) target
2012-10-13 18:32:14 +00:00
Isabell Long
2be1e25fc2
Replace 'SGML' with 'XML' in Makefile code and comments. A consequence of
...
this was that 'SGMLFLAGS' had to be changed to 'XMLFLAGS' in
share/mk/doc.docbook.mk so that everything continued to build OK.
Approved by: gabor (mentor)
2012-10-06 17:52:37 +00:00
Hiroki Sato
025275ff35
Fix build.
...
Spotted by: bz
2012-10-02 18:26:44 +00:00
Gabor Kovesdan
77d737ee88
- Rename the share/sgml directories to share/xml
...
- Fix build errors from the next change
Approved by: doceng (implicit)
2012-10-01 11:56:00 +00:00
Gabor Kovesdan
b4346b9b2d
- Rename .sgml files to .xml
...
- Reflect the rename in referencing files
Approved by: doceng (implicit)
2012-10-01 09:53:01 +00:00
Isabell Long
bee5d224fe
Remove the ability to change the font size on the website. There are now
...
much better ways of doing this in modern web browsers. Furthermore, it
never worked as well as it should have done, as too much of the website is
built around fixed layouts.
It was felt it was best to remove the size switcher from all languages at
once, so that the infrastructure (styleswitcher.js etc.) could be removed
at the same time.
Discussed at: Cambridge DevSummit, August 2012
Discussed on: www@
Approved by: gabor (mentor)
2012-09-30 13:27:05 +00:00
Fukang Chen
31a2720d3d
Language improvements.
...
Submitted by: ghw (ghw at 7axu dot com)
Obtained from: The FreeBSD Simplified Chinese Project
2012-09-26 06:59:09 +00:00
Gabor Kovesdan
efe7023c1f
- Encoding names should be IANA names and in lower case
2012-09-22 20:09:08 +00:00
Gabor Kovesdan
9b85c2d7f5
- Remove old web content and references to them
...
Discussed with: doc@, www@
2012-09-22 19:20:16 +00:00
Gabor Kovesdan
d8a2cdf09b
- Remove the following articles and references to them. Where it is
...
reasonable to maintain the reference, use the archived docs.
5-roadmap
checkpoint
dialup-firewall
diskless-x
euro
formatting-media
hats (content moved to htdocs/internal)
multi-os
storage-devices
vinum
zip-drive
All of these articles can be found here:
http://docs.freebsd.org/doc/9.0-RELEASE/usr/share/doc/freebsd/en_US.ISO8859-1/articles/
No objection from: doc@, www@
2012-09-20 14:33:30 +00:00
Gabor Kovesdan
bfb29d953f
MFH
...
Approved by: doceng (implicit)
2012-09-14 09:21:39 +00:00
Fukang Chen
65e4349dad
MFen: r36946 -> r38600
...
Language improvements. [1]
Merging work done by: delphij, loader
Submitted by: fuzhli (https://www.freebsdchina.org/forum/viewtopic.php?t=54463 ) [1]
Obtained from: The FreeBSD Simplified Chinese Project
2012-09-13 11:33:53 +00:00
Gabor Kovesdan
0421ffc179
- MFH
...
Approved by: doceng (implicit)
2012-09-04 21:35:17 +00:00
Fukang Chen
c8b607d900
MFen: r38383 -> r38401
...
Language improvements. [1]
Merging work done by: delphij
Submitted by: Yanhui Shen (shen.elf at gmail dot com) [1]
Obtained from: The FreeBSD Simplified Chinese Project
2012-09-03 07:51:57 +00:00
Gabor Kovesdan
b0de170035
- Fix translated entities by Properly overriding l10n.ent in the catalog chain
...
Approved by: doceng (implicit)
2012-08-30 17:41:56 +00:00
Gabor Kovesdan
919683b4f4
- Make CSS files pull in the major part from the original
...
CSS files annd only override the necessary part. This facilitates
maintainability.
Reviewed by: loader
Approved by: doceng (implicit)
2012-08-27 08:04:49 +00:00
Gabor Kovesdan
862c85b832
- Fix conditional parts that depend on whether we currently have beta
...
release(s)
Approved by: doceng (implicit)
2012-08-24 22:04:59 +00:00
Gabor Kovesdan
f5b3523ae6
- Properly localize navibar entities
...
- Fix enntities of beta releases
Approved by: doceng (implicit)
2012-08-24 10:52:17 +00:00