forked from rpatterson/iiswsgi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweb-pi.xml
More file actions
122 lines (115 loc) · 4.34 KB
/
Copy pathweb-pi.xml
File metadata and controls
122 lines (115 loc) · 4.34 KB
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
<?xml version="1.0" ?><feed xmlns="http://www.w3.org/2005/Atom">
<webpiFile version="4.0.1.0"/>
<title>IIS WSGI Sample APP for WebPI Feed</title>
<link href="https://raw.github.com/rpatterson/iiswsgi/web-pi.xml"/>
<updated>2012-03-25T13:22:48.440870</updated>
<author>
<name>Ross Patterson</name>
<uri>http://rpatterson.net</uri>
</author>
<id>https://raw.github.com/rpatterson/iiswsgi/web-pi.xml</id>
<!-- Resources -->
<resourcesList>
<resources>
<culture>en</culture>
<!-- included in file -->
</resources>
<!-- TODO add other languages
<resources>
<culture>de</culture>
<url>http://www.microsoft.com/web/webpi/3.0/resources/WebApplicationList_de.xml</url>
</resources>
-->
</resourcesList>
<!-- if loaded through a parent XML file then our languages list
must be a subset of theirs -->
<languages>
<language default="true">
<languageId>en</languageId>
<name>English</name>
</language>
</languages>
<!-- IISWSGI Sample App with dependencies -->
<entry type="application">
<productId>IISWSGISampleApp</productId>
<!-- TODO what should the id be to get auto-upgrades on minor
versions, but not major versions -->
<id>https://raw.github.com/rpatterson/iiswsgi</id>
<version>0.1</version>
<updated>2012-03-25T13:22:48.440870</updated>
<published>2012-03-25T13:22:48.440870</published>
<title resourceName="Entry_IISWSGISampleApp_Title">IIS WSGI Sample App</title>
<link href="https://raw.github.com/rpatterson/iiswsgi"/>
<summary resourceName="Entry_IISWSGISampleApp_Summary">
Sample app demonstrating the use of IISWSGI.
</summary>
<author>
<name>Ross Patterson</name>
<uri>http://rpatterson.net</uri>
</author>
<frameworkFamily resourceName="Python">Python</frameworkFamily>
<keywords>
<keywordId>Python</keywordId>
<keywordId>Server</keywordId>
<keywordId>FrameworkRuntime</keywordId>
</keywords>
<images>
<icon>http://www.python.org/community/logos/python-powered-h-100x130.png</icon>
</images>
<discoveryHint>
<file>
<filePath>%APPL_PHYSICAL_PATH%</filePath>
</file>
</discoveryHint>
<!-- Minimum set of requirements/dependencies in order to
successfully install -->
<dependency>
<and>
<dependency>
<productId>Python27</productId>
</dependency>
<dependency>
<productId>PyDistributeModule</productId>
</dependency>
</and>
</dependency>
<!-- Bring along Visual Studio Python support, if it is not
installed as a related/nice-to-have product, not a dependency -->
<related>
<relatedProduct>
<productId>PythonToolsForVS</productId>
</relatedProduct>
</related>
<installers>
<installer>
<id>1</id>
<!-- List of languages this package is localized in -->
<languageId>en</languageId>
<installerFile>
<!-- size of the package in KBs -->
<fileSize>2</fileSize>
<installerURL>file:///C:/Users/rpatterson/Documents/GitHub/iiswsgi/sample.msdeploy/dist/IISWSGISampleApp-0.1.zip</installerURL>
<displayURL>http://github.com/rpatterson/iiswsgi</displayURL>
<!-- SHA of the package file for signature verification -->
<sha1>a845b8fb4f65808d5d7d1c6c3dd483240c5a0ef2</sha1>
</installerFile>
<msDeploy/>
<helpLink>http://github.com/rpatterson/iiswsgi</helpLink>
</installer>
<!-- TODO installers for other languages? -->
</installers>
<addToFeedDate>8-07-2012</addToFeedDate>
<pageName>IISWSGISampleApp</pageName>
<productFamily resourceName="Applications">Applications</productFamily>
<longSummary resourceName="Entry_IISWSGISampleApp_LongSummary">
The `iiswsgi` module implements a FastCGI to WSGI gateway that
is compatible with IIS's variation of the FastCGI protocol. In
particular, it supports using STDIN_FILENO opened twice, once
each approximating the recv and send end of a socket as is
specified in FastCGI.
</longSummary>
</entry>
<keywords>
<keyword id="Python" resourceName="Keyword_Python">Python</keyword>
</keywords>
</feed>