aboutsummaryrefslogtreecommitdiff
path: root/mn_MN.UTF-8
Commit message (Collapse)AuthorAgeFilesLines
* sync with English makefile, r51099Wolfram Schneider2017-10-111-1/+3
| | | | | | | PR: 222631 Notes: svn path=/head/; revision=51100
* sync from English Makefile, r51076Wolfram Schneider2017-10-071-23/+24
| | | | | | | PR: 222828 Notes: svn path=/head/; revision=51078
* fix `make -n' if using gitWolfram Schneider2017-09-281-1/+5
| | | | | | | PR: 222631 Notes: svn path=/head/; revision=50953
* Remove obsolete variable definitions.Hiroki Sato2013-11-131-9/+0
| | | | Notes: svn path=/head/; revision=43185
* Normalize DTD URL.Hiroki Sato2013-11-131-1/+1
| | | | Notes: svn path=/head/; revision=43184
* - Use /usr/bin/svnlite as SVN if available.Hiroki Sato2013-11-135-29/+15
| | | | | | | | | | | | | - Replace /XML/{doc,www}/ with /XML/ in SysId. - Remove empty stylesheets in share/xsl and point share/xml/empty.xsl via XML catalog instead. - Change the L10N layer in freebsd-*.xsl not to use localized XSLT stylesheets directly. - Move share/xsl/* to share/xml and remove share/xsl. - Remove obsolete share/web2c/pdftex.def. Notes: svn path=/head/; revision=43181
* Simplify localization layer for XSLT stylesheets. lang/share/xsl/*.xsl areHiroki Sato2013-11-116-65/+16
| | | | | | | | | now picked up via share/xsl/*.xsl and they are empty when there is no localized content in it. This prevents inconsistency between share/xsl/*.xsl and the localized ones. Notes: svn path=/head/; revision=43171
* - Define l10n.ent as an entity in localized directories and make them beHiroki Sato2013-11-112-6/+3
| | | | | | | | | | | | | | | | | picked up via XML catalog in freebsd50.ent or xhtml10-freebsd.dtd, not entities.ent. The L10N entities always come first to be able to override everything. - Define   as   in EUC-JP encoding. This is a workaround to prevent an invalid character in EUC-JP caused by converting 0xa0 in UTF-8 (EUC-JP does not allow 0xa0) in XSLT processing. Theoretically it should be   still in the final XML output. - Make XML catalog resolution consistent for l10n.ent. This should be revisited for the others later. Notes: svn path=/head/; revision=43161
* - Definitively upgrade to DocBook 5.0Gabor Kovesdan2013-11-0740-6562/+4928
| | | | Notes: svn path=/projects/db5/; revision=43125
* MFHGabor Kovesdan2013-11-051-0/+2
|\ | | | | | | Notes: svn path=/projects/db5/; revision=43105
| * Attempt to fix the build, again.Glen Barber2013-09-291-0/+2
| | | | | | | | | | | | | | Patched by: des (based on) Notes: svn path=/head/; revision=42736
* | - Add namespace declaration to index elementsGabor Kovesdan2013-07-241-1/+1
| | | | | | | | Notes: svn path=/projects/db5/; revision=42424
* | - Enable indexes by default; now they are not so difficult to generateGabor Kovesdan2013-07-242-3/+1
| | | | | | | | Notes: svn path=/projects/db5/; revision=42423
* | - MFHGabor Kovesdan2013-07-241-67/+10
|\| | | | | | | Notes: svn path=/projects/db5/; revision=42422
| * - Fix misplaced indextermsGabor Kovesdan2013-07-241-67/+10
| | | | | | | | Notes: svn path=/head/; revision=42419
* | - MFHGabor Kovesdan2013-07-113-19/+11
|\| | | | | | | Notes: svn path=/projects/db5/; revision=42250
| * - Whitespace adjustments after last commitGabor Kovesdan2013-07-113-6/+11
| | | | | | | | Notes: svn path=/head/; revision=42248
| * - Indexterms should not be embedded directly into a question or answerGabor Kovesdan2013-07-113-18/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=42247
* | - MFHGabor Kovesdan2013-07-041-1/+1
|\| | | | | | | Notes: svn path=/projects/db5/; revision=42147
| * - Fix the cases when the specified column number does not match the real oneGabor Kovesdan2013-07-031-1/+1
| | | | | | | | | | | | | | - Add a constraint for this Notes: svn path=/head/; revision=42142
* | - MFHGabor Kovesdan2013-07-031-185/+155
|\| | | | | | | Notes: svn path=/projects/db5/; revision=42131
| * MFen: Resync with the English version of the handbookGanbold Tsagaankhuu2013-05-281-185/+155
| | | | | | | | | | | | | | Obtained from: FreeBSD Mongolian Documentation project Notes: svn path=/head/; revision=41764
* | - Fix double application elementGabor Kovesdan2013-06-201-1/+1
| | | | | | | | Notes: svn path=/projects/db5/; revision=41976
* | - Properly refer to the glossaryGabor Kovesdan2013-06-201-1/+1
| | | | | | | | Notes: svn path=/projects/db5/; revision=41972
* | - Convert glossary to normal include file instead of entity so that it can beGabor Kovesdan2013-06-203-6/+1
| | | | | | | | | | | | | | transformed with XSLT Notes: svn path=/projects/db5/; revision=41969
* | - Add back two accidentally removed entity definitionsGabor Kovesdan2013-06-201-0/+7
| | | | | | | | Notes: svn path=/projects/db5/; revision=41958
* | - Add namespace declarations and convert entities to DB 5.0Gabor Kovesdan2013-06-115-324/+324
| | | | | | | | Notes: svn path=/projects/db5/; revision=41910
* | - Add namespace declaration to trademark entitiesGabor Kovesdan2013-06-101-165/+165
| | | | | | | | Notes: svn path=/projects/db5/; revision=41892
* | - Revert r41880 and r41881 since they resulted in loss of semanticGabor Kovesdan2013-06-103-104/+105
| | | | | | | | | | | | | | | | | | information Pointed out by: hrs Notes: svn path=/projects/db5/; revision=41889
* | - Avoid trademark in applicationGabor Kovesdan2013-06-082-4/+3
| | | | | | | | Notes: svn path=/projects/db5/; revision=41881
* | - trademark is not allowed in application so just use ™ or ®Gabor Kovesdan2013-06-081-101/+101
| | | | | | | | Notes: svn path=/projects/db5/; revision=41880
* | - Clean up unused trademark entitiesGabor Kovesdan2013-06-081-72/+7
| | | | | | | | Notes: svn path=/projects/db5/; revision=41879
* | - Remove type="html" from ulinkGabor Kovesdan2013-06-033-4/+4
| | | | | | | | Notes: svn path=/projects/db5/; revision=41832
* | - Drop SGML catalogsGabor Kovesdan2013-05-292-29/+0
|/ | | | | | | | - Drop DSSSL stylesheets - Drop some DSSSL-related comments and Makefile code Notes: svn path=/projects/db5/; revision=41774
* - MFHGabor Kovesdan2013-05-071-80/+69
| | | | Notes: svn path=/projects/xml-tools/; revision=41559
* - Reduce the misuse of role attribute; role="directory" should actually beGabor Kovesdan2013-04-042-2/+2
| | | | | | | | class="directory" - Add constraint to enforce this Notes: svn path=/projects/xml-tools/; revision=41366
* - Replace misused (empty) link elements with xrefGabor Kovesdan2013-04-033-13/+13
| | | | Notes: svn path=/projects/xml-tools/; revision=41362
* - Do not specify image file extensions in documents; the proper extensionGabor Kovesdan2013-04-028-167/+167
| | | | | | | | | is appended during rendering - For the same reason, do not specify format either - Add constraints to enforce this Notes: svn path=/projects/xml-tools/; revision=41346
* Always build pdf from ps and remove related nits. This is what was alreadyGabor Kovesdan2013-03-311-1/+0
| | | | | | | | | 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. Notes: svn path=/projects/xml-tools/; revision=41330
* - MFHGabor Kovesdan2013-03-2023-1987/+683
|\ | | | | | | Notes: svn path=/projects/xml-tools/; revision=41274
| * MFen: Resync with the English version of the handbookGanbold Tsagaankhuu2013-03-131-2/+2
| | | | | | | | | | | | | | Obtained from: FreeBSD Mongolian Documentation project Notes: svn path=/head/; revision=41194
| * MFen: Resync with the English version of the handbookGanbold Tsagaankhuu2013-03-131-27/+22
| | | | | | | | | | | | | | Obtained from: FreeBSD Mongolian Documentation project Notes: svn path=/head/; revision=41193
| * MFen: Resync with the English version of the handbookGanbold Tsagaankhuu2013-03-131-72/+15
| | | | | | | | | | | | | | Obtained from: FreeBSD Mongolian Documentation project Notes: svn path=/head/; revision=41192
| * MFen: Resync with the English version of the handbookGanbold Tsagaankhuu2013-03-131-35/+24
| | | | | | | | | | | | | | Obtained from: FreeBSD Mongolian Documentation project Notes: svn path=/head/; revision=41191
| * MFen: Resync with the English version of the handbookGanbold Tsagaankhuu2013-03-131-716/+114
| | | | | | | | | | | | | | Obtained from: FreeBSD Mongolian Documentation project Notes: svn path=/head/; revision=41190
| * MFen: Resync with the English version of the handbookGanbold Tsagaankhuu2013-03-122-61/+29
| | | | | | | | | | | | | | Obtained from: FreeBSD Mongolian Documentation project Notes: svn path=/head/; revision=41173
| * MFen: Resync with the English version of the handbookGanbold Tsagaankhuu2013-03-122-46/+5
| | | | | | | | | | | | | | Obtained from: FreeBSD Mongolian Documentation project Notes: svn path=/head/; revision=41171
| * MFen: Resync with the English version of the handbookGanbold Tsagaankhuu2013-03-1214-1029/+473
| | | | | | | | | | | | | | Obtained from: FreeBSD Mongolian Documentation project Notes: svn path=/head/; revision=41170
* | - Place the footer below the navigation as it used to beGabor Kovesdan2013-03-151-1/+1
| | | | | | | | Notes: svn path=/projects/xml-tools/; revision=41220
* | - Change screenco to screen + co since the former is not supportedGabor Kovesdan2013-03-142-18/+4
| | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/projects/xml-tools/; revision=41215