User contributions for Maintenance script
From Begrid Wiki
A user with 151 edits. Account created on 9 June 2021.
9 June 2021
- 09:1309:13, 9 June 2021 diff hist +3,500 Nm TracWiki Created page with " == The Trac Wiki System == TracGuideToc Trac has a built-in wiki system which you can use for organizing knowledge and information in a very flexible way by [WikiNewPag..." current
- 09:1309:13, 9 June 2021 diff hist +13,608 Nm TracUpgrade Created page with " == Upgrade Instructions == TracGuideToc PageOutline(2-4,,inline,unnumbered) === Instructions === Typically, there are seven steps involved in upgrading to a newer v..." current
- 09:1309:13, 9 June 2021 diff hist +4,162 Nm TracUnicode Created page with " == Unicode Support in Trac == TracGuideToc Trac stores all text using UTF-8 encoding, including text in tickets and wiki pages. Internal processing of text uses true Uni..." current
- 09:1309:13, 9 June 2021 diff hist +2,340 Nm TracTimeline Created page with " == The Trac Timeline == TracGuideToc The timeline provides a historic view of the project in a single report. It lists all Trac events that have occurred in chronologic..." current
- 09:1309:13, 9 June 2021 diff hist +5,915 Nm TracTicketsCustomFields Created page with " == Custom Ticket Fields == Trac supports adding custom, user-defined fields to the ticket module. Using custom fields, you can add typed, site-specific properties to tickets...." current
- 09:1309:13, 9 June 2021 diff hist +8,772 Nm TracTickets Created page with " == The Trac Ticket System == TracGuideToc The Trac ticket database provides simple but effective tracking of issues and bugs within a project. As the central project ma..." current
- 09:1309:13, 9 June 2021 diff hist +7,988 Nm TracSyntaxColoring Created page with " == Syntax Coloring of Source Code == Trac supports language-specific syntax highlighting of source code within wiki formatted text in [WikiProcessors#CodeHighlightingSupport..." current
- 09:1309:13, 9 June 2021 diff hist +1,348 Nm TracSupport Created page with " == Trac Support == Like in most [http://www.opensource.org/ open source projects], "free" Trac support is available primarily through the community itself, mainly through th..." current
- 09:1309:13, 9 June 2021 diff hist +17,097 Nm TracStandalone Created page with " == Tracd == Tracd is a lightweight standalone Trac web server. It can be used in a variety of situations, from a test or development server to a multiprocess setup behind an..." current
- 09:1309:13, 9 June 2021 diff hist +1,593 Nm TracSearch Created page with " == Using Search == Trac has a built-in search engine to allow finding occurrences of keywords and substrings in wiki pages, tickets and changeset properties (author, revisio..." current
- 09:1309:13, 9 June 2021 diff hist +2,786 Nm TracRss Created page with " == Using RSS with Trac == TracGuideToc Several of the Trac modules support content syndication using the RSS (Really Simple Syndication) XML format. Using the RSS subscr..." current
- 09:1309:13, 9 June 2021 diff hist +3,786 Nm TracRoadmap Created page with " == The Trac Roadmap == TracGuideToc The roadmap provides a view on the ticket system that helps planning and managing the future development of a projec..." current
- 09:1309:13, 9 June 2021 diff hist +4,659 Nm TracRevisionLog Created page with " == Viewing Revision Logs == TracGuideToc When you browse the repository, it's always possible to query the ''Revision Log'' view corresponding to the path you're curren..." current
- 09:1309:13, 9 June 2021 diff hist +14,607 Nm TracRepositoryAdmin Created page with " == Repository Administration == PageOutline(2-3) === Quick start === #QuickStart *Manage repositories in the "Repository" admin panel, with <tt>trac-admin</tt> or in th..." current
- 09:1309:13, 9 June 2021 diff hist +16,240 Nm TracReports Created page with " == Trac Reports == TracGuideToc The Trac reports module provides a simple, yet powerful reporting facility to present information about tickets in the Trac database. Ra..." current
- 09:1309:13, 9 June 2021 diff hist +8,721 Nm TracQuery Created page with " == Trac Ticket Queries == TracGuideToc In addition to reports, Trac provides support for ''custom ticket queries'', used to display lists of tickets mee..." current
- 09:1309:13, 9 June 2021 diff hist +13,127 Nm TracPlugins Created page with " == Trac plugins == TracGuideToc From version 0.9 onwards, Trac is extensible with [trac:PluginList plugins]. Plugin functionality is based on the [trac:TracDev/Component..." current
- 09:1309:13, 9 June 2021 diff hist +11,272 Nm TracPermissions Created page with " == Trac Permissions == TracGuideToc Trac uses a simple, case sensitive, permission system to control what users can and can't access. Permission privileges are managed..." current
- 09:1309:13, 9 June 2021 diff hist +17,007 Nm TracNotification Created page with " == Email Notification of Ticket Changes == TracGuideToc Trac supports notification of ticket changes via email. Email notification is useful to keep users up-to-date o..." current
- 09:1309:13, 9 June 2021 diff hist +3,111 Nm TracNavigation Created page with " == Trac Navigation == Starting with Trac 0.11, it is now possible to customize the main and meta navigation entries in some basic ways. The new <tt>[mainnav]</tt> and <tt>[..." current
- 09:1309:13, 9 June 2021 diff hist +17,571 Nm TracModWSGI Created page with " == Trac and mod_wsgi == [http://code.google.com/p/modwsgi/ mod_wsgi] is an Apache module for running WSGI-compatible Python applications directly on top of the Apache webse..." current
- 09:1309:13, 9 June 2021 diff hist +17,597 Nm TracModPython Created page with " == Trac and mod_python == TracGuideToc Trac supports [http://www.modpython.org/ mod_python], which speeds up Trac's response times considerably, especially compared to [..." current
- 09:1309:13, 9 June 2021 diff hist +3,084 Nm TracLogging Created page with " == Trac Logging == TracGuideToc Trac supports logging of system messages using the standard [http://docs.python.org/library/logging.html logging module] that comes with..." current
- 09:1309:13, 9 June 2021 diff hist +19,835 Nm TracLinks Created page with " == Trac Links == TracGuideToc TracLinks are a fundamental feature of Trac, because they allow easy hyperlinking between the various entities in the system—such as tick..." current
- 09:1309:13, 9 June 2021 diff hist +12,204 Nm TracInterfaceCustomization Created page with " == Customizing the Trac Interface == TracGuideToc PageOutline === Introduction === This page is meant to give users suggestions on how they can customize the look of..." current
- 09:1309:13, 9 June 2021 diff hist +22,888 Nm TracInstall Created page with " == Trac Installation Guide for 1.0 == TracGuideToc Trac is written in the Python programming language and needs a database, [http://sqlite.org/ SQLite], [http://www.pos..." current
- 09:1309:13, 9 June 2021 diff hist +3,398 Nm TracIni Created page with " == The Trac Configuration File == ''[Note To Editors] Please discuss documentation changes in the [#Discussion] section. Even better, send us [TracDev/SubmittingPatches doc..." current
- 09:1309:13, 9 June 2021 diff hist +5,314 Nm TracImport Created page with " == Importing ticket data == PageOutline By means of migrating from other issue-tracking systems, perform some external actions over tickets or simply synchronize differe..." current
- 09:1309:13, 9 June 2021 diff hist +3,714 Nm TracGuide Created page with " == The Trac User and Administration Guide == TracGuideToc <pre>#span style="font-size:90%" //The TracGuide is meant to serve as a starting point for all documentation reg..." current
- 09:1309:13, 9 June 2021 diff hist +11,596 Nm TracFineGrainedPermissions Created page with " PageOutline(2-5, Contents, floated) == Fine grained permissions == Before Trac 0.11, it was only possible to define fine-grained permissions checks on the repository bro..." current
- 09:1309:13, 9 June 2021 diff hist +21,679 Nm TracFastCgi Created page with " PageOutline == Trac with FastCGI == [http://www.fastcgi.com/ FastCGI] interface allows Trac to remain resident much like with mod_python or TracMod..." current
- 09:1309:13, 9 June 2021 diff hist +8,356 Nm TracEnvironment Created page with " == The Trac Environment == Trac uses a directory structure and a database for storing project data. The directory is referred to as the “environment”. === Creating an E..." current
- 09:1309:13, 9 June 2021 diff hist +5,070 Nm TracChangeset Created page with " == Trac Changeset Module == TracGuideToc Trac has a built-in functionality for visualizing “diffs” - changes to files. There are different kinds of ''change sets''...." current
- 09:1309:13, 9 June 2021 diff hist +3,464 Nm TracCgi Created page with " == Installing Trac as CGI == <pre> #div class=important ''Please note that using Trac via CGI is the slowest deployment method available. It is slower than [TracModPython..." current
- 09:1309:13, 9 June 2021 diff hist +5,811 Nm TracBrowser Created page with " == The Trac Repository Browser == TracGuideToc The Trac repository browser can be used to browse specific revisions of directories and files stored in the repositories..." current
- 09:1309:13, 9 June 2021 diff hist +612 Nm TracBatchModify Created page with " == Trac Ticket Batch Modification == TracGuideToc From custom query results Trac provides support for modifying a batch of tickets in one request. To per..." current
- 09:1309:13, 9 June 2021 diff hist +1,591 Nm TracBackup Created page with " == Trac Backup == TracGuideToc Since Trac uses a database backend, some extra care is required to safely create a backup of a project environment. L..." current
- 09:1209:12, 9 June 2021 diff hist +3,960 Nm TracAdmin Created page with " == TracAdmin == TracGuideToc Trac is distributed with a powerful command-line configuration tool. This tool can be used to configure and customize your Trac-installatio..." current
- 09:1209:12, 9 June 2021 diff hist +1,237 Nm TracAccessibility Created page with " == Accessibility Support in Trac == Not every user has a graphic environment with a mouse or other pointing device. Some users rely on keyboard, alternative keyboard or voic..." current
- 09:1209:12, 9 June 2021 diff hist +130 Nm TitleIndex Created page with " ''' Index by Title ''' | ''' [RecentChanges Index by Date] ''' TitleIndex(format=group,min=4) {{TracNotice|{{PAGENAME}}}}" current
- 09:1209:12, 9 June 2021 diff hist +328 Nm Stephane Created page with " '''Stéphane GERARD''' [mailto:stgerard@vub.ac.beNOSPAM stgerard@vub.ac.beNOSPAM] Vrije Universiteit Brussel <br> Pleinlaan 2, CP230 <br>..." current
- 09:1209:12, 9 June 2021 diff hist +6,714 Nm Start your first jobs with wms Created page with " === Certificate Usage === We assume here that you followed these steps, so: *you are provided with a certificate, *you belong to a VO (eg. VO beapp..." current
- 09:1209:12, 9 June 2021 diff hist +10,695 Nm SINDES Created page with " === Sindes Installation === *What is SINDES? You might want to read [https://twiki.cern.ch/twiki/pub/FIOgroup/SinDes/presentation-poulhies-27-sept-2005.pdf presentation on S..." current
- 09:1209:12, 9 June 2021 diff hist +355 Nm Shkelzen Created page with " '''Shkelzen RUGOVAC''' [mailto:shkelzen.rugovac@gmail.comNOSPAM shkelzen.rugovac@gmail.comNOSPAM] Université Libre de Bruxelles <br> Bd du Triomph..." current
- 09:1209:12, 9 June 2021 diff hist +1,774 Nm Servers admin Created page with " == BEGrid central servers and nodes administration == === Quattor === * Quattor * Creating templates on Quattor === Virtual O..." current
- 09:1209:12, 9 June 2021 diff hist +136 Nm SandBox Created page with " == The Sandbox == This is just a page to practice and learn WikiFormatting. Go ahead, edit it freely. {{TracNotice|{{PAGENAME}}}}" current
- 09:1209:12, 9 June 2021 diff hist +1,397 Nm RescueMemtest Created page with " === Rescue and Memtest === PXE setup to boot your nodes with memtest or a linux rescue disk ==== Pre-made tarball ==== *get the [http://quattor.begrid.be/begrid/install/..." current
- 09:1209:12, 9 June 2021 diff hist +110 Nm RecentChanges Created page with " ''' [TitleIndex Index by Title] ''' | ''' Index by Date ''' RecentChanges {{TracNotice|{{PAGENAME}}}}" current
- 09:1209:12, 9 June 2021 diff hist +906 Nm Quattor server mgmnt Created page with " == Quattor Server Management == === Adding new Begrid site administrator === <pre> cd /etc/httpd/conf Add the user DN in the files "authz" and "users" </pre> === Ad..." current
- 09:1209:12, 9 June 2021 diff hist +565 Nm Pgrade Created page with " === The P-Grade Portal === The portal can be found on https://ui.begrid.be/gridsphere/ The P-Grade Portal is a webinterface to submit jobs and workflows on BEgrid...." current