Differences From Artifact [c12e534903]:
- File
www/quickstart.wiki
— part of check-in
[1fd407f61a]
at
2023-05-10 17:02:02
on branch trunk
— In an effort to make www/* source documents read as cleanly as their
rendered counterparts, replaced nearly all use of HTML "p" tags, relying
instead on the Wiki and Markdown markup features to achieve the same
appearance. The only uses remaining are:
- in Markdown nested lists, where blank lines should render the list items as separate paragraphs just as at the list's top level; since it does not, if you want a line break, you either have to wrap the item in "p" tags or do the double-br hack.
- in Wiki where blank lines within a list give you a separate list in the HTML output; this is fine for bullet lists, but with numbered lists it causes the numbering to restart unless you do the same sort of manual HTML workaround as with the prior item
- in plain HTML docs and wiki docs between "nowiki" tags
In many places, this cleanup gets rid of pointless stray "p" tags, placating HTML verifiers. (user: wyoung size: 22252)
To Artifact [f2313633f4]:
- File www/quickstart.wiki — part of check-in [39beee4c9d] at 2023-05-10 17:20:55 on branch trunk — A prior edit to the quickstart doc left a vestigial version of the "Making and Committing Changes" section behind, resulting in duplicate information and a second h2 section with the same fragment ID. Some differences existed between the two presentations, so merged them rather than nuke the smaller (presumably older) one outright. (user: wyoung size: 21551) [more...]
| ︙ | |||
241 242 243 244 245 246 247 | 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 | - - - + + + + + |
+++ README.md<br>
@@ -1,5 +1,6 @@<br>
+Made some changes to the project<br>
# Original text<br>
</tt></b>
</blockquote>
|
| ︙ | |||
290 291 292 293 294 295 296 | 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 | - - - - - + + + + + + | </tt></b> </blockquote> You will be prompted for check-in comments using whatever editor is specified by your VISUAL or EDITOR environment variable. If none is specified Fossil uses line-editing in the terminal. |
| ︙ | |||
352 353 354 355 356 357 358 | 355 356 357 358 359 360 361 362 363 364 365 366 367 368 | - - - - - - - - - - - - - - - - - - - - - - - - - - - - | By default, fossil does not require a login for HTTP connections coming in from the IP loopback address 127.0.0.1. You can, and perhaps should, change this after you create a few users. When you are finished configuring, just press Control-C or use the <b>kill</b> command to shut down the mini-server. |
| ︙ |