Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Switched homepage over to markdown. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | doc-fixup-and-markdown |
Files: | files | file ages | folders |
SHA3-256: |
2c7245df255b1c33f6c867f5ca1d6f37 |
User & Date: | aku 2019-03-21 20:05:13.794 |
Context
2019-03-22
| ||
07:17 | More polishing to bring the embedded markdown documentation nearer to par with HTML. Only the styling HTML had is missing, and that is a limit of MD itself. - Markdown: Added support for engine parameter 'header'. Needed for navbar from dtplite. Added missing copyright information (see also HTML). Added character protection to engine, to mark the special command characters. Special characters in the input are quoted at the end, to prevent them from being seen as special by markdown. This required support in the general text engine too, when handling indents. It must not count the protection character (\1). - dtplite: Use HTML entity for the vertical bar in the navbar. This prevents misidentification as special character in the markdown engine, while keeping it usable for the HTML engine. - Removed HTML stylesheet for fossil integration. Unused now with the embedded docs using markdown and fossil doing the render. - Regenerated embedded docs, inserting copyright comment, and navbar. check-in: 67c2cce9ef user: aku tags: doc-fixup-and-markdown | |
2019-03-21
| ||
20:05 | Switched homepage over to markdown. check-in: 2c7245df25 user: aku tags: doc-fixup-and-markdown | |
19:50 | Merged localdoc work based on markdown into markdown. check-in: e0d7b4dc8e user: aku tags: doc-fixup-and-markdown | |
Changes
Name change from embedded/index.html to embedded/index.md.
1 2 3 4 5 | <div class='fossil-doc' data-title='Tcl Library Source Code'> <h1 align="center">Tcl Library Source Code</h1> <center> | > > > > > > | | | | < < < < < | | > | > > | | | < | < < < | < < < < < > < < | | | | | | | < < | < < < | < < | | | < | | | | | | | | < | | | < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | <div class='fossil-doc' data-title='Tcl Library Source Code'> <h1 align="center">Tcl Library Source Code</h1> <center> Packages - [Table Of Contents](md/toc.md) - [Keyword Index](md/index.md) </center> <center> <form action='../../../docsrch' method='GET'> <input type="text" name="s" size="40" autofocus> <input type="submit" value="Search Package Documentation"> </form> </center> ## Discussion & Contact Tcllib has two [mailing lists](https://sourceforge.net/p/tcllib/mailman/). One for notifications (commits, ticket changes), the other for general discussion. These are managed at SourceForge, at the aforementioned link. A few direct links for various topics: |tcllib-bugs| : |[Subscribe](https://lists.sourceforge.net/lists/listinfo/tcllib-bugs) [Archive](https://sourceforge.net/p/tcllib/mailman/tcllib-bugs) [Search](https://sourceforge.net/p/tcllib/mailman/search/?mail_list=tcllib-bugs)| |tcllib-devel| : |[Subscribe](https://lists.sourceforge.net/lists/listinfo/tcllib-devel) [Archive](https://sourceforge.net/p/tcllib/mailman/tcllib-devel) [Search](https://sourceforge.net/p/tcllib/mailman/search/?mail_list=tcllib-devel)| ## Feedback Please go to and use our [Local Trackers](../../../reportlist). They are for * Bugs, * Patches, and * Ideas & Feature Requests. ## Releases * [Current](../../../technote/0b2528ed32f54c4a8f08951aaa11ff60b3843630) __1.19 (Feb 16, 2018)__ * [Past Releases](../../../wiki?name=Past+Releases) * [Development Snapshots](../../../wiki?name=Development+Snapshots) * [@ SourceForge](https://sourceforge.net/projects/tcllib/files/) ## Related Repositories * [Tklib](../../../../tklib) * [Tcl Apps](../../../../tclapps) * [Tcl Bench](../../../../tclbench) * [Multicolumn Listbox](../../../../mclistbox) * [Widget](../../../../widget) * [BWidget](../../../../bwidget) ## See also * [Landing page for this package at the Tcl Developer eXchange](http://www.tcl.tk/software/tcllib/) |