This file is indexed.

/usr/share/fritzing/sketches/index.xml is in fritzing-data 0.6.3b+dfsg-3.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<fritzing-sketches>
	<sketches>
		<sketch id="555TouchSwitch" name="555 Touch Switch" src="core/555TouchSwitch.fz"/>
		<sketch id="AnalogInputFSR" name="Force Sensor" src="core/AnalogInputFSR.fz"/>
		<sketch id="AnalogInputOutput" name="Analog In/Out (Pot and LED)" src="core/AnalogInputOutput.fz"/>
		<sketch id="AnalogInputPot" name="Potentiometer" src="core/AnalogInputPot.fz"/>
		<sketch id="AnalogInputThermistor" name="Thermistor" src="core/AnalogInputThermistor.fz"/>
		<sketch id="AnalogInputToServo" name="Servo (with Pot)" src="core/AnalogInputToServo.fz"/>
		<sketch id="ArduinoISP" name="Arduino ISP" src="core/ArduinoISP.fz"/>
		<sketch id="BarebonesArduino" name="Barebones Arduino" src="core/Arduino-no-FTDI.fz"/>
		<sketch id="BarebonesArduinoStripboard" name="Barebones Arduino with Stripboard" src="core/Barebones Arduino (stripboard).fz"/>
		<sketch id="Blink" name="Blink" src="core/Blink.fz"/>
		<sketch id="Button" name="Button" src="core/Button.fz"/>
		<sketch id="DC_motor_control" name="DC Motor" src="core/DC_motor_control.fz"/>
		<sketch id="Knock" name="Knock (Piezo)" src="core/Knock.fz"/>
		<sketch id="LCD" name="Liquid Crystal Display" src="core/LiquidCrystalDisplay.fz"/>
		<sketch id="Loop" name="Loop" src="core/Loop.fz"/>
		<sketch id="Melody" name="Melody" src="core/Melody.fz"/>
		<sketch id="MidiDrumKit" name="Midi Drum Kit" src="core/MidiDrumKit.fz"/>
		<sketch id="npnPowerTransistor" name="NPN Power Transistor" src="core/npnPowerTransistor.fz"/>
		<sketch id="Op_Amp" name="Operation Amplifier" src="core/Op-amp.fz"/>
		<sketch id="Optocoupler" name="Optocoupler" src="core/Optocoupler.fz"/>
		<sketch id="Photocell" name="Photocell" src="core/Photocell.fz"/>
		<sketch id="Parking" name="Parking Assistant (Infrared)" src="core/Parking-Assistant.fz"/>
		<sketch id="CurvyParking" name="Curvy Parking Assistant (Infrared)" src="core/Curvy-Parking-Assistant.fz"/>
		<sketch id="Relay" name="Relay" src="core/Relay.fz"/>
		<sketch id="RGB_LED" name="Colored Light (RGB LED)" src="core/RGB-LED.fz"/>
		<sketch id="Color-Fader" name="Color Fader (RGB LED)" src="core/color-fader.fz"/>
		<sketch id="Shift_Register" name="Shift Register" src="core/Shift_Register.fz"/>
		<sketch id="Shift_Register2" name="Shift Register (double-sided)" src="core/Shift_Register_double_sided.fz"/>
		<sketch id="Stepper_Motor" name="Stepper Motor" src="core/Stepper_Motor.fz"/>
		<sketch id="Stepper_Motor2" name="Stepper Motor (double-sided)" src="core/Stepper_Motor_double_sided.fz"/>
		<sketch id="TiltSwitch" name="Tilt Switch" src="core/TiltSwitch.fz"/>
		<sketch id="Touch_Switch" name="Touch Switch" src="core/TouchSwitch.fz"/>
		<sketch id="TrafficLight" name="Traffic Light" src="core/TrafficLight.fz"/>
		<sketch id="VirtualColorMixer" name="Virtual Color Mixer" src="core/VirtualColorMixer.fz"/>
		<sketch id="VirtualColorMixer2" name="Virtual Color Mixer (double-sided)" src="core/VirtualColorMixer_double_sided.fz"/>
		<sketch id="VoltageRegulator" name="Voltage Regulator" src="core/VoltageRegulator_7800series.fz"/>
		<sketch id="VoltageRegulatorSwitch" name="Voltage Regulator with Switch" src="core/VoltageRegulator_with_switch.fz"/>
		<sketch id="Window_Alarm" name="Window Alarm" src="core/Window_Alarm.fz"/>
	</sketches>
	<categories>
		<category name="Arduino">
			<category name="Digital">
				<category name="Output">
					<sketch id="Blink"/>
					<sketch id="Loop"/>
					<sketch id="TrafficLight"/>
					<sketch id="Shift_Register"/>
					<sketch id="Shift_Register2"/>
				</category>
				<category name="Input">
					<sketch id="Button"/>
					<sketch id="TiltSwitch"/>
				</category>
			</category>
			<category name="Analog">
				<category name="Input">
					<sketch id="AnalogInputPot"/>
					<sketch id="AnalogInputFSR"/>
					<sketch id="Knock"/>
					<sketch id="Touch_Switch"/>
					<sketch id="Photocell"/>
					<sketch id="Parking"/>
					<sketch id="CurvyParking"/>
					<sketch id="AnalogInputThermistor"/>
					<sketch id="AnalogInputOutput"/>
				</category>
				<category name="Output">
					<sketch id="AnalogInputOutput"/>
					<sketch id="Melody"/>
					<sketch id="Window_Alarm"/>
					<sketch id="RGB_LED"/>
				</category>
			</category>
			<category name="Sensors">
				<category name="Force">
					<sketch id="AnalogInputFSR"/>
				</category>
				<category name="Light">
					<sketch id="Photocell"/>
				</category>
				<category name="Proximity">
					<sketch id="Parking"/>
					<sketch id="CurvyParking"/>
					<sketch id="Photocell"/>
				</category>
				<category name="Rotary">
					<sketch id="AnalogInputPot"/>
				</category>
				<category name="Sound">
					<sketch id="Knock"/>
					<sketch id="MidiDrumKit"/>
				</category>
				<category name="Temperature">
					<sketch id="AnalogInputThermistor"/>
				</category>
				<category name="Touch">
					<sketch id="555TouchSwitch"/>
					<sketch id="Touch_Switch"/>
					<sketch id="MidiDrumKit"/>
				</category>
			</category>
			<category name="Light">
				<category name="LED">
					<sketch id="Blink"/>
					<sketch id="Loop"/>
					<sketch id="Parking"/>
					<sketch id="CurvyParking"/>
					<sketch id="TrafficLight"/>
					<sketch id="RGB_LED"/>
					<sketch id="Color-Fader"/>
					<sketch id="Shift_Register"/>
					<sketch id="Shift_Register2"/>
					<sketch id="AnalogInputOutput"/>
				</category>
				<category name="Display">
					<sketch id="LCD"/>
				</category>
			</category>
			<category name="Motion">
				<category name="Motors">
					<sketch id="AnalogInputToServo"/>
					<sketch id="DC_motor_control"/>
					<sketch id="Stepper_Motor"/>
					<sketch id="Stepper_Motor2"/>
				</category>
			</category>
			<category name="Sound">
				<sketch id="MidiDrumKit"/>
				<sketch id="Melody"/>
				<sketch id="Window_Alarm"/>
			</category>
			<category name="Communication">
				<sketch id="MidiDrumKit"/>
				<sketch id="VirtualColorMixer"/>
				<sketch id="VirtualColorMixer2"/>
			</category>
			<category name="Power">
				<sketch id="npnPowerTransistor"/>
				<sketch id="Op_Amp"/>
				<sketch id="Relay"/>
				<sketch id="Shift_Register"/>
				<sketch id="Shift_Register2"/>
				<sketch id="Optocoupler"/>
				<sketch id="VoltageRegulator"/>
				<sketch id="VoltageRegulatorSwitch"/>
			</category>
			<category name="Processing">
				<sketch id="BarebonesArduino"/>
				<sketch id="BarebonesArduinoStripboard"/>
				<sketch id="ArduinoISP"/>
			</category>
		</category>
		<category name="Fritzing Starter Kit">
			<sketch id="Photocell"/>
			<sketch id="TiltSwitch"/>
			<sketch id="AnalogInputToServo"/>
			<sketch id="Color-Fader"/>
			<sketch id="Touch_Switch"/>
			<sketch id="TrafficLight"/>
			<sketch id="AnalogInputOutput"/>
			<sketch id="Loop"/>
			<sketch id="Button"/>
			<sketch id="Melody"/>
		</category>
	</categories>
</fritzing-sketches>