Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | adding help cross references |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | wolfgangHelpCmd |
| Files: | files | file ages | folders |
| SHA1: |
c880f0920fc9cec9639de51bb24fadf1 |
| User & Date: | wolfgang 2010-10-10 16:46:43.000 |
Context
|
2010-10-11
| ||
| 15:49 | merge from trunk check-in: c9df947761 user: wolfgang tags: wolfgangHelpCmd | |
|
2010-10-10
| ||
| 16:46 | adding help cross references check-in: c880f0920f user: wolfgang tags: wolfgangHelpCmd | |
| 13:38 | added cross references for help check-in: c3bf3c0c63 user: wolfgang tags: wolfgangHelpCmd | |
Changes
Changes to src/event.c.
| ︙ | ︙ | |||
433 434 435 436 437 438 439 | @ <tr><td colspan="2"> @ <input type="submit" name="preview" value="Preview Your Changes" /> @ <input type="submit" name="submit" value="Apply These Changes" /> @ <input type="submit" name="cancel" value="Cancel" /> @ </td></tr></table> @ </div></form> | | | 433 434 435 436 437 438 439 440 441 | @ <tr><td colspan="2"> @ <input type="submit" name="preview" value="Preview Your Changes" /> @ <input type="submit" name="submit" value="Apply These Changes" /> @ <input type="submit" name="cancel" value="Cancel" /> @ </td></tr></table> @ </div></form> style_footer_cmdref(0,"<a href=\"wiki_rules\">wiki format</a>"); } |
Changes to src/style.c.
| ︙ | ︙ | |||
117 118 119 120 121 122 123 | sideboxUsed = 0; } /* ** append a reference to command line to a web page ** and generate the footer */ | | | > > | > > > > | 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 |
sideboxUsed = 0;
}
/*
** append a reference to command line to a web page
** and generate the footer
*/
void style_footer_cmdref( const char * const zCmd, const char * const zAddOn ){
@ <div class="cmdref">
if( zCmd ){
@ See also command line help:
@ <a href="help?cmd=%s(zCmd)">%s(zCmd)</a>
}
if( zAddOn ){
@ %s(zAddOn)
}
@ </div>
style_footer();
}
/*
** Draw the footer at the bottom of the page.
*/
|
| ︙ | ︙ |
Changes to src/wiki.c.
| ︙ | ︙ | |||
382 383 384 385 386 387 388 |
@ <input type="submit" name="preview" value="Preview Your Changes" />
@ <input type="submit" name="submit" value="Apply These Changes" />
@ <input type="submit" name="cancel" value="Cancel" />
@ </div></form>
if( !isSandbox ){
manifest_clear(&m);
}
| | | 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 |
@ <input type="submit" name="preview" value="Preview Your Changes" />
@ <input type="submit" name="submit" value="Apply These Changes" />
@ <input type="submit" name="cancel" value="Cancel" />
@ </div></form>
if( !isSandbox ){
manifest_clear(&m);
}
style_footer_cmdref("wiki"," / <a href=\"wiki_rules\">wiki format</a>");
}
/*
** WEBPAGE: wikinew
** URL /wikinew
**
** Prompt the user to enter the name of a new wiki page. Then redirect
|
| ︙ | ︙ |
Changes to www/index.wiki.
| ︙ | ︙ | |||
121 122 123 124 125 126 127 |
[http://www.mail-archive.com/fossil-users@lists.fossil-scm.org | archives]
available for discussing fossil issues.
* [./stats.wiki | Performance statistics] taken from real-world projects
hosted on fossil.
* How to [./shunning.wiki | delete content] from a fossil repository.
* How Fossil does [./password.wiki | password management].
* Some (unfinished but expanding) extended
| | > | 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
[http://www.mail-archive.com/fossil-users@lists.fossil-scm.org | archives]
available for discussing fossil issues.
* [./stats.wiki | Performance statistics] taken from real-world projects
hosted on fossil.
* How to [./shunning.wiki | delete content] from a fossil repository.
* How Fossil does [./password.wiki | password management].
* Some (unfinished but expanding) extended
[./reference.wiki | reference documentation] for the fossil
[/help|command line].
* Documentation on the
[http://www.sqliteconcepts.org/THManual.pdf | TH1 Script Language] used
to configure the ticketing subsystem.
* A free hosting server for Fossil repositories is available at
[http://chiselapp.com/].
* How to [./server.wiki | set up a server] for your repository.
* Customizing the [./custom_ticket.wiki | ticket system].
|
| ︙ | ︙ |