Changes between Version 6 and Version 7 of TracWiki
- Timestamp:
- May 31, 2020, 9:49:25 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracWiki
v6 v7 1 1 2 = The Trac Wiki System = 2 3 [[TracGuideToc]] 3 4 4 Trac has a built-in wiki system which you can use for organizing knowledge and information in a very flexible way by [WikiNewPage creating pages] containing an intuitive and easy to learn textual markup. This text markup is also used in all other parts of the system, not only in [wiki:TitleIndex wiki pages], but also in [wiki:TracTickets ticket] description and comments, [wiki:TracChangeset check-in log messages], [wiki:TracRoadmap milestone] descriptions and [wiki:TracReports report] descriptions, even in third-party extensions websites which provides [http://fixithere.net/sky-customer-service/ sky broadband customer services].5 Trac has a built-in wiki system which you can use for organizing knowledge and information in a very flexible way by [WikiNewPage creating pages] containing an intuitive and easy to learn textual markup. This text markup is also used in all other parts of the system, not only in [wiki:TitleIndex wiki pages], but also in [wiki:TracTickets ticket] description and comments, [wiki:TracChangeset check-in log messages], [wiki:TracRoadmap milestone] descriptions and [wiki:TracReports report] descriptions, even in third-party extensions. 5 6 It allows for formatted text and hyperlinks in and between all Trac modules. 6 7 … … 10 11 11 12 The wiki itself does not enforce any structure, but rather resembles a stack of empty sheets of paper, where you can organize information and documentation as you see fit, and later reorganize if necessary. 12 As contributing to a wiki is essentially building anhypertext,13 As contributing to a wiki is essentially building hypertext, 13 14 general advice regarding HTML authoring apply here as well. 14 15 For example, the ''[http://www.w3.org/Provider/Style Style Guide for online hypertext]'' explains how to think about the 15 16 [http://www.w3.org/Provider/Style/Structure.html overall structure of a work] 16 and how to organize information [http://www.w3.org/Provider/Style/WithinDocument.html within each document]. One of the most important tip is “make your HTML page such that you can read it even if you don't follow any links.”17 and how to organize information [http://www.w3.org/Provider/Style/WithinDocument.html within each document]. One of the most important tips is “make your HTML page such that you can read it even if you don't follow any links.” 17 18 18 19 Learn more about: