Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of file www/fileformat.wiki at check-in 3312e40f0f1a2394
|
2025-03-24
| ||
| 18:14 | Note in www/fileformat.wiki that Control artifacts are also referred as Tag artifacts, per /chat discussion. file: [e6b9b42194] check-in: [26a82dddfe] user: stephan branch: trunk, size: 38071 | |
|
2025-03-18
| ||
| 13:01 | Further cleanup of the documentation for "fossil commit". Deprecate the "--mimetype" option as it is unimplemented (on the display side). Deemphasize unimportant and seldom used aspects of the commit command in order to bring more focus onto the important and often used parts. file: [2040fa3d85] check-in: [1ec8deef8a] user: drh branch: trunk, size: 37881 | |
|
2024-10-18
| ||
| 10:09 | (Grammar) fileformat.wiki changes. file: [24e81a24ca] check-in: [697b76f261] user: brickviking branch: bv-corrections01, size: 37624 | |
|
2024-02-18
| ||
| 13:25 | The skin's new "indent" class for block elements doesn't apply to "p" tags due to CSS cascading rules. Changed them to divs to sidestep this limitation. Also fixed another instance of bold formatting interfering with abutting italics. file: [e03aac299c] check-in: [d8e2a3b874] user: wyoung branch: trunk, size: 37617 | |
|
2024-02-04
| ||
| 04:42 | Added three new block-element classes to the skin to replace use of "blockquote" with semantic alternatives: * "indent" for cases where the only purpose was to indent things * "blockquote" where you want an actual block quote in a wiki doc and thus can't use a "blockquote" element due to the historical misuse of this tag, preventing us from doing the same for it as we do for MD * "sidebar" when the reason you wanted an indented paragraph was to create a sidebar; this is styled much like a blockquote in MD (or the new "blockquote" class in wiki docs) but floats to the right. Using all three of these in the remaining www/ docs that still used explicit "blockquote" tags. (If you're wondering why the prior commit claims to have dealt with all of these tags when this commit belies that, it's because this work was done en masse, then split up into two related commits to keep the commit messages more on-point. It was easier to commit these two chunks of work in this order. It would have required a complicated dance with the stash to commit them in the more logical order.) file: [9edfc8e4e9] check-in: [56c7c2cb13] user: wyoung branch: inskinerator-modern-backport, size: 37734 | |
|
2024-01-27
| ||
| 15:11 | Removed redundant h1 tags in wiki docs, duplicating "title" elements that already display in the skin's header area. They take up vertical space without adding any new information. file: [1a02099770] check-in: [2572e48b93] user: wyoung branch: inskinerator-modern-backport, size: 37762 | |
|
2024-01-26
| ||
| 13:40 | The file format doc now demonstrates good use of the new table styling, no longer depending on local style="" overrides to be readable. file: [942b890166] check-in: [43793758ca] user: wyoung branch: inskinerator-modern-backport, size: 37808 | |
|
2022-01-19
| ||
| 19:34 | Change the definition of structure artifacts so that they can store UTF-8 text rather than just ASCII text. file: [a896d84e5c] check-in: [cc214897fb] user: drh branch: trunk, size: 37874 | |
|
2021-09-17
| ||
| 02:02 | Converted all uses of the [https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attr-name | obsolete] named anchor feature from HTML before 4.0 to use fragment identifiers instead. (<tt>www/*</tt> subtree only.) Where possible, changed constructs like <verbatim><a name="foo"></a><h3></verbatim> to <verbatim><h3 id="foo"></verbatim> Also fixed a few cases where the link target came after a header so the browser would scroll the header off the screen when visiting the targeted section. Added a 50em pad at the bottom of one such edited doc to allow the intra-doc link targets to be useful since it's a short enough doc that on sufficiently tall browser windows, scrolling isn't possible, so using those anchors has no visible effect. file: [dd60e74cdc] check-in: [93cee1f56e] user: wyoung branch: trunk, size: 37874 | |
|
2021-02-24
| ||
| 00:14 | Minor rewording/clarification in fileformat.wiki. file: [ad17fdf7fd] check-in: [7ebe73ff9a] user: stephan branch: trunk, size: 37978 | |
|
2021-02-23
| ||
| 21:33 | Minor technote tag footnote and a typo fix. file: [c0bd652423] check-in: [b1600a22d7] user: stephan branch: trunk, size: 37974 | |
|
2021-02-22
| ||
| 06:48 | Documented several special-case rules for certain cards as footnotes in the fileformat.wiki card summary table. file: [0a63756806] check-in: [a3bfeb8521] user: stephan branch: trunk, size: 37856 | |
|
2021-02-10
| ||
| 23:34 | Modify the out-of-order card detection in the structural artifact parser to allow N and P cards of a technote to be in the wrong order. [15d04de574383d61|Ticket 15d04de574383d61]. file: [528555e1c7] check-in: [36620b74a4] user: drh branch: manifest-sort-check, size: 37151 | |
|
2020-08-21
| ||
| 14:40 | Add missing bold markup file: [13210325a6] check-in: [273dd80e85] user: andygoth branch: trunk, size: 35245 | |
|
2020-03-06
| ||
| 10:06 | eol-spacing in documentation file: [2638f4385c] check-in: [d65540f5a9] user: jan.nijtmans branch: trunk, size: 35237 | |
|
2019-12-02
| ||
| 13:45 | Add the ability to have a C-card on a wiki page. The current implementation does not use or generate wiki page artifacts with a C-card. file: [f8db043c69] check-in: [cad57db96e] user: drh branch: trunk, size: 35238 | |
|
2019-03-01
| ||
| 21:37 | Update custom makefile. Remove some unnecessary spacing in documentation file: [8fbc9c965c] check-in: [e2751b18af] user: jan.nijtmans branch: trunk, size: 34795 | |
|
2018-12-07
| ||
| 19:36 | Reworded 2 references to 40-character artifact IDs, since those particular IDs may now be longer than 40 characters. file: [339f6a9052] check-in: [565c21739c] user: stephan branch: trunk, size: 34798 | |
|
2018-10-09
| ||
| 15:21 | Bolded the card letters in fileformat.wiki and normalized 'X card' vs 'X-card' vs '"X" card' to make it easier to search for a given card type in the document. file: [a058b1190d] check-in: [a1437b2447] user: wyoung branch: trunk, size: 34813 | |
|
2018-08-12
| ||
| 21:40 | Fixed a few references to MIME type "text/x-fossil" in the fileformat document. It's "text/x-fossil-wiki" everywhere else. file: [8b2330f9a8] check-in: [e00cdbe702] user: wyoung branch: trunk, size: 33740 | |
|
2018-08-08
| ||
| 18:32 | Typo fix file: [c62827e0c4] check-in: [15b2034307] user: wyoung branch: trunk, size: 33730 | |
|
2018-07-24
| ||
| 02:14 | Typo fixes. file: [594b66eed6] check-in: [452be61b2d] user: drh branch: forum-v2, size: 33730 | |
|
2018-07-19
| ||
| 21:31 | Enhance the manifest parser to support parsing of Forum posts artifacts. At the same time, simplify the artifact syntax error detection logic using tables rather than straight code. file: [3b74370b86] check-in: [e893e9d01b] user: drh branch: forum-v2, size: 33731 | |
| 19:43 | Proposed new design for the forum. Individual posts are stored as ordinary artifacts and thus participate in sync just like any other artifact. There is a new artifact type used to describe forum posts. This check-in defines the format of the new artifact type. Follow-up check-ins on this thread will attempt to flesh-out the idea in code. file: [51ccb9664b] check-in: [15fa605318] user: drh branch: forum-v2, size: 33538 | |
|
2017-10-19
| ||
| 20:39 | Initial changes for adding attachments to check-ins. file: [9270a4bceb] check-in: [cb385ba009] user: drh branch: checkin-attachment, size: 30530 | |
|
2017-03-02
| ||
| 12:08 | Few (textual) typos. Eliminate unneccary spacing. file: [c5e5f4a278] check-in: [b098c9398a] user: jan.nijtmans branch: trunk, size: 29606 | |
| 00:10 | Documentation updates - remove references to SHA1 as the only available hash algorithm. file: [c9c36b1fd7] check-in: [796db898c7] user: drh branch: trunk, size: 29609 | |
|
2017-02-28
| ||
| 10:12 | Update the change log for version 2.0. file: [8877469cd3] check-in: [89077b05bf] user: drh branch: fossil-2.0, size: 29967 | |
| 10:06 | Updates to to the fileformat.wiki document. file: [0ebcd0afe3] check-in: [d9bef53b1a] user: drh branch: fossil-2.0, size: 29968 | |
|
2017-02-27
| ||
| 22:33 | Back out the change to the cluster artifact M-card that added an alias name. The plan is to transmit alias information by new cards in the sync protocol. file: [7b54b9c50b] check-in: [a6ee563c70] user: drh branch: fossil-2.0, size: 30531 | |
| 22:20 | Abandon the HNAME table idea. Instead, continue to use the BLOB.UUID as the primary artifact name and add the ALIAS table for aliased artifact names after a hash algorithm change. Add the optional alias argument to the M-card. file: [b03f51768f] check-in: [2e42c9cb89] user: drh branch: fossil-2.0, size: 30701 | |
|
2017-01-10
| ||
| 20:32 | Improvements to comments and file format docs. file: [c55f4e6496] check-in: [f0c19ea170] user: mistachkin branch: remarks-on-checkins, size: 32312 | |
| 19:08 | Expand the scope of the new Remark artifact so that it may be attached to either a check-in or a branch. file: [a7f3a7e4bf] check-in: [b78d1a67b7] user: drh branch: remarks-on-checkins, size: 32312 | |
|
2017-01-08
| ||
| 21:04 | A couple more typo fixes in the file format document. file: [671e7a8eca] check-in: [290404ec37] user: mistachkin branch: remarks-on-checkins, size: 31997 | |
| 02:03 | Fix a typo in the file format document. file: [0dfbff9fa6] check-in: [1c7438d478] user: mistachkin branch: remarks-on-checkins, size: 32003 | |
|
2017-01-07
| ||
| 19:10 | Describe the Remark artifact used to record check-in remarks. file: [88c0acfa4b] check-in: [0e9021f800] user: drh branch: remarks-on-checkins, size: 32006 | |
| 18:54 | Clarification of the W card in the file-format document. file: [4e1f782911] check-in: [5e9e76733a] user: drh branch: trunk, size: 30002 | |
|
2016-11-07
| ||
| 00:33 | Integrate andygoth-changes, try two file: [651cec7756] check-in: [e7764947d7] user: andygoth branch: trunk, size: 29970 | |
|
2016-11-02
| ||
| 10:16 | Eliminate unnecessary end-of-line spacing in wiki. No textual changes. file: [71931bb739] check-in: [f47b7052c6] user: jan.nijtmans branch: trunk, size: 29973 | |
|
2016-09-27
| ||
| 17:23 | One more tweak to fileformat.wiki file: [981373a49e] check-in: [731eb89787] user: andygoth branch: trunk, size: 30004 | |
| 17:19 | Fix a couple tiny editorial inconsistencies in fileformat.wiki file: [61ac00f0cd] check-in: [9c2116a02b] user: andygoth branch: trunk, size: 30004 | |
|
2016-02-18
| ||
| 10:13 | Minor correction to the P-card docs. file: [af854d3485] check-in: [576d64c943] user: stephan branch: trunk, size: 29991 | |
|
2016-01-07
| ||
| 20:42 | minor typo fix. file: [9ef84f4adf] check-in: [82bb1901cd] user: stephan branch: hierarchical-manifests, size: 33079 | |
|
2015-12-22
| ||
| 13:40 | Further design changes to hierarchical manifests. Still no actual code. file: [0b7c241ec5] check-in: [47aa928240] user: drh branch: hierarchical-manifests, size: 33078 | |
| 07:18 | Describe an enhancement to manifest artifacts that allows for an hierarchical description of the structure of a check-in. It is hoped that this new format will work more efficiently for large repositories, and make clone and pull from Git much easier and faster. This check-in is a documentation change only. the new hierarchical manifest type has not yet been implemented in code. file: [68fac26320] check-in: [7576a0f1b9] user: drh branch: hierarchical-manifests, size: 34145 | |
|
2015-02-26
| ||
| 21:52 | replace 'checkin' by 'check-in' in WWW-docs, except in links, arguments and combined words already containing a hyphen file: [1cd023bfde] check-in: [3312e40f0f] user: michai branch: ml-jb-doc-typos, size: 29923 | |
| 21:33 | fixed more typos and grammatical errors in WWW-docs as specified by ML-posted patches file: [d54f8450d7] check-in: [bf1b99723e] user: michai branch: ml-jb-doc-typos, size: 29922 | |
| 20:18 | fixed a number of typos in WWW-docs, as suggested on ML file: [01e30821da] check-in: [05fc09c5dd] user: michai branch: ml-jb-doc-typos, size: 29922 | |
|
2015-02-14
| ||
| 17:56 | Rename the "event artifact" type to "technical note" or "technote". The format of the artifact is unchanged. Add the ability to enter and edit technotes as markdown and plain text in addition to wiki. file: [6bbd072719] check-in: [bd50848eb5] user: drh branch: trunk, size: 29922 | |
|
2015-01-05
| ||
| 20:36 | Fix typos in the file-format documentation. file: [736c516ee9] check-in: [f7d7ce35cd] user: drh branch: trunk, size: 29738 | |
|
2014-07-23
| ||
| 04:23 | Minor corrections to documentation. file: [d7f9a26e4d] check-in: [f1b148df7f] user: andybradford branch: trunk, size: 29738 | |
|
2014-05-14
| ||
| 16:05 | minor doc correction. file: [f5afc371e6] check-in: [ec44f61a83] user: stephan branch: trunk, size: 29735 | |
|
2014-02-24
| ||
| 18:38 | Documented the 'l' F-card permission and added a minor clarification regarding F-card UUID values for removed files. file: [078c8487ca] check-in: [007c32bdfd] user: stephan branch: trunk, size: 29730 | |
|
2013-09-11
| ||
| 20:11 | typo and unnecessary "align=center" file: [5c944bb265] check-in: [53e004254a] user: jan.nijtmans branch: trunk, size: 29629 | |
|
2013-08-26
| ||
| 07:56 | Document that the C-card in events is optional. Proof: [/event/bfdf42305400f6ca]. Don't output C-card in events when not necessary (code copied from attach.c) file: [64d335a6a3] check-in: [6a03e9329b] user: jan.nijtmans branch: trunk, size: 30486 | |
|
2013-08-23
| ||
| 21:40 | remove incorrect remark. file: [2c03054757] check-in: [45843c8e95] user: jan.nijtmans branch: trunk, size: 30486 | |
| 10:07 | typo's file: [4a584b56ed] check-in: [882f7a5dad] user: jan.nijtmans branch: trunk, size: 30564 | |
|
2013-08-19
| ||
| 18:33 | Minor addenda to the R-card calculation notes. file: [9974dfbc5c] check-in: [9d50b77e12] user: stephan branch: trunk, size: 30566 | |
|
2013-08-16
| ||
| 14:36 | update documentation file: [ec45988906] check-in: [d10eee3a4b] user: jan.nijtmans branch: merge-integrate, size: 30389 | |
| 09:14 | Added a minor clarification regarding fossilization of strings to the R card demo. file: [29e518dca1] check-in: [76d901ddb9] user: stephan branch: trunk, size: 30331 | |
|
2013-08-15
| ||
| 20:22 | Make formatting of the syntax for the various cards consistent, including in the summary table. file: [f6f61f4f38] check-in: [4e9522abaf] user: mistachkin branch: trunk, size: 30025 | |
| 15:46 | minor tweaks to the file format summary table. file: [2187614d42] check-in: [f9bda0a296] user: stephan branch: trunk, size: 29921 | |
| 00:37 | minor typo fix. file: [0eb151c6e7] check-in: [80bf17c0d0] user: stephan branch: trunk, size: 29915 | |
| 00:37 | Reworked the manifest summary table to indicate how many of each card type are required. file: [8b0555f34d] check-in: [559047a042] user: stephan branch: trunk, size: 29914 | |
|
2013-08-13
| ||
| 13:37 | c/the the/the/ file: [15799bb3e8] check-in: [0b75e2e615] user: jan.nijtmans branch: trunk, size: 29669 | |
| 12:50 | fixed a misspelled closing tag :/. file: [66f21bd24a] check-in: [df60acb691] user: stephan branch: trunk, size: 29673 | |
| 12:47 | Added missing name anchor and section number. Minor text improvements. file: [ec7001315c] check-in: [04764ae2ea] user: stephan branch: trunk, size: 29671 | |
| 12:39 | Added an "Addenda" section as a place for describing the file format algorithms in more detail (hints for implementors). file: [d42b162986] check-in: [1b5513cba3] user: stephan branch: trunk, size: 29500 | |
|
2013-08-11
| ||
| 16:17 | Changed status of J card from (R?) to (R). file: [8ca6c2608a] check-in: [b86fb096c6] user: stephan branch: trunk, size: 28599 | |
| 13:55 | Fixed the required designation on the U card in Manifests. file: [6226819166] check-in: [bc601702c1] user: stephan branch: trunk, size: 28600 | |
| 13:53 | Expanded the control artifact/card summary table to distinguish between optional and required cards. file: [df9004897e] check-in: [e946977e0e] user: stephan branch: trunk, size: 28601 | |
|
2013-08-03
| ||
| 17:11 | Added missing U card from the initial description of Control Artifact requirements. file: [5153d93a75] check-in: [cac2d69546] user: stephan branch: trunk, size: 28347 | |
|
2013-04-01
| ||
| 13:50 | Add the --mimetype option to the "commit" command. file: [552b13ef01] check-in: [6d4339bb09] user: drh branch: markdown, size: 28338 | |
|
2013-03-29
| ||
| 16:38 | Add the N-card to control artifacts for wiki, checkins, events, and attachments, which opens up the possibility (not yet implemented) of being able to save wiki text, check-in comments, event text, and attachment descriptions in a variety of formats, such as text/plain, text/html, or text/x-markdown. file: [08ecddfcdf] check-in: [2336a2d86e] user: drh branch: markdown, size: 28334 | |
|
2012-08-17
| ||
| 18:14 | Fixed a number of "the the" duplications in comments, documentation, and HTML (templates). Left the 17 occurences of same in sqlite.c alone. file: [45ac15ba94] check-in: [b00e462ffc] user: andreask branch: trunk, size: 27243 | |
|
2012-08-06
| ||
| 11:15 | Fix minor documentation typo. file: [9bb164765e] check-in: [372879b388] user: drh branch: trunk, size: 27247 | |
|
2011-02-26
| ||
| 15:32 | Extend the file format for manifests to include the Q-card for recording cherry-picks. Parse and ignore these cards for now. file: [dc9aca3a4a] check-in: [7fcbbb1da0] user: drh branch: trunk, size: 27248 | |
|
2011-02-25
| ||
| 17:59 | Update the file format documentation to make it clear that a Z-card is required on all artifacts. file: [a7cf7b7b6d] check-in: [51c3f3b670] user: drh branch: trunk, size: 25881 | |
| 14:20 | Comment and documentation updates on the tagging mechanism. No substantive code changes. file: [3a75033c31] check-in: [80f89e3feb] user: drh branch: trunk, size: 25855 | |
|
2011-02-09
| ||
| 23:08 | Try to make it clear that a ticket-id must be a 40-character lower-case hexadecimal number. file: [c1b2373555] check-in: [81ad6e2e20] user: drh branch: trunk, size: 25843 | |
|
2011-01-07
| ||
| 16:20 | Record fractional seconds for artifact times. file: [7342f61f33] check-in: [722d7cac97] user: drh branch: trunk, size: 25824 | |
|
2010-11-01
| ||
| 14:23 | Fix a typo in the file format documentation reported on the Tcl/Tk chatroom. file: [34cd0cc786] check-in: [d0753799e4] user: drh branch: trunk, size: 25701 | |
|
2010-10-19
| ||
| 17:57 | Fix a typo in the file format documentation. file: [c9153f4ac1] check-in: [0f3086bee7] user: drh branch: experimental, size: 25701 | |
| 17:01 | Improvements to the file format documentation to better describe the new B-card on manifests. file: [20a739ee96] check-in: [f56c622b7a] user: drh branch: experimental, size: 25700 | |
|
2010-10-17
| ||
| 17:25 | Add the ability to parse and use manifests with the B-card. Add documentation for the B-card. file: [9db967cb59] check-in: [ec56d8ff58] user: drh branch: experimental, size: 25449 | |
|
2010-10-04
| ||
| 01:21 | Updates and corrections to the [/doc/tip/www/fileformat.wiki | file format documentation]. file: [6457b7292c] check-in: [3e48b683de] user: drh branch: experimental, size: 24786 | |
|
2010-10-02
| ||
| 03:28 | Add the ability to assign background colors to the timeline entries for events. file: [f651ce382c] check-in: [a5110365a3] user: drh branch: experimental, size: 24640 | |
| 00:25 | First working code for displaying and editing events. file: [7cb0118d07] check-in: [419903ebd7] user: drh branch: experimental, size: 23730 | |
|
2010-10-01
| ||
| 22:17 | Add the new "Event" artifact type to be used for project milestones, blog posts, news articles, and so forth. The Event artifact format is still subject to incompatible changes. file: [b44889d54c] check-in: [ed8738b60a] user: drh branch: experimental, size: 23662 | |
|
2010-07-23
| ||
| 14:38 | Fixed a link error in wiki file: [482a802655] check-in: [6c73d1b2cd] user: BMorgat branch: trunk, size: 21198 | |
| 09:37 | Fixed various typos and omissions in help sections file: [84132a03bc] check-in: [44b02c3de9] user: BMorgat branch: trunk, size: 21194 | |
|
2010-06-11
| ||
| 12:27 | Fix documentation typos. file: [c982427512] check-in: [b16b4337b9] user: drh branch: trunk, size: 21198 | |
|
2010-03-16
| ||
| 16:52 | Change the format of the A-card for attachments again. Add the ATTACHMENT table to the repository. Insert attachment information into the ATTACHMENT table when processing attachment artifacts. file: [5fee1a58d7] check-in: [615a52f0ba] user: drh branch: trunk, size: 21196 | |
| 15:38 | Improved file format documentation. Added information on the attachment artifact. Redefine the A-card (which has not previously been used). Update the Manifest object to store attachment artifacts. file: [23f2c83baa] check-in: [d5a4e41c81] user: drh branch: trunk, size: 21273 | |
|
2010-02-24
| ||
| 04:11 | Updates to the file format documentation. file: [de56e1cbcc] check-in: [f01ec9db8b] user: drh branch: trunk, size: 16010 | |
|
2009-08-08
| ||
| 22:40 | Provide --user-override option on the ci command and the --date-override option on the new command. Make a correction to the file format document. file: [ab44da6d91] check-in: [8b630bb57a] user: drh branch: trunk, size: 15806 | |
|
2009-04-07
| ||
| 04:12 | typo file: [9924363ba6] check-in: [6fe981ec56] user: bch branch: trunk, size: 16094 | |
| 04:04 | typo file: [f082b96f9b] check-in: [434c350a45] user: bch branch: trunk, size: 16102 | |
|
2009-01-25
| ||
| 16:00 | Update the file format documentation. file: [e6fabaf4cd] check-in: [c664695186] user: drh branch: trunk, size: 16103 | |
|
2009-01-23
| ||
| 00:16 | Change "baseline" to "check-in" in the on-line documentation. file: [745e72bdc4] check-in: [904ee40b93] user: drh branch: trunk, size: 15282 | |
|
2008-11-11
| ||
| 03:50 | doc changes -- spelling corrections and embedded ref pages. file: [d69c059dc8] check-in: [9eb6ea75c1] user: kejoki branch: trunk, size: 15282 | |
|
2008-10-26
| ||
| 02:16 | Change the default subsystem list for tickets to an empty set. Update documentation to begin making a clearer distinction between local state and global state. file: [49c16eb396] check-in: [efb759a07d] user: drh branch: trunk, size: 15278 | |
|
2008-10-24
| ||
| 13:27 | Change all mentions of "UUID" in the documentation and help screens into either "artifact ID" or "baseline ID" or "ticket ID" as appropriate. "UUID" has a widely recognized meaning that is different from its meaning in fossil. "UUID" is still used in code comments and in variable names. file: [e95af362bc] check-in: [e8c4f69c50] user: drh branch: trunk, size: 14354 | |
|
2008-10-21
| ||
| 06:10 | Add "ci" as an alias for "commit". Make provisions for a future "fossil mv" command. file: [3e2ac76c49] check-in: [2bde9f9b3d] user: drh branch: trunk, size: 14316 | |
|
2008-10-05
| ||
| 01:03 | Documentation updates. file: [fff56efd8b] check-in: [c8893c69ac] user: drh branch: trunk, size: 13499 | |
|
2008-07-29
| ||
| 13:07 | Documentation updates. file: [51b55c19f0] check-in: [9d10726d48] user: drh branch: trunk, size: 12892 | |
|
2008-07-20
| ||
| 17:37 | Updated documentation to indicate that bug-tracking is now available. Preliminary documentation on bug-tracking. (Much more documentation is needed - also need documentation on how the wiki works.) file: [3dee4db541] check-in: [6ecc392f1c] user: drh branch: trunk, size: 12868 | |
|
2008-07-15
| ||
| 14:33 | Additional documentation updates. file: [9be529e4b5] check-in: [adc0b3bfb0] user: drh branch: trunk, size: 12845 | |
|
2008-05-15
| ||
| 20:25 | Added: initial ports of static .html to static /doc .wiki file: [346d6f3293] check-in: [d87ca60c58] user: stephan branch: trunk, size: 12421 | |