Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
43 check-ins
2019-04-01
| ||
21:52 | Some changes merged from 0.0.1-1. Leaf check-in: 33978a5a7d user: vdb tags: trunk | |
21:25 | configure: Release nuber set to 1. spec: Change log updated. site: Minor link fix. Leaf check-in: febab3d884 user: vdb tags: 0.0.1, 0.0.1-1 | |
21:17 | rpmlint: Config file updated. check-in: b8a1c19190 user: vdb tags: 0.0.1 | |
21:16 | TODO.md file added. check-in: 3266bd370e user: vdb tags: 0.0.1 | |
2019-03-29
| ||
21:58 | configure: Version specified. check-in: e2e062ca48 user: vdb tags: 0.0.1 | |
21:54 | Create new branch named "0.0.1" check-in: a437961359 user: vdb tags: 0.0.1 | |
2019-03-18
| ||
22:38 | md.m4: _md_prop comment expanded. Added possibility to generate empty span. added macros MD_PRICE_CURRENCY, MD_CATEGORY, MD_SUB_CATEGORY. New macros used in index.md. check-in: 3a06c94acc user: vdb tags: trunk | |
19:58 | Fossil treats empty-line-separated verbatim blocks as one verbatim block. To avoid merging verbatim blocks I have to separate them with html comments (<!-- -->). But such .doc.output files look ugly to my taste. Let's insert html comments just before uploading the .md files to fossil. check-in: ba11c8e7cc user: vdb tags: trunk | |
2019-03-17
| ||
23:45 | check-s4lt-autom4te.sh: Examples are formatted differently. HTML comment (<!--*-->) inserted between input and output parts of example to slit single <pre> element into two <pre> elements. This allows to use JS+CSS to format them differently. check-in: 97f6f02429 user: vdb tags: trunk | |
23:42 | Makefile: Rule for site/s4_%.md fixed to take %.doc.output files from build directory, if they exist. check-in: 2f4cabd385 user: vdb tags: trunk | |
22:12 | Comment about <div itemscope itemtype> updated. (The problem solved by using header and footer.) check-in: 443ae625fd user: vdb tags: trunk | |
22:11 | Release number reset to 0. check-in: 79d1809aca user: vdb tags: trunk | |
21:21 | md.m4: Typo in comment fixed. index.md.m4: keyword and description collection disabled (if collection enabled, MD_KEYWORDS and MD_DESCRIPTION macros must be used, otherwise the collected text will be automatically undiverted at the end of input). check-in: 64f04849f4 user: vdb tags: trunk | |
21:09 | spec: Description expanded a bit. check-in: 25a70279fc user: vdb tags: trunk | |
21:06 | macros.md: comment fixed. check-in: 33cdeb0bc2 user: vdb tags: trunk | |
21:06 | md.m4 macro file ported from Tapper. index.md renamed to index.md.m4. Makefile: *.md.m4 files passed through m4 to process microdata macros. Macros are used in index.md.m4. There is a problem still: fossil does not process markdown in <div> html element, so microdata is not yet correct. configure looks for m4. check-in: 24687285c2 user: vdb tags: trunk | |
19:36 | spec: Changed to adopt new tarball file name. check-in: 591797845c user: vdb tags: trunk | |
19:11 | vdb.mk: (1) tarball now is the same as name of directory packed into tarball. (2) Name of tarball includes release number. check-in: e6255b25b5 user: vdb tags: trunk | |
19:09 | spec: Summary and description slightly changed. check-in: 53d30bd99d user: vdb tags: trunk | |
18:00 | index.md: mailto: address fixed, subject added. check-in: 5983cfa5fc user: vdb tags: trunk | |
15:10 | Makefile does not work if TAR environment variable is not set. configure fixed to set the variable. check-in: b300468177 user: vdb tags: trunk | |
15:09 | fossil-uv-add.sh used in Makefile. check-in: 679502e6c7 user: vdb tags: trunk | |
15:07 | fossil-uv-add.sh script added. Common functions of fossil-uv-add and fossil-uv-rm are moved to fossil.sh. check-in: c47f749592 user: vdb tags: trunk | |
2019-03-16
| ||
21:55 | bin/fossil-uv-rm.sh script added. It removed uv files and handles patterns. Bunch short pages (manual.md, download.md, feedback.md) merged into site/index.md. Site pages now are uploaded to site/$ver/ directory. check-in: 237f586035 user: vdb tags: trunk | |
2019-03-15
| ||
21:45 | tar.sh added to manifest. check-in: 3781bb8c44 user: vdb tags: trunk | |
21:42 | LICENSE: minor formatting fix. check-in: ea4248c39f user: vdb tags: trunk | |
21:41 | vdb.mk: gzip -n option documented. check-in: 804df5371c user: vdb tags: trunk | |
2019-03-14
| ||
22:59 | vdb.mk: New rules for creating uncompressed and gzip-compressed tarballs. Uncompressed tarbal is not transient, it is left in _build directory. Owner and group of the files are explicitly set to 0, 0 to avoid dependency on current user uid and gid. tar.sh wrapper is used to set explicitly modification time for all files in tarball. This allows to build exactly the same tarball again if source files are not changed. check-in: 672fa35de2 user: vdb tags: trunk | |
2019-03-01
| ||
22:56 | spec: New "@ file:" makefile trick used. check-in: df9598c8bb user: vdb tags: trunk | |
22:55 | Minor changes to site pages. check-in: 6fa8b766c2 user: vdb tags: trunk | |
22:54 | include.doc test written (this is actulally s4_include documentation). vdb.mk changed a bit to have proper "file:" comment in both .in and output file. check-in: 464168f69b user: vdb tags: trunk | |
21:42 | confidure: --enable-site option added. If specified, fossil is required. make: site target added. It adds set of unversioned .md files to fossil local repo. check-in: 310c36fcbc user: vdb tags: trunk | |
20:45 | README.md and INSTALL.md: Metainfo dropped because fossil does not understand it + minor changes. check-in: 80bba9264f user: vdb tags: trunk | |
20:44 | Version changed to 'trink'. This will denote not released and released versions. check-in: eb697df0d0 user: vdb tags: trunk | |
2019-02-27
| ||
20:33 | doc test output files moved back from md/ directory to test/ directory. Anyway I will not use them (in md/ directory) as documentation, since I plan to upload documentation files as unversioned (uv) files. check-in: d1f90f4931 user: vdb tags: trunk | |
2019-02-26
| ||
18:15 | Attempt #4 to fix links in README.md (and test for fossil 43111aa939). check-in: 75f5499e3b user: vdb tags: trunk | |
2019-02-19
| ||
19:02 | Bunch of tests added, which are also documentation pages. check-in: c9945740dd user: vdb tags: trunk | |
2019-02-16
| ||
22:29 | Links to M4, M4sugar and Autoconf added to README.md. check-in: 40f3da7b07 user: vdb tags: trunk | |
22:00 | Attempt #3 to fix links in README.md. check-in: 36fdff677a user: vdb tags: trunk | |
21:58 | Attempt #2 to fix links in README.md. check-in: 7ee9e124e7 user: vdb tags: trunk | |
21:56 | Links definitions added to README.md. check-in: 890961ab42 user: vdb tags: trunk | |
21:34 | Sources imported. check-in: 04f6f33f8a user: vdb tags: trunk | |
21:23 | initial empty check-in check-in: baff7c2bc3 user: vdb tags: trunk | |