Changes between Version 1 and Version 2 of WikiStart
- Timestamp:
- Sep 28, 2024, 11:00:16 PM (8 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v1 v2 1 = Welcome to Trac2 1 3 Trac is a '''minimalistic''' approach to '''web-based''' management of 4 '''software projects'''. Its goal is to simplify effective tracking and 5 handling of software issues, enhancements and overall progress. 2 == Yukari's Gap 3 Web content sanitizer proxy as a service, fork of [https://github.com/asciimoo/morty MortyProxy] with some suggestions from the issue tracker applied, named after [https://en.touhouwiki.net/wiki/Yukari_Yakumo the youkai you should not even come near] from [https://en.touhouwiki.net/wiki/Perfect_Cherry_Blossom Perfect Cherry Blossom] 6 4 7 All aspects of Trac have been designed with the single goal to 8 '''help developers write great software''' while '''staying out of the way''' 9 and imposing as little as possible on a team's established process and 10 culture. 5 Yukari's Gap rewrites web pages to exclude malicious HTML tags and attributes. It also replaces external resource references to prevent third party information leaks. 11 6 12 As all Wiki pages, this page is editable, this means that you can 13 modify the contents of this page simply by using your 14 web-browser. Simply click on the "Edit this page" link at the bottom 15 of the page. WikiFormatting will give you a detailed description of 16 available Wiki formatting commands. 7 The main goal of this tool is to provide a result proxy for searx, but it can be used as a standalone sanitizer service too. 17 8 18 "[wiki:TracAdmin trac-admin] ''yourenvdir'' initenv" created 19 a new Trac environment, containing a default set of wiki pages and some sample 20 data. This newly created environment also contains 21 [wiki:TracGuide documentation] to help you get started with your project. 9 === Features: 10 * HTML sanitization 11 * Rewrites HTML/CSS external references to locals 12 * JavaScript blocking 13 * No Cookies forwarded 14 * No Referrers 15 * No Caching/Etag 16 * Supports GET/POST forms and IFrames 17 * Optional HMAC URL verifier key to prevent service abuse 22 18 23 You can use [wiki:TracAdmin trac-admin] to configure 24 [http://trac.edgewall.org/ Trac] to better fit your project, especially in 25 regard to ''components'', ''versions'' and ''milestones''. 19 === Installation and setup 20 Coming soon 26 21 27 28 TracGuide is a good place to start. 29 30 Enjoy! [[BR]] 31 ''The Trac Team'' 32 33 == Starting Points 34 35 * TracGuide -- Built-in Documentation 36 * [http://trac.edgewall.org/ The Trac project] -- Trac Open Source Project 37 * [http://trac.edgewall.org/wiki/TracFaq Trac FAQ] -- Frequently Asked Questions 38 * TracSupport -- Trac Support 39 40 For a complete list of local wiki pages, see TitleIndex. 22 === Usage 23 See the manual page, [https://man.chaotic.ninja/?page=yukari.1 yukari(1)]