New pages
From Begrid Wiki
Jump to navigationJump to search
- 09:13, 9 June 2021 TracWiki (hist | edit) [3,500 bytes] Maintenance script (talk | contribs) (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...")
- 09:13, 9 June 2021 TracUpgrade (hist | edit) [13,608 bytes] Maintenance script (talk | contribs) (Created page with " == Upgrade Instructions == TracGuideToc PageOutline(2-4,,inline,unnumbered) === Instructions === Typically, there are seven steps involved in upgrading to a newer v...")
- 09:13, 9 June 2021 TracUnicode (hist | edit) [4,162 bytes] Maintenance script (talk | contribs) (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...")
- 09:13, 9 June 2021 TracTimeline (hist | edit) [2,340 bytes] Maintenance script (talk | contribs) (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...")
- 09:13, 9 June 2021 TracTicketsCustomFields (hist | edit) [5,915 bytes] Maintenance script (talk | contribs) (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....")
- 09:13, 9 June 2021 TracTickets (hist | edit) [8,772 bytes] Maintenance script (talk | contribs) (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...")
- 09:13, 9 June 2021 TracSyntaxColoring (hist | edit) [7,988 bytes] Maintenance script (talk | contribs) (Created page with " == Syntax Coloring of Source Code == Trac supports language-specific syntax highlighting of source code within wiki formatted text in [WikiProcessors#CodeHighlightingSupport...")
- 09:13, 9 June 2021 TracSupport (hist | edit) [1,348 bytes] Maintenance script (talk | contribs) (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...")
- 09:13, 9 June 2021 TracStandalone (hist | edit) [17,097 bytes] Maintenance script (talk | contribs) (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...")
- 09:13, 9 June 2021 TracSearch (hist | edit) [1,593 bytes] Maintenance script (talk | contribs) (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...")
- 09:13, 9 June 2021 TracRss (hist | edit) [2,786 bytes] Maintenance script (talk | contribs) (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...")
- 09:13, 9 June 2021 TracRoadmap (hist | edit) [3,786 bytes] Maintenance script (talk | contribs) (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...")
- 09:13, 9 June 2021 TracRevisionLog (hist | edit) [4,659 bytes] Maintenance script (talk | contribs) (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...")
- 09:13, 9 June 2021 TracRepositoryAdmin (hist | edit) [14,607 bytes] Maintenance script (talk | contribs) (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...")
- 09:13, 9 June 2021 TracReports (hist | edit) [16,240 bytes] Maintenance script (talk | contribs) (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...")
- 09:13, 9 June 2021 TracQuery (hist | edit) [8,721 bytes] Maintenance script (talk | contribs) (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...")
- 09:13, 9 June 2021 TracPlugins (hist | edit) [13,127 bytes] Maintenance script (talk | contribs) (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...")
- 09:13, 9 June 2021 TracPermissions (hist | edit) [11,272 bytes] Maintenance script (talk | contribs) (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...")
- 09:13, 9 June 2021 TracNotification (hist | edit) [17,007 bytes] Maintenance script (talk | contribs) (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...")
- 09:13, 9 June 2021 TracNavigation (hist | edit) [3,111 bytes] Maintenance script (talk | contribs) (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>[...")
- 09:13, 9 June 2021 TracModWSGI (hist | edit) [17,571 bytes] Maintenance script (talk | contribs) (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...")
- 09:13, 9 June 2021 TracModPython (hist | edit) [17,597 bytes] Maintenance script (talk | contribs) (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 [...")
- 09:13, 9 June 2021 TracLogging (hist | edit) [3,084 bytes] Maintenance script (talk | contribs) (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...")
- 09:13, 9 June 2021 TracLinks (hist | edit) [19,835 bytes] Maintenance script (talk | contribs) (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...")
- 09:13, 9 June 2021 TracInterfaceCustomization (hist | edit) [12,204 bytes] Maintenance script (talk | contribs) (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...")
- 09:13, 9 June 2021 TracInstall (hist | edit) [22,888 bytes] Maintenance script (talk | contribs) (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...")
- 09:13, 9 June 2021 TracIni (hist | edit) [3,398 bytes] Maintenance script (talk | contribs) (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...")
- 09:13, 9 June 2021 TracImport (hist | edit) [5,314 bytes] Maintenance script (talk | contribs) (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...")
- 09:13, 9 June 2021 TracGuide (hist | edit) [3,714 bytes] Maintenance script (talk | contribs) (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...")
- 09:13, 9 June 2021 TracFineGrainedPermissions (hist | edit) [11,596 bytes] Maintenance script (talk | contribs) (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...")
- 09:13, 9 June 2021 TracFastCgi (hist | edit) [21,679 bytes] Maintenance script (talk | contribs) (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...")
- 09:13, 9 June 2021 TracEnvironment (hist | edit) [8,356 bytes] Maintenance script (talk | contribs) (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...")
- 09:13, 9 June 2021 TracChangeset (hist | edit) [5,070 bytes] Maintenance script (talk | contribs) (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''....")
- 09:13, 9 June 2021 TracCgi (hist | edit) [3,464 bytes] Maintenance script (talk | contribs) (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...")
- 09:13, 9 June 2021 TracBrowser (hist | edit) [5,811 bytes] Maintenance script (talk | contribs) (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...")
- 09:13, 9 June 2021 TracBatchModify (hist | edit) [612 bytes] Maintenance script (talk | contribs) (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...")
- 09:13, 9 June 2021 TracBackup (hist | edit) [1,591 bytes] Maintenance script (talk | contribs) (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...")
- 09:12, 9 June 2021 TracAdmin (hist | edit) [3,960 bytes] Maintenance script (talk | contribs) (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...")
- 09:12, 9 June 2021 TracAccessibility (hist | edit) [1,237 bytes] Maintenance script (talk | contribs) (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...")
- 09:12, 9 June 2021 TitleIndex (hist | edit) [130 bytes] Maintenance script (talk | contribs) (Created page with " ''' Index by Title ''' | ''' [RecentChanges Index by Date] ''' TitleIndex(format=group,min=4) {{TracNotice|{{PAGENAME}}}}")
- 09:12, 9 June 2021 Stephane (hist | edit) [328 bytes] Maintenance script (talk | contribs) (Created page with " '''Stéphane GERARD''' [mailto:stgerard@vub.ac.beNOSPAM stgerard@vub.ac.beNOSPAM] Vrije Universiteit Brussel <br> Pleinlaan 2, CP230 <br>...")
- 09:12, 9 June 2021 Start your first jobs with wms (hist | edit) [6,714 bytes] Maintenance script (talk | contribs) (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...")
- 09:12, 9 June 2021 SINDES (hist | edit) [10,695 bytes] Maintenance script (talk | contribs) (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...")
- 09:12, 9 June 2021 Shkelzen (hist | edit) [355 bytes] Maintenance script (talk | contribs) (Created page with " '''Shkelzen RUGOVAC''' [mailto:shkelzen.rugovac@gmail.comNOSPAM shkelzen.rugovac@gmail.comNOSPAM] Université Libre de Bruxelles <br> Bd du Triomph...")
- 09:12, 9 June 2021 Servers admin (hist | edit) [1,774 bytes] Maintenance script (talk | contribs) (Created page with " == BEGrid central servers and nodes administration == === Quattor === * Quattor * Creating templates on Quattor === Virtual O...")
- 09:12, 9 June 2021 SandBox (hist | edit) [136 bytes] Maintenance script (talk | contribs) (Created page with " == The Sandbox == This is just a page to practice and learn WikiFormatting. Go ahead, edit it freely. {{TracNotice|{{PAGENAME}}}}")
- 09:12, 9 June 2021 RescueMemtest (hist | edit) [1,397 bytes] Maintenance script (talk | contribs) (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/...")
- 09:12, 9 June 2021 RecentChanges (hist | edit) [110 bytes] Maintenance script (talk | contribs) (Created page with " ''' [TitleIndex Index by Title] ''' | ''' Index by Date ''' RecentChanges {{TracNotice|{{PAGENAME}}}}")
- 09:12, 9 June 2021 Quattor server mgmnt (hist | edit) [906 bytes] Maintenance script (talk | contribs) (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...")
- 09:12, 9 June 2021 Pgrade (hist | edit) [565 bytes] Maintenance script (talk | contribs) (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....")