FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
codeception.github.com/rss.xml at master · ProFILE200/codeception.github.com · GitHub
ProFILE200
/
codeception.github.com
Public
forked from
Codeception/codeception.github.com
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
codeception.github.com
/
rss.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
26 lines (25 loc) · 1001 Bytes
Breadcrumbs
codeception.github.com
/
rss.xml
Copy path
File metadata and controls
26 lines (25 loc) · 1001 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
---
layout: nil
---
<?
xml
version
=
"
1.0
"
?>
<
rss
version
=
"
2.0
"
xmlns
:
atom
=
"
http://www.w3.org/2005/Atom
"
>
<
channel
>
<
title
>Codeception</
title
>
<
link
>https://codeception.com/</
link
>
<
atom
:
link
href
=
"
https://codeception.com/rss.xml
"
rel
=
"
self
"
type
=
"
application/rss+xml
"
/>
<
description
>Codeception: BDD-style testing in PHP</
description
>
<
language
>en-us</
language
>
<
pubDate
>{{ site.time | date: "%a, %d %b %Y %H:%M:%S %z" }}</
pubDate
>
<
lastBuildDate
>{{ site.time | date: "%a, %d %b %Y %H:%M:%S %z" }}</
lastBuildDate
>
{% for post in site.posts %}
<
item
>
<
title
>{{ post.title }}</
title
>
<
link
>https://codeception.com{{ post.url }}</
link
>
<
pubDate
>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</
pubDate
>
<
author
>codeception@davert.mail.ua (Michael Bodnarchuk)</
author
>
<
guid
>https://codeception.com{{ post.id }}</
guid
>
<
description
>
<![CDATA[
{{ post.content }}
]]>
</
description
>
</
item
>
{% endfor %}
</
channel
>
</
rss
>
Back
|
FazBrowse Home
|
New Git URL