By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 workspace.xml

View raw Download
text/xml • 5.19 kiB
XML 1.0 document, ASCII text
        
            
1
<?xml version="1.0" encoding="UTF-8"?>
2
<project version="4">
3
<component name="AutoImportSettings">
4
<option name="autoReloadType" value="SELECTIVE" />
5
</component>
6
<component name="ChangeListManager">
7
<list default="true" id="bfb6b072-e524-4a79-ba52-6272edbc262e" name="Changes" comment="Initial commit: basic functionality">
8
<change afterPath="$PROJECT_DIR$/static/fonts/RoLeagueGothic-Condensed.woff2" afterDir="false" />
9
<change afterPath="$PROJECT_DIR$/static/fonts/RoLeagueGothic-CondensedItalic.woff2" afterDir="false" />
10
<change afterPath="$PROJECT_DIR$/static/fonts/RoLeagueGothic-Italic.woff2" afterDir="false" />
11
<change afterPath="$PROJECT_DIR$/static/fonts/RoLeagueGothic-Regular.woff2" afterDir="false" />
12
<change beforePath="$PROJECT_DIR$/site.py" beforeDir="false" afterPath="$PROJECT_DIR$/site.py" afterDir="false" />
13
<change beforePath="$PROJECT_DIR$/static/style.css" beforeDir="false" afterPath="$PROJECT_DIR$/static/style.css" afterDir="false" />
14
<change beforePath="$PROJECT_DIR$/templates/default.html" beforeDir="false" afterPath="$PROJECT_DIR$/templates/default.html" afterDir="false" />
15
<change beforePath="$PROJECT_DIR$/vial.py" beforeDir="false" afterPath="$PROJECT_DIR$/vial.py" afterDir="false" />
16
</list>
17
<option name="SHOW_DIALOG" value="false" />
18
<option name="HIGHLIGHT_CONFLICTS" value="true" />
19
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
20
<option name="LAST_RESOLUTION" value="IGNORE" />
21
</component>
22
<component name="FileTemplateManagerImpl">
23
<option name="RECENT_TEMPLATES">
24
<list>
25
<option value="HTML File" />
26
<option value="Python Script" />
27
</list>
28
</option>
29
</component>
30
<component name="Git.Settings">
31
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
32
</component>
33
<component name="ProjectColorInfo"><![CDATA[{
34
"associatedIndex": 6
35
}]]></component>
36
<component name="ProjectId" id="2fH5y7tciPdpZiAKDRg5OvklhUh" />
37
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
38
<component name="ProjectViewState">
39
<option name="hideEmptyMiddlePackages" value="true" />
40
<option name="showLibraryContents" value="true" />
41
</component>
42
<component name="PropertiesComponent"><![CDATA[{
43
"keyToString": {
44
"DefaultHtmlFileTemplate": "HTML File",
45
"RunOnceActivity.ShowReadmeOnStart": "true",
46
"git-widget-placeholder": "master",
47
"last_opened_file_path": "/home/vlad/vial/static/fonts"
48
}
49
}]]></component>
50
<component name="RecentsManager">
51
<key name="CopyFile.RECENT_KEYS">
52
<recent name="$PROJECT_DIR$/static/fonts" />
53
<recent name="$PROJECT_DIR$/my_site/static/fonts" />
54
</key>
55
</component>
56
<component name="RunManager">
57
<configuration name="vial" type="PythonConfigurationType" factoryName="Python" nameIsGenerated="true">
58
<module name="vial" />
59
<option name="ENV_FILES" value="" />
60
<option name="INTERPRETER_OPTIONS" value="" />
61
<option name="PARENT_ENVS" value="true" />
62
<envs>
63
<env name="PYTHONUNBUFFERED" value="1" />
64
</envs>
65
<option name="SDK_HOME" value="" />
66
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
67
<option name="IS_MODULE_SDK" value="true" />
68
<option name="ADD_CONTENT_ROOTS" value="true" />
69
<option name="ADD_SOURCE_ROOTS" value="true" />
70
<option name="SCRIPT_NAME" value="$PROJECT_DIR$/vial.py" />
71
<option name="PARAMETERS" value="" />
72
<option name="SHOW_COMMAND_LINE" value="false" />
73
<option name="EMULATE_TERMINAL" value="false" />
74
<option name="MODULE_MODE" value="false" />
75
<option name="REDIRECT_INPUT" value="false" />
76
<option name="INPUT_FILE" value="" />
77
<method v="2" />
78
</configuration>
79
</component>
80
<component name="SharedIndexes">
81
<attachedChunks>
82
<set>
83
<option value="bundled-python-sdk-0509580d9d50-746f403e7f0c-com.jetbrains.pycharm.community.sharedIndexes.bundled-PC-241.14494.241" />
84
</set>
85
</attachedChunks>
86
</component>
87
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
88
<component name="TaskManager">
89
<task active="true" id="Default" summary="Default task">
90
<changelist id="bfb6b072-e524-4a79-ba52-6272edbc262e" name="Changes" comment="" />
91
<created>1713445413599</created>
92
<option name="number" value="Default" />
93
<option name="presentableId" value="Default" />
94
<updated>1713445413599</updated>
95
</task>
96
<task id="LOCAL-00001" summary="Initial commit: basic functionality">
97
<option name="closed" value="true" />
98
<created>1713532390233</created>
99
<option name="number" value="00001" />
100
<option name="presentableId" value="LOCAL-00001" />
101
<option name="project" value="LOCAL" />
102
<updated>1713532390233</updated>
103
</task>
104
<option name="localTasksCounter" value="2" />
105
<servers />
106
</component>
107
<component name="VcsManagerConfiguration">
108
<MESSAGE value="Initial commit: basic functionality" />
109
<option name="LAST_COMMIT_MESSAGE" value="Initial commit: basic functionality" />
110
</component>
111
</project>